@aceshooting/lyra-ui 13.0.1 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (723) hide show
  1. package/CHANGELOG.md +329 -0
  2. package/custom-elements.json +1 -1
  3. package/dist/cli/migration-contract.json +1 -1
  4. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +23 -15
  5. package/dist/components/agent-tools/activity-feed/activity-feed.class.js +9 -6
  6. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts +12 -3
  7. package/dist/components/agent-tools/agent-trace/agent-trace.class.js +2 -1
  8. package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts +4 -2
  9. package/dist/components/agent-tools/approval-queue/approval-queue.class.js +1 -1
  10. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +1 -1
  11. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +3 -1
  12. package/dist/components/agent-tools/commit-card/commit-card.class.js +2 -2
  13. package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts +2 -1
  14. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +1 -1
  15. package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts +6 -2
  16. package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js +8 -8
  17. package/dist/components/agent-tools/result-card/result-card.class.d.ts +1 -1
  18. package/dist/components/agent-tools/result-card/result-card.class.js +1 -1
  19. package/dist/components/agent-tools/result-card/result-field.class.d.ts +1 -1
  20. package/dist/components/agent-tools/result-card/result-field.class.js +1 -1
  21. package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts +5 -5
  22. package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js +23 -10
  23. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts +13 -6
  24. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +3 -3
  25. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +1 -1
  26. package/dist/components/agent-tools/stack-trace/stack-trace-parse.js +3 -3
  27. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +1 -1
  28. package/dist/components/agent-tools/stack-trace/stack-trace.class.js +1 -1
  29. package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +1 -1
  30. package/dist/components/agent-tools/subagent-panel/subagent-panel.styles.js +1 -1
  31. package/dist/components/agent-tools/task-list/task-list.class.d.ts +1 -2
  32. package/dist/components/agent-tools/task-list/task-list.class.js +2 -2
  33. package/dist/components/agent-tools/terminal/terminal.class.d.ts +11 -2
  34. package/dist/components/agent-tools/terminal/terminal.class.js +5 -5
  35. package/dist/components/agent-tools/terminal/terminal.styles.js +1 -1
  36. package/dist/components/agent-tools/test-results/test-results.class.d.ts +4 -2
  37. package/dist/components/agent-tools/test-results/test-results.class.js +2 -2
  38. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts +2 -0
  39. package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js +1 -1
  40. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +1 -1
  41. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts +2 -2
  42. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +1 -1
  43. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +3 -2
  44. package/dist/components/agent-tools/tool-param-form/tool-param-form.d.ts +1 -1
  45. package/dist/components/agent-tools/tool-param-form/tool-param-form.js +1 -1
  46. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +2 -2
  47. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.js +1 -1
  48. package/dist/components/agent-tools/tool-result-view/registry.d.ts +2 -1
  49. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts +1 -1
  50. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js +1 -1
  51. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts +18 -12
  52. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +7 -7
  53. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts +9 -3
  54. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js +1 -1
  55. package/dist/components/agent-tools/trace-tree/span.d.ts +3 -1
  56. package/dist/components/agent-tools/trace-tree/span.js +1 -1
  57. package/dist/components/agent-tools/trace-tree/trace-tree.styles.js +1 -1
  58. package/dist/components/charts/chart/box-plot.class.d.ts +12 -3
  59. package/dist/components/charts/chart/box-plot.class.js +9 -9
  60. package/dist/components/charts/chart/box-plot.styles.js +1 -1
  61. package/dist/components/charts/chart/chart-core-loader.js +1 -1
  62. package/dist/components/charts/chart/chart-feature-loader.js +1 -1
  63. package/dist/components/charts/chart/chart-preload.d.ts +1 -1
  64. package/dist/components/charts/chart/chart-preload.js +1 -1
  65. package/dist/components/charts/chart/chart.class.d.ts +33 -10
  66. package/dist/components/charts/chart/chart.class.js +23 -14
  67. package/dist/components/charts/chart/chart.styles.js +1 -1
  68. package/dist/components/charts/chart/histogram-bin.js +1 -1
  69. package/dist/components/charts/chart/lite-chart.class.d.ts +20 -11
  70. package/dist/components/charts/chart/lite-chart.class.js +17 -11
  71. package/dist/components/charts/chart/lite-chart.styles.js +1 -1
  72. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +1 -1
  73. package/dist/components/conversation/agent-workspace/agent-workspace.class.js +2 -2
  74. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts +10 -5
  75. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js +1 -1
  76. package/dist/components/conversation/branch-picker/branch-picker.class.d.ts +4 -2
  77. package/dist/components/conversation/branch-picker/branch-picker.class.js +1 -1
  78. package/dist/components/conversation/branch-picker/branch-picker.styles.js +1 -1
  79. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts +6 -2
  80. package/dist/components/conversation/chat-composer/chat-composer.class.js +3 -3
  81. package/dist/components/conversation/chat-composer/chat-composer.styles.js +1 -1
  82. package/dist/components/conversation/chat-message/chat-message.class.d.ts +4 -3
  83. package/dist/components/conversation/chat-message/chat-message.class.js +2 -2
  84. package/dist/components/conversation/chat-message/chat-message.styles.js +1 -1
  85. package/dist/components/conversation/chat-viewport/chat-viewport.styles.js +1 -1
  86. package/dist/components/conversation/code-block/code-block-core.class.d.ts +4 -3
  87. package/dist/components/conversation/code-block/code-block-core.class.js +1 -1
  88. package/dist/components/conversation/code-block/code-block-shared.d.ts +3 -3
  89. package/dist/components/conversation/code-block/code-block-shared.js +2 -2
  90. package/dist/components/conversation/code-block/code-block.class.d.ts +4 -3
  91. package/dist/components/conversation/code-block/code-block.class.js +1 -1
  92. package/dist/components/conversation/code-block/code-block.styles.js +1 -1
  93. package/dist/components/conversation/code-block/code-loader.d.ts +1 -1
  94. package/dist/components/conversation/code-block/code-loader.js +1 -1
  95. package/dist/components/conversation/code-block/shiki-types.d.ts +2 -0
  96. package/dist/components/conversation/code-block/shiki-types.js +1 -1
  97. package/dist/components/conversation/conversation-item/conversation-item.class.js +1 -1
  98. package/dist/components/conversation/conversation-item/conversation-item.styles.js +1 -1
  99. package/dist/components/conversation/generation-metrics/generation-metrics.styles.js +1 -1
  100. package/dist/components/conversation/markdown/katex-loader.d.ts +4 -4
  101. package/dist/components/conversation/markdown/katex-loader.js +1 -1
  102. package/dist/components/conversation/markdown/markdown-base.class.js +1 -1
  103. package/dist/components/conversation/markdown/markdown-core.class.d.ts +1 -1
  104. package/dist/components/conversation/markdown/markdown-loader.d.ts +1 -1
  105. package/dist/components/conversation/markdown/markdown-loader.js +1 -1
  106. package/dist/components/conversation/markdown/markdown-shared.d.ts +6 -1
  107. package/dist/components/conversation/markdown/markdown-shared.js +5 -4
  108. package/dist/components/conversation/markdown/markdown.class.d.ts +1 -1
  109. package/dist/components/conversation/message-actions/message-actions.class.d.ts +18 -3
  110. package/dist/components/conversation/message-actions/message-actions.class.js +2 -2
  111. package/dist/components/conversation/message-actions/message-actions.styles.js +1 -1
  112. package/dist/components/conversation/message-actions/toolbar-actions.d.ts +3 -1
  113. package/dist/components/conversation/message-actions/toolbar-actions.js +1 -1
  114. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +40 -15
  115. package/dist/components/conversation/message-feedback/message-feedback.class.js +7 -3
  116. package/dist/components/conversation/message-feedback/message-feedback.styles.js +1 -1
  117. package/dist/components/conversation/message-parts/message-parts.class.d.ts +10 -4
  118. package/dist/components/conversation/message-parts/message-parts.class.js +2 -2
  119. package/dist/components/conversation/message-parts/message-parts.styles.js +1 -1
  120. package/dist/components/conversation/model-select/model-select.class.d.ts +5 -2
  121. package/dist/components/conversation/model-select/model-select.class.js +8 -5
  122. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts +3 -5
  123. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js +2 -1
  124. package/dist/components/conversation/prompt-input/prompt-input.class.d.ts +9 -2
  125. package/dist/components/conversation/prompt-input/prompt-input.class.js +3 -3
  126. package/dist/components/conversation/prompt-input/prompt-input.styles.js +1 -1
  127. package/dist/components/conversation/prompt-queue/prompt-queue.class.d.ts +20 -4
  128. package/dist/components/conversation/prompt-queue/prompt-queue.class.js +1 -1
  129. package/dist/components/conversation/prompt-queue/prompt-queue.styles.js +1 -1
  130. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts +17 -8
  131. package/dist/components/conversation/push-to-talk/push-to-talk.class.js +1 -1
  132. package/dist/components/conversation/push-to-talk/push-to-talk.styles.js +1 -1
  133. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts +6 -3
  134. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +1 -1
  135. package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js +1 -1
  136. package/dist/components/conversation/thread-list/thread-list.class.d.ts +14 -4
  137. package/dist/components/conversation/thread-list/thread-list.class.js +11 -11
  138. package/dist/components/conversation/thread-list/thread-list.styles.js +1 -1
  139. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +2 -0
  140. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +1 -1
  141. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +1 -1
  142. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +2 -1
  143. package/dist/components/conversation/typing-indicator/typing-indicator.class.js +1 -1
  144. package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.d.ts +3 -0
  145. package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.js +1 -0
  146. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts +4 -2
  147. package/dist/components/conversation/usage-badge/usage-badge.class.js +1 -1
  148. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +12 -4
  149. package/dist/components/conversation/voice-picker/voice-picker.class.js +8 -5
  150. package/dist/components/conversation/voice-picker/voice-picker.styles.js +1 -1
  151. package/dist/components/conversation/widget-renderer/resolve.d.ts +4 -6
  152. package/dist/components/conversation/widget-renderer/resolve.js +1 -1
  153. package/dist/components/data/calendar/calendar.class.d.ts +16 -5
  154. package/dist/components/data/calendar/calendar.class.js +2 -2
  155. package/dist/components/data/calendar/calendar.styles.js +1 -1
  156. package/dist/components/data/condition-builder/condition-builder.class.d.ts +3 -1
  157. package/dist/components/data/condition-builder/condition-builder.class.js +15 -1
  158. package/dist/components/data/context-meter/context-meter.class.d.ts +3 -1
  159. package/dist/components/data/context-meter/context-meter.class.js +4 -4
  160. package/dist/components/data/data-grid/data-grid.class.d.ts +51 -6
  161. package/dist/components/data/data-grid/data-grid.class.js +25 -11
  162. package/dist/components/data/data-grid/data-grid.styles.js +1 -1
  163. package/dist/components/data/document-library/document-library.class.d.ts +5 -2
  164. package/dist/components/data/document-library/document-library.class.js +1 -1
  165. package/dist/components/data/env-list/env-list.class.js +1 -1
  166. package/dist/components/data/file-tree/file-tree.class.d.ts +2 -1
  167. package/dist/components/data/file-tree/file-tree.class.js +1 -1
  168. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +24 -14
  169. package/dist/components/data/flow-canvas/flow-canvas.class.js +1 -2
  170. package/dist/components/data/flow-canvas/flow-canvas.styles.js +1 -1
  171. package/dist/components/data/flow-canvas/flow-model.js +1 -1
  172. package/dist/components/data/flow-canvas/flow-types.d.ts +2 -1
  173. package/dist/components/data/flow-controls/flow-controls.styles.js +1 -1
  174. package/dist/components/data/flow-run-status/flow-run-status.class.js +1 -1
  175. package/dist/components/data/funnel/funnel.class.d.ts +1 -0
  176. package/dist/components/data/funnel/funnel.class.js +1 -1
  177. package/dist/components/data/gauge/gauge.class.d.ts +4 -1
  178. package/dist/components/data/gauge/gauge.class.js +6 -6
  179. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +5 -2
  180. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +15 -1
  181. package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +1 -1
  182. package/dist/components/data/heatmap/heatmap.class.d.ts +7 -4
  183. package/dist/components/data/heatmap/heatmap.class.js +1 -1
  184. package/dist/components/data/sequence-strip/sequence-strip.class.js +1 -1
  185. package/dist/components/data/sparkline/sparkline.class.d.ts +2 -1
  186. package/dist/components/data/sparkline/sparkline.class.js +1 -1
  187. package/dist/components/data/stat/stat.class.d.ts +6 -2
  188. package/dist/components/data/stat/stat.class.js +1 -1
  189. package/dist/components/data/table/table.class.d.ts +15 -16
  190. package/dist/components/data/table/table.class.js +5 -4
  191. package/dist/components/data/table/table.styles.js +1 -1
  192. package/dist/components/data/timeline/timeline.class.d.ts +7 -2
  193. package/dist/components/data/timeline/timeline.class.js +1 -1
  194. package/dist/components/data/timeline/timeline.styles.js +1 -1
  195. package/dist/components/data/tree/tree-item.class.d.ts +3 -1
  196. package/dist/components/data/tree/tree-item.class.js +1 -1
  197. package/dist/components/data/tree/tree-item.styles.js +1 -1
  198. package/dist/components/data/tree/tree.class.d.ts +4 -1
  199. package/dist/components/data/tree/tree.class.js +1 -1
  200. package/dist/components/data/word-cloud/word-cloud-layout.d.ts +2 -1
  201. package/dist/components/data/word-cloud/word-cloud-layout.js +1 -1
  202. package/dist/components/data/word-cloud/word-cloud.class.d.ts +2 -1
  203. package/dist/components/data/word-cloud/word-cloud.class.js +1 -1
  204. package/dist/components/forms/button/button.class.d.ts +5 -3
  205. package/dist/components/forms/button/button.class.js +1 -1
  206. package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
  207. package/dist/components/forms/checkbox/checkbox.class.js +1 -1
  208. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +7 -2
  209. package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
  210. package/dist/components/forms/code-editor/code-editor.class.d.ts +16 -4
  211. package/dist/components/forms/code-editor/code-editor.class.js +19 -9
  212. package/dist/components/forms/code-editor/code-editor.styles.js +1 -1
  213. package/dist/components/forms/color-picker/color-picker.class.d.ts +6 -2
  214. package/dist/components/forms/color-picker/color-picker.class.js +4 -4
  215. package/dist/components/forms/combobox/combobox.class.d.ts +19 -8
  216. package/dist/components/forms/combobox/combobox.class.js +3 -3
  217. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  218. package/dist/components/forms/combobox/option.class.d.ts +4 -0
  219. package/dist/components/forms/combobox/option.class.js +2 -2
  220. package/dist/components/forms/date-picker/calendar-core.d.ts +1 -1
  221. package/dist/components/forms/date-picker/calendar-core.js +1 -1
  222. package/dist/components/forms/date-picker/date-input.class.d.ts +20 -10
  223. package/dist/components/forms/date-picker/date-input.class.js +4 -4
  224. package/dist/components/forms/date-picker/date-picker.class.d.ts +33 -15
  225. package/dist/components/forms/date-picker/date-picker.class.js +8 -8
  226. package/dist/components/forms/date-picker/date-picker.styles.js +1 -1
  227. package/dist/components/forms/emoji-picker/emoji-data-loader.js +1 -1
  228. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +11 -3
  229. package/dist/components/forms/emoji-picker/emoji-picker.class.js +3 -3
  230. package/dist/components/forms/emoji-picker/emoji-types.d.ts +2 -2
  231. package/dist/components/forms/icon-button/icon-button.class.d.ts +4 -2
  232. package/dist/components/forms/icon-button/icon-button.class.js +1 -1
  233. package/dist/components/forms/input/input.class.d.ts +16 -5
  234. package/dist/components/forms/input/input.class.js +7 -1
  235. package/dist/components/forms/input/native-time-input.class.d.ts +3 -0
  236. package/dist/components/forms/input/number-input.class.d.ts +3 -0
  237. package/dist/components/forms/input/time-input.class.d.ts +11 -2
  238. package/dist/components/forms/input/time-input.class.js +2 -2
  239. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +22 -4
  240. package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
  241. package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -1
  242. package/dist/components/forms/otp-input/otp-input.class.d.ts +5 -1
  243. package/dist/components/forms/otp-input/otp-input.class.js +1 -1
  244. package/dist/components/forms/phone-input/phone-input.class.d.ts +21 -8
  245. package/dist/components/forms/phone-input/phone-input.class.js +1 -1
  246. package/dist/components/forms/radio/radio-button.class.d.ts +4 -0
  247. package/dist/components/forms/radio/radio-group.class.d.ts +4 -1
  248. package/dist/components/forms/radio/radio-group.class.js +1 -1
  249. package/dist/components/forms/radio/radio.class.d.ts +6 -2
  250. package/dist/components/forms/radio/radio.class.js +1 -1
  251. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +7 -1
  252. package/dist/components/forms/rubric-form/rubric-form.class.js +3 -3
  253. package/dist/components/forms/select/select.class.d.ts +8 -2
  254. package/dist/components/forms/select/select.class.js +2 -2
  255. package/dist/components/forms/select/select.styles.js +1 -1
  256. package/dist/components/forms/slider/slider.class.d.ts +12 -6
  257. package/dist/components/forms/slider/slider.class.js +2 -2
  258. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +4 -0
  259. package/dist/components/forms/swatch-picker/swatch-picker.class.js +1 -1
  260. package/dist/components/forms/switch/switch.class.d.ts +5 -1
  261. package/dist/components/forms/switch/switch.class.js +1 -1
  262. package/dist/components/forms/textarea/textarea.class.d.ts +3 -0
  263. package/dist/components/forms/textarea/textarea.class.js +1 -1
  264. package/dist/components/forms/time-range/time-range.class.d.ts +3 -0
  265. package/dist/components/forms/time-range/time-range.class.js +1 -1
  266. package/dist/components/forms/token-input/token-input.class.d.ts +8 -2
  267. package/dist/components/forms/token-input/token-input.class.js +2 -2
  268. package/dist/components/forms/token-input/token-input.styles.js +1 -1
  269. package/dist/components/layout/app-rail/app-rail.class.d.ts +9 -5
  270. package/dist/components/layout/app-rail/app-rail.class.js +4 -3
  271. package/dist/components/layout/app-rail/app-rail.styles.js +1 -1
  272. package/dist/components/layout/carousel/carousel.class.d.ts +3 -2
  273. package/dist/components/layout/carousel/carousel.class.js +1 -1
  274. package/dist/components/layout/command-palette/command-palette.class.d.ts +2 -2
  275. package/dist/components/layout/command-palette/command-palette.class.js +1 -1
  276. package/dist/components/layout/command-palette/command-palette.styles.js +1 -1
  277. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +2 -0
  278. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -1
  279. package/dist/components/layout/details/details.class.d.ts +16 -15
  280. package/dist/components/layout/details/details.class.js +43 -34
  281. package/dist/components/layout/details/details.styles.js +1 -1
  282. package/dist/components/layout/dock-panel/dock-panel.class.d.ts +4 -3
  283. package/dist/components/layout/dock-panel/dock-panel.class.js +2 -1
  284. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +3 -1
  285. package/dist/components/layout/filter-bar/filter-bar.class.js +2 -2
  286. package/dist/components/layout/menu/menu-item.class.js +2 -2
  287. package/dist/components/layout/menu/menu-label.class.d.ts +3 -3
  288. package/dist/components/layout/menu/menu.class.d.ts +4 -1
  289. package/dist/components/layout/menu/menu.class.js +1 -1
  290. package/dist/components/layout/multi-split/multi-split.class.d.ts +19 -8
  291. package/dist/components/layout/multi-split/multi-split.class.js +2 -1
  292. package/dist/components/layout/multi-split/multi-split.styles.js +1 -1
  293. package/dist/components/layout/reorder-list/reorder-item.class.d.ts +2 -1
  294. package/dist/components/layout/reorder-list/reorder-item.class.js +1 -1
  295. package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
  296. package/dist/components/layout/reorder-list/reorder-owner.js +1 -1
  297. package/dist/components/layout/scroller/scroller.class.d.ts +4 -4
  298. package/dist/components/layout/scroller/scroller.styles.js +1 -1
  299. package/dist/components/layout/split-panel/split-panel.class.d.ts +5 -3
  300. package/dist/components/layout/split-panel/split-panel.class.js +3 -2
  301. package/dist/components/layout/tab-group/tab-group.class.d.ts +3 -1
  302. package/dist/components/layout/tab-group/tab-group.class.js +1 -1
  303. package/dist/components/layout/tab-group/tab-group.styles.js +1 -1
  304. package/dist/components/layout/virtual-list/virtual-list.class.js +2 -2
  305. package/dist/components/layout/widget/widget.class.d.ts +6 -2
  306. package/dist/components/layout/widget/widget.class.js +1 -1
  307. package/dist/components/layout/widget/widget.styles.js +1 -1
  308. package/dist/components/media/animation/animation.class.d.ts +3 -2
  309. package/dist/components/media/animation/animation.class.js +1 -1
  310. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +4 -3
  311. package/dist/components/media/attachment-chip/attachment-chip.class.js +1 -1
  312. package/dist/components/media/av-player/av-metadata.d.ts +3 -2
  313. package/dist/components/media/av-player/av-player.class.d.ts +4 -3
  314. package/dist/components/media/av-player/av-player.class.js +3 -3
  315. package/dist/components/media/av-player/av-player.styles.js +1 -1
  316. package/dist/components/media/avatar/avatar.class.d.ts +2 -1
  317. package/dist/components/media/avatar/avatar.class.js +1 -1
  318. package/dist/components/media/file-input/file-input.class.d.ts +4 -2
  319. package/dist/components/media/file-input/file-input.class.js +1 -1
  320. package/dist/components/media/file-input/file-input.styles.js +1 -1
  321. package/dist/components/media/flag/flag.class.js +1 -1
  322. package/dist/components/media/image-viewer/image-viewer.class.d.ts +2 -1
  323. package/dist/components/media/image-viewer/image-viewer.class.js +1 -1
  324. package/dist/components/media/image-viewer/image-viewer.styles.js +1 -1
  325. package/dist/components/media/lightbox/lightbox.styles.js +1 -1
  326. package/dist/components/media/map/map-loader.js +1 -1
  327. package/dist/components/media/map/map.class.d.ts +22 -34
  328. package/dist/components/media/map/map.class.js +1 -1
  329. package/dist/components/media/map/map.styles.js +1 -1
  330. package/dist/components/media/media-card/media-card.class.d.ts +1 -1
  331. package/dist/components/media/media-card/media-card.class.js +1 -1
  332. package/dist/components/media/pan-zoom/pan-zoom.class.js +1 -1
  333. package/dist/components/media/qr-code/qr-code-loader.js +1 -1
  334. package/dist/components/media/qr-code/qr-code.class.d.ts +5 -2
  335. package/dist/components/media/qr-code/qr-code.class.js +2 -2
  336. package/dist/components/media/sequence-playback/sequence-playback.class.d.ts +3 -3
  337. package/dist/components/media/sequence-playback/sequence-playback.class.js +1 -1
  338. package/dist/components/media/sequence-playback/sequence-playback.styles.js +1 -1
  339. package/dist/components/media/video/video.class.d.ts +2 -1
  340. package/dist/components/media/video/video.styles.js +1 -1
  341. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +3 -2
  342. package/dist/components/media/zoomable-frame/zoomable-frame.class.js +2 -2
  343. package/dist/components/overlays/alert/alert.styles.js +1 -1
  344. package/dist/components/overlays/callout/callout.styles.js +1 -1
  345. package/dist/components/overlays/chip/chip-group.class.d.ts +2 -0
  346. package/dist/components/overlays/chip/chip-group.class.js +1 -1
  347. package/dist/components/overlays/dialog/dialog.class.d.ts +2 -0
  348. package/dist/components/overlays/dialog/dialog.class.js +1 -1
  349. package/dist/components/overlays/dialog/dialog.styles.js +1 -1
  350. package/dist/components/overlays/empty/empty.class.d.ts +2 -0
  351. package/dist/components/overlays/empty/empty.class.js +1 -1
  352. package/dist/components/overlays/kbd/kbd.class.d.ts +2 -0
  353. package/dist/components/overlays/kbd/kbd.class.js +1 -1
  354. package/dist/components/overlays/overlay/popover.class.d.ts +3 -1
  355. package/dist/components/overlays/overlay/popover.class.js +1 -1
  356. package/dist/components/overlays/overlay/tooltip.class.d.ts +3 -1
  357. package/dist/components/overlays/overlay/tooltip.class.js +1 -1
  358. package/dist/components/overlays/rating/rating.class.d.ts +2 -0
  359. package/dist/components/overlays/rating/rating.class.js +1 -1
  360. package/dist/components/overlays/toast/toast-item.class.js +1 -1
  361. package/dist/components/retrieval/claim-evidence/claim-evidence.class.d.ts +11 -5
  362. package/dist/components/retrieval/claim-evidence/claim-evidence.class.js +3 -3
  363. package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +2 -2
  364. package/dist/components/retrieval/entity-card/entity-card.class.d.ts +5 -2
  365. package/dist/components/retrieval/entity-card/entity-card.class.js +1 -1
  366. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +4 -2
  367. package/dist/components/retrieval/entity-chip/entity-chip.class.js +1 -1
  368. package/dist/components/retrieval/graph/graph-canvas.js +1 -1
  369. package/dist/components/retrieval/graph/graph-loader.js +1 -1
  370. package/dist/components/retrieval/graph/graph.class.d.ts +10 -8
  371. package/dist/components/retrieval/graph/graph.class.js +10 -10
  372. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts +4 -2
  373. package/dist/components/retrieval/graph-legend/graph-legend.class.js +1 -1
  374. package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +15 -9
  375. package/dist/components/retrieval/grounding-summary/grounding-summary.class.js +7 -5
  376. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +2 -0
  377. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +1 -1
  378. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts +3 -2
  379. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js +4 -3
  380. package/dist/components/retrieval/knowledge-base/knowledge-base.styles.js +1 -1
  381. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +7 -3
  382. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +8 -3
  383. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +1 -1
  384. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts +15 -6
  385. package/dist/components/retrieval/memory-panel/memory-panel.class.js +1 -1
  386. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +1 -1
  387. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js +1 -1
  388. package/dist/components/retrieval/node-palette/node-palette.class.d.ts +17 -12
  389. package/dist/components/retrieval/node-palette/node-palette.class.js +2 -2
  390. package/dist/components/retrieval/node-palette/node-palette.styles.js +1 -1
  391. package/dist/components/retrieval/path-strip/path-strip.class.js +1 -1
  392. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +2 -1
  393. package/dist/components/retrieval/provenance-panel/provenance-panel.class.js +1 -1
  394. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts +1 -1
  395. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +5 -5
  396. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +1 -1
  397. package/dist/components/retrieval/source-picker/source-picker.class.d.ts +2 -1
  398. package/dist/components/retrieval/source-picker/source-picker.class.js +2 -2
  399. package/dist/components/utility/copy-button/copy-button.class.d.ts +2 -1
  400. package/dist/components/utility/copy-button/copy-button.class.js +1 -1
  401. package/dist/components/utility/diff-view/diff-view.class.d.ts +4 -1
  402. package/dist/components/utility/diff-view/diff-view.class.js +1 -1
  403. package/dist/components/utility/export-button/export-button.class.d.ts +2 -2
  404. package/dist/components/utility/export-button/export-button.class.js +1 -1
  405. package/dist/components/utility/export-button/export-button.styles.js +1 -1
  406. package/dist/components/utility/format/format-date.class.js +1 -1
  407. package/dist/components/utility/format/format-number.class.d.ts +3 -1
  408. package/dist/components/utility/format/format-options.js +1 -1
  409. package/dist/components/utility/format/relative-time.class.js +1 -1
  410. package/dist/components/utility/icon/dompurify-loader.js +1 -1
  411. package/dist/components/utility/icon/icon-library.js +1 -1
  412. package/dist/components/utility/intersection-observer/intersection-observer.class.js +1 -1
  413. package/dist/components/utility/json-viewer/json-viewer.class.d.ts +6 -3
  414. package/dist/components/utility/json-viewer/json-viewer.class.js +5 -5
  415. package/dist/components/utility/known-date/known-date.class.d.ts +9 -5
  416. package/dist/components/utility/known-date/known-date.class.js +2 -2
  417. package/dist/components/utility/known-date/known-date.styles.js +1 -1
  418. package/dist/components/utility/mention-popover/mention-popover.class.d.ts +32 -45
  419. package/dist/components/utility/mention-popover/mention-popover.class.js +1 -1
  420. package/dist/components/utility/mutation-observer/mutation-observer.class.js +1 -1
  421. package/dist/components/utility/poll-status/poll-status.class.d.ts +3 -0
  422. package/dist/components/utility/poll-status/poll-status.styles.js +1 -1
  423. package/dist/components/viewers/calendar-viewer/calendar-loader.js +1 -1
  424. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +1 -0
  425. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +1 -1
  426. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +2 -1
  427. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +1 -1
  428. package/dist/components/viewers/document-compare/document-compare.class.d.ts +11 -8
  429. package/dist/components/viewers/document-compare/document-compare.class.js +2 -2
  430. package/dist/components/viewers/document-preview/document-preview.class.d.ts +8 -4
  431. package/dist/components/viewers/document-preview/document-preview.class.js +4 -4
  432. package/dist/components/viewers/document-preview/document-preview.styles.js +1 -1
  433. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +5 -2
  434. package/dist/components/viewers/document-viewer/document-viewer.class.js +2 -2
  435. package/dist/components/viewers/document-viewer/document-viewer.styles.js +1 -1
  436. package/dist/components/viewers/document-viewer/registry-ownership.d.ts +1 -0
  437. package/dist/components/viewers/document-viewer/registry-ownership.js +1 -0
  438. package/dist/components/viewers/document-viewer/registry.js +1 -1
  439. package/dist/components/viewers/docx-viewer/docx-loader.js +1 -1
  440. package/dist/components/viewers/docx-viewer/docx-viewer.class.js +1 -1
  441. package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts +1 -1
  442. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +8 -2
  443. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +1 -1
  444. package/dist/components/viewers/email-viewer/email-loader.js +1 -1
  445. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +3 -2
  446. package/dist/components/viewers/email-viewer/email-viewer.class.js +2 -2
  447. package/dist/components/viewers/html-viewer/dompurify-loader.js +1 -1
  448. package/dist/components/viewers/include/include-resource.js +1 -1
  449. package/dist/components/viewers/include/include.class.d.ts +3 -1
  450. package/dist/components/viewers/notebook-viewer/dompurify-loader.js +1 -1
  451. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +4 -2
  452. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +4 -4
  453. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +1 -1
  454. package/dist/components/viewers/passive-markup.js +1 -1
  455. package/dist/components/viewers/pdf-viewer/pdf-loader.js +1 -1
  456. package/dist/components/viewers/pptx-viewer/pptx-loader.js +1 -1
  457. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.js +1 -1
  458. package/dist/components/viewers/svg-viewer/dompurify-loader.js +1 -1
  459. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +2 -1
  460. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +1 -1
  461. package/dist/components/viewers/viewer-loading.js +1 -1
  462. package/dist/components/viewers/viewer-search-limits.d.ts +2 -0
  463. package/dist/components/viewers/viewer-search-limits.js +1 -1
  464. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +2 -1
  465. package/dist/components/viewers/xml-viewer/xml-viewer.class.js +1 -1
  466. package/dist/components/viewers/xml-viewer/xml-viewer.js +1 -1
  467. package/dist/custom-elements-jsx.d.ts +1 -1
  468. package/dist/events.d.ts +13 -6
  469. package/dist/internal/aria-controls.d.ts +16 -13
  470. package/dist/internal/aria-controls.js +1 -1
  471. package/dist/internal/aria-reflection.js +1 -1
  472. package/dist/internal/catalog-picker.d.ts +2 -2
  473. package/dist/internal/catalog-picker.js +1 -1
  474. package/dist/internal/chart-annotation-registration.d.ts +1 -0
  475. package/dist/internal/chart-annotation-registration.js +1 -0
  476. package/dist/internal/data-descriptors.d.ts +13 -0
  477. package/dist/internal/data-descriptors.js +1 -0
  478. package/dist/internal/default-strings.generated.d.ts +1 -1
  479. package/dist/internal/default-strings.generated.js +2 -2
  480. package/dist/internal/dev-mode-attribute-warning.d.ts +3 -0
  481. package/dist/internal/dev-mode-attribute-warning.js +1 -1
  482. package/dist/internal/element-internals.d.ts +4 -3
  483. package/dist/internal/element-internals.js +1 -1
  484. package/dist/internal/form-associated.js +1 -1
  485. package/dist/internal/highlight-collection.d.ts +2 -0
  486. package/dist/internal/highlight-collection.js +1 -1
  487. package/dist/internal/localization-types.d.ts +1 -1
  488. package/dist/internal/localization.js +2 -2
  489. package/dist/internal/lyra-element.d.ts +10 -1
  490. package/dist/internal/lyra-element.js +2 -1
  491. package/dist/internal/native-control-description.d.ts +7 -0
  492. package/dist/internal/native-control-description.js +1 -0
  493. package/dist/internal/option-selection.js +1 -1
  494. package/dist/internal/overlay-order.d.ts +6 -0
  495. package/dist/internal/overlay-order.js +1 -0
  496. package/dist/internal/overlay-stack.d.ts +1 -1
  497. package/dist/internal/overlay-stack.js +1 -1
  498. package/dist/internal/package-metadata.d.ts +1 -1
  499. package/dist/internal/package-metadata.js +1 -1
  500. package/dist/internal/papaparse-loader.js +1 -1
  501. package/dist/internal/positioner.d.ts +5 -4
  502. package/dist/internal/pseudo-localization.js +1 -1
  503. package/dist/internal/reactive-property-writes.d.ts +1 -0
  504. package/dist/internal/reactive-property-writes.js +1 -0
  505. package/dist/internal/safe-css.js +1 -1
  506. package/dist/internal/step-value.d.ts +6 -0
  507. package/dist/internal/step-value.js +1 -0
  508. package/dist/internal/svg-title.d.ts +3 -0
  509. package/dist/internal/svg-title.js +1 -0
  510. package/dist/internal/text-quote.js +1 -1
  511. package/dist/lyra.d.ts +1 -1
  512. package/dist/svelte.d.ts +1 -1
  513. package/dist/translations/ar.js +2 -2
  514. package/dist/translations/de.js +2 -2
  515. package/dist/translations/es.js +2 -2
  516. package/dist/translations/fa.js +2 -2
  517. package/dist/translations/fr.js +2 -2
  518. package/dist/translations/he.js +2 -2
  519. package/dist/translations/ja.js +2 -2
  520. package/dist/translations/pseudo/ar-XB.js +1 -1
  521. package/dist/translations/pt-BR.js +2 -2
  522. package/dist/translations/ru.js +2 -2
  523. package/dist/translations/zh-CN.js +2 -2
  524. package/dist/vue.d.ts +1 -1
  525. package/llms/components/lr-accordion-item.md +10 -5
  526. package/llms/components/lr-accordion.md +10 -5
  527. package/llms/components/lr-activity-feed.md +6 -5
  528. package/llms/components/lr-agent-run.md +1 -1
  529. package/llms/components/lr-agent-trace.md +3 -0
  530. package/llms/components/lr-agent-workspace.md +3 -2
  531. package/llms/components/lr-animation.md +4 -0
  532. package/llms/components/lr-app-rail-item.md +4 -2
  533. package/llms/components/lr-app-rail.md +4 -2
  534. package/llms/components/lr-attachment-chip.md +8 -3
  535. package/llms/components/lr-audio-visualizer.md +9 -6
  536. package/llms/components/lr-av-player.md +14 -0
  537. package/llms/components/lr-avatar.md +4 -0
  538. package/llms/components/lr-bar-chart.md +2 -2
  539. package/llms/components/lr-box-plot.md +15 -6
  540. package/llms/components/lr-bubble-chart.md +2 -2
  541. package/llms/components/lr-button.md +11 -3
  542. package/llms/components/lr-calendar-viewer.md +4 -0
  543. package/llms/components/lr-calendar.md +15 -4
  544. package/llms/components/lr-carousel.md +5 -0
  545. package/llms/components/lr-chart.md +24 -9
  546. package/llms/components/lr-chat-composer.md +2 -1
  547. package/llms/components/lr-chat-message.md +4 -0
  548. package/llms/components/lr-checkbox.md +3 -0
  549. package/llms/components/lr-chip-group.md +3 -0
  550. package/llms/components/lr-chip.md +3 -0
  551. package/llms/components/lr-chunk-inspector.md +2 -2
  552. package/llms/components/lr-code-block-core.md +20 -8
  553. package/llms/components/lr-code-block.md +17 -14
  554. package/llms/components/lr-code-editor.md +20 -5
  555. package/llms/components/lr-color-picker.md +9 -0
  556. package/llms/components/lr-combobox.md +35 -4
  557. package/llms/components/lr-command-palette.md +4 -0
  558. package/llms/components/lr-commit-card.md +3 -0
  559. package/llms/components/lr-compare-panel.md +7 -0
  560. package/llms/components/lr-condition-builder.md +5 -0
  561. package/llms/components/lr-conversation-item.md +3 -0
  562. package/llms/components/lr-copy-button.md +10 -1
  563. package/llms/components/lr-dashboard-grid.md +5 -0
  564. package/llms/components/lr-data-grid.md +22 -3
  565. package/llms/components/lr-dataset-viewer.md +3 -2
  566. package/llms/components/lr-date-input.md +50 -6
  567. package/llms/components/lr-date-picker.md +51 -7
  568. package/llms/components/lr-details.md +10 -5
  569. package/llms/components/lr-dialog.md +4 -0
  570. package/llms/components/lr-diff-view.md +6 -0
  571. package/llms/components/lr-document-compare.md +6 -2
  572. package/llms/components/lr-document-library.md +4 -0
  573. package/llms/components/lr-document-preview.md +18 -4
  574. package/llms/components/lr-document-viewer.md +14 -4
  575. package/llms/components/lr-docx-viewer.md +6 -0
  576. package/llms/components/lr-doughnut-chart.md +2 -2
  577. package/llms/components/lr-dropdown-item.md +4 -0
  578. package/llms/components/lr-dropdown.md +3 -0
  579. package/llms/components/lr-ebook-viewer.md +12 -3
  580. package/llms/components/lr-email-viewer.md +10 -0
  581. package/llms/components/lr-emoji-picker.md +17 -3
  582. package/llms/components/lr-empty.md +3 -0
  583. package/llms/components/lr-entity-card.md +3 -0
  584. package/llms/components/lr-entity-chip.md +4 -0
  585. package/llms/components/lr-eval-dataset.md +2 -2
  586. package/llms/components/lr-export-button.md +9 -0
  587. package/llms/components/lr-file-input.md +12 -8
  588. package/llms/components/lr-file-tree.md +5 -1
  589. package/llms/components/lr-filter-bar.md +5 -0
  590. package/llms/components/lr-flow-canvas.md +8 -1
  591. package/llms/components/lr-flow-node.md +2 -1
  592. package/llms/components/lr-flow-run-status.md +1 -1
  593. package/llms/components/lr-format-date.md +3 -1
  594. package/llms/components/lr-format-number.md +4 -0
  595. package/llms/components/lr-funnel.md +4 -0
  596. package/llms/components/lr-gauge.md +4 -0
  597. package/llms/components/lr-generation-metrics.md +5 -0
  598. package/llms/components/lr-graph-legend.md +4 -2
  599. package/llms/components/lr-graph-query-builder.md +6 -0
  600. package/llms/components/lr-graph.md +8 -2
  601. package/llms/components/lr-grounding-summary.md +8 -8
  602. package/llms/components/lr-heatmap.md +13 -0
  603. package/llms/components/lr-histogram.md +2 -2
  604. package/llms/components/lr-icon-button.md +7 -0
  605. package/llms/components/lr-image-viewer.md +9 -0
  606. package/llms/components/lr-include.md +5 -0
  607. package/llms/components/lr-ingestion-queue.md +5 -1
  608. package/llms/components/lr-input.md +22 -8
  609. package/llms/components/lr-intersection-observer.md +9 -0
  610. package/llms/components/lr-json-viewer.md +10 -1
  611. package/llms/components/lr-kbd.md +3 -0
  612. package/llms/components/lr-knowledge-base.md +10 -1
  613. package/llms/components/lr-knowledge-graph-explorer.md +7 -0
  614. package/llms/components/lr-known-date.md +7 -0
  615. package/llms/components/lr-line-chart.md +2 -2
  616. package/llms/components/lr-lite-chart.md +29 -9
  617. package/llms/components/lr-live-region.md +3 -0
  618. package/llms/components/lr-locale-picker.md +12 -0
  619. package/llms/components/lr-map.md +23 -5
  620. package/llms/components/lr-markdown-core.md +4 -0
  621. package/llms/components/lr-markdown.md +15 -8
  622. package/llms/components/lr-media-card.md +5 -8
  623. package/llms/components/lr-mention-popover.md +17 -10
  624. package/llms/components/lr-menu-item.md +4 -0
  625. package/llms/components/lr-menu-label.md +4 -3
  626. package/llms/components/lr-menu.md +4 -0
  627. package/llms/components/lr-message-actions.md +13 -3
  628. package/llms/components/lr-message-feedback.md +24 -7
  629. package/llms/components/lr-message-parts.md +6 -3
  630. package/llms/components/lr-model-select.md +13 -2
  631. package/llms/components/lr-multi-split.md +20 -7
  632. package/llms/components/lr-mutation-observer.md +8 -0
  633. package/llms/components/lr-native-time-input.md +10 -0
  634. package/llms/components/lr-node-palette.md +8 -2
  635. package/llms/components/lr-notebook-viewer.md +4 -1
  636. package/llms/components/lr-number-input.md +12 -1
  637. package/llms/components/lr-option.md +35 -4
  638. package/llms/components/lr-otp-input.md +10 -0
  639. package/llms/components/lr-pan-zoom.md +1 -2
  640. package/llms/components/lr-phone-input.md +20 -5
  641. package/llms/components/lr-pie-chart.md +2 -2
  642. package/llms/components/lr-polar-area-chart.md +2 -2
  643. package/llms/components/lr-poll-status.md +4 -0
  644. package/llms/components/lr-popover.md +3 -0
  645. package/llms/components/lr-popup.md +3 -2
  646. package/llms/components/lr-prompt-input.md +7 -3
  647. package/llms/components/lr-prompt-queue.md +6 -0
  648. package/llms/components/lr-prompt-studio.md +7 -0
  649. package/llms/components/lr-provenance-panel.md +3 -0
  650. package/llms/components/lr-push-to-talk.md +8 -0
  651. package/llms/components/lr-qr-code.md +6 -0
  652. package/llms/components/lr-radar-chart.md +2 -2
  653. package/llms/components/lr-radio-button.md +13 -4
  654. package/llms/components/lr-radio-group.md +5 -0
  655. package/llms/components/lr-radio.md +9 -0
  656. package/llms/components/lr-rating.md +8 -0
  657. package/llms/components/lr-relative-time.md +2 -0
  658. package/llms/components/lr-reorder-item.md +6 -0
  659. package/llms/components/lr-reorder-list.md +6 -0
  660. package/llms/components/lr-result-card.md +6 -3
  661. package/llms/components/lr-result-field.md +6 -3
  662. package/llms/components/lr-retrieval-results.md +1 -1
  663. package/llms/components/lr-rubric-form.md +12 -0
  664. package/llms/components/lr-scatter-chart.md +2 -2
  665. package/llms/components/lr-scroller.md +5 -5
  666. package/llms/components/lr-select.md +9 -0
  667. package/llms/components/lr-sequence-playback.md +5 -2
  668. package/llms/components/lr-slider.md +19 -5
  669. package/llms/components/lr-source-picker.md +4 -0
  670. package/llms/components/lr-span-waterfall.md +3 -0
  671. package/llms/components/lr-sparkline.md +4 -0
  672. package/llms/components/lr-split-panel.md +4 -0
  673. package/llms/components/lr-stack-trace.md +3 -0
  674. package/llms/components/lr-stat.md +10 -0
  675. package/llms/components/lr-streaming-text.md +2 -3
  676. package/llms/components/lr-subagent-panel.md +3 -2
  677. package/llms/components/lr-svg-viewer.md +3 -0
  678. package/llms/components/lr-swatch-picker.md +4 -0
  679. package/llms/components/lr-switch.md +6 -0
  680. package/llms/components/lr-tab-group.md +4 -0
  681. package/llms/components/lr-table.md +10 -2
  682. package/llms/components/lr-terminal.md +17 -5
  683. package/llms/components/lr-textarea.md +9 -0
  684. package/llms/components/lr-thinking-panel.md +3 -1
  685. package/llms/components/lr-thread-list.md +26 -4
  686. package/llms/components/lr-time-input.md +3 -0
  687. package/llms/components/lr-time-range.md +5 -0
  688. package/llms/components/lr-timeline-item.md +6 -0
  689. package/llms/components/lr-timeline.md +6 -0
  690. package/llms/components/lr-token-input.md +14 -0
  691. package/llms/components/lr-tool-call-chip.md +7 -5
  692. package/llms/components/lr-tool-param-form.md +6 -2
  693. package/llms/components/lr-tool-result-dialog.md +4 -0
  694. package/llms/components/lr-tool-result-view.md +2 -3
  695. package/llms/components/lr-tool-select-dialog.md +6 -2
  696. package/llms/components/lr-tooltip.md +6 -0
  697. package/llms/components/lr-trace-tree.md +3 -0
  698. package/llms/components/lr-transcript-feed.md +3 -0
  699. package/llms/components/lr-tree-item.md +12 -5
  700. package/llms/components/lr-tree.md +12 -5
  701. package/llms/components/lr-typing-indicator.md +3 -0
  702. package/llms/components/lr-usage-badge.md +4 -0
  703. package/llms/components/lr-video.md +8 -2
  704. package/llms/components/lr-virtual-list.md +5 -3
  705. package/llms/components/lr-voice-picker.md +15 -2
  706. package/llms/components/lr-widget-renderer.md +21 -13
  707. package/llms/components/lr-widget.md +4 -2
  708. package/llms/components/lr-word-cloud.md +4 -0
  709. package/llms/components/lr-xml-viewer.md +9 -2
  710. package/llms/components/lr-zoomable-frame.md +6 -3
  711. package/llms/peers.md +5 -5
  712. package/llms/shared.md +74 -63
  713. package/llms-full.txt +4705 -2954
  714. package/package.json +19 -14
  715. package/vscode-css-data.json +1 -1
  716. package/vscode-html-data.json +1 -1
  717. package/web-types.json +1 -1
  718. package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.d.ts +0 -1
  719. package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.js +0 -1
  720. package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.d.ts +0 -1
  721. package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.js +0 -1
  722. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.d.ts +0 -1
  723. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.js +0 -1
@@ -20,6 +20,11 @@
20
20
  An expand/collapse hierarchy (document/graph navigation tree). Mirrors `wa-tree`/`wa-tree-item` and
21
21
  `sl-tree`/`sl-tree-item`.
22
22
 
23
+ An otherwise unnamed data row receives its stable `id` as a semantic name. Usable `accessibleLabel`,
24
+ visible label, description, badge content and explicit host naming retain precedence; the fallback
25
+ changes neither visible content nor installed data. Blank visible labels remain supported.
26
+ Declarative items receive no automatic ID fallback.
27
+
23
28
  **Renamed in 8.0.0 — breaking:** the child element is `<lr-tree-item>` (class `LyraTreeItem`), not
24
29
  `<lr-tree-node>`/`LyraTreeNode`. It was the only child element in the library whose tag diverged
25
30
  from both upstreams, so `wa-tree-item`/`sl-tree-item` markup had nothing to rename to. The shared
@@ -72,9 +77,10 @@ deeply-nested node's own shadow root still reaches it).
72
77
  - `data: readonly LyraTreeNodeData[] = []` (attribute: false) — the object child model; ignored
73
78
  while any author-written `<lr-tree-item>` child is present. Assignment installs a detached,
74
79
  recursively frozen snapshot: mutate caller data only before assignment, then reassign after
75
- changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels, never invokes
76
- caller accessors, and exposes `dataTruncated = true` when malformed or over-budget input was
77
- omitted. Collapsed branches do not instantiate descendants; disclosure projects only normalized
80
+ changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels, and lazily
81
+ inspects at most 10,000 root/child array positions globally in depth-first order. It never
82
+ invokes caller accessors and exposes `dataTruncated = true` when malformed or over-budget input
83
+ was omitted or the inspected-position ceiling was reached. Collapsed branches do not instantiate descendants; disclosure projects only normalized
78
84
  children while `aria-setsize` preserves the declared sibling count. `LyraTreeNodeData` is
79
85
  `{ readonly id: string; readonly label: string; readonly children?: readonly LyraTreeNodeData[];
80
86
  readonly selected?: boolean; readonly disabled?: boolean; readonly lazy?: boolean; readonly
@@ -88,7 +94,7 @@ LyraVariant; readonly label?: string }`. `badges` renders tone-mapped chips in o
88
94
  author-supplied host `aria-label` takes precedence by presence and is never overwritten or
89
95
  removed by later object refreshes; removing the author attribute restores the current data name.
90
96
  `id` is the event, roving-focus, reconciliation, and reorder identity and must be unique across
91
- the complete reachable hierarchy; malformed/blank rows and later duplicates are omitted as described above
97
+ the complete reachable hierarchy; malformed rows, blank IDs and later duplicates are omitted as described above
92
98
  - `selection: 'single'|'multiple'|'leaf'|'leaf-multiple' = 'single'` — self-managed selection for
93
99
  both child models. `single` selects one item; `leaf` selects one loaded leaf; `multiple` displays
94
100
  checkboxes and cascades through enabled descendants; `leaf-multiple` applies that cascade only
@@ -213,7 +219,8 @@ when assigned):
213
219
  - `isDisabled: boolean` — `item.disabled` in the data model, the `disabled` property in the
214
220
  declarative one
215
221
  - `nodeLabel: string` — this item's spoken name, used for the tree's reorder announcements: a host
216
- `aria-label` is authoritative in both models; otherwise `item.accessibleLabel || item.label` in
222
+ `aria-label` is authoritative in both models
223
+ (including the component-owned stable-ID fallback for otherwise unnamed data rows); otherwise `item.accessibleLabel || item.label` in
217
224
  the data model, or flattened accessibility-visible slotted label text (nested items excluded)
218
225
  followed by the `label` fallback in the declarative one. Direct and forwarding-slot
219
226
  text/ARIA/visibility mutations update the name
@@ -20,6 +20,11 @@
20
20
  An expand/collapse hierarchy (document/graph navigation tree). Mirrors `wa-tree`/`wa-tree-item` and
21
21
  `sl-tree`/`sl-tree-item`.
22
22
 
23
+ An otherwise unnamed data row receives its stable `id` as a semantic name. Usable `accessibleLabel`,
24
+ visible label, description, badge content and explicit host naming retain precedence; the fallback
25
+ changes neither visible content nor installed data. Blank visible labels remain supported.
26
+ Declarative items receive no automatic ID fallback.
27
+
23
28
  **Renamed in 8.0.0 — breaking:** the child element is `<lr-tree-item>` (class `LyraTreeItem`), not
24
29
  `<lr-tree-node>`/`LyraTreeNode`. It was the only child element in the library whose tag diverged
25
30
  from both upstreams, so `wa-tree-item`/`sl-tree-item` markup had nothing to rename to. The shared
@@ -72,9 +77,10 @@ deeply-nested node's own shadow root still reaches it).
72
77
  - `data: readonly LyraTreeNodeData[] = []` (attribute: false) — the object child model; ignored
73
78
  while any author-written `<lr-tree-item>` child is present. Assignment installs a detached,
74
79
  recursively frozen snapshot: mutate caller data only before assignment, then reassign after
75
- changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels, never invokes
76
- caller accessors, and exposes `dataTruncated = true` when malformed or over-budget input was
77
- omitted. Collapsed branches do not instantiate descendants; disclosure projects only normalized
80
+ changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels, and lazily
81
+ inspects at most 10,000 root/child array positions globally in depth-first order. It never
82
+ invokes caller accessors and exposes `dataTruncated = true` when malformed or over-budget input
83
+ was omitted or the inspected-position ceiling was reached. Collapsed branches do not instantiate descendants; disclosure projects only normalized
78
84
  children while `aria-setsize` preserves the declared sibling count. `LyraTreeNodeData` is
79
85
  `{ readonly id: string; readonly label: string; readonly children?: readonly LyraTreeNodeData[];
80
86
  readonly selected?: boolean; readonly disabled?: boolean; readonly lazy?: boolean; readonly
@@ -88,7 +94,7 @@ LyraVariant; readonly label?: string }`. `badges` renders tone-mapped chips in o
88
94
  author-supplied host `aria-label` takes precedence by presence and is never overwritten or
89
95
  removed by later object refreshes; removing the author attribute restores the current data name.
90
96
  `id` is the event, roving-focus, reconciliation, and reorder identity and must be unique across
91
- the complete reachable hierarchy; malformed/blank rows and later duplicates are omitted as described above
97
+ the complete reachable hierarchy; malformed rows, blank IDs and later duplicates are omitted as described above
92
98
  - `selection: 'single'|'multiple'|'leaf'|'leaf-multiple' = 'single'` — self-managed selection for
93
99
  both child models. `single` selects one item; `leaf` selects one loaded leaf; `multiple` displays
94
100
  checkboxes and cascades through enabled descendants; `leaf-multiple` applies that cascade only
@@ -213,7 +219,8 @@ when assigned):
213
219
  - `isDisabled: boolean` — `item.disabled` in the data model, the `disabled` property in the
214
220
  declarative one
215
221
  - `nodeLabel: string` — this item's spoken name, used for the tree's reorder announcements: a host
216
- `aria-label` is authoritative in both models; otherwise `item.accessibleLabel || item.label` in
222
+ `aria-label` is authoritative in both models
223
+ (including the component-owned stable-ID fallback for otherwise unnamed data rows); otherwise `item.accessibleLabel || item.label` in
217
224
  the data model, or flattened accessibility-visible slotted label text (nested items excluded)
218
225
  followed by the `label` fallback in the declarative one. Direct and forwarding-slot
219
226
  text/ARIA/visibility mutations update the name
@@ -25,6 +25,9 @@ classic "typing…" affordance for a standalone status line), `pulse` (a single
25
25
  quieter cue for a tight space, e.g. next to an avatar), `cursor` (a blinking vertical bar, meant to
26
26
  sit inline at the tail end of streamed text still being appended to).
27
27
 
28
+ Removing `label` restores the localized thinking name while preserving an explicit host
29
+ `aria-label`. Later label assignments remain reactive.
30
+
28
31
  **Properties:**
29
32
 
30
33
  - `shape: TypingIndicatorShape = 'dots'` (`'dots' | 'pulse' | 'cursor'`, reflected)
@@ -23,6 +23,10 @@ The tooltip reuses `lr-tool-call-chip`'s hover/focus/Escape/`aria-describedby` c
23
23
  Not `lr-context-meter` (occupancy of a fixed capacity); not `lr-generation-metrics` (live, with a
24
24
  Stop button) — this is static after the fact.
25
25
 
26
+ Removing `cost-text` or `summary` safely omits that content; explicit empty values remain empty and
27
+ later values restore it. An open tooltip participates in shared Escape ordering even while only
28
+ hovered, and dismissal preserves focus elsewhere.
29
+
26
30
  **Properties:** `tokensIn?: number` (attribute `tokens-in`) — input tokens, normalized to a
27
31
  non-negative integer, locale-formatted; segment omitted while unset/non-finite. `tokensOut?: number`
28
32
  (attribute `tokens-out`) — same rules. `costText: string = ''` (attribute `cost-text`) —
@@ -21,6 +21,10 @@ selectable captions, and bounded WebVTT thumbnail previews. It mirrors the publi
21
21
  API under the `lr-` prefix. Import the granular registration entry with
22
22
  `import '@aceshooting/lyra-ui/components/media/video/video.js'`.
23
23
 
24
+ When progress is unavailable, the disabled native range input and its visible timeline track retain
25
+ resting paint under hover and press. Once media duration makes progress available, the track retains
26
+ its token-driven hover and press feedback.
27
+
24
28
  **Properties:** `autoplay: boolean = false`, `autoplayMuted: boolean = false` (attribute
25
29
  `autoplay-muted`), `autoplayOnVisible: boolean = false` (attribute `autoplay-on-visible`),
26
30
  `controls: 'none' | 'standard' | 'full' = 'standard'`, `currentTime: number = 0` (attribute
@@ -107,8 +111,10 @@ kept for mechanical Web Awesome migration. Lyra also supplies
107
111
  Caption and playback-rate selectors remain native `<select>` controls with decorative, pointer-inert
108
112
  chevrons; their option foreground and background inherit `--controls-color` and
109
113
  `--controls-background`. Controls, elapsed/title text, caption text, and selectors consistently use
110
- the semantic strong-overlay foreground. The fallback remains legible in light and dark themes;
111
- an explicit `--controls-color` still has final precedence, and forced-colors mode remains UA-owned.
114
+ the semantic strong-overlay foreground. The fallback remains legible in light and dark themes.
115
+ The poster play button and its glyph instead default to `--lr-color-text` against their
116
+ `--lr-color-surface-overlay` surface. An explicit `--controls-color` retains final precedence on
117
+ both poster and overlay controls, and forced-colors mode remains UA-owned.
112
118
 
113
119
  **RTL behavior:** surrounding controls follow the inherited direction, while the elapsed-media axis
114
120
  stays physical left-to-right. Native ArrowRight advances and ArrowLeft rewinds the timeline in both
@@ -134,7 +134,9 @@ the `lr-virtual-scroll` detail shape.
134
134
  `groupByRecency(items, options?)` is a DOM-free helper that returns non-empty
135
135
  Today/Yesterday/Previous 7 Days/Older buckets, preserves input order within each bucket, and accepts
136
136
  a timestamp extractor, reference date, and label overrides. Import it from its granular subpath —
137
- the package root re-exports it too, but that entry pulls in the eager registration barrel:
137
+ the package root also re-exports it without registering custom elements, while the granular
138
+ route limits the named-export module graph. `@aceshooting/lyra-ui/all.js` is the separate eager
139
+ registration entry:
138
140
 
139
141
  ```ts
140
142
  import { groupByRecency } from "@aceshooting/lyra-ui/utilities/group-by-recency.js";
@@ -303,11 +305,11 @@ default estimate with sparse `ResizeObserver` measurements for rows that have ac
303
305
  Each row carries `will-change: transform` (a compositor hint for the per-frame translate), which
304
306
  makes every row its own stacking context. Rows otherwise carry no `z-index`, so they paint in DOM
305
307
  order and each one paints over the previous. Anything a row renders that overflows its own box —
306
- an `<lr-menu>` popup in a row-action menu, a tooltip, an outward focus ring — is therefore painted
308
+ an `<lr-dropdown>` popup containing a row-action menu, a tooltip, an outward focus ring — is therefore painted
307
309
  _underneath_ every following row, no matter how high its own `z-index` is: that `z-index` only
308
310
  orders siblings inside the row's own context. The last row always looks correct, which is exactly
309
311
  why the failure tends to hide in short lists. A row lifts to `--lr-layer-content` while something
310
- inside it holds focus or while it contains an open `lr-menu`. The explicit menu-open branch covers
312
+ inside it holds focus or while it contains an open `lr-dropdown`. The explicit dropdown-open branch covers
311
313
  imperative opening and virtual measurement/render cycles, where focus can temporarily return to
312
314
  the document while the popup remains visible. The value deliberately _matches_
313
315
  `[part='group']`'s rather than exceeding it, so the two land on the same layer and DOM order
@@ -32,6 +32,14 @@ control changes target; closing or filtering also retires a row-owned preview on
32
32
  control represents it. Does not synthesize speech, fetch catalogs, or persist selection; not a
33
33
  persona picker; `lr-model-select` stays for LLMs.
34
34
 
35
+ Removing `label`, `hint`, or `error-text` clears that optional copy in both catalog and free-text
36
+ modes. Removed string properties retain `null` readback, and later assignments restore their
37
+ content.
38
+
39
+ Composing key events (`isComposing` or legacy `keyCode === 229`) remain with the catalog query or
40
+ custom-value editor: they do not navigate options, commit a selection or custom value, or close the
41
+ popup. Ordinary keyboard behavior resumes after composition.
42
+
35
43
  **Exported types:** `LyraVoiceCatalogEntry extends LyraCatalogEntry { language?: string;
36
44
  description?: string; previewUrl?: string }` — `language`/`description` render as a quiet
37
45
  `[part="option-meta"]` second line. Voice catalogs use the shared
@@ -60,6 +68,10 @@ identically-named properties. `size: LyraSize = 'm'` (reflected) selects the sha
60
68
  `--lr-form-control-*` metrics. The separate preview button retains the library-wide 40px minimum
61
69
  hit area at compact tiers and grows with `l`/`xl`.
62
70
 
71
+ `readonly: boolean = false` (reflected) mirrors `lr-model-select`: it blocks user typing and catalog
72
+ commits while preserving focus, popup navigation, selection/copy, reset, submission, programmatic
73
+ writes, and the preview actions.
74
+
63
75
  The `label` property and `label` slot share one native label in the standard `form-control` frame.
64
76
  Slotted label content participates in the accessible name in both closed-dropdown and free-text
65
77
  modes; an explicit host `aria-label` remains the highest-precedence name.
@@ -113,8 +125,9 @@ outer pair. One bubbling/composed `lr-invalid` alias fires when native validity
113
125
  `[part="form-control-label"]`, retunable or suppressible through
114
126
  `--lr-form-control-required-content`, `--lr-form-control-required-color` and
115
127
  `--lr-form-control-required-offset`; and while the picker is barred from
116
- constraint validation (own `disabled`, or an ancestor `<fieldset disabled>` — there is no `readonly`
117
- here) it reports no violation and publishes neither `:state(invalid)` nor `:state(user-invalid)`.
128
+ constraint validation (own `disabled` or `readonly`, or an ancestor `<fieldset disabled>`) it
129
+ reports no violation and publishes neither `:state(invalid)` nor
130
+ `:state(user-invalid)`.
118
131
 
119
132
  **CSS parts:** `form-control` (the complete field frame), `form-control-label`, `trigger` (closed-dropdown mode), `combobox`/`combobox-input`
120
133
  (free-text mode), `provider-badge`, `listbox`, `option`, `option-label`, `option-meta` (the quiet
@@ -30,6 +30,15 @@ navigates (no `href` props are allowlisted anywhere). Controlled state binding i
30
30
  narrow: a versioned document may bind an allowlisted primitive prop to a JSON Pointer, and the host
31
31
  must apply every requested change itself.
32
32
 
33
+ Default authoring diagnostics are silent outside Lit's development mode. An explicit expert
34
+ `ResolveContext.warn` callback remains active in every runtime; warning keys and the suppression cap
35
+ remain scoped to the current context generation. Runtime `lr-render-error` reporting is independent
36
+ of this development diagnostic policy.
37
+
38
+ `createWidgetDocument` validates authored trees immediately. To handle a received, untrusted
39
+ document, pass its envelope to the renderer's `document` boundary; malformed envelopes clear prior
40
+ output and emit `lr-render-error`. The malformed-stream example exercises this boundary.
41
+
33
42
  **Exported types:**
34
43
 
35
44
  - `LyraWidgetNode { readonly type: string; readonly id?: string; readonly props?:
@@ -123,12 +132,12 @@ value to complete the update.
123
132
  **CSS parts:** `base` (the root wrapper, `display: contents`), `row`, `col`, `text` (built-in
124
133
  structural nodes only — a mapped lyra component exposes its own parts instead).
125
134
 
126
- Caps: depth 32, 5,000 nodes, 100 visited props per node, and 100 unique warning keys plus one
127
- deterministic suppression warning. The current document/registry generation deduplicates warnings;
128
- binding-state-only re-resolution stays quiet, while replacing the root or registry releases prior
129
- keys. Exported deterministic `nodeKey`/`nodePath` identity drives reconciliation. One bounded input
130
- snapshot is shared by traversal, identity validation, pointer resolution, and rendering, so getters
131
- beyond an admitted cap are never dereferenced.
135
+ For predictable rendering, documents are limited to depth 32, 5,000 nodes, and 100 properties per
136
+ node. Content beyond those size limits is omitted or truncated; malformed documents fail closed,
137
+ clearing prior output and emitting `lr-render-error`. `document` is captured when assigned, so
138
+ mutate a copy and assign it to update; `bindingState` updates bindings without changing that
139
+ captured document or registry. Exported deterministic `nodeKey`/`nodePath` identity drives
140
+ reconciliation.
132
141
 
133
142
  ```ts
134
143
  import { html } from "lit";
@@ -157,10 +166,10 @@ const view = html`<lr-widget-renderer
157
166
  ```
158
167
 
159
168
  For a controlled binding, use a per-instance registry and apply the event's requested value back to
160
- `bindingState` (this one-field example binds `/name`). This is also the lean registration route: it imports
161
- the side-effect-free renderer class, defines only `lr-widget-renderer`, and imports only the mapped
162
- input registration. Do not import `widget-renderer.js` on this route; that entry intentionally
163
- installs the full default registry.
169
+ `bindingState` (this one-field example binds `/name`). The direct class route supplies the
170
+ default type mappings but defines only `lr-widget-renderer`; register every mapped custom element
171
+ you use yourself. The normal `widget-renderer.js` entry also registers the eight default mapped
172
+ elements, so do not import it on this route.
164
173
 
165
174
  ```html
166
175
  <lr-widget-renderer id="bound-widget"></lr-widget-renderer>
@@ -200,6 +209,5 @@ renderer.addEventListener("lr-widget-state-change", (event) => {
200
209
 
201
210
  **Optional peer deps:** none new — the normal registration entry directly imports the eight mapped
202
211
  components (`markdown` keeps its own `marked`/`dompurify` optional-peer fallback). The manual class
203
- route above is the verified lean path: its real peer-inclusive esbuild metafile excludes
204
- `default-registry.js` and all eight default mapped class modules, while the consumer explicitly
205
- imports only the component registrations its per-instance registry maps.
212
+ route supplies the same default type mappings while leaving component registration under the
213
+ consumer's control.
@@ -23,8 +23,10 @@ position) survives the transition.
23
23
 
24
24
  **Properties:**
25
25
 
26
- - `label: string = ''`
27
- - `sublabel: string = ''`
26
+ - `label: string = ''` — header title; a removed attribute renders as absent while preserving
27
+ `null` readback. Supplied empty strings remain empty and later values recover normally.
28
+ - `sublabel: string = ''` — secondary header copy with the same removal, empty-string and recovery
29
+ behavior.
28
30
  - `collapsible: boolean = false` (reflected — shows the collapse/expand chevron button)
29
31
  - `collapsed: boolean = false` (reflected)
30
32
  - `expandable: boolean = false` (reflected — shows the fullscreen toggle button)
@@ -34,6 +34,10 @@ and repeated edge movements append repeated announcements even when their text i
34
34
  no live-region role of its own. Pointer input resolves the nearest word from the adequately-sized
35
35
  SVG surface; the potentially tiny text glyphs are not independent hit targets.
36
36
 
37
+ Pinned opposite-sign finite endpoints such as `[-1e308, 1e308]` produce bounded finite scale
38
+ fractions and SVG geometry, including with reversed endpoints or square-root scaling. Word weights
39
+ remain nonnegative; placement budgets, font-size limits, and the omitted-word policy are unchanged.
40
+
37
41
  **Properties:**
38
42
 
39
43
  - `words: readonly WordCloudWord[] = []` (attribute: false) — readonly `{ text: string, weight:
@@ -25,6 +25,10 @@ matching. Every document type declaration is rejected before `DOMParser`, preven
25
25
  entity access and browser-specific internal-entity expansion. Not `lr-json-viewer` (JS values); not `lr-html-viewer`
26
26
  (sanitized _rendered_ HTML). No XPath/XSLT evaluation, no editing, no schema validation.
27
27
 
28
+ The registration entry also matches extensionless `application/*+xml` MIME essences, ignoring
29
+ parameters, case and outer whitespace. Exact registered MIME keys retain precedence over this
30
+ fallback matcher.
31
+
28
32
  **Properties:** `src: string = ''` — URL to fetch and parse; ignored once `xml` is set. `xml?:
29
33
  string` (property only) — raw XML text to parse and render; wins over `src`, and setting it parses
30
34
  synchronously. Assigning `undefined` relinquishes inline authority and immediately resumes an
@@ -43,8 +47,11 @@ attribute. Invalid CSS `max-height` values, declaration breaks, and `url()` are
43
47
  every element's tag name, attribute names/values, and own text (empty/whitespace query behaves like
44
48
  `clearSearch()`), accepting at most 4,096 query code units and scanning at most 4,000,000 code
45
49
  units while retaining 10,000 matches; `searchNext()`/`searchPrevious()` advance/step back through matches (wrapping);
46
- `clearSearch()` clears the query and matches. All three resolve only after the newly active match's
47
- row has been scrolled into view (`block: 'center'`, `behavior: 'auto'` under
50
+ `clearSearch()` clears the query and matches. Imperative `search()`, `searchNext()` and
51
+ `searchPrevious()` reopen the selected match and its ancestors, including manually collapsed
52
+ nodes, before scrolling. Other explicit collapse choices remain in effect, and later manual
53
+ collapse still takes precedence over default expansion. All three resolve only after the newly
54
+ active match's row has been scrolled into view (`block: 'center'`, `behavior: 'auto'` under
48
55
  `prefers-reduced-motion`) — before 9.0.0 they moved `data-active-match` without ever scrolling, so
49
56
  on a document taller than the viewport the reader never saw the match they had stepped to. Replacing
50
57
  the XML source clears document-relative matches and emits the canonical empty `lr-search-change`;
@@ -20,6 +20,9 @@ Sandboxed iframe preview that mirrors Web Awesome's zoomable-frame contract. It
20
20
  `<iframe>` through discrete controls without changing the document's own viewport, and fills its
21
21
  allocated inline size with a 16:9 aspect ratio by default (override `aspect-ratio` on the host).
22
22
 
23
+ Focus on either zoom control does not enter the iframe browsing context, and `blur()` does not blur
24
+ a focused zoom control.
25
+
23
26
  **Properties:**
24
27
 
25
28
  - `src: string = ''` — iframe URL. Relative, `http:`, `https:`, `blob:`, and exact `about:blank`
@@ -45,7 +48,7 @@ allocated inline size with a 16:9 aspect ratio by default (override `aspect-rati
45
48
  and carries no unsupported `aria-disabled` claim.
46
49
  - `accessibleLabel: string | null` (attribute `aria-label`) — a declarative attribute remains on
47
50
  the host while the iframe gets its localized purpose title, avoiding a duplicate name on two
48
- semantic owners. A property-only value names the iframe. Explicit empty host naming is preserved
51
+ semantic owners. A property-only value names the iframe and updates reactively without creating a host attribute. Explicit empty host naming is preserved
49
52
  as an empty iframe title rather than replaced through truthiness.
50
53
  - readonly `iframe?: HTMLIFrameElement`, `contentWindow: Window | null`, and
51
54
  `contentDocument: Document | null`. Both content accessors return `null` while detached;
@@ -73,7 +76,7 @@ rather than a second interactive control; the native zoom buttons remain the sol
73
76
  actions.
74
77
 
75
78
  **Events:** internal `focus`/`blur` from the iframe are relayed exactly once as owner-realm native
76
- `FocusEvent`s (bubbling and composed, preserving `relatedTarget`);
79
+ `FocusEvent`s (bubbling and composed, preserving external `relatedTarget`; a transition to or from an internal zoom control uses `null` because retargeting that control to the host would suppress the relay);
77
80
  native `load` and `error` are relayed exactly once from the current iframe
78
81
  generation as non-bubbling, non-composed `Event` instances. Navigation/source-policy changes
79
82
  replace the iframe, so a late event from an earlier document is ignored; detached frames do not
@@ -82,7 +85,7 @@ notify.
82
85
  **CSS parts:** `iframe`, `controls`, `zoom-in-button`, and `zoom-out-button`. Real focus entry into
83
86
  the browsing context (Tab, pointer, or `focus()`) exposes `data-frame-focused` on the host and paints
84
87
  the shared focus ring around the iframe boundary; blur, navigation rekey, disablement, and removal
85
- clear it.
88
+ clear it. Moving between the iframe and a zoom control clears or restores the marker and emits one matching native blur or focus relay; focusing a zoom control alone leaves the marker absent.
86
89
 
87
90
  **CSS custom properties:** read-only `--lr-zoomable-frame-zoom`, resolved from the `zoom`
88
91
  property and applied to the internal iframe scale; and `--lr-zoomable-frame-control-hover-background`
package/llms/peers.md CHANGED
@@ -39,11 +39,11 @@ for the page.
39
39
  |---|---|---|
40
40
  | `@aceshooting/lyra-flags` | `^2.3.0` | _(loaded by a shared internal module)_ |
41
41
  | `@aiden0z/pptx-renderer` | `^1.2.4` | `lr-pptx-viewer` |
42
- | `@sgratzl/chartjs-chart-boxplot` | `^4.4.5` | `lr-box-plot` |
43
- | `chart.js` | `^4.5.1` | `lr-bar-chart`, `lr-box-plot`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
44
- | `chartjs-plugin-annotation` | `^3.1.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
42
+ | `@sgratzl/chartjs-chart-boxplot` | `^4.0.0` | `lr-box-plot` |
43
+ | `chart.js` | `^4.0.1` | `lr-bar-chart`, `lr-box-plot`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
44
+ | `chartjs-plugin-annotation` | `^3.0.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
45
45
  | `chartjs-plugin-datalabels` | `^2.2.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
46
- | `chartjs-plugin-zoom` | `^2.2.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
46
+ | `chartjs-plugin-zoom` | `^2.0.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
47
47
  | `d3-drag` | `^3.0.0` | `lr-graph`, `lr-knowledge-graph-explorer` |
48
48
  | `d3-force` | `^3.0.0` | `lr-graph`, `lr-knowledge-graph-explorer` |
49
49
  | `d3-selection` | `^3.0.0` | `lr-graph`, `lr-knowledge-graph-explorer` |
@@ -58,7 +58,7 @@ for the page.
58
58
  | `maplibre-gl` | `>=5 <7` | `lr-geojson-view`, `lr-geojson-viewer`, `lr-map` |
59
59
  | `marked` | `^18.0.11` | `lr-agent-workspace`, `lr-dashboard-grid`, `lr-eval-run`, `lr-markdown`, `lr-markdown-core`, `lr-message-parts`, `lr-notebook-viewer`, `lr-rag-answer`, `lr-streaming-text`, `lr-widget-renderer` |
60
60
  | `papaparse` | `^5.7.0` | `lr-csv-viewer`, `lr-dataset-viewer` |
61
- | `pdfjs-dist` | `^6.2.108` | `lr-pdf-viewer` |
61
+ | `pdfjs-dist` | `^6.3.289` | `lr-pdf-viewer` |
62
62
  | `postal-mime` | `^3.0.0` | `lr-email-viewer` |
63
63
  | `qrcode` | `^1.5.4` | `lr-qr-code` |
64
64
  | `react` | `>=19 <20` | type-only `@aceshooting/lyra-ui/custom-elements-jsx` entry (no runtime import) |
package/llms/shared.md CHANGED
@@ -10,11 +10,6 @@ introduced by the current release, it is the current package version.
10
10
  compatibility promises: once published, their public APIs receive the same full-semver protection
11
11
  as stable components until they are formally deprecated and removed.
12
12
 
13
- An experimental component graduates to stable only after its documented API, populated
14
- accessibility state, behavior in Chromium, Firefox, and WebKit, and compatibility contract pass
15
- maintainer review and release qualification. A stable component keeps that status only while those
16
- contracts remain release-blocking.
17
-
18
13
  Deprecation is explicit metadata, not an implication from status. Each deprecated component or
19
14
  member names a replacement, a deprecation version, a rationale, and the earliest permitted removal
20
15
  version. If an API is deprecated in major version M, it remains available for the complete M+1
@@ -49,8 +44,7 @@ The major-version landmarks after 9.0.0 are:
49
44
 
50
45
  - **10.0.0:** removed eligible members deprecated during 9.x and made the public-contract
51
46
  corrections listed in its changelog entry; follow that entry's per-member migration guidance.
52
- - **11.0.0:** carried no known consumer-breaking change. The major number recorded conservative
53
- public-API-gate fingerprint and generated-type churn; consumers upgrading from 10.x were not
47
+ - **11.0.0:** carried no known consumer-breaking change; consumers upgrading from 10.x were not
54
48
  expected to change code.
55
49
  - **12.0.0:** removed the inherited static `LyraElement.getPropertyDescriptor()` surface after Lit
56
50
  deprecated that finalization hook. Ordinary component consumers need no migration; only subclasses
@@ -64,10 +58,10 @@ Chromium 120+, Gecko 121+, WebKit 16.4+, and Node 20+ (ESM only; there is no Com
64
58
  Those floors are derived from platform features the source actually uses — `:dir()`, `:has()`,
65
59
  `@container`, `color-mix()`, `ElementInternals` form association — because the package ships
66
60
  untranspiled ES2022 modules with no polyfills and no build-time downleveling. There is deliberately
67
- no `browserslist` field: it would describe a build step this package does not have. CI proves the
68
- current stable build of each engine (the full suite on Chromium, a contract subset on Firefox and
69
- WebKit, on Node 20 and 22); the version floors are derived rather than tested. Raising any floor is
70
- a semver-major change. Full policy, including the known WebKit cross-shadow-selection gap and the
61
+ no `browserslist` field: it would describe a build step this package does not have. The version
62
+ floors are derived from those platform features rather than individually verified version-by-version.
63
+ Raising any floor is a semver-major change. Full policy, including the known WebKit
64
+ cross-shadow-selection gap and the
71
65
  rule for when a `@supports` fallback may be dropped:
72
66
  <https://github.com/aceshooting/lyra-ui/blob/main/docs/support-policy.md>.
73
67
 
@@ -185,12 +179,49 @@ The entry points, then:
185
179
  `@aceshooting/lyra-ui/ai` (provider-neutral data types), `@aceshooting/lyra-ui/testing`
186
180
  (happy-dom shims), `@aceshooting/lyra-ui/utilities/*` (the curated shared helpers, all documented below).
187
181
 
182
+ ### Registration-free component helpers
183
+
184
+ The following focused helpers are public, side-effect-free modules. They do not define a custom
185
+ element, so they are suitable for server code, workers, or applications that need the same data
186
+ normalization as a component without registering it:
187
+
188
+ ```ts
189
+ import {
190
+ DEFAULT_INTERNAL_PATTERNS,
191
+ parseStackTrace,
192
+ STACK_TRACE_LIMITS,
193
+ } from '@aceshooting/lyra-ui/components/agent-tools/stack-trace/stack-trace-parse.js';
194
+ import {
195
+ MAX_RENDERED_LYRA_SPANS,
196
+ normalizeLyraSpans,
197
+ } from '@aceshooting/lyra-ui/components/agent-tools/trace-tree/span.js';
198
+ import {
199
+ agentStatusMessage,
200
+ agentStatusVariant,
201
+ } from '@aceshooting/lyra-ui/components/agent-tools/agent-status-presentation.js';
202
+ import {
203
+ approvalAction,
204
+ approvalDecision,
205
+ } from '@aceshooting/lyra-ui/components/agent-tools/approval-state.js';
206
+ import { DEFAULT_WIDGET_TYPE_REGISTRY } from '@aceshooting/lyra-ui/components/conversation/widget-renderer/default-registry.js';
207
+ ```
208
+
209
+ Their companion type exports remain on those same paths: stack parsing exposes `StackFrame`,
210
+ `StackGroup`, `StackTraceParseOptions`, and `StackTraceParseResult`; span projection exposes
211
+ `LyraSpan`, `LyraSpanKind`, `LyraSpanStatus`, and `LyraSpanProjection`; status and approval helpers
212
+ expose their respective presentation and decision types. The status helpers are `agentStatusKind`,
213
+ `agentStatusLabel`, `agentStatusMessage`, `agentStatusVariant`, `isAgentStatusTerminal`, and
214
+ `isAgentStatusActive`; approval also exports `ApprovalAction` and `ApprovalDecision`; span also
215
+ exports `normalizeLyraSpanKind` and `normalizeLyraSpanStatus`; the widget registry module exports
216
+ only `DEFAULT_WIDGET_TYPE_REGISTRY`. Import a component registration entry separately when the page
217
+ also renders that component.
218
+
188
219
  ### Optional autoloader
189
220
 
190
221
  `@aceshooting/lyra-ui/autoloader.js` exports `discover(root?, options?)`, `start(root?, options?)`,
191
- and `stop()`. It contains an inventory-generated literal class-module import for every known Lyra
192
- tag, so a bundler can split each component while ordinary granular imports remain independent.
193
- Importing this entry alone has no side effect and registers nothing.
222
+ and `stop()`. It can load each known Lyra tag independently, allowing bundlers to split components
223
+ while granular imports remain independent. Importing this entry alone has no side effect and
224
+ registers nothing.
194
225
 
195
226
  - `discover()` scans once. `start()` performs the same initial scan, then observes dynamic and
196
227
  Turbo-style replacement subtrees; a later `start()` stops the previous watcher. `stop()` is
@@ -351,8 +382,8 @@ through `@aceshooting/lyra-ui/events` for listeners on an ancestor, `document` o
351
382
  ## Form association
352
383
 
353
384
  `FormAssociated(Base)` (`@aceshooting/lyra-ui/utilities/form-associated.js`) makes a `LitElement`
354
- form-associated: `static formAssociated = true` plus `attachInternals()` in the constructor, which
355
- eagerly calls
385
+ form-associated: `static formAssociated = true` plus a descriptor-safe `attachInternals` lookup in
386
+ the constructor, which eagerly calls
356
387
  `internals.setFormValue('')` so an untouched control is present in `FormData` as `""` from
357
388
  construction — matching native `<input>` — instead of being absent.
358
389
 
@@ -811,8 +842,8 @@ both modes: `on-<e>` clears WCAG 1.4.3's 4.5:1 against `fill-<e>` at the _same_
811
842
  construction, and no other pairing is promised. `border-normal` and `border-loud` clear 1.4.11's
812
843
  3:1 against the page surface, so a control's visible bounds are always discernible. `border-quiet`
813
844
  is deliberately exempt: it exists for decoration that is not load-bearing — a rule between table
814
- rows, a hairline inside an already-bounded card — so never use it as a control's only boundary. All
815
- of this is checked at build time across both modes, not asserted by hand.
845
+ rows, a hairline inside an already-bounded card — so never use it as a control's only boundary.
846
+ These guarantees apply in both modes.
816
847
 
817
848
  **Every slot has its own `--lr-theme-*` override**, named after the slot, so one decision can be
818
849
  rethemed without forking anything beneath it:
@@ -1040,11 +1071,9 @@ fails when inherited from a wrapper, that is a component bug; setting the same h
1040
1071
  every host should not be necessary.
1041
1072
 
1042
1073
  **There is no way to tell a live `--lr-*` declaration from a dead one without rendering.** A dead
1043
- declaration is byte-identical to a working one in the stylesheet, and nothing in a build reports
1044
- it a test asserting on stylesheet source text (`expect(source).toContain('--lr-token: …')`)
1045
- passes just as happily when the token is being shadowed at a nested host. Verify with
1046
- `getComputedStyle` on the real element in the real state, and perturb the value deliberately to
1047
- confirm the assertion actually bites.
1074
+ declaration is byte-identical to a working one in the stylesheet; a stylesheet-text check cannot
1075
+ distinguish it. Verify with `getComputedStyle` on the real element in the real state, and perturb
1076
+ the value deliberately to confirm the assertion actually bites.
1048
1077
 
1049
1078
  The same trap has a second form inside a component's own styles: a _declared_ value always wins
1050
1079
  over a `var()` fallback arm, and `auto` is a declared value. That is why the exact-height escape
@@ -1670,11 +1699,8 @@ import {
1670
1699
  `CitationSelectEventDetail`, `ToolApprovalEventDetail`, `CancelEventDetail`, `RetryEventDetail`,
1671
1700
  `ExportEventDetail`
1672
1701
 
1673
- The package's no-emit type-test program asserts that each type still matches the property it feeds
1674
- on `lr-chat-message`, `lr-tool-call-chip`, `lr-tool-result-view`, `lr-source-card`,
1675
- `lr-attachment-chip`, and `lr-document-preview`. The binding is enforced by `tsc` without shipping
1676
- an importable contract module. The types are structural and provider-agnostic: map any vendor's
1677
- payload onto them once, at the edge.
1702
+ These structural, provider-agnostic types correspond to the component inputs above; map a vendor
1703
+ payload onto them at the edge.
1678
1704
 
1679
1705
  ### Task-first AI composition guide
1680
1706
 
@@ -1775,24 +1801,17 @@ whose rendering depends on something only a browser can answer — its own light
1775
1801
  browser global such as `EyeDropper` — reproduces the server's answer on the hydrating render and
1776
1802
  corrects itself on the next update, so a slotted override lands one frame after hydration; a
1777
1803
  browser-only mount is unaffected and renders the final result the first time. Layout/observer/canvas/media work
1778
- begins after hydration, and remote content is client-only. CI imports every granular module, renders
1779
- every inventory tag through its declared tier, and crawls a real Chromium DSD page (including
1780
- `lr-page`) while failing hydration warnings/errors or DOM-identity replacement.
1781
-
1782
- ## Testing a downstream project: `@aceshooting/lyra-ui/testing`
1783
-
1784
- `testing/happy-dom-shims.ts` exports `installHappyDomFormAssociatedShims(): void` for a consumer's
1785
- own Vitest + happy-dom suite. happy-dom implements no `ElementInternals`, and every form-associated
1786
- component calls `this.attachInternals()` unconditionally in its constructor, so instantiating one
1787
- throws immediately without the shim. Call it once from a Vitest `setupFiles` entry, before importing
1788
- any component. It patches `HTMLElement.prototype.attachInternals` with a stub covering what the
1789
- components actually call — `setFormValue()`, `setValidity()`, `checkValidity()`, `reportValidity()`,
1790
- plus readonly `form`/`labels`/`validity`/`validationMessage`/`willValidate`. `setValidity()` matters
1791
- beyond construction: `AnchoredValidityController` calls it on every update, so without the shim a
1792
- form control throws on any `value` change, not only when it is created. The shim is a no-op wherever
1793
- `attachInternals` already exists (any real browser), so it is safe to call unconditionally from a
1794
- shared setup file. This package's own tests run in real browsers via `@web/test-runner` and never
1795
- call it.
1804
+ begins after hydration, and remote content is client-only.
1805
+
1806
+ ## Testing form-associated components: `@aceshooting/lyra-ui/testing`
1807
+
1808
+ `@aceshooting/lyra-ui/testing` exports `installHappyDomFormAssociatedShims(): void` for test
1809
+ environments without usable `ElementInternals`. In that environment, form participation is inert
1810
+ while components retain local validity and state behavior. Install the helper once before assertions
1811
+ that need form-value or validity behavior: it supplies
1812
+ `setFormValue()`, `setValidity()`, `checkValidity()`, `reportValidity()`, and readonly
1813
+ `form`/`labels`/`validity`/`validationMessage`/`willValidate`. The shim is a no-op where the
1814
+ platform already provides internals, so it is safe in a shared setup file.
1796
1815
 
1797
1816
  ## Accessibility contract
1798
1817
 
@@ -1818,20 +1837,13 @@ computed name. Check the component's own reference section (or its class JSDoc)
1818
1837
  convention it uses before writing markup — an `accessible-label` attribute on an `aria-label`-only
1819
1838
  component is a silent no-op, not an error.
1820
1839
 
1821
- **What that contract is verified by, precisely.** Every one of the 284 public tags carries at least
1822
- one axe-core assertion in its own directory's tests, in a test that mounts its own tag; contrast
1823
- (4.5:1 text, 3:1 control borders, in both the light and dark palettes), a 40px minimum target size,
1824
- pressed-state coverage for every hoverable part, and `::part()` reachability are separate blocking
1825
- gates. All of that is automated. **No screen reader has been run against this library, in any
1826
- pairing, and no human accessibility audit exists** — so treat "accessible" here as "passes an
1827
- automated rule engine and a written role/name/state contract", never as verified assistive-technology
1828
- behavior, and expect no conformance claim or VPAT. The full statement of what is and is not covered,
1829
- plus how to report an accessibility bug, is at
1840
+ Lyra UI does not make a formal assistive-technology conformance claim or provide a VPAT. For the
1841
+ documented accessibility scope and how to report an accessibility issue, see
1830
1842
  <https://github.com/aceshooting/lyra-ui/blob/main/docs/accessibility.md>.
1831
1843
 
1832
1844
  ## Editor and tooling integration
1833
1845
 
1834
- The published package ships machine-readable metadata for editors, all regenerated on `prepack`:
1846
+ The published package ships machine-readable metadata for editors:
1835
1847
  `custom-elements.json` (Custom Elements Manifest), `web-types.json` (JetBrains, zero-config), and
1836
1848
  `vscode-html-data.json` / `vscode-css-data.json` (point `html.customData` / `css.customData` at them
1837
1849
  in `.vscode/settings.json`). For an agent, `llms/components/<tag>.md` is the cheaper source; these
@@ -2014,7 +2026,9 @@ arrowPadding?: number; hoverBridge?: HTMLElement; onPlaced?: (result: PlacementR
2014
2026
  application can build its **own** form-associated control alongside Lyra's and have it
2015
2027
  participate in a form, restore on reset, and report validity the same way every `lr-` control
2016
2028
  does. Reach for it instead of hand-rolling `attachInternals()` when a bespoke control has to sit
2017
- in the same `<form>` as these.
2029
+ in the same `<form>` as these. `attachInternalsSafely()` inspects own and inherited data
2030
+ descriptors without reading accessors, calls an eligible implementation once, and returns the
2031
+ fallback internals for a missing, accessor-backed, non-callable, or throwing capability.
2018
2032
  The free-function signatures are `attachInternalsSafely(host)`,
2019
2033
  `createStringArrayFormDataState(name, values)`, `readStringArrayFormDataState(state)`, and
2020
2034
  `FormAssociated(Base, valueAdapter?)`. For a non-string value, pass a typed
@@ -2277,13 +2291,10 @@ number; clearTimeout(handle: number): void }`.
2277
2291
  - `formResetCallback()` restores the _content attribute_ default, so `el.value = 'x'` never redefines
2278
2292
  what `form.reset()` restores to (native `defaultValue`/`defaultSelected` semantics).
2279
2293
 
2280
- ## Packaging
2294
+ ## Reference artifacts
2281
2295
 
2282
- `custom-elements.json`, the React/Vue/Svelte declaration entry points, editor metadata, and derived
2283
- LLM artifacts are regenerated by `prepack` and included in `package.json`'s `files` allowlist. The
2284
- family references, this shared guide, and the introductory LLM sources are authored inputs; the
2285
- generated index, per-component pages, tokens, peers, migration reference, and concatenated catalog
2286
- are freshness-checked against them, the manifest, and `dist/` before publication.
2296
+ The package includes authored family and shared references plus derived index, component, token,
2297
+ peer, migration, and concatenated references.
2287
2298
 
2288
2299
  ## When no component fits, file it
2289
2300