@aceshooting/lyra-ui 4.2.0 → 5.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 (5777) hide show
  1. package/README.md +51 -19
  2. package/custom-elements.json +74709 -71581
  3. package/dist/ai/types.d.ts +2 -2
  4. package/dist/ai/types.d.ts.map +1 -1
  5. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +125 -0
  6. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts.map +1 -0
  7. package/dist/components/agent-tools/activity-feed/activity-feed.class.js +303 -0
  8. package/dist/components/agent-tools/activity-feed/activity-feed.class.js.map +1 -0
  9. package/dist/components/agent-tools/activity-feed/activity-feed.d.ts.map +1 -0
  10. package/dist/components/agent-tools/activity-feed/activity-feed.js +5 -0
  11. package/dist/components/agent-tools/activity-feed/activity-feed.js.map +1 -0
  12. package/dist/components/agent-tools/activity-feed/activity-feed.styles.d.ts.map +1 -0
  13. package/dist/components/agent-tools/activity-feed/activity-feed.styles.js.map +1 -0
  14. package/dist/components/agent-tools/agent-run/agent-run.class.d.ts +185 -0
  15. package/dist/components/agent-tools/agent-run/agent-run.class.d.ts.map +1 -0
  16. package/dist/components/agent-tools/agent-run/agent-run.class.js +474 -0
  17. package/dist/components/agent-tools/agent-run/agent-run.class.js.map +1 -0
  18. package/dist/components/agent-tools/agent-run/agent-run.d.ts.map +1 -0
  19. package/dist/components/agent-tools/agent-run/agent-run.js +5 -0
  20. package/dist/components/agent-tools/agent-run/agent-run.js.map +1 -0
  21. package/dist/components/agent-tools/agent-run/agent-run.styles.d.ts.map +1 -0
  22. package/dist/components/agent-tools/agent-run/agent-run.styles.js.map +1 -0
  23. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts +111 -0
  24. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts.map +1 -0
  25. package/dist/components/agent-tools/agent-trace/agent-trace.class.js +221 -0
  26. package/dist/components/agent-tools/agent-trace/agent-trace.class.js.map +1 -0
  27. package/dist/components/agent-tools/agent-trace/agent-trace.d.ts +5 -0
  28. package/dist/components/agent-tools/agent-trace/agent-trace.d.ts.map +1 -0
  29. package/dist/components/agent-tools/agent-trace/agent-trace.js +8 -0
  30. package/dist/components/agent-tools/agent-trace/agent-trace.js.map +1 -0
  31. package/dist/components/agent-tools/agent-trace/agent-trace.styles.d.ts.map +1 -0
  32. package/dist/components/agent-tools/agent-trace/agent-trace.styles.js.map +1 -0
  33. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts +100 -0
  34. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts.map +1 -0
  35. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js +254 -0
  36. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js.map +1 -0
  37. package/dist/components/agent-tools/artifact-panel/artifact-panel.d.ts.map +1 -0
  38. package/dist/components/agent-tools/artifact-panel/artifact-panel.js +5 -0
  39. package/dist/components/agent-tools/artifact-panel/artifact-panel.js.map +1 -0
  40. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.d.ts.map +1 -0
  41. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js.map +1 -0
  42. package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts +70 -0
  43. package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts.map +1 -0
  44. package/dist/components/agent-tools/browser-frame/browser-frame.class.js +196 -0
  45. package/dist/components/agent-tools/browser-frame/browser-frame.class.js.map +1 -0
  46. package/dist/components/agent-tools/browser-frame/browser-frame.d.ts.map +1 -0
  47. package/dist/components/agent-tools/browser-frame/browser-frame.js +5 -0
  48. package/dist/components/agent-tools/browser-frame/browser-frame.js.map +1 -0
  49. package/dist/components/agent-tools/browser-frame/browser-frame.styles.d.ts.map +1 -0
  50. package/dist/components/agent-tools/browser-frame/browser-frame.styles.js.map +1 -0
  51. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +78 -0
  52. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts.map +1 -0
  53. package/dist/components/agent-tools/commit-card/commit-card.class.js +209 -0
  54. package/dist/components/agent-tools/commit-card/commit-card.class.js.map +1 -0
  55. package/dist/components/agent-tools/commit-card/commit-card.d.ts.map +1 -0
  56. package/dist/components/agent-tools/commit-card/commit-card.js +5 -0
  57. package/dist/components/agent-tools/commit-card/commit-card.js.map +1 -0
  58. package/dist/components/agent-tools/commit-card/commit-card.styles.d.ts.map +1 -0
  59. package/dist/components/agent-tools/commit-card/commit-card.styles.js.map +1 -0
  60. package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts +114 -0
  61. package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts.map +1 -0
  62. package/dist/components/agent-tools/compare-panel/compare-panel.class.js +262 -0
  63. package/dist/components/agent-tools/compare-panel/compare-panel.class.js.map +1 -0
  64. package/dist/components/agent-tools/compare-panel/compare-panel.d.ts +3 -0
  65. package/dist/components/agent-tools/compare-panel/compare-panel.d.ts.map +1 -0
  66. package/dist/components/agent-tools/compare-panel/compare-panel.js +6 -0
  67. package/dist/components/agent-tools/compare-panel/compare-panel.js.map +1 -0
  68. package/dist/components/agent-tools/compare-panel/compare-panel.styles.d.ts.map +1 -0
  69. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js.map +1 -0
  70. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts +81 -0
  71. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts.map +1 -0
  72. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +193 -0
  73. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js.map +1 -0
  74. package/dist/components/agent-tools/confirm-bar/confirm-bar.d.ts +5 -0
  75. package/dist/components/agent-tools/confirm-bar/confirm-bar.d.ts.map +1 -0
  76. package/dist/components/agent-tools/confirm-bar/confirm-bar.js +8 -0
  77. package/dist/components/agent-tools/confirm-bar/confirm-bar.js.map +1 -0
  78. package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.d.ts.map +1 -0
  79. package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.js.map +1 -0
  80. package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts +114 -0
  81. package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts.map +1 -0
  82. package/dist/components/agent-tools/context-inspector/context-inspector.class.js +222 -0
  83. package/dist/components/agent-tools/context-inspector/context-inspector.class.js.map +1 -0
  84. package/dist/components/agent-tools/context-inspector/context-inspector.d.ts +7 -0
  85. package/dist/components/agent-tools/context-inspector/context-inspector.d.ts.map +1 -0
  86. package/dist/components/agent-tools/context-inspector/context-inspector.js +10 -0
  87. package/dist/components/agent-tools/context-inspector/context-inspector.js.map +1 -0
  88. package/dist/components/agent-tools/context-inspector/context-inspector.styles.d.ts.map +1 -0
  89. package/dist/components/agent-tools/context-inspector/context-inspector.styles.js.map +1 -0
  90. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts +145 -0
  91. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts.map +1 -0
  92. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js +307 -0
  93. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js.map +1 -0
  94. package/dist/components/agent-tools/eval-dataset/eval-dataset.d.ts +7 -0
  95. package/dist/components/agent-tools/eval-dataset/eval-dataset.d.ts.map +1 -0
  96. package/dist/components/agent-tools/eval-dataset/eval-dataset.js +10 -0
  97. package/dist/components/agent-tools/eval-dataset/eval-dataset.js.map +1 -0
  98. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.d.ts.map +1 -0
  99. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.js.map +1 -0
  100. package/dist/components/agent-tools/eval-result/eval-result.class.d.ts +115 -0
  101. package/dist/components/agent-tools/eval-result/eval-result.class.d.ts.map +1 -0
  102. package/dist/components/agent-tools/eval-result/eval-result.class.js +165 -0
  103. package/dist/components/agent-tools/eval-result/eval-result.class.js.map +1 -0
  104. package/dist/components/agent-tools/eval-result/eval-result.d.ts +5 -0
  105. package/dist/components/agent-tools/eval-result/eval-result.d.ts.map +1 -0
  106. package/dist/components/agent-tools/eval-result/eval-result.js +8 -0
  107. package/dist/components/agent-tools/eval-result/eval-result.js.map +1 -0
  108. package/dist/components/agent-tools/eval-result/eval-result.styles.d.ts.map +1 -0
  109. package/dist/components/agent-tools/eval-result/eval-result.styles.js.map +1 -0
  110. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.d.ts +168 -0
  111. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.d.ts.map +1 -0
  112. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js +333 -0
  113. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js.map +1 -0
  114. package/dist/components/agent-tools/evaluation-run/evaluation-run.d.ts.map +1 -0
  115. package/dist/components/agent-tools/evaluation-run/evaluation-run.js +5 -0
  116. package/dist/components/agent-tools/evaluation-run/evaluation-run.js.map +1 -0
  117. package/dist/components/agent-tools/evaluation-run/evaluation-run.styles.d.ts.map +1 -0
  118. package/dist/components/agent-tools/evaluation-run/evaluation-run.styles.js.map +1 -0
  119. package/dist/components/agent-tools/policy-summary/policy-summary.class.d.ts +76 -0
  120. package/dist/components/agent-tools/policy-summary/policy-summary.class.d.ts.map +1 -0
  121. package/dist/components/agent-tools/policy-summary/policy-summary.class.js +125 -0
  122. package/dist/components/agent-tools/policy-summary/policy-summary.class.js.map +1 -0
  123. package/dist/components/agent-tools/policy-summary/policy-summary.d.ts +6 -0
  124. package/dist/components/agent-tools/policy-summary/policy-summary.d.ts.map +1 -0
  125. package/dist/components/agent-tools/policy-summary/policy-summary.js +9 -0
  126. package/dist/components/agent-tools/policy-summary/policy-summary.js.map +1 -0
  127. package/dist/components/agent-tools/policy-summary/policy-summary.styles.d.ts.map +1 -0
  128. package/dist/components/agent-tools/policy-summary/policy-summary.styles.js.map +1 -0
  129. package/dist/components/agent-tools/result-card/result-card.class.d.ts +62 -0
  130. package/dist/components/agent-tools/result-card/result-card.class.d.ts.map +1 -0
  131. package/dist/components/agent-tools/result-card/result-card.class.js +98 -0
  132. package/dist/components/agent-tools/result-card/result-card.class.js.map +1 -0
  133. package/dist/components/agent-tools/result-card/result-card.d.ts.map +1 -0
  134. package/dist/components/agent-tools/result-card/result-card.js +5 -0
  135. package/dist/components/agent-tools/result-card/result-card.js.map +1 -0
  136. package/dist/components/agent-tools/result-card/result-card.styles.d.ts.map +1 -0
  137. package/dist/components/agent-tools/result-card/result-card.styles.js.map +1 -0
  138. package/dist/components/agent-tools/result-card/result-field.class.d.ts +37 -0
  139. package/dist/components/agent-tools/result-card/result-field.class.d.ts.map +1 -0
  140. package/dist/components/agent-tools/result-card/result-field.class.js +76 -0
  141. package/dist/components/agent-tools/result-card/result-field.class.js.map +1 -0
  142. package/dist/components/agent-tools/result-card/result-field.d.ts.map +1 -0
  143. package/dist/components/agent-tools/result-card/result-field.js +5 -0
  144. package/dist/components/agent-tools/result-card/result-field.js.map +1 -0
  145. package/dist/components/agent-tools/result-card/result-field.styles.d.ts.map +1 -0
  146. package/dist/components/agent-tools/result-card/result-field.styles.js.map +1 -0
  147. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts +70 -0
  148. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts.map +1 -0
  149. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +307 -0
  150. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js.map +1 -0
  151. package/dist/components/agent-tools/span-waterfall/span-waterfall.d.ts +4 -0
  152. package/dist/components/agent-tools/span-waterfall/span-waterfall.d.ts.map +1 -0
  153. package/dist/components/agent-tools/span-waterfall/span-waterfall.js +7 -0
  154. package/dist/components/agent-tools/span-waterfall/span-waterfall.js.map +1 -0
  155. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.d.ts.map +1 -0
  156. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js.map +1 -0
  157. package/dist/components/agent-tools/stack-trace/stack-trace-parse.d.ts.map +1 -0
  158. package/dist/components/agent-tools/stack-trace/stack-trace-parse.js.map +1 -0
  159. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +73 -0
  160. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts.map +1 -0
  161. package/dist/components/agent-tools/stack-trace/stack-trace.class.js +198 -0
  162. package/dist/components/agent-tools/stack-trace/stack-trace.class.js.map +1 -0
  163. package/dist/components/agent-tools/stack-trace/stack-trace.d.ts.map +1 -0
  164. package/dist/components/agent-tools/stack-trace/stack-trace.js +6 -0
  165. package/dist/components/agent-tools/stack-trace/stack-trace.js.map +1 -0
  166. package/dist/components/agent-tools/stack-trace/stack-trace.styles.d.ts.map +1 -0
  167. package/dist/components/agent-tools/stack-trace/stack-trace.styles.js.map +1 -0
  168. package/dist/components/agent-tools/task-list/task-list.class.d.ts +89 -0
  169. package/dist/components/agent-tools/task-list/task-list.class.d.ts.map +1 -0
  170. package/dist/components/agent-tools/task-list/task-list.class.js +272 -0
  171. package/dist/components/agent-tools/task-list/task-list.class.js.map +1 -0
  172. package/dist/components/agent-tools/task-list/task-list.d.ts.map +1 -0
  173. package/dist/components/agent-tools/task-list/task-list.js +5 -0
  174. package/dist/components/agent-tools/task-list/task-list.js.map +1 -0
  175. package/dist/components/agent-tools/task-list/task-list.styles.d.ts.map +1 -0
  176. package/dist/components/agent-tools/task-list/task-list.styles.js +134 -0
  177. package/dist/components/agent-tools/task-list/task-list.styles.js.map +1 -0
  178. package/dist/components/agent-tools/terminal/terminal.class.d.ts +153 -0
  179. package/dist/components/agent-tools/terminal/terminal.class.d.ts.map +1 -0
  180. package/dist/components/agent-tools/terminal/terminal.class.js +568 -0
  181. package/dist/components/agent-tools/terminal/terminal.class.js.map +1 -0
  182. package/dist/components/agent-tools/terminal/terminal.d.ts.map +1 -0
  183. package/dist/components/agent-tools/terminal/terminal.js +5 -0
  184. package/dist/components/agent-tools/terminal/terminal.js.map +1 -0
  185. package/dist/components/agent-tools/terminal/terminal.styles.d.ts.map +1 -0
  186. package/dist/components/agent-tools/terminal/terminal.styles.js.map +1 -0
  187. package/dist/components/agent-tools/test-results/test-results.class.d.ts +99 -0
  188. package/dist/components/agent-tools/test-results/test-results.class.d.ts.map +1 -0
  189. package/dist/components/agent-tools/test-results/test-results.class.js +276 -0
  190. package/dist/components/agent-tools/test-results/test-results.class.js.map +1 -0
  191. package/dist/components/agent-tools/test-results/test-results.d.ts.map +1 -0
  192. package/dist/components/agent-tools/test-results/test-results.js +5 -0
  193. package/dist/components/agent-tools/test-results/test-results.js.map +1 -0
  194. package/dist/components/agent-tools/test-results/test-results.styles.d.ts.map +1 -0
  195. package/dist/components/agent-tools/test-results/test-results.styles.js.map +1 -0
  196. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts +136 -0
  197. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts.map +1 -0
  198. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js +280 -0
  199. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js.map +1 -0
  200. package/dist/components/agent-tools/thinking-panel/thinking-panel.d.ts.map +1 -0
  201. package/dist/components/agent-tools/thinking-panel/thinking-panel.js +5 -0
  202. package/dist/components/agent-tools/thinking-panel/thinking-panel.js.map +1 -0
  203. package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.d.ts.map +1 -0
  204. package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js.map +1 -0
  205. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts +158 -0
  206. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -0
  207. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +385 -0
  208. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -0
  209. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.d.ts +3 -0
  210. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.d.ts.map +1 -0
  211. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.js +6 -0
  212. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.js.map +1 -0
  213. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.d.ts.map +1 -0
  214. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.js.map +1 -0
  215. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts +126 -0
  216. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts.map +1 -0
  217. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +395 -0
  218. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js.map +1 -0
  219. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.d.ts.map +1 -0
  220. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.js +5 -0
  221. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.js.map +1 -0
  222. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.d.ts.map +1 -0
  223. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.js.map +1 -0
  224. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +219 -0
  225. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts.map +1 -0
  226. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +614 -0
  227. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js.map +1 -0
  228. package/dist/components/agent-tools/tool-param-form/tool-param-form.d.ts +5 -0
  229. package/dist/components/agent-tools/tool-param-form/tool-param-form.d.ts.map +1 -0
  230. package/dist/components/agent-tools/tool-param-form/tool-param-form.js +8 -0
  231. package/dist/components/agent-tools/tool-param-form/tool-param-form.js.map +1 -0
  232. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.d.ts.map +1 -0
  233. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js.map +1 -0
  234. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.d.ts +140 -0
  235. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -0
  236. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +400 -0
  237. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js.map +1 -0
  238. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.d.ts.map +1 -0
  239. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.js +5 -0
  240. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.js.map +1 -0
  241. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.d.ts.map +1 -0
  242. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.js.map +1 -0
  243. package/dist/components/agent-tools/tool-result-view/registry.d.ts.map +1 -0
  244. package/dist/components/agent-tools/tool-result-view/registry.js.map +1 -0
  245. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts +74 -0
  246. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts.map +1 -0
  247. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js +171 -0
  248. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js.map +1 -0
  249. package/dist/components/agent-tools/tool-result-view/tool-result-view.d.ts +4 -0
  250. package/dist/components/agent-tools/tool-result-view/tool-result-view.d.ts.map +1 -0
  251. package/dist/components/agent-tools/tool-result-view/tool-result-view.js +7 -0
  252. package/dist/components/agent-tools/tool-result-view/tool-result-view.js.map +1 -0
  253. package/dist/components/agent-tools/tool-result-view/tool-result-view.styles.d.ts.map +1 -0
  254. package/dist/components/agent-tools/tool-result-view/tool-result-view.styles.js.map +1 -0
  255. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts +172 -0
  256. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -0
  257. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +429 -0
  258. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js.map +1 -0
  259. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.d.ts +4 -0
  260. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.d.ts.map +1 -0
  261. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.js +7 -0
  262. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.js.map +1 -0
  263. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.d.ts.map +1 -0
  264. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.js.map +1 -0
  265. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts +142 -0
  266. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts.map +1 -0
  267. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js +295 -0
  268. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js.map +1 -0
  269. package/dist/components/agent-tools/tool-timeline/tool-timeline.d.ts.map +1 -0
  270. package/dist/components/agent-tools/tool-timeline/tool-timeline.js +5 -0
  271. package/dist/components/agent-tools/tool-timeline/tool-timeline.js.map +1 -0
  272. package/dist/components/agent-tools/tool-timeline/tool-timeline.styles.d.ts.map +1 -0
  273. package/dist/components/agent-tools/tool-timeline/tool-timeline.styles.js.map +1 -0
  274. package/dist/components/agent-tools/trace-tree/span.d.ts.map +1 -0
  275. package/dist/components/agent-tools/trace-tree/span.js.map +1 -0
  276. package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts +85 -0
  277. package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts.map +1 -0
  278. package/dist/components/agent-tools/trace-tree/trace-tree.class.js +445 -0
  279. package/dist/components/agent-tools/trace-tree/trace-tree.class.js.map +1 -0
  280. package/dist/components/agent-tools/trace-tree/trace-tree.d.ts +5 -0
  281. package/dist/components/agent-tools/trace-tree/trace-tree.d.ts.map +1 -0
  282. package/dist/components/agent-tools/trace-tree/trace-tree.js +8 -0
  283. package/dist/components/agent-tools/trace-tree/trace-tree.js.map +1 -0
  284. package/dist/components/agent-tools/trace-tree/trace-tree.styles.d.ts.map +1 -0
  285. package/dist/components/agent-tools/trace-tree/trace-tree.styles.js.map +1 -0
  286. package/dist/components/charts/chart/bar-chart.class.d.ts.map +1 -0
  287. package/dist/components/charts/chart/bar-chart.class.js.map +1 -0
  288. package/dist/components/charts/chart/bar-chart.d.ts.map +1 -0
  289. package/dist/components/charts/chart/bar-chart.js +6 -0
  290. package/dist/components/charts/chart/bar-chart.js.map +1 -0
  291. package/dist/components/charts/chart/box-plot.class.d.ts +81 -0
  292. package/dist/components/charts/chart/box-plot.class.d.ts.map +1 -0
  293. package/dist/components/charts/chart/box-plot.class.js +351 -0
  294. package/dist/components/charts/chart/box-plot.class.js.map +1 -0
  295. package/dist/components/charts/chart/box-plot.d.ts +3 -0
  296. package/dist/components/charts/chart/box-plot.d.ts.map +1 -0
  297. package/dist/components/charts/chart/box-plot.js +6 -0
  298. package/dist/components/charts/chart/box-plot.js.map +1 -0
  299. package/dist/components/charts/chart/box-plot.styles.d.ts.map +1 -0
  300. package/dist/components/charts/chart/box-plot.styles.js.map +1 -0
  301. package/dist/components/charts/chart/bubble-chart.class.d.ts.map +1 -0
  302. package/dist/components/charts/chart/bubble-chart.class.js.map +1 -0
  303. package/dist/components/charts/chart/bubble-chart.d.ts.map +1 -0
  304. package/dist/components/charts/chart/bubble-chart.js +6 -0
  305. package/dist/components/charts/chart/bubble-chart.js.map +1 -0
  306. package/dist/components/charts/chart/chart-loader.d.ts +59 -0
  307. package/dist/components/charts/chart/chart-loader.d.ts.map +1 -0
  308. package/dist/components/charts/chart/chart-loader.js.map +1 -0
  309. package/dist/components/charts/chart/chart.class.d.ts +264 -0
  310. package/dist/components/charts/chart/chart.class.d.ts.map +1 -0
  311. package/dist/components/charts/chart/chart.class.js +926 -0
  312. package/dist/components/charts/chart/chart.class.js.map +1 -0
  313. package/dist/components/charts/chart/chart.d.ts +3 -0
  314. package/dist/components/charts/chart/chart.d.ts.map +1 -0
  315. package/dist/components/charts/chart/chart.js +6 -0
  316. package/dist/components/charts/chart/chart.js.map +1 -0
  317. package/dist/components/charts/chart/chart.styles.d.ts.map +1 -0
  318. package/dist/components/charts/chart/chart.styles.js.map +1 -0
  319. package/dist/components/charts/chart/doughnut-chart.class.d.ts.map +1 -0
  320. package/dist/components/charts/chart/doughnut-chart.class.js.map +1 -0
  321. package/dist/components/charts/chart/doughnut-chart.d.ts.map +1 -0
  322. package/dist/components/charts/chart/doughnut-chart.js +6 -0
  323. package/dist/components/charts/chart/doughnut-chart.js.map +1 -0
  324. package/dist/components/charts/chart/histogram-bin.d.ts.map +1 -0
  325. package/dist/components/charts/chart/histogram-bin.js.map +1 -0
  326. package/dist/components/charts/chart/histogram.class.d.ts.map +1 -0
  327. package/dist/components/charts/chart/histogram.class.js +107 -0
  328. package/dist/components/charts/chart/histogram.class.js.map +1 -0
  329. package/dist/components/charts/chart/histogram.d.ts.map +1 -0
  330. package/dist/components/charts/chart/histogram.js +6 -0
  331. package/dist/components/charts/chart/histogram.js.map +1 -0
  332. package/dist/components/charts/chart/histogram.styles.d.ts.map +1 -0
  333. package/dist/components/charts/chart/histogram.styles.js.map +1 -0
  334. package/dist/components/charts/chart/line-chart.class.d.ts.map +1 -0
  335. package/dist/components/charts/chart/line-chart.class.js.map +1 -0
  336. package/dist/components/charts/chart/line-chart.d.ts.map +1 -0
  337. package/dist/components/charts/chart/line-chart.js +6 -0
  338. package/dist/components/charts/chart/line-chart.js.map +1 -0
  339. package/dist/components/charts/chart/lite-chart.class.d.ts +259 -0
  340. package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -0
  341. package/dist/components/charts/chart/lite-chart.class.js +941 -0
  342. package/dist/components/charts/chart/lite-chart.class.js.map +1 -0
  343. package/dist/components/charts/chart/lite-chart.d.ts +3 -0
  344. package/dist/components/charts/chart/lite-chart.d.ts.map +1 -0
  345. package/dist/components/charts/chart/lite-chart.js +6 -0
  346. package/dist/components/charts/chart/lite-chart.js.map +1 -0
  347. package/dist/components/charts/chart/lite-chart.styles.d.ts.map +1 -0
  348. package/dist/components/charts/chart/lite-chart.styles.js.map +1 -0
  349. package/dist/components/charts/chart/pie-chart.class.d.ts.map +1 -0
  350. package/dist/components/charts/chart/pie-chart.class.js.map +1 -0
  351. package/dist/components/charts/chart/pie-chart.d.ts.map +1 -0
  352. package/dist/components/charts/chart/pie-chart.js +6 -0
  353. package/dist/components/charts/chart/pie-chart.js.map +1 -0
  354. package/dist/components/charts/chart/polar-area-chart.class.d.ts.map +1 -0
  355. package/dist/components/charts/chart/polar-area-chart.class.js.map +1 -0
  356. package/dist/components/charts/chart/polar-area-chart.d.ts.map +1 -0
  357. package/dist/components/charts/chart/polar-area-chart.js +6 -0
  358. package/dist/components/charts/chart/polar-area-chart.js.map +1 -0
  359. package/dist/components/charts/chart/radar-chart.class.d.ts.map +1 -0
  360. package/dist/components/charts/chart/radar-chart.class.js.map +1 -0
  361. package/dist/components/charts/chart/radar-chart.d.ts.map +1 -0
  362. package/dist/components/charts/chart/radar-chart.js +6 -0
  363. package/dist/components/charts/chart/radar-chart.js.map +1 -0
  364. package/dist/components/charts/chart/scatter-chart.class.d.ts.map +1 -0
  365. package/dist/components/charts/chart/scatter-chart.class.js.map +1 -0
  366. package/dist/components/charts/chart/scatter-chart.d.ts.map +1 -0
  367. package/dist/components/charts/chart/scatter-chart.js +6 -0
  368. package/dist/components/charts/chart/scatter-chart.js.map +1 -0
  369. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +146 -0
  370. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts.map +1 -0
  371. package/dist/components/conversation/agent-workspace/agent-workspace.class.js +332 -0
  372. package/dist/components/conversation/agent-workspace/agent-workspace.class.js.map +1 -0
  373. package/dist/components/conversation/agent-workspace/agent-workspace.d.ts.map +1 -0
  374. package/dist/components/conversation/agent-workspace/agent-workspace.js +5 -0
  375. package/dist/components/conversation/agent-workspace/agent-workspace.js.map +1 -0
  376. package/dist/components/conversation/agent-workspace/agent-workspace.styles.d.ts.map +1 -0
  377. package/dist/components/conversation/agent-workspace/agent-workspace.styles.js.map +1 -0
  378. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts +113 -0
  379. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts.map +1 -0
  380. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js +437 -0
  381. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js.map +1 -0
  382. package/dist/components/conversation/audio-visualizer/audio-visualizer.d.ts.map +1 -0
  383. package/dist/components/conversation/audio-visualizer/audio-visualizer.js +5 -0
  384. package/dist/components/conversation/audio-visualizer/audio-visualizer.js.map +1 -0
  385. package/dist/components/conversation/audio-visualizer/audio-visualizer.styles.d.ts.map +1 -0
  386. package/dist/components/conversation/audio-visualizer/audio-visualizer.styles.js.map +1 -0
  387. package/dist/components/conversation/branch-picker/branch-picker.class.d.ts +71 -0
  388. package/dist/components/conversation/branch-picker/branch-picker.class.d.ts.map +1 -0
  389. package/dist/components/conversation/branch-picker/branch-picker.class.js +154 -0
  390. package/dist/components/conversation/branch-picker/branch-picker.class.js.map +1 -0
  391. package/dist/components/conversation/branch-picker/branch-picker.d.ts +3 -0
  392. package/dist/components/conversation/branch-picker/branch-picker.d.ts.map +1 -0
  393. package/dist/components/conversation/branch-picker/branch-picker.js +6 -0
  394. package/dist/components/conversation/branch-picker/branch-picker.js.map +1 -0
  395. package/dist/components/conversation/branch-picker/branch-picker.styles.d.ts.map +1 -0
  396. package/dist/components/conversation/branch-picker/branch-picker.styles.js.map +1 -0
  397. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts +215 -0
  398. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts.map +1 -0
  399. package/dist/components/conversation/chat-composer/chat-composer.class.js +562 -0
  400. package/dist/components/conversation/chat-composer/chat-composer.class.js.map +1 -0
  401. package/dist/components/conversation/chat-composer/chat-composer.d.ts.map +1 -0
  402. package/dist/components/conversation/chat-composer/chat-composer.js +5 -0
  403. package/dist/components/conversation/chat-composer/chat-composer.js.map +1 -0
  404. package/dist/components/conversation/chat-composer/chat-composer.styles.d.ts.map +1 -0
  405. package/dist/components/conversation/chat-composer/chat-composer.styles.js.map +1 -0
  406. package/dist/components/conversation/chat-message/chat-message.class.d.ts +210 -0
  407. package/dist/components/conversation/chat-message/chat-message.class.d.ts.map +1 -0
  408. package/dist/components/conversation/chat-message/chat-message.class.js +459 -0
  409. package/dist/components/conversation/chat-message/chat-message.class.js.map +1 -0
  410. package/dist/components/conversation/chat-message/chat-message.d.ts +3 -0
  411. package/dist/components/conversation/chat-message/chat-message.d.ts.map +1 -0
  412. package/dist/components/conversation/chat-message/chat-message.js +6 -0
  413. package/dist/components/conversation/chat-message/chat-message.js.map +1 -0
  414. package/dist/components/conversation/chat-message/chat-message.styles.d.ts.map +1 -0
  415. package/dist/components/conversation/chat-message/chat-message.styles.js +258 -0
  416. package/dist/components/conversation/chat-message/chat-message.styles.js.map +1 -0
  417. package/dist/components/conversation/chat-viewport/chat-viewport.class.d.ts +150 -0
  418. package/dist/components/conversation/chat-viewport/chat-viewport.class.d.ts.map +1 -0
  419. package/dist/components/conversation/chat-viewport/chat-viewport.class.js +530 -0
  420. package/dist/components/conversation/chat-viewport/chat-viewport.class.js.map +1 -0
  421. package/dist/components/conversation/chat-viewport/chat-viewport.d.ts.map +1 -0
  422. package/dist/components/conversation/chat-viewport/chat-viewport.js +5 -0
  423. package/dist/components/conversation/chat-viewport/chat-viewport.js.map +1 -0
  424. package/dist/components/conversation/chat-viewport/chat-viewport.styles.d.ts.map +1 -0
  425. package/dist/components/conversation/chat-viewport/chat-viewport.styles.js.map +1 -0
  426. package/dist/components/conversation/checkpoint/checkpoint.class.d.ts +71 -0
  427. package/dist/components/conversation/checkpoint/checkpoint.class.d.ts.map +1 -0
  428. package/dist/components/conversation/checkpoint/checkpoint.class.js +220 -0
  429. package/dist/components/conversation/checkpoint/checkpoint.class.js.map +1 -0
  430. package/dist/components/conversation/checkpoint/checkpoint.d.ts.map +1 -0
  431. package/dist/components/conversation/checkpoint/checkpoint.js +5 -0
  432. package/dist/components/conversation/checkpoint/checkpoint.js.map +1 -0
  433. package/dist/components/conversation/checkpoint/checkpoint.styles.d.ts.map +1 -0
  434. package/dist/components/conversation/checkpoint/checkpoint.styles.js.map +1 -0
  435. package/dist/components/conversation/code-block/code-block-core.class.d.ts +185 -0
  436. package/dist/components/conversation/code-block/code-block-core.class.d.ts.map +1 -0
  437. package/dist/components/conversation/code-block/code-block-core.class.js +602 -0
  438. package/dist/components/conversation/code-block/code-block-core.class.js.map +1 -0
  439. package/dist/components/conversation/code-block/code-block-core.d.ts +3 -0
  440. package/dist/components/conversation/code-block/code-block-core.d.ts.map +1 -0
  441. package/dist/components/conversation/code-block/code-block-core.js +6 -0
  442. package/dist/components/conversation/code-block/code-block-core.js.map +1 -0
  443. package/dist/components/conversation/code-block/code-block-shared.d.ts.map +1 -0
  444. package/dist/components/conversation/code-block/code-block-shared.js.map +1 -0
  445. package/dist/components/conversation/code-block/code-block.class.d.ts +222 -0
  446. package/dist/components/conversation/code-block/code-block.class.d.ts.map +1 -0
  447. package/dist/components/conversation/code-block/code-block.class.js +635 -0
  448. package/dist/components/conversation/code-block/code-block.class.js.map +1 -0
  449. package/dist/components/conversation/code-block/code-block.d.ts +3 -0
  450. package/dist/components/conversation/code-block/code-block.d.ts.map +1 -0
  451. package/dist/components/conversation/code-block/code-block.js +6 -0
  452. package/dist/components/conversation/code-block/code-block.js.map +1 -0
  453. package/dist/components/conversation/code-block/code-block.styles.d.ts.map +1 -0
  454. package/dist/components/conversation/code-block/code-block.styles.js.map +1 -0
  455. package/dist/components/conversation/code-block/code-loader.d.ts +90 -0
  456. package/dist/components/conversation/code-block/code-loader.d.ts.map +1 -0
  457. package/dist/components/conversation/code-block/code-loader.js.map +1 -0
  458. package/dist/components/conversation/code-block/greycat-language.d.ts +9 -0
  459. package/dist/components/conversation/code-block/greycat-language.d.ts.map +1 -0
  460. package/dist/components/conversation/code-block/greycat-language.js.map +1 -0
  461. package/dist/components/conversation/conversation-item/conversation-item.class.d.ts +168 -0
  462. package/dist/components/conversation/conversation-item/conversation-item.class.d.ts.map +1 -0
  463. package/dist/components/conversation/conversation-item/conversation-item.class.js +437 -0
  464. package/dist/components/conversation/conversation-item/conversation-item.class.js.map +1 -0
  465. package/dist/components/conversation/conversation-item/conversation-item.d.ts.map +1 -0
  466. package/dist/components/conversation/conversation-item/conversation-item.js +5 -0
  467. package/dist/components/conversation/conversation-item/conversation-item.js.map +1 -0
  468. package/dist/components/conversation/conversation-item/conversation-item.styles.d.ts.map +1 -0
  469. package/dist/components/conversation/conversation-item/conversation-item.styles.js.map +1 -0
  470. package/dist/components/conversation/generation-status/generation-status.class.d.ts +124 -0
  471. package/dist/components/conversation/generation-status/generation-status.class.d.ts.map +1 -0
  472. package/dist/components/conversation/generation-status/generation-status.class.js +370 -0
  473. package/dist/components/conversation/generation-status/generation-status.class.js.map +1 -0
  474. package/dist/components/conversation/generation-status/generation-status.d.ts.map +1 -0
  475. package/dist/components/conversation/generation-status/generation-status.js +5 -0
  476. package/dist/components/conversation/generation-status/generation-status.js.map +1 -0
  477. package/dist/components/conversation/generation-status/generation-status.styles.d.ts.map +1 -0
  478. package/dist/components/conversation/generation-status/generation-status.styles.js.map +1 -0
  479. package/dist/components/conversation/handoff-divider/handoff-divider.class.d.ts +46 -0
  480. package/dist/components/conversation/handoff-divider/handoff-divider.class.d.ts.map +1 -0
  481. package/dist/components/conversation/handoff-divider/handoff-divider.class.js +100 -0
  482. package/dist/components/conversation/handoff-divider/handoff-divider.class.js.map +1 -0
  483. package/dist/components/conversation/handoff-divider/handoff-divider.d.ts.map +1 -0
  484. package/dist/components/conversation/handoff-divider/handoff-divider.js +5 -0
  485. package/dist/components/conversation/handoff-divider/handoff-divider.js.map +1 -0
  486. package/dist/components/conversation/handoff-divider/handoff-divider.styles.d.ts.map +1 -0
  487. package/dist/components/conversation/handoff-divider/handoff-divider.styles.js.map +1 -0
  488. package/dist/components/conversation/markdown/katex-loader.d.ts +23 -0
  489. package/dist/components/conversation/markdown/katex-loader.d.ts.map +1 -0
  490. package/dist/components/conversation/markdown/katex-loader.js.map +1 -0
  491. package/dist/components/conversation/markdown/markdown-core.class.d.ts +341 -0
  492. package/dist/components/conversation/markdown/markdown-core.class.d.ts.map +1 -0
  493. package/dist/components/conversation/markdown/markdown-core.class.js +1028 -0
  494. package/dist/components/conversation/markdown/markdown-core.class.js.map +1 -0
  495. package/dist/components/conversation/markdown/markdown-core.d.ts.map +1 -0
  496. package/dist/components/conversation/markdown/markdown-core.js +5 -0
  497. package/dist/components/conversation/markdown/markdown-core.js.map +1 -0
  498. package/dist/components/conversation/markdown/markdown-loader.d.ts +58 -0
  499. package/dist/components/conversation/markdown/markdown-loader.d.ts.map +1 -0
  500. package/dist/components/conversation/markdown/markdown-loader.js.map +1 -0
  501. package/dist/components/conversation/markdown/markdown.class.d.ts +336 -0
  502. package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -0
  503. package/dist/components/conversation/markdown/markdown.class.js +1034 -0
  504. package/dist/components/conversation/markdown/markdown.class.js.map +1 -0
  505. package/dist/components/conversation/markdown/markdown.d.ts.map +1 -0
  506. package/dist/components/conversation/markdown/markdown.js +5 -0
  507. package/dist/components/conversation/markdown/markdown.js.map +1 -0
  508. package/dist/components/conversation/markdown/markdown.styles.d.ts.map +1 -0
  509. package/dist/components/conversation/markdown/markdown.styles.js.map +1 -0
  510. package/dist/components/conversation/message-actions/message-actions.class.d.ts +112 -0
  511. package/dist/components/conversation/message-actions/message-actions.class.d.ts.map +1 -0
  512. package/dist/components/conversation/message-actions/message-actions.class.js +277 -0
  513. package/dist/components/conversation/message-actions/message-actions.class.js.map +1 -0
  514. package/dist/components/conversation/message-actions/message-actions.d.ts +4 -0
  515. package/dist/components/conversation/message-actions/message-actions.d.ts.map +1 -0
  516. package/dist/components/conversation/message-actions/message-actions.js +7 -0
  517. package/dist/components/conversation/message-actions/message-actions.js.map +1 -0
  518. package/dist/components/conversation/message-actions/message-actions.styles.d.ts.map +1 -0
  519. package/dist/components/conversation/message-actions/message-actions.styles.js.map +1 -0
  520. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +91 -0
  521. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts.map +1 -0
  522. package/dist/components/conversation/message-feedback/message-feedback.class.js +266 -0
  523. package/dist/components/conversation/message-feedback/message-feedback.class.js.map +1 -0
  524. package/dist/components/conversation/message-feedback/message-feedback.d.ts.map +1 -0
  525. package/dist/components/conversation/message-feedback/message-feedback.js +5 -0
  526. package/dist/components/conversation/message-feedback/message-feedback.js.map +1 -0
  527. package/dist/components/conversation/message-feedback/message-feedback.styles.d.ts.map +1 -0
  528. package/dist/components/conversation/message-feedback/message-feedback.styles.js.map +1 -0
  529. package/dist/components/conversation/model-select/model-select.class.d.ts +236 -0
  530. package/dist/components/conversation/model-select/model-select.class.d.ts.map +1 -0
  531. package/dist/components/conversation/model-select/model-select.class.js +758 -0
  532. package/dist/components/conversation/model-select/model-select.class.js.map +1 -0
  533. package/dist/components/conversation/model-select/model-select.d.ts.map +1 -0
  534. package/dist/components/conversation/model-select/model-select.js +5 -0
  535. package/dist/components/conversation/model-select/model-select.js.map +1 -0
  536. package/dist/components/conversation/model-select/model-select.styles.d.ts.map +1 -0
  537. package/dist/components/conversation/model-select/model-select.styles.js.map +1 -0
  538. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts +97 -0
  539. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts.map +1 -0
  540. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js +200 -0
  541. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js.map +1 -0
  542. package/dist/components/conversation/model-settings-panel/model-settings-panel.d.ts +4 -0
  543. package/dist/components/conversation/model-settings-panel/model-settings-panel.d.ts.map +1 -0
  544. package/dist/components/conversation/model-settings-panel/model-settings-panel.js +7 -0
  545. package/dist/components/conversation/model-settings-panel/model-settings-panel.js.map +1 -0
  546. package/dist/components/conversation/model-settings-panel/model-settings-panel.styles.d.ts.map +1 -0
  547. package/dist/components/conversation/model-settings-panel/model-settings-panel.styles.js.map +1 -0
  548. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts +147 -0
  549. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts.map +1 -0
  550. package/dist/components/conversation/push-to-talk/push-to-talk.class.js +480 -0
  551. package/dist/components/conversation/push-to-talk/push-to-talk.class.js.map +1 -0
  552. package/dist/components/conversation/push-to-talk/push-to-talk.d.ts +3 -0
  553. package/dist/components/conversation/push-to-talk/push-to-talk.d.ts.map +1 -0
  554. package/dist/components/conversation/push-to-talk/push-to-talk.js +6 -0
  555. package/dist/components/conversation/push-to-talk/push-to-talk.js.map +1 -0
  556. package/dist/components/conversation/push-to-talk/push-to-talk.styles.d.ts.map +1 -0
  557. package/dist/components/conversation/push-to-talk/push-to-talk.styles.js.map +1 -0
  558. package/dist/components/conversation/stream-status/stream-status.class.d.ts +136 -0
  559. package/dist/components/conversation/stream-status/stream-status.class.d.ts.map +1 -0
  560. package/dist/components/conversation/stream-status/stream-status.class.js +298 -0
  561. package/dist/components/conversation/stream-status/stream-status.class.js.map +1 -0
  562. package/dist/components/conversation/stream-status/stream-status.d.ts +3 -0
  563. package/dist/components/conversation/stream-status/stream-status.d.ts.map +1 -0
  564. package/dist/components/conversation/stream-status/stream-status.js +6 -0
  565. package/dist/components/conversation/stream-status/stream-status.js.map +1 -0
  566. package/dist/components/conversation/stream-status/stream-status.styles.d.ts.map +1 -0
  567. package/dist/components/conversation/stream-status/stream-status.styles.js.map +1 -0
  568. package/dist/components/conversation/streaming-text/streaming-text.class.d.ts +113 -0
  569. package/dist/components/conversation/streaming-text/streaming-text.class.d.ts.map +1 -0
  570. package/dist/components/conversation/streaming-text/streaming-text.class.js +244 -0
  571. package/dist/components/conversation/streaming-text/streaming-text.class.js.map +1 -0
  572. package/dist/components/conversation/streaming-text/streaming-text.d.ts.map +1 -0
  573. package/dist/components/conversation/streaming-text/streaming-text.js +6 -0
  574. package/dist/components/conversation/streaming-text/streaming-text.js.map +1 -0
  575. package/dist/components/conversation/streaming-text/streaming-text.styles.d.ts.map +1 -0
  576. package/dist/components/conversation/streaming-text/streaming-text.styles.js.map +1 -0
  577. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.d.ts +54 -0
  578. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.d.ts.map +1 -0
  579. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js +121 -0
  580. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js.map +1 -0
  581. package/dist/components/conversation/suggestion-chips/suggestion-chips.d.ts +3 -0
  582. package/dist/components/conversation/suggestion-chips/suggestion-chips.d.ts.map +1 -0
  583. package/dist/components/conversation/suggestion-chips/suggestion-chips.js +6 -0
  584. package/dist/components/conversation/suggestion-chips/suggestion-chips.js.map +1 -0
  585. package/dist/components/conversation/suggestion-chips/suggestion-chips.styles.d.ts.map +1 -0
  586. package/dist/components/conversation/suggestion-chips/suggestion-chips.styles.js.map +1 -0
  587. package/dist/components/conversation/thread-list/thread-list.class.d.ts +205 -0
  588. package/dist/components/conversation/thread-list/thread-list.class.d.ts.map +1 -0
  589. package/dist/components/conversation/thread-list/thread-list.class.js +603 -0
  590. package/dist/components/conversation/thread-list/thread-list.class.js.map +1 -0
  591. package/dist/components/conversation/thread-list/thread-list.d.ts +5 -0
  592. package/dist/components/conversation/thread-list/thread-list.d.ts.map +1 -0
  593. package/dist/components/conversation/thread-list/thread-list.js +8 -0
  594. package/dist/components/conversation/thread-list/thread-list.js.map +1 -0
  595. package/dist/components/conversation/thread-list/thread-list.styles.d.ts.map +1 -0
  596. package/dist/components/conversation/thread-list/thread-list.styles.js +120 -0
  597. package/dist/components/conversation/thread-list/thread-list.styles.js.map +1 -0
  598. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +90 -0
  599. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts.map +1 -0
  600. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +189 -0
  601. package/dist/components/conversation/transcript-feed/transcript-feed.class.js.map +1 -0
  602. package/dist/components/conversation/transcript-feed/transcript-feed.d.ts.map +1 -0
  603. package/dist/components/conversation/transcript-feed/transcript-feed.js +5 -0
  604. package/dist/components/conversation/transcript-feed/transcript-feed.js.map +1 -0
  605. package/dist/components/conversation/transcript-feed/transcript-feed.styles.d.ts.map +1 -0
  606. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +94 -0
  607. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js.map +1 -0
  608. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +78 -0
  609. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts.map +1 -0
  610. package/dist/components/conversation/typing-indicator/typing-indicator.class.js +115 -0
  611. package/dist/components/conversation/typing-indicator/typing-indicator.class.js.map +1 -0
  612. package/dist/components/conversation/typing-indicator/typing-indicator.d.ts.map +1 -0
  613. package/dist/components/conversation/typing-indicator/typing-indicator.js +5 -0
  614. package/dist/components/conversation/typing-indicator/typing-indicator.js.map +1 -0
  615. package/dist/components/conversation/typing-indicator/typing-indicator.styles.d.ts.map +1 -0
  616. package/dist/components/conversation/typing-indicator/typing-indicator.styles.js.map +1 -0
  617. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts +87 -0
  618. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts.map +1 -0
  619. package/dist/components/conversation/usage-badge/usage-badge.class.js +246 -0
  620. package/dist/components/conversation/usage-badge/usage-badge.class.js.map +1 -0
  621. package/dist/components/conversation/usage-badge/usage-badge.d.ts.map +1 -0
  622. package/dist/components/conversation/usage-badge/usage-badge.js +5 -0
  623. package/dist/components/conversation/usage-badge/usage-badge.js.map +1 -0
  624. package/dist/components/conversation/usage-badge/usage-badge.styles.d.ts.map +1 -0
  625. package/dist/components/conversation/usage-badge/usage-badge.styles.js.map +1 -0
  626. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +241 -0
  627. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts.map +1 -0
  628. package/dist/components/conversation/voice-picker/voice-picker.class.js +809 -0
  629. package/dist/components/conversation/voice-picker/voice-picker.class.js.map +1 -0
  630. package/dist/components/conversation/voice-picker/voice-picker.d.ts.map +1 -0
  631. package/dist/components/conversation/voice-picker/voice-picker.js +5 -0
  632. package/dist/components/conversation/voice-picker/voice-picker.js.map +1 -0
  633. package/dist/components/conversation/voice-picker/voice-picker.styles.d.ts.map +1 -0
  634. package/dist/components/conversation/voice-picker/voice-picker.styles.js.map +1 -0
  635. package/dist/components/conversation/widget-renderer/default-registry.d.ts +14 -0
  636. package/dist/components/conversation/widget-renderer/default-registry.d.ts.map +1 -0
  637. package/dist/components/conversation/widget-renderer/default-registry.js +43 -0
  638. package/dist/components/conversation/widget-renderer/default-registry.js.map +1 -0
  639. package/dist/components/conversation/widget-renderer/registry.d.ts.map +1 -0
  640. package/dist/components/conversation/widget-renderer/registry.js.map +1 -0
  641. package/dist/components/conversation/widget-renderer/resolve.d.ts.map +1 -0
  642. package/dist/components/conversation/widget-renderer/resolve.js.map +1 -0
  643. package/dist/components/conversation/widget-renderer/widget-renderer.class.d.ts +67 -0
  644. package/dist/components/conversation/widget-renderer/widget-renderer.class.d.ts.map +1 -0
  645. package/dist/components/conversation/widget-renderer/widget-renderer.class.js +175 -0
  646. package/dist/components/conversation/widget-renderer/widget-renderer.class.js.map +1 -0
  647. package/dist/components/conversation/widget-renderer/widget-renderer.d.ts.map +1 -0
  648. package/dist/components/conversation/widget-renderer/widget-renderer.js +10 -0
  649. package/dist/components/conversation/widget-renderer/widget-renderer.js.map +1 -0
  650. package/dist/components/conversation/widget-renderer/widget-renderer.styles.d.ts.map +1 -0
  651. package/dist/components/conversation/widget-renderer/widget-renderer.styles.js.map +1 -0
  652. package/dist/components/data/calendar/calendar.class.d.ts +91 -0
  653. package/dist/components/data/calendar/calendar.class.d.ts.map +1 -0
  654. package/dist/components/data/calendar/calendar.class.js +147 -0
  655. package/dist/components/data/calendar/calendar.class.js.map +1 -0
  656. package/dist/components/data/calendar/calendar.d.ts.map +1 -0
  657. package/dist/components/data/calendar/calendar.js +5 -0
  658. package/dist/components/data/calendar/calendar.js.map +1 -0
  659. package/dist/components/data/calendar/calendar.styles.d.ts.map +1 -0
  660. package/dist/components/data/calendar/calendar.styles.js.map +1 -0
  661. package/dist/components/data/context-meter/context-meter.class.d.ts +71 -0
  662. package/dist/components/data/context-meter/context-meter.class.d.ts.map +1 -0
  663. package/dist/components/data/context-meter/context-meter.class.js +209 -0
  664. package/dist/components/data/context-meter/context-meter.class.js.map +1 -0
  665. package/dist/components/data/context-meter/context-meter.d.ts.map +1 -0
  666. package/dist/components/data/context-meter/context-meter.js +5 -0
  667. package/dist/components/data/context-meter/context-meter.js.map +1 -0
  668. package/dist/components/data/context-meter/context-meter.styles.d.ts.map +1 -0
  669. package/dist/components/data/context-meter/context-meter.styles.js.map +1 -0
  670. package/dist/components/data/data-grid/data-grid.class.d.ts +65 -0
  671. package/dist/components/data/data-grid/data-grid.class.d.ts.map +1 -0
  672. package/dist/components/data/data-grid/data-grid.class.js +119 -0
  673. package/dist/components/data/data-grid/data-grid.class.js.map +1 -0
  674. package/dist/components/data/data-grid/data-grid.d.ts.map +1 -0
  675. package/dist/components/data/data-grid/data-grid.js +5 -0
  676. package/dist/components/data/data-grid/data-grid.js.map +1 -0
  677. package/dist/components/data/data-grid/data-grid.styles.d.ts.map +1 -0
  678. package/dist/components/data/data-grid/data-grid.styles.js.map +1 -0
  679. package/dist/components/data/document-library/document-library.class.d.ts +154 -0
  680. package/dist/components/data/document-library/document-library.class.d.ts.map +1 -0
  681. package/dist/components/data/document-library/document-library.class.js +399 -0
  682. package/dist/components/data/document-library/document-library.class.js.map +1 -0
  683. package/dist/components/data/document-library/document-library.d.ts +9 -0
  684. package/dist/components/data/document-library/document-library.d.ts.map +1 -0
  685. package/dist/components/data/document-library/document-library.js +12 -0
  686. package/dist/components/data/document-library/document-library.js.map +1 -0
  687. package/dist/components/data/document-library/document-library.styles.d.ts.map +1 -0
  688. package/dist/components/data/document-library/document-library.styles.js.map +1 -0
  689. package/dist/components/data/env-list/env-list.class.d.ts +55 -0
  690. package/dist/components/data/env-list/env-list.class.d.ts.map +1 -0
  691. package/dist/components/data/env-list/env-list.class.js +143 -0
  692. package/dist/components/data/env-list/env-list.class.js.map +1 -0
  693. package/dist/components/data/env-list/env-list.d.ts.map +1 -0
  694. package/dist/components/data/env-list/env-list.js +5 -0
  695. package/dist/components/data/env-list/env-list.js.map +1 -0
  696. package/dist/components/data/env-list/env-list.styles.d.ts.map +1 -0
  697. package/dist/components/data/env-list/env-list.styles.js.map +1 -0
  698. package/dist/components/data/file-tree/file-tree.class.d.ts +68 -0
  699. package/dist/components/data/file-tree/file-tree.class.d.ts.map +1 -0
  700. package/dist/components/data/file-tree/file-tree.class.js +235 -0
  701. package/dist/components/data/file-tree/file-tree.class.js.map +1 -0
  702. package/dist/components/data/file-tree/file-tree.d.ts.map +1 -0
  703. package/dist/components/data/file-tree/file-tree.js +5 -0
  704. package/dist/components/data/file-tree/file-tree.js.map +1 -0
  705. package/dist/components/data/file-tree/file-tree.styles.d.ts.map +1 -0
  706. package/dist/components/data/file-tree/file-tree.styles.js.map +1 -0
  707. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +413 -0
  708. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts.map +1 -0
  709. package/dist/components/data/flow-canvas/flow-canvas.class.js +1572 -0
  710. package/dist/components/data/flow-canvas/flow-canvas.class.js.map +1 -0
  711. package/dist/components/data/flow-canvas/flow-canvas.d.ts +4 -0
  712. package/dist/components/data/flow-canvas/flow-canvas.d.ts.map +1 -0
  713. package/dist/components/data/flow-canvas/flow-canvas.js +7 -0
  714. package/dist/components/data/flow-canvas/flow-canvas.js.map +1 -0
  715. package/dist/components/data/flow-canvas/flow-canvas.styles.d.ts.map +1 -0
  716. package/dist/components/data/flow-canvas/flow-canvas.styles.js.map +1 -0
  717. package/dist/components/data/flow-controls/flow-controls.class.d.ts +44 -0
  718. package/dist/components/data/flow-controls/flow-controls.class.d.ts.map +1 -0
  719. package/dist/components/data/flow-controls/flow-controls.class.js +203 -0
  720. package/dist/components/data/flow-controls/flow-controls.class.js.map +1 -0
  721. package/dist/components/data/flow-controls/flow-controls.d.ts.map +1 -0
  722. package/dist/components/data/flow-controls/flow-controls.js +5 -0
  723. package/dist/components/data/flow-controls/flow-controls.js.map +1 -0
  724. package/dist/components/data/flow-controls/flow-controls.styles.d.ts.map +1 -0
  725. package/dist/components/data/flow-controls/flow-controls.styles.js.map +1 -0
  726. package/dist/components/data/flow-minimap/flow-minimap.class.d.ts +62 -0
  727. package/dist/components/data/flow-minimap/flow-minimap.class.d.ts.map +1 -0
  728. package/dist/components/data/flow-minimap/flow-minimap.class.js +291 -0
  729. package/dist/components/data/flow-minimap/flow-minimap.class.js.map +1 -0
  730. package/dist/components/data/flow-minimap/flow-minimap.d.ts.map +1 -0
  731. package/dist/components/data/flow-minimap/flow-minimap.js +5 -0
  732. package/dist/components/data/flow-minimap/flow-minimap.js.map +1 -0
  733. package/dist/components/data/flow-minimap/flow-minimap.styles.d.ts.map +1 -0
  734. package/dist/components/data/flow-minimap/flow-minimap.styles.js.map +1 -0
  735. package/dist/components/data/flow-node/flow-node.class.d.ts +70 -0
  736. package/dist/components/data/flow-node/flow-node.class.d.ts.map +1 -0
  737. package/dist/components/data/flow-node/flow-node.class.js +187 -0
  738. package/dist/components/data/flow-node/flow-node.class.js.map +1 -0
  739. package/dist/components/data/flow-node/flow-node.d.ts.map +1 -0
  740. package/dist/components/data/flow-node/flow-node.js +5 -0
  741. package/dist/components/data/flow-node/flow-node.js.map +1 -0
  742. package/dist/components/data/flow-node/flow-node.styles.d.ts.map +1 -0
  743. package/dist/components/data/flow-node/flow-node.styles.js.map +1 -0
  744. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts +46 -0
  745. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts.map +1 -0
  746. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js +183 -0
  747. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js.map +1 -0
  748. package/dist/components/data/flow-run-overlay/flow-run-overlay.d.ts.map +1 -0
  749. package/dist/components/data/flow-run-overlay/flow-run-overlay.js +5 -0
  750. package/dist/components/data/flow-run-overlay/flow-run-overlay.js.map +1 -0
  751. package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.d.ts.map +1 -0
  752. package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.js.map +1 -0
  753. package/dist/components/data/gauge/gauge.class.d.ts +45 -0
  754. package/dist/components/data/gauge/gauge.class.d.ts.map +1 -0
  755. package/dist/components/data/gauge/gauge.class.js +224 -0
  756. package/dist/components/data/gauge/gauge.class.js.map +1 -0
  757. package/dist/components/data/gauge/gauge.d.ts.map +1 -0
  758. package/dist/components/data/gauge/gauge.js +5 -0
  759. package/dist/components/data/gauge/gauge.js.map +1 -0
  760. package/dist/components/data/gauge/gauge.styles.d.ts.map +1 -0
  761. package/dist/components/data/gauge/gauge.styles.js.map +1 -0
  762. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +242 -0
  763. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts.map +1 -0
  764. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +511 -0
  765. package/dist/components/data/graph-query-builder/graph-query-builder.class.js.map +1 -0
  766. package/dist/components/data/graph-query-builder/graph-query-builder.d.ts +7 -0
  767. package/dist/components/data/graph-query-builder/graph-query-builder.d.ts.map +1 -0
  768. package/dist/components/data/graph-query-builder/graph-query-builder.js +10 -0
  769. package/dist/components/data/graph-query-builder/graph-query-builder.js.map +1 -0
  770. package/dist/components/data/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -0
  771. package/dist/components/data/graph-query-builder/graph-query-builder.styles.js.map +1 -0
  772. package/dist/components/data/heatmap/calendar-grid.d.ts.map +1 -0
  773. package/dist/components/data/heatmap/calendar-grid.js.map +1 -0
  774. package/dist/components/data/heatmap/heatmap-scale.d.ts.map +1 -0
  775. package/dist/components/data/heatmap/heatmap-scale.js.map +1 -0
  776. package/dist/components/data/heatmap/heatmap.class.d.ts +662 -0
  777. package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -0
  778. package/dist/components/data/heatmap/heatmap.class.js +1850 -0
  779. package/dist/components/data/heatmap/heatmap.class.js.map +1 -0
  780. package/dist/components/data/heatmap/heatmap.d.ts.map +1 -0
  781. package/dist/components/data/heatmap/heatmap.js +5 -0
  782. package/dist/components/data/heatmap/heatmap.js.map +1 -0
  783. package/dist/components/data/heatmap/heatmap.styles.d.ts.map +1 -0
  784. package/dist/components/data/heatmap/heatmap.styles.js +156 -0
  785. package/dist/components/data/heatmap/heatmap.styles.js.map +1 -0
  786. package/dist/components/data/pagination/pagination.class.d.ts +97 -0
  787. package/dist/components/data/pagination/pagination.class.d.ts.map +1 -0
  788. package/dist/components/data/pagination/pagination.class.js +307 -0
  789. package/dist/components/data/pagination/pagination.class.js.map +1 -0
  790. package/dist/components/data/pagination/pagination.d.ts.map +1 -0
  791. package/dist/components/data/pagination/pagination.js +5 -0
  792. package/dist/components/data/pagination/pagination.js.map +1 -0
  793. package/dist/components/data/pagination/pagination.styles.d.ts.map +1 -0
  794. package/dist/components/data/pagination/pagination.styles.js.map +1 -0
  795. package/dist/components/data/query-builder/query-builder.class.d.ts +180 -0
  796. package/dist/components/data/query-builder/query-builder.class.d.ts.map +1 -0
  797. package/dist/components/data/query-builder/query-builder.class.js +415 -0
  798. package/dist/components/data/query-builder/query-builder.class.js.map +1 -0
  799. package/dist/components/data/query-builder/query-builder.d.ts +9 -0
  800. package/dist/components/data/query-builder/query-builder.d.ts.map +1 -0
  801. package/dist/components/data/query-builder/query-builder.js +12 -0
  802. package/dist/components/data/query-builder/query-builder.js.map +1 -0
  803. package/dist/components/data/query-builder/query-builder.styles.d.ts.map +1 -0
  804. package/dist/components/data/query-builder/query-builder.styles.js.map +1 -0
  805. package/dist/components/data/sequence-strip/sequence-strip.class.d.ts +82 -0
  806. package/dist/components/data/sequence-strip/sequence-strip.class.d.ts.map +1 -0
  807. package/dist/components/data/sequence-strip/sequence-strip.class.js +137 -0
  808. package/dist/components/data/sequence-strip/sequence-strip.class.js.map +1 -0
  809. package/dist/components/data/sequence-strip/sequence-strip.d.ts.map +1 -0
  810. package/dist/components/data/sequence-strip/sequence-strip.js +5 -0
  811. package/dist/components/data/sequence-strip/sequence-strip.js.map +1 -0
  812. package/dist/components/data/sequence-strip/sequence-strip.styles.d.ts.map +1 -0
  813. package/dist/components/data/sequence-strip/sequence-strip.styles.js +91 -0
  814. package/dist/components/data/sequence-strip/sequence-strip.styles.js.map +1 -0
  815. package/dist/components/data/sparkline/sparkline.class.d.ts +35 -0
  816. package/dist/components/data/sparkline/sparkline.class.d.ts.map +1 -0
  817. package/dist/components/data/sparkline/sparkline.class.js +171 -0
  818. package/dist/components/data/sparkline/sparkline.class.js.map +1 -0
  819. package/dist/components/data/sparkline/sparkline.d.ts.map +1 -0
  820. package/dist/components/data/sparkline/sparkline.js +5 -0
  821. package/dist/components/data/sparkline/sparkline.js.map +1 -0
  822. package/dist/components/data/sparkline/sparkline.styles.d.ts.map +1 -0
  823. package/dist/components/data/sparkline/sparkline.styles.js.map +1 -0
  824. package/dist/components/data/stat/stat.class.d.ts +105 -0
  825. package/dist/components/data/stat/stat.class.d.ts.map +1 -0
  826. package/dist/components/data/stat/stat.class.js +277 -0
  827. package/dist/components/data/stat/stat.class.js.map +1 -0
  828. package/dist/components/data/stat/stat.d.ts.map +1 -0
  829. package/dist/components/data/stat/stat.js +5 -0
  830. package/dist/components/data/stat/stat.js.map +1 -0
  831. package/dist/components/data/stat/stat.styles.d.ts.map +1 -0
  832. package/dist/components/data/stat/stat.styles.js +183 -0
  833. package/dist/components/data/stat/stat.styles.js.map +1 -0
  834. package/dist/components/data/table/table.class.d.ts +514 -0
  835. package/dist/components/data/table/table.class.d.ts.map +1 -0
  836. package/dist/components/data/table/table.class.js +1456 -0
  837. package/dist/components/data/table/table.class.js.map +1 -0
  838. package/dist/components/data/table/table.d.ts +3 -0
  839. package/dist/components/data/table/table.d.ts.map +1 -0
  840. package/dist/components/data/table/table.js +6 -0
  841. package/dist/components/data/table/table.js.map +1 -0
  842. package/dist/components/data/table/table.styles.d.ts.map +1 -0
  843. package/dist/components/data/table/table.styles.js.map +1 -0
  844. package/dist/components/data/timeline/timeline-item.class.d.ts +137 -0
  845. package/dist/components/data/timeline/timeline-item.class.d.ts.map +1 -0
  846. package/dist/components/data/timeline/timeline-item.class.js +221 -0
  847. package/dist/components/data/timeline/timeline-item.class.js.map +1 -0
  848. package/dist/components/data/timeline/timeline-item.d.ts +3 -0
  849. package/dist/components/data/timeline/timeline-item.d.ts.map +1 -0
  850. package/dist/components/data/timeline/timeline-item.js +10 -0
  851. package/dist/components/data/timeline/timeline-item.js.map +1 -0
  852. package/dist/components/data/timeline/timeline-item.styles.d.ts.map +1 -0
  853. package/dist/components/data/timeline/timeline-item.styles.js.map +1 -0
  854. package/dist/components/data/timeline/timeline.class.d.ts +59 -0
  855. package/dist/components/data/timeline/timeline.class.d.ts.map +1 -0
  856. package/dist/components/data/timeline/timeline.class.js +100 -0
  857. package/dist/components/data/timeline/timeline.class.js.map +1 -0
  858. package/dist/components/data/timeline/timeline.d.ts.map +1 -0
  859. package/dist/components/data/timeline/timeline.js +5 -0
  860. package/dist/components/data/timeline/timeline.js.map +1 -0
  861. package/dist/components/data/timeline/timeline.styles.d.ts.map +1 -0
  862. package/dist/components/data/timeline/timeline.styles.js +55 -0
  863. package/dist/components/data/timeline/timeline.styles.js.map +1 -0
  864. package/dist/components/data/tree/tree-node.class.d.ts +106 -0
  865. package/dist/components/data/tree/tree-node.class.d.ts.map +1 -0
  866. package/dist/components/data/tree/tree-node.class.js +228 -0
  867. package/dist/components/data/tree/tree-node.class.js.map +1 -0
  868. package/dist/components/data/tree/tree-node.d.ts.map +1 -0
  869. package/dist/components/data/tree/tree-node.js +5 -0
  870. package/dist/components/data/tree/tree-node.js.map +1 -0
  871. package/dist/components/data/tree/tree-node.styles.d.ts.map +1 -0
  872. package/dist/components/data/tree/tree-node.styles.js.map +1 -0
  873. package/dist/components/data/tree/tree.class.d.ts +151 -0
  874. package/dist/components/data/tree/tree.class.d.ts.map +1 -0
  875. package/dist/components/data/tree/tree.class.js +335 -0
  876. package/dist/components/data/tree/tree.class.js.map +1 -0
  877. package/dist/components/data/tree/tree.d.ts.map +1 -0
  878. package/dist/components/data/tree/tree.js +6 -0
  879. package/dist/components/data/tree/tree.js.map +1 -0
  880. package/dist/components/data/tree/tree.styles.d.ts.map +1 -0
  881. package/dist/components/data/tree/tree.styles.js.map +1 -0
  882. package/dist/components/data/tree/update-cascade.d.ts.map +1 -0
  883. package/dist/components/data/tree/update-cascade.js.map +1 -0
  884. package/dist/components/data/word-cloud/word-cloud-layout.d.ts.map +1 -0
  885. package/dist/components/data/word-cloud/word-cloud-layout.js.map +1 -0
  886. package/dist/components/data/word-cloud/word-cloud.class.d.ts +112 -0
  887. package/dist/components/data/word-cloud/word-cloud.class.d.ts.map +1 -0
  888. package/dist/components/data/word-cloud/word-cloud.class.js +338 -0
  889. package/dist/components/data/word-cloud/word-cloud.class.js.map +1 -0
  890. package/dist/components/data/word-cloud/word-cloud.d.ts.map +1 -0
  891. package/dist/components/data/word-cloud/word-cloud.js +5 -0
  892. package/dist/components/data/word-cloud/word-cloud.js.map +1 -0
  893. package/dist/components/data/word-cloud/word-cloud.styles.d.ts.map +1 -0
  894. package/dist/components/data/word-cloud/word-cloud.styles.js.map +1 -0
  895. package/dist/components/forms/button/button.class.d.ts +122 -0
  896. package/dist/components/forms/button/button.class.d.ts.map +1 -0
  897. package/dist/components/forms/button/button.class.js +186 -0
  898. package/dist/components/forms/button/button.class.js.map +1 -0
  899. package/dist/components/forms/button/button.d.ts.map +1 -0
  900. package/dist/components/forms/button/button.js +5 -0
  901. package/dist/components/forms/button/button.js.map +1 -0
  902. package/dist/components/forms/button/button.styles.d.ts.map +1 -0
  903. package/dist/components/forms/button/button.styles.js.map +1 -0
  904. package/dist/components/forms/checkbox/checkbox.class.d.ts +144 -0
  905. package/dist/components/forms/checkbox/checkbox.class.d.ts.map +1 -0
  906. package/dist/components/forms/checkbox/checkbox.class.js +396 -0
  907. package/dist/components/forms/checkbox/checkbox.class.js.map +1 -0
  908. package/dist/components/forms/checkbox/checkbox.d.ts.map +1 -0
  909. package/dist/components/forms/checkbox/checkbox.js +5 -0
  910. package/dist/components/forms/checkbox/checkbox.js.map +1 -0
  911. package/dist/components/forms/checkbox/checkbox.styles.d.ts.map +1 -0
  912. package/dist/components/forms/checkbox/checkbox.styles.js.map +1 -0
  913. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +104 -0
  914. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts.map +1 -0
  915. package/dist/components/forms/checkbox-group/checkbox-group.class.js +209 -0
  916. package/dist/components/forms/checkbox-group/checkbox-group.class.js.map +1 -0
  917. package/dist/components/forms/checkbox-group/checkbox-group.d.ts.map +1 -0
  918. package/dist/components/forms/checkbox-group/checkbox-group.js +5 -0
  919. package/dist/components/forms/checkbox-group/checkbox-group.js.map +1 -0
  920. package/dist/components/forms/checkbox-group/checkbox-group.styles.d.ts.map +1 -0
  921. package/dist/components/forms/checkbox-group/checkbox-group.styles.js.map +1 -0
  922. package/dist/components/forms/code-editor/code-editor.class.d.ts +109 -0
  923. package/dist/components/forms/code-editor/code-editor.class.d.ts.map +1 -0
  924. package/dist/components/forms/code-editor/code-editor.class.js +238 -0
  925. package/dist/components/forms/code-editor/code-editor.class.js.map +1 -0
  926. package/dist/components/forms/code-editor/code-editor.d.ts.map +1 -0
  927. package/dist/components/forms/code-editor/code-editor.js +5 -0
  928. package/dist/components/forms/code-editor/code-editor.js.map +1 -0
  929. package/dist/components/forms/code-editor/code-editor.styles.d.ts.map +1 -0
  930. package/dist/components/forms/code-editor/code-editor.styles.js +22 -0
  931. package/dist/components/forms/code-editor/code-editor.styles.js.map +1 -0
  932. package/dist/components/forms/color-picker/color-picker.class.d.ts +61 -0
  933. package/dist/components/forms/color-picker/color-picker.class.d.ts.map +1 -0
  934. package/dist/components/forms/color-picker/color-picker.class.js +128 -0
  935. package/dist/components/forms/color-picker/color-picker.class.js.map +1 -0
  936. package/dist/components/forms/color-picker/color-picker.d.ts.map +1 -0
  937. package/dist/components/forms/color-picker/color-picker.js +5 -0
  938. package/dist/components/forms/color-picker/color-picker.js.map +1 -0
  939. package/dist/components/forms/color-picker/color-picker.styles.d.ts.map +1 -0
  940. package/dist/components/forms/color-picker/color-picker.styles.js.map +1 -0
  941. package/dist/components/forms/combobox/combobox.class.d.ts +290 -0
  942. package/dist/components/forms/combobox/combobox.class.d.ts.map +1 -0
  943. package/dist/components/forms/combobox/combobox.class.js +1117 -0
  944. package/dist/components/forms/combobox/combobox.class.js.map +1 -0
  945. package/dist/components/forms/combobox/combobox.d.ts.map +1 -0
  946. package/dist/components/forms/combobox/combobox.js +6 -0
  947. package/dist/components/forms/combobox/combobox.js.map +1 -0
  948. package/dist/components/forms/combobox/combobox.styles.d.ts.map +1 -0
  949. package/dist/components/forms/combobox/combobox.styles.js +312 -0
  950. package/dist/components/forms/combobox/combobox.styles.js.map +1 -0
  951. package/dist/components/forms/combobox/option.class.d.ts +44 -0
  952. package/dist/components/forms/combobox/option.class.d.ts.map +1 -0
  953. package/dist/components/forms/combobox/option.class.js +104 -0
  954. package/dist/components/forms/combobox/option.class.js.map +1 -0
  955. package/dist/components/forms/combobox/option.d.ts.map +1 -0
  956. package/dist/components/forms/combobox/option.js +5 -0
  957. package/dist/components/forms/combobox/option.js.map +1 -0
  958. package/dist/components/forms/combobox/option.styles.d.ts.map +1 -0
  959. package/dist/components/forms/combobox/option.styles.js.map +1 -0
  960. package/dist/components/forms/date-picker/calendar-core.d.ts.map +1 -0
  961. package/dist/components/forms/date-picker/calendar-core.js +150 -0
  962. package/dist/components/forms/date-picker/calendar-core.js.map +1 -0
  963. package/dist/components/forms/date-picker/date-input.class.d.ts +268 -0
  964. package/dist/components/forms/date-picker/date-input.class.d.ts.map +1 -0
  965. package/dist/components/forms/date-picker/date-input.class.js +887 -0
  966. package/dist/components/forms/date-picker/date-input.class.js.map +1 -0
  967. package/dist/components/forms/date-picker/date-input.d.ts.map +1 -0
  968. package/dist/components/forms/date-picker/date-input.js +6 -0
  969. package/dist/components/forms/date-picker/date-input.js.map +1 -0
  970. package/dist/components/forms/date-picker/date-input.styles.d.ts.map +1 -0
  971. package/dist/components/forms/date-picker/date-input.styles.js.map +1 -0
  972. package/dist/components/forms/date-picker/date-picker.class.d.ts +125 -0
  973. package/dist/components/forms/date-picker/date-picker.class.d.ts.map +1 -0
  974. package/dist/components/forms/date-picker/date-picker.class.js +590 -0
  975. package/dist/components/forms/date-picker/date-picker.class.js.map +1 -0
  976. package/dist/components/forms/date-picker/date-picker.d.ts.map +1 -0
  977. package/dist/components/forms/date-picker/date-picker.js +5 -0
  978. package/dist/components/forms/date-picker/date-picker.js.map +1 -0
  979. package/dist/components/forms/date-picker/date-picker.styles.d.ts.map +1 -0
  980. package/dist/components/forms/date-picker/date-picker.styles.js.map +1 -0
  981. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts +14 -0
  982. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts.map +1 -0
  983. package/dist/components/forms/emoji-picker/emoji-data-loader.js.map +1 -0
  984. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +150 -0
  985. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts.map +1 -0
  986. package/dist/components/forms/emoji-picker/emoji-picker.class.js +512 -0
  987. package/dist/components/forms/emoji-picker/emoji-picker.class.js.map +1 -0
  988. package/dist/components/forms/emoji-picker/emoji-picker.d.ts.map +1 -0
  989. package/dist/components/forms/emoji-picker/emoji-picker.js +5 -0
  990. package/dist/components/forms/emoji-picker/emoji-picker.js.map +1 -0
  991. package/dist/components/forms/emoji-picker/emoji-picker.styles.d.ts.map +1 -0
  992. package/dist/components/forms/emoji-picker/emoji-picker.styles.js +124 -0
  993. package/dist/components/forms/emoji-picker/emoji-picker.styles.js.map +1 -0
  994. package/dist/components/forms/icon-button/icon-button.class.d.ts +29 -0
  995. package/dist/components/forms/icon-button/icon-button.class.d.ts.map +1 -0
  996. package/dist/components/forms/icon-button/icon-button.class.js +55 -0
  997. package/dist/components/forms/icon-button/icon-button.class.js.map +1 -0
  998. package/dist/components/forms/icon-button/icon-button.d.ts +3 -0
  999. package/dist/components/forms/icon-button/icon-button.d.ts.map +1 -0
  1000. package/dist/components/forms/icon-button/icon-button.js +6 -0
  1001. package/dist/components/forms/icon-button/icon-button.js.map +1 -0
  1002. package/dist/components/forms/icon-button/icon-button.styles.d.ts.map +1 -0
  1003. package/dist/components/forms/icon-button/icon-button.styles.js.map +1 -0
  1004. package/dist/components/forms/input/input.class.d.ts +154 -0
  1005. package/dist/components/forms/input/input.class.d.ts.map +1 -0
  1006. package/dist/components/forms/input/input.class.js +394 -0
  1007. package/dist/components/forms/input/input.class.js.map +1 -0
  1008. package/dist/components/forms/input/input.d.ts.map +1 -0
  1009. package/dist/components/forms/input/input.js +5 -0
  1010. package/dist/components/forms/input/input.js.map +1 -0
  1011. package/dist/components/forms/input/input.styles.d.ts.map +1 -0
  1012. package/dist/components/forms/input/input.styles.js +148 -0
  1013. package/dist/components/forms/input/input.styles.js.map +1 -0
  1014. package/dist/components/forms/input/number-input.class.d.ts.map +1 -0
  1015. package/dist/components/forms/input/number-input.class.js.map +1 -0
  1016. package/dist/components/forms/input/number-input.d.ts.map +1 -0
  1017. package/dist/components/forms/input/number-input.js +5 -0
  1018. package/dist/components/forms/input/number-input.js.map +1 -0
  1019. package/dist/components/forms/input/time-input.class.d.ts +28 -0
  1020. package/dist/components/forms/input/time-input.class.d.ts.map +1 -0
  1021. package/dist/components/forms/input/time-input.class.js +44 -0
  1022. package/dist/components/forms/input/time-input.class.js.map +1 -0
  1023. package/dist/components/forms/input/time-input.d.ts.map +1 -0
  1024. package/dist/components/forms/input/time-input.js +5 -0
  1025. package/dist/components/forms/input/time-input.js.map +1 -0
  1026. package/dist/components/forms/phone-input/phone-input.class.d.ts +226 -0
  1027. package/dist/components/forms/phone-input/phone-input.class.d.ts.map +1 -0
  1028. package/dist/components/forms/phone-input/phone-input.class.js +628 -0
  1029. package/dist/components/forms/phone-input/phone-input.class.js.map +1 -0
  1030. package/dist/components/forms/phone-input/phone-input.d.ts.map +1 -0
  1031. package/dist/components/forms/phone-input/phone-input.js +5 -0
  1032. package/dist/components/forms/phone-input/phone-input.js.map +1 -0
  1033. package/dist/components/forms/phone-input/phone-input.styles.d.ts.map +1 -0
  1034. package/dist/components/forms/phone-input/phone-input.styles.js.map +1 -0
  1035. package/dist/components/forms/radio/radio-group.class.d.ts +52 -0
  1036. package/dist/components/forms/radio/radio-group.class.d.ts.map +1 -0
  1037. package/dist/components/forms/radio/radio-group.class.js +149 -0
  1038. package/dist/components/forms/radio/radio-group.class.js.map +1 -0
  1039. package/dist/components/forms/radio/radio-group.d.ts.map +1 -0
  1040. package/dist/components/forms/radio/radio-group.js +5 -0
  1041. package/dist/components/forms/radio/radio-group.js.map +1 -0
  1042. package/dist/components/forms/radio/radio-group.styles.d.ts.map +1 -0
  1043. package/dist/components/forms/radio/radio-group.styles.js.map +1 -0
  1044. package/dist/components/forms/radio/radio.class.d.ts +108 -0
  1045. package/dist/components/forms/radio/radio.class.d.ts.map +1 -0
  1046. package/dist/components/forms/radio/radio.class.js +213 -0
  1047. package/dist/components/forms/radio/radio.class.js.map +1 -0
  1048. package/dist/components/forms/radio/radio.d.ts.map +1 -0
  1049. package/dist/components/forms/radio/radio.js +5 -0
  1050. package/dist/components/forms/radio/radio.js.map +1 -0
  1051. package/dist/components/forms/radio/radio.styles.d.ts.map +1 -0
  1052. package/dist/components/forms/radio/radio.styles.js.map +1 -0
  1053. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +202 -0
  1054. package/dist/components/forms/rubric-form/rubric-form.class.d.ts.map +1 -0
  1055. package/dist/components/forms/rubric-form/rubric-form.class.js +503 -0
  1056. package/dist/components/forms/rubric-form/rubric-form.class.js.map +1 -0
  1057. package/dist/components/forms/rubric-form/rubric-form.d.ts +9 -0
  1058. package/dist/components/forms/rubric-form/rubric-form.d.ts.map +1 -0
  1059. package/dist/components/forms/rubric-form/rubric-form.js +12 -0
  1060. package/dist/components/forms/rubric-form/rubric-form.js.map +1 -0
  1061. package/dist/components/forms/rubric-form/rubric-form.styles.d.ts.map +1 -0
  1062. package/dist/components/forms/rubric-form/rubric-form.styles.js.map +1 -0
  1063. package/dist/components/forms/select/select.class.d.ts +237 -0
  1064. package/dist/components/forms/select/select.class.d.ts.map +1 -0
  1065. package/dist/components/forms/select/select.class.js +734 -0
  1066. package/dist/components/forms/select/select.class.js.map +1 -0
  1067. package/dist/components/forms/select/select.d.ts.map +1 -0
  1068. package/dist/components/forms/select/select.js +6 -0
  1069. package/dist/components/forms/select/select.js.map +1 -0
  1070. package/dist/components/forms/select/select.styles.d.ts.map +1 -0
  1071. package/dist/components/forms/select/select.styles.js +235 -0
  1072. package/dist/components/forms/select/select.styles.js.map +1 -0
  1073. package/dist/components/forms/slider/slider.class.d.ts +160 -0
  1074. package/dist/components/forms/slider/slider.class.d.ts.map +1 -0
  1075. package/dist/components/forms/slider/slider.class.js +470 -0
  1076. package/dist/components/forms/slider/slider.class.js.map +1 -0
  1077. package/dist/components/forms/slider/slider.d.ts.map +1 -0
  1078. package/dist/components/forms/slider/slider.js +5 -0
  1079. package/dist/components/forms/slider/slider.js.map +1 -0
  1080. package/dist/components/forms/slider/slider.styles.d.ts.map +1 -0
  1081. package/dist/components/forms/slider/slider.styles.js.map +1 -0
  1082. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +71 -0
  1083. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts.map +1 -0
  1084. package/dist/components/forms/swatch-picker/swatch-picker.class.js +134 -0
  1085. package/dist/components/forms/swatch-picker/swatch-picker.class.js.map +1 -0
  1086. package/dist/components/forms/swatch-picker/swatch-picker.d.ts.map +1 -0
  1087. package/dist/components/forms/swatch-picker/swatch-picker.js +5 -0
  1088. package/dist/components/forms/swatch-picker/swatch-picker.js.map +1 -0
  1089. package/dist/components/forms/swatch-picker/swatch-picker.styles.d.ts.map +1 -0
  1090. package/dist/components/forms/swatch-picker/swatch-picker.styles.js.map +1 -0
  1091. package/dist/components/forms/switch/switch.class.d.ts +148 -0
  1092. package/dist/components/forms/switch/switch.class.d.ts.map +1 -0
  1093. package/dist/components/forms/switch/switch.class.js +345 -0
  1094. package/dist/components/forms/switch/switch.class.js.map +1 -0
  1095. package/dist/components/forms/switch/switch.d.ts.map +1 -0
  1096. package/dist/components/forms/switch/switch.js +5 -0
  1097. package/dist/components/forms/switch/switch.js.map +1 -0
  1098. package/dist/components/forms/switch/switch.styles.d.ts.map +1 -0
  1099. package/dist/components/forms/switch/switch.styles.js.map +1 -0
  1100. package/dist/components/forms/textarea/textarea.class.d.ts +132 -0
  1101. package/dist/components/forms/textarea/textarea.class.d.ts.map +1 -0
  1102. package/dist/components/forms/textarea/textarea.class.js +384 -0
  1103. package/dist/components/forms/textarea/textarea.class.js.map +1 -0
  1104. package/dist/components/forms/textarea/textarea.d.ts.map +1 -0
  1105. package/dist/components/forms/textarea/textarea.js +5 -0
  1106. package/dist/components/forms/textarea/textarea.js.map +1 -0
  1107. package/dist/components/forms/textarea/textarea.styles.d.ts.map +1 -0
  1108. package/dist/components/forms/textarea/textarea.styles.js.map +1 -0
  1109. package/dist/components/forms/time-range/time-range.class.d.ts +146 -0
  1110. package/dist/components/forms/time-range/time-range.class.d.ts.map +1 -0
  1111. package/dist/components/forms/time-range/time-range.class.js +484 -0
  1112. package/dist/components/forms/time-range/time-range.class.js.map +1 -0
  1113. package/dist/components/forms/time-range/time-range.d.ts.map +1 -0
  1114. package/dist/components/forms/time-range/time-range.js +5 -0
  1115. package/dist/components/forms/time-range/time-range.js.map +1 -0
  1116. package/dist/components/forms/time-range/time-range.styles.d.ts.map +1 -0
  1117. package/dist/components/forms/time-range/time-range.styles.js.map +1 -0
  1118. package/dist/components/forms/token-input/token-input.class.d.ts +131 -0
  1119. package/dist/components/forms/token-input/token-input.class.d.ts.map +1 -0
  1120. package/dist/components/forms/token-input/token-input.class.js +253 -0
  1121. package/dist/components/forms/token-input/token-input.class.js.map +1 -0
  1122. package/dist/components/forms/token-input/token-input.d.ts.map +1 -0
  1123. package/dist/components/forms/token-input/token-input.js +5 -0
  1124. package/dist/components/forms/token-input/token-input.js.map +1 -0
  1125. package/dist/components/forms/token-input/token-input.styles.d.ts.map +1 -0
  1126. package/dist/components/forms/token-input/token-input.styles.js.map +1 -0
  1127. package/dist/components/layout/app-rail/app-rail-item.class.d.ts +52 -0
  1128. package/dist/components/layout/app-rail/app-rail-item.class.d.ts.map +1 -0
  1129. package/dist/components/layout/app-rail/app-rail-item.class.js +147 -0
  1130. package/dist/components/layout/app-rail/app-rail-item.class.js.map +1 -0
  1131. package/dist/components/layout/app-rail/app-rail-item.d.ts.map +1 -0
  1132. package/dist/components/layout/app-rail/app-rail-item.js +5 -0
  1133. package/dist/components/layout/app-rail/app-rail-item.js.map +1 -0
  1134. package/dist/components/layout/app-rail/app-rail-item.styles.d.ts.map +1 -0
  1135. package/dist/components/layout/app-rail/app-rail-item.styles.js.map +1 -0
  1136. package/dist/components/layout/app-rail/app-rail.class.d.ts +261 -0
  1137. package/dist/components/layout/app-rail/app-rail.class.d.ts.map +1 -0
  1138. package/dist/components/layout/app-rail/app-rail.class.js +608 -0
  1139. package/dist/components/layout/app-rail/app-rail.class.js.map +1 -0
  1140. package/dist/components/layout/app-rail/app-rail.d.ts.map +1 -0
  1141. package/dist/components/layout/app-rail/app-rail.js +6 -0
  1142. package/dist/components/layout/app-rail/app-rail.js.map +1 -0
  1143. package/dist/components/layout/app-rail/app-rail.styles.d.ts.map +1 -0
  1144. package/dist/components/layout/app-rail/app-rail.styles.js.map +1 -0
  1145. package/dist/components/layout/breadcrumb/breadcrumb-item.class.d.ts +22 -0
  1146. package/dist/components/layout/breadcrumb/breadcrumb-item.class.d.ts.map +1 -0
  1147. package/dist/components/layout/breadcrumb/breadcrumb-item.class.js +43 -0
  1148. package/dist/components/layout/breadcrumb/breadcrumb-item.class.js.map +1 -0
  1149. package/dist/components/layout/breadcrumb/breadcrumb-item.d.ts.map +1 -0
  1150. package/dist/components/layout/breadcrumb/breadcrumb-item.js +5 -0
  1151. package/dist/components/layout/breadcrumb/breadcrumb-item.js.map +1 -0
  1152. package/dist/components/layout/breadcrumb/breadcrumb-item.styles.d.ts.map +1 -0
  1153. package/dist/components/layout/breadcrumb/breadcrumb-item.styles.js.map +1 -0
  1154. package/dist/components/layout/breadcrumb/breadcrumb.class.d.ts +26 -0
  1155. package/dist/components/layout/breadcrumb/breadcrumb.class.d.ts.map +1 -0
  1156. package/dist/components/layout/breadcrumb/breadcrumb.class.js +35 -0
  1157. package/dist/components/layout/breadcrumb/breadcrumb.class.js.map +1 -0
  1158. package/dist/components/layout/breadcrumb/breadcrumb.d.ts.map +1 -0
  1159. package/dist/components/layout/breadcrumb/breadcrumb.js +5 -0
  1160. package/dist/components/layout/breadcrumb/breadcrumb.js.map +1 -0
  1161. package/dist/components/layout/breadcrumb/breadcrumb.styles.d.ts.map +1 -0
  1162. package/dist/components/layout/breadcrumb/breadcrumb.styles.js.map +1 -0
  1163. package/dist/components/layout/button-group/button-group.class.d.ts +25 -0
  1164. package/dist/components/layout/button-group/button-group.class.d.ts.map +1 -0
  1165. package/dist/components/layout/button-group/button-group.class.js +39 -0
  1166. package/dist/components/layout/button-group/button-group.class.js.map +1 -0
  1167. package/dist/components/layout/button-group/button-group.d.ts.map +1 -0
  1168. package/dist/components/layout/button-group/button-group.js +5 -0
  1169. package/dist/components/layout/button-group/button-group.js.map +1 -0
  1170. package/dist/components/layout/button-group/button-group.styles.d.ts.map +1 -0
  1171. package/dist/components/layout/button-group/button-group.styles.js.map +1 -0
  1172. package/dist/components/layout/card/card.class.d.ts +55 -0
  1173. package/dist/components/layout/card/card.class.d.ts.map +1 -0
  1174. package/dist/components/layout/card/card.class.js +116 -0
  1175. package/dist/components/layout/card/card.class.js.map +1 -0
  1176. package/dist/components/layout/card/card.d.ts.map +1 -0
  1177. package/dist/components/layout/card/card.js +5 -0
  1178. package/dist/components/layout/card/card.js.map +1 -0
  1179. package/dist/components/layout/card/card.styles.d.ts.map +1 -0
  1180. package/dist/components/layout/card/card.styles.js.map +1 -0
  1181. package/dist/components/layout/carousel/carousel-item.class.d.ts +21 -0
  1182. package/dist/components/layout/carousel/carousel-item.class.d.ts.map +1 -0
  1183. package/dist/components/layout/carousel/carousel-item.class.js +19 -0
  1184. package/dist/components/layout/carousel/carousel-item.class.js.map +1 -0
  1185. package/dist/components/layout/carousel/carousel-item.d.ts.map +1 -0
  1186. package/dist/components/layout/carousel/carousel-item.js +5 -0
  1187. package/dist/components/layout/carousel/carousel-item.js.map +1 -0
  1188. package/dist/components/layout/carousel/carousel-item.styles.d.ts.map +1 -0
  1189. package/dist/components/layout/carousel/carousel-item.styles.js.map +1 -0
  1190. package/dist/components/layout/carousel/carousel.class.d.ts +71 -0
  1191. package/dist/components/layout/carousel/carousel.class.d.ts.map +1 -0
  1192. package/dist/components/layout/carousel/carousel.class.js +244 -0
  1193. package/dist/components/layout/carousel/carousel.class.js.map +1 -0
  1194. package/dist/components/layout/carousel/carousel.d.ts.map +1 -0
  1195. package/dist/components/layout/carousel/carousel.js +5 -0
  1196. package/dist/components/layout/carousel/carousel.js.map +1 -0
  1197. package/dist/components/layout/carousel/carousel.styles.d.ts.map +1 -0
  1198. package/dist/components/layout/carousel/carousel.styles.js.map +1 -0
  1199. package/dist/components/layout/command-palette/command-palette.class.d.ts +91 -0
  1200. package/dist/components/layout/command-palette/command-palette.class.d.ts.map +1 -0
  1201. package/dist/components/layout/command-palette/command-palette.class.js +203 -0
  1202. package/dist/components/layout/command-palette/command-palette.class.js.map +1 -0
  1203. package/dist/components/layout/command-palette/command-palette.d.ts +3 -0
  1204. package/dist/components/layout/command-palette/command-palette.d.ts.map +1 -0
  1205. package/dist/components/layout/command-palette/command-palette.js +6 -0
  1206. package/dist/components/layout/command-palette/command-palette.js.map +1 -0
  1207. package/dist/components/layout/command-palette/command-palette.styles.d.ts.map +1 -0
  1208. package/dist/components/layout/command-palette/command-palette.styles.js.map +1 -0
  1209. package/dist/components/layout/control-group/control-group.class.d.ts +29 -0
  1210. package/dist/components/layout/control-group/control-group.class.d.ts.map +1 -0
  1211. package/dist/components/layout/control-group/control-group.class.js +41 -0
  1212. package/dist/components/layout/control-group/control-group.class.js.map +1 -0
  1213. package/dist/components/layout/control-group/control-group.d.ts.map +1 -0
  1214. package/dist/components/layout/control-group/control-group.js +5 -0
  1215. package/dist/components/layout/control-group/control-group.js.map +1 -0
  1216. package/dist/components/layout/control-group/control-group.styles.d.ts.map +1 -0
  1217. package/dist/components/layout/control-group/control-group.styles.js.map +1 -0
  1218. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +169 -0
  1219. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts.map +1 -0
  1220. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +576 -0
  1221. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js.map +1 -0
  1222. package/dist/components/layout/dashboard-grid/dashboard-grid.d.ts +6 -0
  1223. package/dist/components/layout/dashboard-grid/dashboard-grid.d.ts.map +1 -0
  1224. package/dist/components/layout/dashboard-grid/dashboard-grid.js +9 -0
  1225. package/dist/components/layout/dashboard-grid/dashboard-grid.js.map +1 -0
  1226. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -0
  1227. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js.map +1 -0
  1228. package/dist/components/layout/dashboard-grid/layout.d.ts +103 -0
  1229. package/dist/components/layout/dashboard-grid/layout.d.ts.map +1 -0
  1230. package/dist/components/layout/dashboard-grid/layout.js.map +1 -0
  1231. package/dist/components/layout/details/accordion-item.class.d.ts.map +1 -0
  1232. package/dist/components/layout/details/accordion-item.class.js.map +1 -0
  1233. package/dist/components/layout/details/accordion-item.d.ts.map +1 -0
  1234. package/dist/components/layout/details/accordion-item.js +5 -0
  1235. package/dist/components/layout/details/accordion-item.js.map +1 -0
  1236. package/dist/components/layout/details/accordion.class.d.ts +23 -0
  1237. package/dist/components/layout/details/accordion.class.d.ts.map +1 -0
  1238. package/dist/components/layout/details/accordion.class.js +48 -0
  1239. package/dist/components/layout/details/accordion.class.js.map +1 -0
  1240. package/dist/components/layout/details/accordion.d.ts.map +1 -0
  1241. package/dist/components/layout/details/accordion.js +5 -0
  1242. package/dist/components/layout/details/accordion.js.map +1 -0
  1243. package/dist/components/layout/details/accordion.styles.d.ts.map +1 -0
  1244. package/dist/components/layout/details/accordion.styles.js.map +1 -0
  1245. package/dist/components/layout/details/details.class.d.ts +38 -0
  1246. package/dist/components/layout/details/details.class.d.ts.map +1 -0
  1247. package/dist/components/layout/details/details.class.js +88 -0
  1248. package/dist/components/layout/details/details.class.js.map +1 -0
  1249. package/dist/components/layout/details/details.d.ts.map +1 -0
  1250. package/dist/components/layout/details/details.js +5 -0
  1251. package/dist/components/layout/details/details.js.map +1 -0
  1252. package/dist/components/layout/details/details.styles.d.ts.map +1 -0
  1253. package/dist/components/layout/details/details.styles.js.map +1 -0
  1254. package/dist/components/layout/dock-panel/dock-panel.class.d.ts +150 -0
  1255. package/dist/components/layout/dock-panel/dock-panel.class.d.ts.map +1 -0
  1256. package/dist/components/layout/dock-panel/dock-panel.class.js +366 -0
  1257. package/dist/components/layout/dock-panel/dock-panel.class.js.map +1 -0
  1258. package/dist/components/layout/dock-panel/dock-panel.d.ts.map +1 -0
  1259. package/dist/components/layout/dock-panel/dock-panel.js +5 -0
  1260. package/dist/components/layout/dock-panel/dock-panel.js.map +1 -0
  1261. package/dist/components/layout/dock-panel/dock-panel.styles.d.ts.map +1 -0
  1262. package/dist/components/layout/dock-panel/dock-panel.styles.js.map +1 -0
  1263. package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts +148 -0
  1264. package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts.map +1 -0
  1265. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js +241 -0
  1266. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js.map +1 -0
  1267. package/dist/components/layout/drilldown-panel/drilldown-panel.d.ts +9 -0
  1268. package/dist/components/layout/drilldown-panel/drilldown-panel.d.ts.map +1 -0
  1269. package/dist/components/layout/drilldown-panel/drilldown-panel.js +12 -0
  1270. package/dist/components/layout/drilldown-panel/drilldown-panel.js.map +1 -0
  1271. package/dist/components/layout/drilldown-panel/drilldown-panel.styles.d.ts.map +1 -0
  1272. package/dist/components/layout/drilldown-panel/drilldown-panel.styles.js.map +1 -0
  1273. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +200 -0
  1274. package/dist/components/layout/filter-bar/filter-bar.class.d.ts.map +1 -0
  1275. package/dist/components/layout/filter-bar/filter-bar.class.js +322 -0
  1276. package/dist/components/layout/filter-bar/filter-bar.class.js.map +1 -0
  1277. package/dist/components/layout/filter-bar/filter-bar.d.ts +10 -0
  1278. package/dist/components/layout/filter-bar/filter-bar.d.ts.map +1 -0
  1279. package/dist/components/layout/filter-bar/filter-bar.js +13 -0
  1280. package/dist/components/layout/filter-bar/filter-bar.js.map +1 -0
  1281. package/dist/components/layout/filter-bar/filter-bar.styles.d.ts.map +1 -0
  1282. package/dist/components/layout/filter-bar/filter-bar.styles.js.map +1 -0
  1283. package/dist/components/layout/menu/dropdown-item.class.d.ts.map +1 -0
  1284. package/dist/components/layout/menu/dropdown-item.class.js.map +1 -0
  1285. package/dist/components/layout/menu/dropdown-item.d.ts.map +1 -0
  1286. package/dist/components/layout/menu/dropdown-item.js +5 -0
  1287. package/dist/components/layout/menu/dropdown-item.js.map +1 -0
  1288. package/dist/components/layout/menu/menu-item.class.d.ts +100 -0
  1289. package/dist/components/layout/menu/menu-item.class.d.ts.map +1 -0
  1290. package/dist/components/layout/menu/menu-item.class.js +205 -0
  1291. package/dist/components/layout/menu/menu-item.class.js.map +1 -0
  1292. package/dist/components/layout/menu/menu-item.d.ts.map +1 -0
  1293. package/dist/components/layout/menu/menu-item.js +5 -0
  1294. package/dist/components/layout/menu/menu-item.js.map +1 -0
  1295. package/dist/components/layout/menu/menu-item.styles.d.ts.map +1 -0
  1296. package/dist/components/layout/menu/menu-item.styles.js.map +1 -0
  1297. package/dist/components/layout/menu/menu.class.d.ts +198 -0
  1298. package/dist/components/layout/menu/menu.class.d.ts.map +1 -0
  1299. package/dist/components/layout/menu/menu.class.js +519 -0
  1300. package/dist/components/layout/menu/menu.class.js.map +1 -0
  1301. package/dist/components/layout/menu/menu.d.ts.map +1 -0
  1302. package/dist/components/layout/menu/menu.js +6 -0
  1303. package/dist/components/layout/menu/menu.js.map +1 -0
  1304. package/dist/components/layout/menu/menu.styles.d.ts.map +1 -0
  1305. package/dist/components/layout/menu/menu.styles.js.map +1 -0
  1306. package/dist/components/layout/responsive-panel/responsive-panel.class.d.ts +179 -0
  1307. package/dist/components/layout/responsive-panel/responsive-panel.class.d.ts.map +1 -0
  1308. package/dist/components/layout/responsive-panel/responsive-panel.class.js +376 -0
  1309. package/dist/components/layout/responsive-panel/responsive-panel.class.js.map +1 -0
  1310. package/dist/components/layout/responsive-panel/responsive-panel.d.ts.map +1 -0
  1311. package/dist/components/layout/responsive-panel/responsive-panel.js +5 -0
  1312. package/dist/components/layout/responsive-panel/responsive-panel.js.map +1 -0
  1313. package/dist/components/layout/responsive-panel/responsive-panel.styles.d.ts.map +1 -0
  1314. package/dist/components/layout/responsive-panel/responsive-panel.styles.js.map +1 -0
  1315. package/dist/components/layout/scroller/scroller.class.d.ts +64 -0
  1316. package/dist/components/layout/scroller/scroller.class.d.ts.map +1 -0
  1317. package/dist/components/layout/scroller/scroller.class.js +165 -0
  1318. package/dist/components/layout/scroller/scroller.class.js.map +1 -0
  1319. package/dist/components/layout/scroller/scroller.d.ts.map +1 -0
  1320. package/dist/components/layout/scroller/scroller.js +5 -0
  1321. package/dist/components/layout/scroller/scroller.js.map +1 -0
  1322. package/dist/components/layout/scroller/scroller.styles.d.ts.map +1 -0
  1323. package/dist/components/layout/scroller/scroller.styles.js.map +1 -0
  1324. package/dist/components/layout/segmented/segmented.class.d.ts +71 -0
  1325. package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -0
  1326. package/dist/components/layout/segmented/segmented.class.js +137 -0
  1327. package/dist/components/layout/segmented/segmented.class.js.map +1 -0
  1328. package/dist/components/layout/segmented/segmented.d.ts.map +1 -0
  1329. package/dist/components/layout/segmented/segmented.js +5 -0
  1330. package/dist/components/layout/segmented/segmented.js.map +1 -0
  1331. package/dist/components/layout/segmented/segmented.styles.d.ts.map +1 -0
  1332. package/dist/components/layout/segmented/segmented.styles.js +104 -0
  1333. package/dist/components/layout/segmented/segmented.styles.js.map +1 -0
  1334. package/dist/components/layout/split/split.class.d.ts +416 -0
  1335. package/dist/components/layout/split/split.class.d.ts.map +1 -0
  1336. package/dist/components/layout/split/split.class.js +1178 -0
  1337. package/dist/components/layout/split/split.class.js.map +1 -0
  1338. package/dist/components/layout/split/split.d.ts.map +1 -0
  1339. package/dist/components/layout/split/split.js +5 -0
  1340. package/dist/components/layout/split/split.js.map +1 -0
  1341. package/dist/components/layout/split/split.styles.d.ts.map +1 -0
  1342. package/dist/components/layout/split/split.styles.js +126 -0
  1343. package/dist/components/layout/split/split.styles.js.map +1 -0
  1344. package/dist/components/layout/stepper/stepper.class.d.ts +147 -0
  1345. package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -0
  1346. package/dist/components/layout/stepper/stepper.class.js +297 -0
  1347. package/dist/components/layout/stepper/stepper.class.js.map +1 -0
  1348. package/dist/components/layout/stepper/stepper.d.ts.map +1 -0
  1349. package/dist/components/layout/stepper/stepper.js +5 -0
  1350. package/dist/components/layout/stepper/stepper.js.map +1 -0
  1351. package/dist/components/layout/stepper/stepper.styles.d.ts.map +1 -0
  1352. package/dist/components/layout/stepper/stepper.styles.js +82 -0
  1353. package/dist/components/layout/stepper/stepper.styles.js.map +1 -0
  1354. package/dist/components/layout/tabs/tabs.class.d.ts +86 -0
  1355. package/dist/components/layout/tabs/tabs.class.d.ts.map +1 -0
  1356. package/dist/components/layout/tabs/tabs.class.js +262 -0
  1357. package/dist/components/layout/tabs/tabs.class.js.map +1 -0
  1358. package/dist/components/layout/tabs/tabs.d.ts.map +1 -0
  1359. package/dist/components/layout/tabs/tabs.js +5 -0
  1360. package/dist/components/layout/tabs/tabs.js.map +1 -0
  1361. package/dist/components/layout/tabs/tabs.styles.d.ts.map +1 -0
  1362. package/dist/components/layout/tabs/tabs.styles.js.map +1 -0
  1363. package/dist/components/layout/virtual-list/virtual-list.class.d.ts +280 -0
  1364. package/dist/components/layout/virtual-list/virtual-list.class.d.ts.map +1 -0
  1365. package/dist/components/layout/virtual-list/virtual-list.class.js +725 -0
  1366. package/dist/components/layout/virtual-list/virtual-list.class.js.map +1 -0
  1367. package/dist/components/layout/virtual-list/virtual-list.d.ts.map +1 -0
  1368. package/dist/components/layout/virtual-list/virtual-list.js +5 -0
  1369. package/dist/components/layout/virtual-list/virtual-list.js.map +1 -0
  1370. package/dist/components/layout/virtual-list/virtual-list.styles.d.ts.map +1 -0
  1371. package/dist/components/layout/virtual-list/virtual-list.styles.js.map +1 -0
  1372. package/dist/components/layout/widget/widget.class.d.ts +144 -0
  1373. package/dist/components/layout/widget/widget.class.d.ts.map +1 -0
  1374. package/dist/components/layout/widget/widget.class.js +385 -0
  1375. package/dist/components/layout/widget/widget.class.js.map +1 -0
  1376. package/dist/components/layout/widget/widget.d.ts.map +1 -0
  1377. package/dist/components/layout/widget/widget.js +5 -0
  1378. package/dist/components/layout/widget/widget.js.map +1 -0
  1379. package/dist/components/layout/widget/widget.styles.d.ts.map +1 -0
  1380. package/dist/components/layout/widget/widget.styles.js.map +1 -0
  1381. package/dist/components/media/animated-image/animated-image.class.d.ts +131 -0
  1382. package/dist/components/media/animated-image/animated-image.class.d.ts.map +1 -0
  1383. package/dist/components/media/animated-image/animated-image.class.js +296 -0
  1384. package/dist/components/media/animated-image/animated-image.class.js.map +1 -0
  1385. package/dist/components/media/animated-image/animated-image.d.ts.map +1 -0
  1386. package/dist/components/media/animated-image/animated-image.js +5 -0
  1387. package/dist/components/media/animated-image/animated-image.js.map +1 -0
  1388. package/dist/components/media/animated-image/animated-image.styles.d.ts.map +1 -0
  1389. package/dist/components/media/animated-image/animated-image.styles.js.map +1 -0
  1390. package/dist/components/media/animation/animation.class.d.ts +131 -0
  1391. package/dist/components/media/animation/animation.class.d.ts.map +1 -0
  1392. package/dist/components/media/animation/animation.class.js +460 -0
  1393. package/dist/components/media/animation/animation.class.js.map +1 -0
  1394. package/dist/components/media/animation/animation.d.ts.map +1 -0
  1395. package/dist/components/media/animation/animation.js +5 -0
  1396. package/dist/components/media/animation/animation.js.map +1 -0
  1397. package/dist/components/media/animation/animation.styles.d.ts.map +1 -0
  1398. package/dist/components/media/animation/animation.styles.js.map +1 -0
  1399. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +195 -0
  1400. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts.map +1 -0
  1401. package/dist/components/media/attachment-chip/attachment-chip.class.js +441 -0
  1402. package/dist/components/media/attachment-chip/attachment-chip.class.js.map +1 -0
  1403. package/dist/components/media/attachment-chip/attachment-chip.d.ts +3 -0
  1404. package/dist/components/media/attachment-chip/attachment-chip.d.ts.map +1 -0
  1405. package/dist/components/media/attachment-chip/attachment-chip.js +6 -0
  1406. package/dist/components/media/attachment-chip/attachment-chip.js.map +1 -0
  1407. package/dist/components/media/attachment-chip/attachment-chip.styles.d.ts.map +1 -0
  1408. package/dist/components/media/attachment-chip/attachment-chip.styles.js.map +1 -0
  1409. package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts +119 -0
  1410. package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts.map +1 -0
  1411. package/dist/components/media/attachment-trigger/attachment-trigger.class.js +303 -0
  1412. package/dist/components/media/attachment-trigger/attachment-trigger.class.js.map +1 -0
  1413. package/dist/components/media/attachment-trigger/attachment-trigger.d.ts +4 -0
  1414. package/dist/components/media/attachment-trigger/attachment-trigger.d.ts.map +1 -0
  1415. package/dist/components/media/attachment-trigger/attachment-trigger.js +7 -0
  1416. package/dist/components/media/attachment-trigger/attachment-trigger.js.map +1 -0
  1417. package/dist/components/media/attachment-trigger/attachment-trigger.styles.d.ts.map +1 -0
  1418. package/dist/components/media/attachment-trigger/attachment-trigger.styles.js.map +1 -0
  1419. package/dist/components/media/av-player/av-player.class.d.ts +215 -0
  1420. package/dist/components/media/av-player/av-player.class.d.ts.map +1 -0
  1421. package/dist/components/media/av-player/av-player.class.js +590 -0
  1422. package/dist/components/media/av-player/av-player.class.js.map +1 -0
  1423. package/dist/components/media/av-player/av-player.d.ts.map +1 -0
  1424. package/dist/components/media/av-player/av-player.js +36 -0
  1425. package/dist/components/media/av-player/av-player.js.map +1 -0
  1426. package/dist/components/media/av-player/av-player.styles.d.ts.map +1 -0
  1427. package/dist/components/media/av-player/av-player.styles.js.map +1 -0
  1428. package/dist/components/media/avatar/avatar.class.d.ts +64 -0
  1429. package/dist/components/media/avatar/avatar.class.d.ts.map +1 -0
  1430. package/dist/components/media/avatar/avatar.class.js +132 -0
  1431. package/dist/components/media/avatar/avatar.class.js.map +1 -0
  1432. package/dist/components/media/avatar/avatar.d.ts.map +1 -0
  1433. package/dist/components/media/avatar/avatar.js +5 -0
  1434. package/dist/components/media/avatar/avatar.js.map +1 -0
  1435. package/dist/components/media/avatar/avatar.styles.d.ts.map +1 -0
  1436. package/dist/components/media/avatar/avatar.styles.js.map +1 -0
  1437. package/dist/components/media/avatar-group/avatar-group.class.d.ts +115 -0
  1438. package/dist/components/media/avatar-group/avatar-group.class.d.ts.map +1 -0
  1439. package/dist/components/media/avatar-group/avatar-group.class.js +199 -0
  1440. package/dist/components/media/avatar-group/avatar-group.class.js.map +1 -0
  1441. package/dist/components/media/avatar-group/avatar-group.d.ts.map +1 -0
  1442. package/dist/components/media/avatar-group/avatar-group.js +5 -0
  1443. package/dist/components/media/avatar-group/avatar-group.js.map +1 -0
  1444. package/dist/components/media/avatar-group/avatar-group.styles.d.ts.map +1 -0
  1445. package/dist/components/media/avatar-group/avatar-group.styles.js.map +1 -0
  1446. package/dist/components/media/file-icon/file-icon.class.d.ts +35 -0
  1447. package/dist/components/media/file-icon/file-icon.class.d.ts.map +1 -0
  1448. package/dist/components/media/file-icon/file-icon.class.js +97 -0
  1449. package/dist/components/media/file-icon/file-icon.class.js.map +1 -0
  1450. package/dist/components/media/file-icon/file-icon.d.ts.map +1 -0
  1451. package/dist/components/media/file-icon/file-icon.js +6 -0
  1452. package/dist/components/media/file-icon/file-icon.js.map +1 -0
  1453. package/dist/components/media/file-icon/file-icon.styles.d.ts.map +1 -0
  1454. package/dist/components/media/file-icon/file-icon.styles.js.map +1 -0
  1455. package/dist/components/media/file-icon/file-type-metadata.d.ts.map +1 -0
  1456. package/dist/components/media/file-icon/file-type-metadata.js.map +1 -0
  1457. package/dist/components/media/file-input/accept.d.ts.map +1 -0
  1458. package/dist/components/media/file-input/accept.js.map +1 -0
  1459. package/dist/components/media/file-input/file-input.class.d.ts +106 -0
  1460. package/dist/components/media/file-input/file-input.class.d.ts.map +1 -0
  1461. package/dist/components/media/file-input/file-input.class.js +315 -0
  1462. package/dist/components/media/file-input/file-input.class.js.map +1 -0
  1463. package/dist/components/media/file-input/file-input.d.ts.map +1 -0
  1464. package/dist/components/media/file-input/file-input.js +5 -0
  1465. package/dist/components/media/file-input/file-input.js.map +1 -0
  1466. package/dist/components/media/file-input/file-input.styles.d.ts.map +1 -0
  1467. package/dist/components/media/file-input/file-input.styles.js.map +1 -0
  1468. package/dist/components/media/flag/flag-peer.d.ts.map +1 -0
  1469. package/dist/components/media/flag/flag-peer.js.map +1 -0
  1470. package/dist/components/media/flag/flag.class.d.ts +130 -0
  1471. package/dist/components/media/flag/flag.class.d.ts.map +1 -0
  1472. package/dist/components/media/flag/flag.class.js +251 -0
  1473. package/dist/components/media/flag/flag.class.js.map +1 -0
  1474. package/dist/components/media/flag/flag.d.ts +3 -0
  1475. package/dist/components/media/flag/flag.d.ts.map +1 -0
  1476. package/dist/components/media/flag/flag.js +6 -0
  1477. package/dist/components/media/flag/flag.js.map +1 -0
  1478. package/dist/components/media/flag/flag.styles.d.ts.map +1 -0
  1479. package/dist/components/media/flag/flag.styles.js.map +1 -0
  1480. package/dist/components/media/flag/language-map.d.ts.map +1 -0
  1481. package/dist/components/media/flag/language-map.js.map +1 -0
  1482. package/dist/components/media/image-comparer/image-comparer.class.d.ts +43 -0
  1483. package/dist/components/media/image-comparer/image-comparer.class.d.ts.map +1 -0
  1484. package/dist/components/media/image-comparer/image-comparer.class.js +93 -0
  1485. package/dist/components/media/image-comparer/image-comparer.class.js.map +1 -0
  1486. package/dist/components/media/image-comparer/image-comparer.d.ts.map +1 -0
  1487. package/dist/components/media/image-comparer/image-comparer.js +5 -0
  1488. package/dist/components/media/image-comparer/image-comparer.js.map +1 -0
  1489. package/dist/components/media/image-comparer/image-comparer.styles.d.ts.map +1 -0
  1490. package/dist/components/media/image-comparer/image-comparer.styles.js.map +1 -0
  1491. package/dist/components/media/image-viewer/image-viewer.class.d.ts +143 -0
  1492. package/dist/components/media/image-viewer/image-viewer.class.d.ts.map +1 -0
  1493. package/dist/components/media/image-viewer/image-viewer.class.js +389 -0
  1494. package/dist/components/media/image-viewer/image-viewer.class.js.map +1 -0
  1495. package/dist/components/media/image-viewer/image-viewer.d.ts +4 -0
  1496. package/dist/components/media/image-viewer/image-viewer.d.ts.map +1 -0
  1497. package/dist/components/media/image-viewer/image-viewer.js +25 -0
  1498. package/dist/components/media/image-viewer/image-viewer.js.map +1 -0
  1499. package/dist/components/media/image-viewer/image-viewer.styles.d.ts.map +1 -0
  1500. package/dist/components/media/image-viewer/image-viewer.styles.js.map +1 -0
  1501. package/dist/components/media/lightbox/lightbox.class.d.ts +187 -0
  1502. package/dist/components/media/lightbox/lightbox.class.d.ts.map +1 -0
  1503. package/dist/components/media/lightbox/lightbox.class.js +424 -0
  1504. package/dist/components/media/lightbox/lightbox.class.js.map +1 -0
  1505. package/dist/components/media/lightbox/lightbox.d.ts.map +1 -0
  1506. package/dist/components/media/lightbox/lightbox.js +6 -0
  1507. package/dist/components/media/lightbox/lightbox.js.map +1 -0
  1508. package/dist/components/media/lightbox/lightbox.styles.d.ts.map +1 -0
  1509. package/dist/components/media/lightbox/lightbox.styles.js.map +1 -0
  1510. package/dist/components/media/map/map-loader.d.ts +11 -0
  1511. package/dist/components/media/map/map-loader.d.ts.map +1 -0
  1512. package/dist/components/media/map/map-loader.js.map +1 -0
  1513. package/dist/components/media/map/map.class.d.ts +155 -0
  1514. package/dist/components/media/map/map.class.d.ts.map +1 -0
  1515. package/dist/components/media/map/map.class.js +616 -0
  1516. package/dist/components/media/map/map.class.js.map +1 -0
  1517. package/dist/components/media/map/map.d.ts +3 -0
  1518. package/dist/components/media/map/map.d.ts.map +1 -0
  1519. package/dist/components/media/map/map.js +6 -0
  1520. package/dist/components/media/map/map.js.map +1 -0
  1521. package/dist/components/media/map/map.styles.d.ts.map +1 -0
  1522. package/dist/components/media/map/map.styles.js.map +1 -0
  1523. package/dist/components/media/media-card/media-card.class.d.ts +147 -0
  1524. package/dist/components/media/media-card/media-card.class.d.ts.map +1 -0
  1525. package/dist/components/media/media-card/media-card.class.js +271 -0
  1526. package/dist/components/media/media-card/media-card.class.js.map +1 -0
  1527. package/dist/components/media/media-card/media-card.d.ts.map +1 -0
  1528. package/dist/components/media/media-card/media-card.js +5 -0
  1529. package/dist/components/media/media-card/media-card.js.map +1 -0
  1530. package/dist/components/media/media-card/media-card.styles.d.ts.map +1 -0
  1531. package/dist/components/media/media-card/media-card.styles.js.map +1 -0
  1532. package/dist/components/media/playback/playback.class.d.ts +96 -0
  1533. package/dist/components/media/playback/playback.class.d.ts.map +1 -0
  1534. package/dist/components/media/playback/playback.class.js +282 -0
  1535. package/dist/components/media/playback/playback.class.js.map +1 -0
  1536. package/dist/components/media/playback/playback.d.ts.map +1 -0
  1537. package/dist/components/media/playback/playback.js +5 -0
  1538. package/dist/components/media/playback/playback.js.map +1 -0
  1539. package/dist/components/media/playback/playback.styles.d.ts.map +1 -0
  1540. package/dist/components/media/playback/playback.styles.js.map +1 -0
  1541. package/dist/components/media/qr-code/qr-code-loader.d.ts +15 -0
  1542. package/dist/components/media/qr-code/qr-code-loader.d.ts.map +1 -0
  1543. package/dist/components/media/qr-code/qr-code-loader.js.map +1 -0
  1544. package/dist/components/media/qr-code/qr-code.class.d.ts +121 -0
  1545. package/dist/components/media/qr-code/qr-code.class.d.ts.map +1 -0
  1546. package/dist/components/media/qr-code/qr-code.class.js +392 -0
  1547. package/dist/components/media/qr-code/qr-code.class.js.map +1 -0
  1548. package/dist/components/media/qr-code/qr-code.d.ts.map +1 -0
  1549. package/dist/components/media/qr-code/qr-code.js +5 -0
  1550. package/dist/components/media/qr-code/qr-code.js.map +1 -0
  1551. package/dist/components/media/qr-code/qr-code.styles.d.ts.map +1 -0
  1552. package/dist/components/media/qr-code/qr-code.styles.js.map +1 -0
  1553. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +78 -0
  1554. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts.map +1 -0
  1555. package/dist/components/media/zoomable-frame/zoomable-frame.class.js +153 -0
  1556. package/dist/components/media/zoomable-frame/zoomable-frame.class.js.map +1 -0
  1557. package/dist/components/media/zoomable-frame/zoomable-frame.d.ts.map +1 -0
  1558. package/dist/components/media/zoomable-frame/zoomable-frame.js +5 -0
  1559. package/dist/components/media/zoomable-frame/zoomable-frame.js.map +1 -0
  1560. package/dist/components/media/zoomable-frame/zoomable-frame.styles.d.ts.map +1 -0
  1561. package/dist/components/media/zoomable-frame/zoomable-frame.styles.js.map +1 -0
  1562. package/dist/components/overlays/badge/badge.class.d.ts +27 -0
  1563. package/dist/components/overlays/badge/badge.class.d.ts.map +1 -0
  1564. package/dist/components/overlays/badge/badge.class.js +35 -0
  1565. package/dist/components/overlays/badge/badge.class.js.map +1 -0
  1566. package/dist/components/overlays/badge/badge.d.ts.map +1 -0
  1567. package/dist/components/overlays/badge/badge.js +5 -0
  1568. package/dist/components/overlays/badge/badge.js.map +1 -0
  1569. package/dist/components/overlays/badge/badge.styles.d.ts.map +1 -0
  1570. package/dist/components/overlays/badge/badge.styles.js.map +1 -0
  1571. package/dist/components/overlays/badge/tag.class.d.ts.map +1 -0
  1572. package/dist/components/overlays/badge/tag.class.js.map +1 -0
  1573. package/dist/components/overlays/badge/tag.d.ts.map +1 -0
  1574. package/dist/components/overlays/badge/tag.js +5 -0
  1575. package/dist/components/overlays/badge/tag.js.map +1 -0
  1576. package/dist/components/overlays/callout/callout.class.d.ts +54 -0
  1577. package/dist/components/overlays/callout/callout.class.d.ts.map +1 -0
  1578. package/dist/components/overlays/callout/callout.class.js +103 -0
  1579. package/dist/components/overlays/callout/callout.class.js.map +1 -0
  1580. package/dist/components/overlays/callout/callout.d.ts.map +1 -0
  1581. package/dist/components/overlays/callout/callout.js +5 -0
  1582. package/dist/components/overlays/callout/callout.js.map +1 -0
  1583. package/dist/components/overlays/callout/callout.styles.d.ts.map +1 -0
  1584. package/dist/components/overlays/callout/callout.styles.js.map +1 -0
  1585. package/dist/components/overlays/chip/chip-group.class.d.ts +65 -0
  1586. package/dist/components/overlays/chip/chip-group.class.d.ts.map +1 -0
  1587. package/dist/components/overlays/chip/chip-group.class.js +150 -0
  1588. package/dist/components/overlays/chip/chip-group.class.js.map +1 -0
  1589. package/dist/components/overlays/chip/chip-group.d.ts.map +1 -0
  1590. package/dist/components/overlays/chip/chip-group.js +5 -0
  1591. package/dist/components/overlays/chip/chip-group.js.map +1 -0
  1592. package/dist/components/overlays/chip/chip-group.styles.d.ts.map +1 -0
  1593. package/dist/components/overlays/chip/chip-group.styles.js.map +1 -0
  1594. package/dist/components/overlays/chip/chip.class.d.ts +124 -0
  1595. package/dist/components/overlays/chip/chip.class.d.ts.map +1 -0
  1596. package/dist/components/overlays/chip/chip.class.js +211 -0
  1597. package/dist/components/overlays/chip/chip.class.js.map +1 -0
  1598. package/dist/components/overlays/chip/chip.d.ts.map +1 -0
  1599. package/dist/components/overlays/chip/chip.js +5 -0
  1600. package/dist/components/overlays/chip/chip.js.map +1 -0
  1601. package/dist/components/overlays/chip/chip.styles.d.ts.map +1 -0
  1602. package/dist/components/overlays/chip/chip.styles.js +195 -0
  1603. package/dist/components/overlays/chip/chip.styles.js.map +1 -0
  1604. package/dist/components/overlays/dialog/confirm.d.ts.map +1 -0
  1605. package/dist/components/overlays/dialog/confirm.js +80 -0
  1606. package/dist/components/overlays/dialog/confirm.js.map +1 -0
  1607. package/dist/components/overlays/dialog/dialog.class.d.ts +158 -0
  1608. package/dist/components/overlays/dialog/dialog.class.d.ts.map +1 -0
  1609. package/dist/components/overlays/dialog/dialog.class.js +323 -0
  1610. package/dist/components/overlays/dialog/dialog.class.js.map +1 -0
  1611. package/dist/components/overlays/dialog/dialog.d.ts.map +1 -0
  1612. package/dist/components/overlays/dialog/dialog.js +5 -0
  1613. package/dist/components/overlays/dialog/dialog.js.map +1 -0
  1614. package/dist/components/overlays/dialog/dialog.styles.d.ts.map +1 -0
  1615. package/dist/components/overlays/dialog/dialog.styles.js.map +1 -0
  1616. package/dist/components/overlays/drawer/drawer.class.d.ts +32 -0
  1617. package/dist/components/overlays/drawer/drawer.class.d.ts.map +1 -0
  1618. package/dist/components/overlays/drawer/drawer.class.js +40 -0
  1619. package/dist/components/overlays/drawer/drawer.class.js.map +1 -0
  1620. package/dist/components/overlays/drawer/drawer.d.ts.map +1 -0
  1621. package/dist/components/overlays/drawer/drawer.js +5 -0
  1622. package/dist/components/overlays/drawer/drawer.js.map +1 -0
  1623. package/dist/components/overlays/drawer/drawer.styles.d.ts.map +1 -0
  1624. package/dist/components/overlays/drawer/drawer.styles.js.map +1 -0
  1625. package/dist/components/overlays/empty/empty.class.d.ts +53 -0
  1626. package/dist/components/overlays/empty/empty.class.d.ts.map +1 -0
  1627. package/dist/components/overlays/empty/empty.class.js +148 -0
  1628. package/dist/components/overlays/empty/empty.class.js.map +1 -0
  1629. package/dist/components/overlays/empty/empty.d.ts.map +1 -0
  1630. package/dist/components/overlays/empty/empty.js +5 -0
  1631. package/dist/components/overlays/empty/empty.js.map +1 -0
  1632. package/dist/components/overlays/empty/empty.styles.d.ts.map +1 -0
  1633. package/dist/components/overlays/empty/empty.styles.js.map +1 -0
  1634. package/dist/components/overlays/kbd/kbd.class.d.ts +82 -0
  1635. package/dist/components/overlays/kbd/kbd.class.d.ts.map +1 -0
  1636. package/dist/components/overlays/kbd/kbd.class.js +238 -0
  1637. package/dist/components/overlays/kbd/kbd.class.js.map +1 -0
  1638. package/dist/components/overlays/kbd/kbd.d.ts.map +1 -0
  1639. package/dist/components/overlays/kbd/kbd.js +5 -0
  1640. package/dist/components/overlays/kbd/kbd.js.map +1 -0
  1641. package/dist/components/overlays/kbd/kbd.styles.d.ts.map +1 -0
  1642. package/dist/components/overlays/kbd/kbd.styles.js.map +1 -0
  1643. package/dist/components/overlays/overlay/dropdown.class.d.ts.map +1 -0
  1644. package/dist/components/overlays/overlay/dropdown.class.js.map +1 -0
  1645. package/dist/components/overlays/overlay/dropdown.d.ts.map +1 -0
  1646. package/dist/components/overlays/overlay/dropdown.js +5 -0
  1647. package/dist/components/overlays/overlay/dropdown.js.map +1 -0
  1648. package/dist/components/overlays/overlay/overlay.styles.d.ts.map +1 -0
  1649. package/dist/components/overlays/overlay/overlay.styles.js.map +1 -0
  1650. package/dist/components/overlays/overlay/popover.class.d.ts +91 -0
  1651. package/dist/components/overlays/overlay/popover.class.d.ts.map +1 -0
  1652. package/dist/components/overlays/overlay/popover.class.js +216 -0
  1653. package/dist/components/overlays/overlay/popover.class.js.map +1 -0
  1654. package/dist/components/overlays/overlay/popover.d.ts.map +1 -0
  1655. package/dist/components/overlays/overlay/popover.js +5 -0
  1656. package/dist/components/overlays/overlay/popover.js.map +1 -0
  1657. package/dist/components/overlays/overlay/tooltip.class.d.ts +95 -0
  1658. package/dist/components/overlays/overlay/tooltip.class.d.ts.map +1 -0
  1659. package/dist/components/overlays/overlay/tooltip.class.js +242 -0
  1660. package/dist/components/overlays/overlay/tooltip.class.js.map +1 -0
  1661. package/dist/components/overlays/overlay/tooltip.d.ts.map +1 -0
  1662. package/dist/components/overlays/overlay/tooltip.js +5 -0
  1663. package/dist/components/overlays/overlay/tooltip.js.map +1 -0
  1664. package/dist/components/overlays/progress/progress-bar.class.d.ts +35 -0
  1665. package/dist/components/overlays/progress/progress-bar.class.d.ts.map +1 -0
  1666. package/dist/components/overlays/progress/progress-bar.class.js +75 -0
  1667. package/dist/components/overlays/progress/progress-bar.class.js.map +1 -0
  1668. package/dist/components/overlays/progress/progress-bar.d.ts.map +1 -0
  1669. package/dist/components/overlays/progress/progress-bar.js +5 -0
  1670. package/dist/components/overlays/progress/progress-bar.js.map +1 -0
  1671. package/dist/components/overlays/progress/progress-ring.class.d.ts +33 -0
  1672. package/dist/components/overlays/progress/progress-ring.class.d.ts.map +1 -0
  1673. package/dist/components/overlays/progress/progress-ring.class.js +74 -0
  1674. package/dist/components/overlays/progress/progress-ring.class.js.map +1 -0
  1675. package/dist/components/overlays/progress/progress-ring.d.ts.map +1 -0
  1676. package/dist/components/overlays/progress/progress-ring.js +5 -0
  1677. package/dist/components/overlays/progress/progress-ring.js.map +1 -0
  1678. package/dist/components/overlays/progress/progress.styles.d.ts.map +1 -0
  1679. package/dist/components/overlays/progress/progress.styles.js.map +1 -0
  1680. package/dist/components/overlays/rating/rating.class.d.ts +48 -0
  1681. package/dist/components/overlays/rating/rating.class.d.ts.map +1 -0
  1682. package/dist/components/overlays/rating/rating.class.js +147 -0
  1683. package/dist/components/overlays/rating/rating.class.js.map +1 -0
  1684. package/dist/components/overlays/rating/rating.d.ts.map +1 -0
  1685. package/dist/components/overlays/rating/rating.js +5 -0
  1686. package/dist/components/overlays/rating/rating.js.map +1 -0
  1687. package/dist/components/overlays/rating/rating.styles.d.ts.map +1 -0
  1688. package/dist/components/overlays/rating/rating.styles.js.map +1 -0
  1689. package/dist/components/overlays/skeleton/skeleton.class.d.ts +37 -0
  1690. package/dist/components/overlays/skeleton/skeleton.class.d.ts.map +1 -0
  1691. package/dist/components/overlays/skeleton/skeleton.class.js +85 -0
  1692. package/dist/components/overlays/skeleton/skeleton.class.js.map +1 -0
  1693. package/dist/components/overlays/skeleton/skeleton.d.ts.map +1 -0
  1694. package/dist/components/overlays/skeleton/skeleton.js +5 -0
  1695. package/dist/components/overlays/skeleton/skeleton.js.map +1 -0
  1696. package/dist/components/overlays/skeleton/skeleton.styles.d.ts.map +1 -0
  1697. package/dist/components/overlays/skeleton/skeleton.styles.js.map +1 -0
  1698. package/dist/components/overlays/spinner/spinner.class.d.ts +30 -0
  1699. package/dist/components/overlays/spinner/spinner.class.d.ts.map +1 -0
  1700. package/dist/components/overlays/spinner/spinner.class.js +47 -0
  1701. package/dist/components/overlays/spinner/spinner.class.js.map +1 -0
  1702. package/dist/components/overlays/spinner/spinner.d.ts.map +1 -0
  1703. package/dist/components/overlays/spinner/spinner.js +5 -0
  1704. package/dist/components/overlays/spinner/spinner.js.map +1 -0
  1705. package/dist/components/overlays/spinner/spinner.styles.d.ts.map +1 -0
  1706. package/dist/components/overlays/spinner/spinner.styles.js.map +1 -0
  1707. package/dist/components/overlays/toast/toast-item.class.d.ts +98 -0
  1708. package/dist/components/overlays/toast/toast-item.class.d.ts.map +1 -0
  1709. package/dist/components/overlays/toast/toast-item.class.js +345 -0
  1710. package/dist/components/overlays/toast/toast-item.class.js.map +1 -0
  1711. package/dist/components/overlays/toast/toast-item.d.ts.map +1 -0
  1712. package/dist/components/overlays/toast/toast-item.js +5 -0
  1713. package/dist/components/overlays/toast/toast-item.js.map +1 -0
  1714. package/dist/components/overlays/toast/toast-item.styles.d.ts.map +1 -0
  1715. package/dist/components/overlays/toast/toast-item.styles.js.map +1 -0
  1716. package/dist/components/overlays/toast/toast.class.d.ts +48 -0
  1717. package/dist/components/overlays/toast/toast.class.d.ts.map +1 -0
  1718. package/dist/components/overlays/toast/toast.class.js +74 -0
  1719. package/dist/components/overlays/toast/toast.class.js.map +1 -0
  1720. package/dist/components/overlays/toast/toast.d.ts.map +1 -0
  1721. package/dist/components/overlays/toast/toast.js +6 -0
  1722. package/dist/components/overlays/toast/toast.js.map +1 -0
  1723. package/dist/components/overlays/toast/toast.styles.d.ts.map +1 -0
  1724. package/dist/components/overlays/toast/toast.styles.js.map +1 -0
  1725. package/dist/components/overlays/toast/toaster.d.ts.map +1 -0
  1726. package/dist/components/overlays/toast/toaster.js.map +1 -0
  1727. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts +131 -0
  1728. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts.map +1 -0
  1729. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js +170 -0
  1730. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js.map +1 -0
  1731. package/dist/components/retrieval/chunk-inspector/chunk-inspector.d.ts +4 -0
  1732. package/dist/components/retrieval/chunk-inspector/chunk-inspector.d.ts.map +1 -0
  1733. package/dist/components/retrieval/chunk-inspector/chunk-inspector.js +7 -0
  1734. package/dist/components/retrieval/chunk-inspector/chunk-inspector.js.map +1 -0
  1735. package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.d.ts.map +1 -0
  1736. package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.js.map +1 -0
  1737. package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts +134 -0
  1738. package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts.map +1 -0
  1739. package/dist/components/retrieval/citation-badge/citation-badge.class.js +345 -0
  1740. package/dist/components/retrieval/citation-badge/citation-badge.class.js.map +1 -0
  1741. package/dist/components/retrieval/citation-badge/citation-badge.d.ts.map +1 -0
  1742. package/dist/components/retrieval/citation-badge/citation-badge.js +5 -0
  1743. package/dist/components/retrieval/citation-badge/citation-badge.js.map +1 -0
  1744. package/dist/components/retrieval/citation-badge/citation-badge.styles.d.ts.map +1 -0
  1745. package/dist/components/retrieval/citation-badge/citation-badge.styles.js.map +1 -0
  1746. package/dist/components/retrieval/community-card/community-card.class.d.ts +68 -0
  1747. package/dist/components/retrieval/community-card/community-card.class.d.ts.map +1 -0
  1748. package/dist/components/retrieval/community-card/community-card.class.js +109 -0
  1749. package/dist/components/retrieval/community-card/community-card.class.js.map +1 -0
  1750. package/dist/components/retrieval/community-card/community-card.d.ts +5 -0
  1751. package/dist/components/retrieval/community-card/community-card.d.ts.map +1 -0
  1752. package/dist/components/retrieval/community-card/community-card.js +8 -0
  1753. package/dist/components/retrieval/community-card/community-card.js.map +1 -0
  1754. package/dist/components/retrieval/community-card/community-card.styles.d.ts.map +1 -0
  1755. package/dist/components/retrieval/community-card/community-card.styles.js.map +1 -0
  1756. package/dist/components/retrieval/entity-card/entity-card.class.d.ts +81 -0
  1757. package/dist/components/retrieval/entity-card/entity-card.class.d.ts.map +1 -0
  1758. package/dist/components/retrieval/entity-card/entity-card.class.js +148 -0
  1759. package/dist/components/retrieval/entity-card/entity-card.class.js.map +1 -0
  1760. package/dist/components/retrieval/entity-card/entity-card.d.ts +7 -0
  1761. package/dist/components/retrieval/entity-card/entity-card.d.ts.map +1 -0
  1762. package/dist/components/retrieval/entity-card/entity-card.js +10 -0
  1763. package/dist/components/retrieval/entity-card/entity-card.js.map +1 -0
  1764. package/dist/components/retrieval/entity-card/entity-card.styles.d.ts.map +1 -0
  1765. package/dist/components/retrieval/entity-card/entity-card.styles.js.map +1 -0
  1766. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +73 -0
  1767. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts.map +1 -0
  1768. package/dist/components/retrieval/entity-chip/entity-chip.class.js +201 -0
  1769. package/dist/components/retrieval/entity-chip/entity-chip.class.js.map +1 -0
  1770. package/dist/components/retrieval/entity-chip/entity-chip.d.ts.map +1 -0
  1771. package/dist/components/retrieval/entity-chip/entity-chip.js +5 -0
  1772. package/dist/components/retrieval/entity-chip/entity-chip.js.map +1 -0
  1773. package/dist/components/retrieval/entity-chip/entity-chip.styles.d.ts.map +1 -0
  1774. package/dist/components/retrieval/entity-chip/entity-chip.styles.js.map +1 -0
  1775. package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts +132 -0
  1776. package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts.map +1 -0
  1777. package/dist/components/retrieval/entity-dossier/entity-dossier.class.js +187 -0
  1778. package/dist/components/retrieval/entity-dossier/entity-dossier.class.js.map +1 -0
  1779. package/dist/components/retrieval/entity-dossier/entity-dossier.d.ts +9 -0
  1780. package/dist/components/retrieval/entity-dossier/entity-dossier.d.ts.map +1 -0
  1781. package/dist/components/retrieval/entity-dossier/entity-dossier.js +12 -0
  1782. package/dist/components/retrieval/entity-dossier/entity-dossier.js.map +1 -0
  1783. package/dist/components/retrieval/entity-dossier/entity-dossier.styles.d.ts.map +1 -0
  1784. package/dist/components/retrieval/entity-dossier/entity-dossier.styles.js.map +1 -0
  1785. package/dist/components/retrieval/graph/graph-canvas.d.ts.map +1 -0
  1786. package/dist/components/retrieval/graph/graph-canvas.js.map +1 -0
  1787. package/dist/components/retrieval/graph/graph-hull.d.ts.map +1 -0
  1788. package/dist/components/retrieval/graph/graph-hull.js.map +1 -0
  1789. package/dist/components/retrieval/graph/graph-loader.d.ts +34 -0
  1790. package/dist/components/retrieval/graph/graph-loader.d.ts.map +1 -0
  1791. package/dist/components/retrieval/graph/graph-loader.js.map +1 -0
  1792. package/dist/components/retrieval/graph/graph.class.d.ts +697 -0
  1793. package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -0
  1794. package/dist/components/retrieval/graph/graph.class.js +2365 -0
  1795. package/dist/components/retrieval/graph/graph.class.js.map +1 -0
  1796. package/dist/components/retrieval/graph/graph.d.ts +3 -0
  1797. package/dist/components/retrieval/graph/graph.d.ts.map +1 -0
  1798. package/dist/components/retrieval/graph/graph.js +6 -0
  1799. package/dist/components/retrieval/graph/graph.js.map +1 -0
  1800. package/dist/components/retrieval/graph/graph.styles.d.ts.map +1 -0
  1801. package/dist/components/retrieval/graph/graph.styles.js +157 -0
  1802. package/dist/components/retrieval/graph/graph.styles.js.map +1 -0
  1803. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts +62 -0
  1804. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts.map +1 -0
  1805. package/dist/components/retrieval/graph-legend/graph-legend.class.js +132 -0
  1806. package/dist/components/retrieval/graph-legend/graph-legend.class.js.map +1 -0
  1807. package/dist/components/retrieval/graph-legend/graph-legend.d.ts.map +1 -0
  1808. package/dist/components/retrieval/graph-legend/graph-legend.js +5 -0
  1809. package/dist/components/retrieval/graph-legend/graph-legend.js.map +1 -0
  1810. package/dist/components/retrieval/graph-legend/graph-legend.styles.d.ts.map +1 -0
  1811. package/dist/components/retrieval/graph-legend/graph-legend.styles.js.map +1 -0
  1812. package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +80 -0
  1813. package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts.map +1 -0
  1814. package/dist/components/retrieval/grounding-summary/grounding-summary.class.js +182 -0
  1815. package/dist/components/retrieval/grounding-summary/grounding-summary.class.js.map +1 -0
  1816. package/dist/components/retrieval/grounding-summary/grounding-summary.d.ts +5 -0
  1817. package/dist/components/retrieval/grounding-summary/grounding-summary.d.ts.map +1 -0
  1818. package/dist/components/retrieval/grounding-summary/grounding-summary.js +8 -0
  1819. package/dist/components/retrieval/grounding-summary/grounding-summary.js.map +1 -0
  1820. package/dist/components/retrieval/grounding-summary/grounding-summary.styles.d.ts.map +1 -0
  1821. package/dist/components/retrieval/grounding-summary/grounding-summary.styles.js.map +1 -0
  1822. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +127 -0
  1823. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts.map +1 -0
  1824. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +278 -0
  1825. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js.map +1 -0
  1826. package/dist/components/retrieval/ingestion-queue/ingestion-queue.d.ts.map +1 -0
  1827. package/dist/components/retrieval/ingestion-queue/ingestion-queue.js +5 -0
  1828. package/dist/components/retrieval/ingestion-queue/ingestion-queue.js.map +1 -0
  1829. package/dist/components/retrieval/ingestion-queue/ingestion-queue.styles.d.ts.map +1 -0
  1830. package/dist/components/retrieval/ingestion-queue/ingestion-queue.styles.js.map +1 -0
  1831. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts +136 -0
  1832. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts.map +1 -0
  1833. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js +360 -0
  1834. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js.map +1 -0
  1835. package/dist/components/retrieval/knowledge-base/knowledge-base.d.ts +7 -0
  1836. package/dist/components/retrieval/knowledge-base/knowledge-base.d.ts.map +1 -0
  1837. package/dist/components/retrieval/knowledge-base/knowledge-base.js +10 -0
  1838. package/dist/components/retrieval/knowledge-base/knowledge-base.js.map +1 -0
  1839. package/dist/components/retrieval/knowledge-base/knowledge-base.styles.d.ts.map +1 -0
  1840. package/dist/components/retrieval/knowledge-base/knowledge-base.styles.js.map +1 -0
  1841. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +218 -0
  1842. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -0
  1843. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +509 -0
  1844. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -0
  1845. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +11 -0
  1846. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +1 -0
  1847. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.js +14 -0
  1848. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.js.map +1 -0
  1849. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +1 -0
  1850. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +1 -0
  1851. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts +146 -0
  1852. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts.map +1 -0
  1853. package/dist/components/retrieval/memory-panel/memory-panel.class.js +303 -0
  1854. package/dist/components/retrieval/memory-panel/memory-panel.class.js.map +1 -0
  1855. package/dist/components/retrieval/memory-panel/memory-panel.d.ts +5 -0
  1856. package/dist/components/retrieval/memory-panel/memory-panel.d.ts.map +1 -0
  1857. package/dist/components/retrieval/memory-panel/memory-panel.js +8 -0
  1858. package/dist/components/retrieval/memory-panel/memory-panel.js.map +1 -0
  1859. package/dist/components/retrieval/memory-panel/memory-panel.styles.d.ts.map +1 -0
  1860. package/dist/components/retrieval/memory-panel/memory-panel.styles.js.map +1 -0
  1861. package/dist/components/retrieval/mind-map/mind-map-layout.d.ts.map +1 -0
  1862. package/dist/components/retrieval/mind-map/mind-map-layout.js +69 -0
  1863. package/dist/components/retrieval/mind-map/mind-map-layout.js.map +1 -0
  1864. package/dist/components/retrieval/mind-map/mind-map.class.d.ts +83 -0
  1865. package/dist/components/retrieval/mind-map/mind-map.class.d.ts.map +1 -0
  1866. package/dist/components/retrieval/mind-map/mind-map.class.js +253 -0
  1867. package/dist/components/retrieval/mind-map/mind-map.class.js.map +1 -0
  1868. package/dist/components/retrieval/mind-map/mind-map.d.ts.map +1 -0
  1869. package/dist/components/retrieval/mind-map/mind-map.js +5 -0
  1870. package/dist/components/retrieval/mind-map/mind-map.js.map +1 -0
  1871. package/dist/components/retrieval/mind-map/mind-map.styles.d.ts.map +1 -0
  1872. package/dist/components/retrieval/mind-map/mind-map.styles.js.map +1 -0
  1873. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts +70 -0
  1874. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts.map +1 -0
  1875. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +177 -0
  1876. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js.map +1 -0
  1877. package/dist/components/retrieval/neighbor-list/neighbor-list.d.ts +4 -0
  1878. package/dist/components/retrieval/neighbor-list/neighbor-list.d.ts.map +1 -0
  1879. package/dist/components/retrieval/neighbor-list/neighbor-list.js +7 -0
  1880. package/dist/components/retrieval/neighbor-list/neighbor-list.js.map +1 -0
  1881. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.d.ts.map +1 -0
  1882. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js.map +1 -0
  1883. package/dist/components/retrieval/node-palette/node-palette.class.d.ts +82 -0
  1884. package/dist/components/retrieval/node-palette/node-palette.class.d.ts.map +1 -0
  1885. package/dist/components/retrieval/node-palette/node-palette.class.js +213 -0
  1886. package/dist/components/retrieval/node-palette/node-palette.class.js.map +1 -0
  1887. package/dist/components/retrieval/node-palette/node-palette.d.ts.map +1 -0
  1888. package/dist/components/retrieval/node-palette/node-palette.js +5 -0
  1889. package/dist/components/retrieval/node-palette/node-palette.js.map +1 -0
  1890. package/dist/components/retrieval/node-palette/node-palette.styles.d.ts.map +1 -0
  1891. package/dist/components/retrieval/node-palette/node-palette.styles.js.map +1 -0
  1892. package/dist/components/retrieval/path-strip/path-strip.class.d.ts +61 -0
  1893. package/dist/components/retrieval/path-strip/path-strip.class.d.ts.map +1 -0
  1894. package/dist/components/retrieval/path-strip/path-strip.class.js +164 -0
  1895. package/dist/components/retrieval/path-strip/path-strip.class.js.map +1 -0
  1896. package/dist/components/retrieval/path-strip/path-strip.d.ts +3 -0
  1897. package/dist/components/retrieval/path-strip/path-strip.d.ts.map +1 -0
  1898. package/dist/components/retrieval/path-strip/path-strip.js +6 -0
  1899. package/dist/components/retrieval/path-strip/path-strip.js.map +1 -0
  1900. package/dist/components/retrieval/path-strip/path-strip.styles.d.ts.map +1 -0
  1901. package/dist/components/retrieval/path-strip/path-strip.styles.js.map +1 -0
  1902. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +71 -0
  1903. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts.map +1 -0
  1904. package/dist/components/retrieval/provenance-panel/provenance-panel.class.js +110 -0
  1905. package/dist/components/retrieval/provenance-panel/provenance-panel.class.js.map +1 -0
  1906. package/dist/components/retrieval/provenance-panel/provenance-panel.d.ts +7 -0
  1907. package/dist/components/retrieval/provenance-panel/provenance-panel.d.ts.map +1 -0
  1908. package/dist/components/retrieval/provenance-panel/provenance-panel.js +10 -0
  1909. package/dist/components/retrieval/provenance-panel/provenance-panel.js.map +1 -0
  1910. package/dist/components/retrieval/provenance-panel/provenance-panel.styles.d.ts.map +1 -0
  1911. package/dist/components/retrieval/provenance-panel/provenance-panel.styles.js.map +1 -0
  1912. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts +151 -0
  1913. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts.map +1 -0
  1914. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +340 -0
  1915. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js.map +1 -0
  1916. package/dist/components/retrieval/retrieval-results/retrieval-results.d.ts +7 -0
  1917. package/dist/components/retrieval/retrieval-results/retrieval-results.d.ts.map +1 -0
  1918. package/dist/components/retrieval/retrieval-results/retrieval-results.js +10 -0
  1919. package/dist/components/retrieval/retrieval-results/retrieval-results.js.map +1 -0
  1920. package/dist/components/retrieval/retrieval-results/retrieval-results.styles.d.ts.map +1 -0
  1921. package/dist/components/retrieval/retrieval-results/retrieval-results.styles.js.map +1 -0
  1922. package/dist/components/retrieval/retrieval-search/retrieval-search.class.d.ts +127 -0
  1923. package/dist/components/retrieval/retrieval-search/retrieval-search.class.d.ts.map +1 -0
  1924. package/dist/components/retrieval/retrieval-search/retrieval-search.class.js +267 -0
  1925. package/dist/components/retrieval/retrieval-search/retrieval-search.class.js.map +1 -0
  1926. package/dist/components/retrieval/retrieval-search/retrieval-search.d.ts +8 -0
  1927. package/dist/components/retrieval/retrieval-search/retrieval-search.d.ts.map +1 -0
  1928. package/dist/components/retrieval/retrieval-search/retrieval-search.js +11 -0
  1929. package/dist/components/retrieval/retrieval-search/retrieval-search.js.map +1 -0
  1930. package/dist/components/retrieval/retrieval-search/retrieval-search.styles.d.ts.map +1 -0
  1931. package/dist/components/retrieval/retrieval-search/retrieval-search.styles.js.map +1 -0
  1932. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.d.ts +102 -0
  1933. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.d.ts.map +1 -0
  1934. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +216 -0
  1935. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js.map +1 -0
  1936. package/dist/components/retrieval/retrieval-trace/retrieval-trace.d.ts +4 -0
  1937. package/dist/components/retrieval/retrieval-trace/retrieval-trace.d.ts.map +1 -0
  1938. package/dist/components/retrieval/retrieval-trace/retrieval-trace.js +7 -0
  1939. package/dist/components/retrieval/retrieval-trace/retrieval-trace.js.map +1 -0
  1940. package/dist/components/retrieval/retrieval-trace/retrieval-trace.styles.d.ts.map +1 -0
  1941. package/dist/components/retrieval/retrieval-trace/retrieval-trace.styles.js.map +1 -0
  1942. package/dist/components/retrieval/source-card/source-card.class.d.ts +110 -0
  1943. package/dist/components/retrieval/source-card/source-card.class.d.ts.map +1 -0
  1944. package/dist/components/retrieval/source-card/source-card.class.js +177 -0
  1945. package/dist/components/retrieval/source-card/source-card.class.js.map +1 -0
  1946. package/dist/components/retrieval/source-card/source-card.d.ts.map +1 -0
  1947. package/dist/components/retrieval/source-card/source-card.js +5 -0
  1948. package/dist/components/retrieval/source-card/source-card.js.map +1 -0
  1949. package/dist/components/retrieval/source-card/source-card.styles.d.ts.map +1 -0
  1950. package/dist/components/retrieval/source-card/source-card.styles.js.map +1 -0
  1951. package/dist/components/retrieval/source-list/source-list.class.d.ts +68 -0
  1952. package/dist/components/retrieval/source-list/source-list.class.d.ts.map +1 -0
  1953. package/dist/components/retrieval/source-list/source-list.class.js +130 -0
  1954. package/dist/components/retrieval/source-list/source-list.class.js.map +1 -0
  1955. package/dist/components/retrieval/source-list/source-list.d.ts.map +1 -0
  1956. package/dist/components/retrieval/source-list/source-list.js +5 -0
  1957. package/dist/components/retrieval/source-list/source-list.js.map +1 -0
  1958. package/dist/components/retrieval/source-list/source-list.styles.d.ts.map +1 -0
  1959. package/dist/components/retrieval/source-list/source-list.styles.js.map +1 -0
  1960. package/dist/components/retrieval/source-picker/source-picker.class.d.ts +78 -0
  1961. package/dist/components/retrieval/source-picker/source-picker.class.d.ts.map +1 -0
  1962. package/dist/components/retrieval/source-picker/source-picker.class.js +305 -0
  1963. package/dist/components/retrieval/source-picker/source-picker.class.js.map +1 -0
  1964. package/dist/components/retrieval/source-picker/source-picker.d.ts +5 -0
  1965. package/dist/components/retrieval/source-picker/source-picker.d.ts.map +1 -0
  1966. package/dist/components/retrieval/source-picker/source-picker.js +8 -0
  1967. package/dist/components/retrieval/source-picker/source-picker.js.map +1 -0
  1968. package/dist/components/retrieval/source-picker/source-picker.styles.d.ts.map +1 -0
  1969. package/dist/components/retrieval/source-picker/source-picker.styles.js.map +1 -0
  1970. package/dist/components/utility/copy-button/copy-button.class.d.ts +47 -0
  1971. package/dist/components/utility/copy-button/copy-button.class.d.ts.map +1 -0
  1972. package/dist/components/utility/copy-button/copy-button.class.js +148 -0
  1973. package/dist/components/utility/copy-button/copy-button.class.js.map +1 -0
  1974. package/dist/components/utility/copy-button/copy-button.d.ts.map +1 -0
  1975. package/dist/components/utility/copy-button/copy-button.js +5 -0
  1976. package/dist/components/utility/copy-button/copy-button.js.map +1 -0
  1977. package/dist/components/utility/copy-button/copy-button.styles.d.ts.map +1 -0
  1978. package/dist/components/utility/copy-button/copy-button.styles.js.map +1 -0
  1979. package/dist/components/utility/diff-view/diff-line-diff.d.ts.map +1 -0
  1980. package/dist/components/utility/diff-view/diff-line-diff.js.map +1 -0
  1981. package/dist/components/utility/diff-view/diff-view.class.d.ts +90 -0
  1982. package/dist/components/utility/diff-view/diff-view.class.d.ts.map +1 -0
  1983. package/dist/components/utility/diff-view/diff-view.class.js +324 -0
  1984. package/dist/components/utility/diff-view/diff-view.class.js.map +1 -0
  1985. package/dist/components/utility/diff-view/diff-view.d.ts.map +1 -0
  1986. package/dist/components/utility/diff-view/diff-view.js +5 -0
  1987. package/dist/components/utility/diff-view/diff-view.js.map +1 -0
  1988. package/dist/components/utility/diff-view/diff-view.styles.d.ts.map +1 -0
  1989. package/dist/components/utility/diff-view/diff-view.styles.js.map +1 -0
  1990. package/dist/components/utility/divider/divider.class.d.ts +20 -0
  1991. package/dist/components/utility/divider/divider.class.d.ts.map +1 -0
  1992. package/dist/components/utility/divider/divider.class.js +28 -0
  1993. package/dist/components/utility/divider/divider.class.js.map +1 -0
  1994. package/dist/components/utility/divider/divider.d.ts.map +1 -0
  1995. package/dist/components/utility/divider/divider.js +5 -0
  1996. package/dist/components/utility/divider/divider.js.map +1 -0
  1997. package/dist/components/utility/divider/divider.styles.d.ts.map +1 -0
  1998. package/dist/components/utility/divider/divider.styles.js.map +1 -0
  1999. package/dist/components/utility/export-button/csv.d.ts.map +1 -0
  2000. package/dist/components/utility/export-button/csv.js.map +1 -0
  2001. package/dist/components/utility/export-button/export-button.class.d.ts +116 -0
  2002. package/dist/components/utility/export-button/export-button.class.d.ts.map +1 -0
  2003. package/dist/components/utility/export-button/export-button.class.js +336 -0
  2004. package/dist/components/utility/export-button/export-button.class.js.map +1 -0
  2005. package/dist/components/utility/export-button/export-button.d.ts.map +1 -0
  2006. package/dist/components/utility/export-button/export-button.js +5 -0
  2007. package/dist/components/utility/export-button/export-button.js.map +1 -0
  2008. package/dist/components/utility/export-button/export-button.styles.d.ts.map +1 -0
  2009. package/dist/components/utility/export-button/export-button.styles.js.map +1 -0
  2010. package/dist/components/utility/format/format-bytes.class.d.ts +29 -0
  2011. package/dist/components/utility/format/format-bytes.class.d.ts.map +1 -0
  2012. package/dist/components/utility/format/format-bytes.class.js +78 -0
  2013. package/dist/components/utility/format/format-bytes.class.js.map +1 -0
  2014. package/dist/components/utility/format/format-bytes.d.ts.map +1 -0
  2015. package/dist/components/utility/format/format-bytes.js +5 -0
  2016. package/dist/components/utility/format/format-bytes.js.map +1 -0
  2017. package/dist/components/utility/format/format-date.class.d.ts +28 -0
  2018. package/dist/components/utility/format/format-date.class.d.ts.map +1 -0
  2019. package/dist/components/utility/format/format-date.class.js +72 -0
  2020. package/dist/components/utility/format/format-date.class.js.map +1 -0
  2021. package/dist/components/utility/format/format-date.d.ts.map +1 -0
  2022. package/dist/components/utility/format/format-date.js +5 -0
  2023. package/dist/components/utility/format/format-date.js.map +1 -0
  2024. package/dist/components/utility/format/format-number.class.d.ts +29 -0
  2025. package/dist/components/utility/format/format-number.class.d.ts.map +1 -0
  2026. package/dist/components/utility/format/format-number.class.js +83 -0
  2027. package/dist/components/utility/format/format-number.class.js.map +1 -0
  2028. package/dist/components/utility/format/format-number.d.ts.map +1 -0
  2029. package/dist/components/utility/format/format-number.js +5 -0
  2030. package/dist/components/utility/format/format-number.js.map +1 -0
  2031. package/dist/components/utility/format/format.styles.d.ts.map +1 -0
  2032. package/dist/components/utility/format/format.styles.js.map +1 -0
  2033. package/dist/components/utility/format/relative-time.class.d.ts +28 -0
  2034. package/dist/components/utility/format/relative-time.class.d.ts.map +1 -0
  2035. package/dist/components/utility/format/relative-time.class.js +62 -0
  2036. package/dist/components/utility/format/relative-time.class.js.map +1 -0
  2037. package/dist/components/utility/format/relative-time.d.ts.map +1 -0
  2038. package/dist/components/utility/format/relative-time.js +5 -0
  2039. package/dist/components/utility/format/relative-time.js.map +1 -0
  2040. package/dist/components/utility/icon/icon.class.d.ts +32 -0
  2041. package/dist/components/utility/icon/icon.class.d.ts.map +1 -0
  2042. package/dist/components/utility/icon/icon.class.js +101 -0
  2043. package/dist/components/utility/icon/icon.class.js.map +1 -0
  2044. package/dist/components/utility/icon/icon.d.ts.map +1 -0
  2045. package/dist/components/utility/icon/icon.js +5 -0
  2046. package/dist/components/utility/icon/icon.js.map +1 -0
  2047. package/dist/components/utility/icon/icon.styles.d.ts.map +1 -0
  2048. package/dist/components/utility/icon/icon.styles.js.map +1 -0
  2049. package/dist/components/utility/intersection-observer/intersection-observer.class.d.ts +37 -0
  2050. package/dist/components/utility/intersection-observer/intersection-observer.class.d.ts.map +1 -0
  2051. package/dist/components/utility/intersection-observer/intersection-observer.class.js +93 -0
  2052. package/dist/components/utility/intersection-observer/intersection-observer.class.js.map +1 -0
  2053. package/dist/components/utility/intersection-observer/intersection-observer.d.ts.map +1 -0
  2054. package/dist/components/utility/intersection-observer/intersection-observer.js +5 -0
  2055. package/dist/components/utility/intersection-observer/intersection-observer.js.map +1 -0
  2056. package/dist/components/utility/intersection-observer/intersection-observer.styles.d.ts.map +1 -0
  2057. package/dist/components/utility/intersection-observer/intersection-observer.styles.js.map +1 -0
  2058. package/dist/components/utility/json-viewer/json-viewer.class.d.ts +130 -0
  2059. package/dist/components/utility/json-viewer/json-viewer.class.d.ts.map +1 -0
  2060. package/dist/components/utility/json-viewer/json-viewer.class.js +496 -0
  2061. package/dist/components/utility/json-viewer/json-viewer.class.js.map +1 -0
  2062. package/dist/components/utility/json-viewer/json-viewer.d.ts.map +1 -0
  2063. package/dist/components/utility/json-viewer/json-viewer.js +5 -0
  2064. package/dist/components/utility/json-viewer/json-viewer.js.map +1 -0
  2065. package/dist/components/utility/json-viewer/json-viewer.styles.d.ts.map +1 -0
  2066. package/dist/components/utility/json-viewer/json-viewer.styles.js.map +1 -0
  2067. package/dist/components/utility/known-date/known-date.class.d.ts +219 -0
  2068. package/dist/components/utility/known-date/known-date.class.d.ts.map +1 -0
  2069. package/dist/components/utility/known-date/known-date.class.js +600 -0
  2070. package/dist/components/utility/known-date/known-date.class.js.map +1 -0
  2071. package/dist/components/utility/known-date/known-date.d.ts.map +1 -0
  2072. package/dist/components/utility/known-date/known-date.js +5 -0
  2073. package/dist/components/utility/known-date/known-date.js.map +1 -0
  2074. package/dist/components/utility/known-date/known-date.styles.d.ts.map +1 -0
  2075. package/dist/components/utility/known-date/known-date.styles.js.map +1 -0
  2076. package/dist/components/utility/live-region/live-region.class.d.ts +96 -0
  2077. package/dist/components/utility/live-region/live-region.class.d.ts.map +1 -0
  2078. package/dist/components/utility/live-region/live-region.class.js +196 -0
  2079. package/dist/components/utility/live-region/live-region.class.js.map +1 -0
  2080. package/dist/components/utility/live-region/live-region.d.ts.map +1 -0
  2081. package/dist/components/utility/live-region/live-region.js +5 -0
  2082. package/dist/components/utility/live-region/live-region.js.map +1 -0
  2083. package/dist/components/utility/live-region/live-region.styles.d.ts.map +1 -0
  2084. package/dist/components/utility/live-region/live-region.styles.js.map +1 -0
  2085. package/dist/components/utility/mention-popover/mention-popover.class.d.ts +221 -0
  2086. package/dist/components/utility/mention-popover/mention-popover.class.d.ts.map +1 -0
  2087. package/dist/components/utility/mention-popover/mention-popover.class.js +519 -0
  2088. package/dist/components/utility/mention-popover/mention-popover.class.js.map +1 -0
  2089. package/dist/components/utility/mention-popover/mention-popover.d.ts.map +1 -0
  2090. package/dist/components/utility/mention-popover/mention-popover.js +5 -0
  2091. package/dist/components/utility/mention-popover/mention-popover.js.map +1 -0
  2092. package/dist/components/utility/mention-popover/mention-popover.styles.d.ts.map +1 -0
  2093. package/dist/components/utility/mention-popover/mention-popover.styles.js.map +1 -0
  2094. package/dist/components/utility/mutation-observer/mutation-observer.class.d.ts +40 -0
  2095. package/dist/components/utility/mutation-observer/mutation-observer.class.d.ts.map +1 -0
  2096. package/dist/components/utility/mutation-observer/mutation-observer.class.js +109 -0
  2097. package/dist/components/utility/mutation-observer/mutation-observer.class.js.map +1 -0
  2098. package/dist/components/utility/mutation-observer/mutation-observer.d.ts.map +1 -0
  2099. package/dist/components/utility/mutation-observer/mutation-observer.js +5 -0
  2100. package/dist/components/utility/mutation-observer/mutation-observer.js.map +1 -0
  2101. package/dist/components/utility/mutation-observer/mutation-observer.styles.d.ts.map +1 -0
  2102. package/dist/components/utility/mutation-observer/mutation-observer.styles.js.map +1 -0
  2103. package/dist/components/utility/poll-status/poll-status.class.d.ts +56 -0
  2104. package/dist/components/utility/poll-status/poll-status.class.d.ts.map +1 -0
  2105. package/dist/components/utility/poll-status/poll-status.class.js +187 -0
  2106. package/dist/components/utility/poll-status/poll-status.class.js.map +1 -0
  2107. package/dist/components/utility/poll-status/poll-status.d.ts.map +1 -0
  2108. package/dist/components/utility/poll-status/poll-status.js +6 -0
  2109. package/dist/components/utility/poll-status/poll-status.js.map +1 -0
  2110. package/dist/components/utility/poll-status/poll-status.styles.d.ts.map +1 -0
  2111. package/dist/components/utility/poll-status/poll-status.styles.js.map +1 -0
  2112. package/dist/components/utility/random-content/random-content.class.d.ts +101 -0
  2113. package/dist/components/utility/random-content/random-content.class.d.ts.map +1 -0
  2114. package/dist/components/utility/random-content/random-content.class.js +271 -0
  2115. package/dist/components/utility/random-content/random-content.class.js.map +1 -0
  2116. package/dist/components/utility/random-content/random-content.d.ts.map +1 -0
  2117. package/dist/components/utility/random-content/random-content.js +5 -0
  2118. package/dist/components/utility/random-content/random-content.js.map +1 -0
  2119. package/dist/components/utility/random-content/random-content.styles.d.ts.map +1 -0
  2120. package/dist/components/utility/random-content/random-content.styles.js.map +1 -0
  2121. package/dist/components/utility/resize-observer/resize-observer.class.d.ts +37 -0
  2122. package/dist/components/utility/resize-observer/resize-observer.class.d.ts.map +1 -0
  2123. package/dist/components/utility/resize-observer/resize-observer.class.js +92 -0
  2124. package/dist/components/utility/resize-observer/resize-observer.class.js.map +1 -0
  2125. package/dist/components/utility/resize-observer/resize-observer.d.ts.map +1 -0
  2126. package/dist/components/utility/resize-observer/resize-observer.js +5 -0
  2127. package/dist/components/utility/resize-observer/resize-observer.js.map +1 -0
  2128. package/dist/components/utility/resize-observer/resize-observer.styles.d.ts.map +1 -0
  2129. package/dist/components/utility/resize-observer/resize-observer.styles.js.map +1 -0
  2130. package/dist/components/utility/tour/tour.class.d.ts +253 -0
  2131. package/dist/components/utility/tour/tour.class.d.ts.map +1 -0
  2132. package/dist/components/utility/tour/tour.class.js +566 -0
  2133. package/dist/components/utility/tour/tour.class.js.map +1 -0
  2134. package/dist/components/utility/tour/tour.d.ts.map +1 -0
  2135. package/dist/components/utility/tour/tour.js +5 -0
  2136. package/dist/components/utility/tour/tour.js.map +1 -0
  2137. package/dist/components/utility/tour/tour.styles.d.ts.map +1 -0
  2138. package/dist/components/utility/tour/tour.styles.js.map +1 -0
  2139. package/dist/components/viewers/archive-viewer/archive-loader.d.ts +8 -0
  2140. package/dist/components/viewers/archive-viewer/archive-loader.d.ts.map +1 -0
  2141. package/dist/components/viewers/archive-viewer/archive-loader.js.map +1 -0
  2142. package/dist/components/viewers/archive-viewer/archive-viewer-register.d.ts.map +1 -0
  2143. package/dist/components/viewers/archive-viewer/archive-viewer-register.js.map +1 -0
  2144. package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts +47 -0
  2145. package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts.map +1 -0
  2146. package/dist/components/viewers/archive-viewer/archive-viewer.class.js +138 -0
  2147. package/dist/components/viewers/archive-viewer/archive-viewer.class.js.map +1 -0
  2148. package/dist/components/viewers/archive-viewer/archive-viewer.d.ts +4 -0
  2149. package/dist/components/viewers/archive-viewer/archive-viewer.d.ts.map +1 -0
  2150. package/dist/components/viewers/archive-viewer/archive-viewer.js +7 -0
  2151. package/dist/components/viewers/archive-viewer/archive-viewer.js.map +1 -0
  2152. package/dist/components/viewers/archive-viewer/archive-viewer.styles.d.ts.map +1 -0
  2153. package/dist/components/viewers/archive-viewer/archive-viewer.styles.js.map +1 -0
  2154. package/dist/components/viewers/calendar-viewer/calendar-loader.d.ts +5 -0
  2155. package/dist/components/viewers/calendar-viewer/calendar-loader.d.ts.map +1 -0
  2156. package/dist/components/viewers/calendar-viewer/calendar-loader.js.map +1 -0
  2157. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +57 -0
  2158. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts.map +1 -0
  2159. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +130 -0
  2160. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js.map +1 -0
  2161. package/dist/components/viewers/calendar-viewer/calendar-viewer.d.ts.map +1 -0
  2162. package/dist/components/viewers/calendar-viewer/calendar-viewer.js +12 -0
  2163. package/dist/components/viewers/calendar-viewer/calendar-viewer.js.map +1 -0
  2164. package/dist/components/viewers/calendar-viewer/calendar-viewer.styles.d.ts.map +1 -0
  2165. package/dist/components/viewers/calendar-viewer/calendar-viewer.styles.js.map +1 -0
  2166. package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts +50 -0
  2167. package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts.map +1 -0
  2168. package/dist/components/viewers/contact-viewer/contact-viewer.class.js +115 -0
  2169. package/dist/components/viewers/contact-viewer/contact-viewer.class.js.map +1 -0
  2170. package/dist/components/viewers/contact-viewer/contact-viewer.d.ts.map +1 -0
  2171. package/dist/components/viewers/contact-viewer/contact-viewer.js +13 -0
  2172. package/dist/components/viewers/contact-viewer/contact-viewer.js.map +1 -0
  2173. package/dist/components/viewers/contact-viewer/contact-viewer.styles.d.ts.map +1 -0
  2174. package/dist/components/viewers/contact-viewer/contact-viewer.styles.js.map +1 -0
  2175. package/dist/components/viewers/contact-viewer/vcard.d.ts.map +1 -0
  2176. package/dist/components/viewers/contact-viewer/vcard.js.map +1 -0
  2177. package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts +111 -0
  2178. package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts.map +1 -0
  2179. package/dist/components/viewers/csv-viewer/csv-viewer.class.js +311 -0
  2180. package/dist/components/viewers/csv-viewer/csv-viewer.class.js.map +1 -0
  2181. package/dist/components/viewers/csv-viewer/csv-viewer.d.ts.map +1 -0
  2182. package/dist/components/viewers/csv-viewer/csv-viewer.js +17 -0
  2183. package/dist/components/viewers/csv-viewer/csv-viewer.js.map +1 -0
  2184. package/dist/components/viewers/csv-viewer/csv-viewer.styles.d.ts.map +1 -0
  2185. package/dist/components/viewers/csv-viewer/csv-viewer.styles.js.map +1 -0
  2186. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +128 -0
  2187. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts.map +1 -0
  2188. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js +310 -0
  2189. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js.map +1 -0
  2190. package/dist/components/viewers/dataset-viewer/dataset-viewer.d.ts.map +1 -0
  2191. package/dist/components/viewers/dataset-viewer/dataset-viewer.js +17 -0
  2192. package/dist/components/viewers/dataset-viewer/dataset-viewer.js.map +1 -0
  2193. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.d.ts.map +1 -0
  2194. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js.map +1 -0
  2195. package/dist/components/viewers/document-compare/document-compare.class.d.ts +131 -0
  2196. package/dist/components/viewers/document-compare/document-compare.class.d.ts.map +1 -0
  2197. package/dist/components/viewers/document-compare/document-compare.class.js +214 -0
  2198. package/dist/components/viewers/document-compare/document-compare.class.js.map +1 -0
  2199. package/dist/components/viewers/document-compare/document-compare.d.ts.map +1 -0
  2200. package/dist/components/viewers/document-compare/document-compare.js +5 -0
  2201. package/dist/components/viewers/document-compare/document-compare.js.map +1 -0
  2202. package/dist/components/viewers/document-compare/document-compare.styles.d.ts.map +1 -0
  2203. package/dist/components/viewers/document-compare/document-compare.styles.js.map +1 -0
  2204. package/dist/components/viewers/document-preview/document-preview.class.d.ts +197 -0
  2205. package/dist/components/viewers/document-preview/document-preview.class.d.ts.map +1 -0
  2206. package/dist/components/viewers/document-preview/document-preview.class.js +470 -0
  2207. package/dist/components/viewers/document-preview/document-preview.class.js.map +1 -0
  2208. package/dist/components/viewers/document-preview/document-preview.d.ts.map +1 -0
  2209. package/dist/components/viewers/document-preview/document-preview.js +5 -0
  2210. package/dist/components/viewers/document-preview/document-preview.js.map +1 -0
  2211. package/dist/components/viewers/document-preview/document-preview.styles.d.ts.map +1 -0
  2212. package/dist/components/viewers/document-preview/document-preview.styles.js.map +1 -0
  2213. package/dist/components/viewers/document-viewer/anchors.d.ts.map +1 -0
  2214. package/dist/components/viewers/document-viewer/anchors.js.map +1 -0
  2215. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +79 -0
  2216. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts.map +1 -0
  2217. package/dist/components/viewers/document-viewer/document-viewer.class.js +230 -0
  2218. package/dist/components/viewers/document-viewer/document-viewer.class.js.map +1 -0
  2219. package/dist/components/viewers/document-viewer/document-viewer.d.ts +5 -0
  2220. package/dist/components/viewers/document-viewer/document-viewer.d.ts.map +1 -0
  2221. package/dist/components/viewers/document-viewer/document-viewer.js +8 -0
  2222. package/dist/components/viewers/document-viewer/document-viewer.js.map +1 -0
  2223. package/dist/components/viewers/document-viewer/document-viewer.styles.d.ts.map +1 -0
  2224. package/dist/components/viewers/document-viewer/document-viewer.styles.js.map +1 -0
  2225. package/dist/components/viewers/document-viewer/registry.d.ts.map +1 -0
  2226. package/dist/components/viewers/document-viewer/registry.js.map +1 -0
  2227. package/dist/components/viewers/docx-viewer/docx-loader.d.ts +11 -0
  2228. package/dist/components/viewers/docx-viewer/docx-loader.d.ts.map +1 -0
  2229. package/dist/components/viewers/docx-viewer/docx-loader.js.map +1 -0
  2230. package/dist/components/viewers/docx-viewer/docx-viewer.class.d.ts +169 -0
  2231. package/dist/components/viewers/docx-viewer/docx-viewer.class.d.ts.map +1 -0
  2232. package/dist/components/viewers/docx-viewer/docx-viewer.class.js +564 -0
  2233. package/dist/components/viewers/docx-viewer/docx-viewer.class.js.map +1 -0
  2234. package/dist/components/viewers/docx-viewer/docx-viewer.d.ts.map +1 -0
  2235. package/dist/components/viewers/docx-viewer/docx-viewer.js +13 -0
  2236. package/dist/components/viewers/docx-viewer/docx-viewer.js.map +1 -0
  2237. package/dist/components/viewers/docx-viewer/docx-viewer.styles.d.ts.map +1 -0
  2238. package/dist/components/viewers/docx-viewer/docx-viewer.styles.js.map +1 -0
  2239. package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.d.ts.map +1 -0
  2240. package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.js.map +1 -0
  2241. package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts +9 -0
  2242. package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts.map +1 -0
  2243. package/dist/components/viewers/ebook-viewer/ebook-loader.js.map +1 -0
  2244. package/dist/components/viewers/ebook-viewer/ebook-viewer-register.d.ts.map +1 -0
  2245. package/dist/components/viewers/ebook-viewer/ebook-viewer-register.js.map +1 -0
  2246. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +160 -0
  2247. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts.map +1 -0
  2248. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +470 -0
  2249. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js.map +1 -0
  2250. package/dist/components/viewers/ebook-viewer/ebook-viewer.d.ts.map +1 -0
  2251. package/dist/components/viewers/ebook-viewer/ebook-viewer.js +5 -0
  2252. package/dist/components/viewers/ebook-viewer/ebook-viewer.js.map +1 -0
  2253. package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.d.ts.map +1 -0
  2254. package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.js.map +1 -0
  2255. package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.d.ts.map +1 -0
  2256. package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.js.map +1 -0
  2257. package/dist/components/viewers/email-viewer/email-loader.d.ts +10 -0
  2258. package/dist/components/viewers/email-viewer/email-loader.d.ts.map +1 -0
  2259. package/dist/components/viewers/email-viewer/email-loader.js.map +1 -0
  2260. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +102 -0
  2261. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts.map +1 -0
  2262. package/dist/components/viewers/email-viewer/email-viewer.class.js +279 -0
  2263. package/dist/components/viewers/email-viewer/email-viewer.class.js.map +1 -0
  2264. package/dist/components/viewers/email-viewer/email-viewer.d.ts.map +1 -0
  2265. package/dist/components/viewers/email-viewer/email-viewer.js +13 -0
  2266. package/dist/components/viewers/email-viewer/email-viewer.js.map +1 -0
  2267. package/dist/components/viewers/email-viewer/email-viewer.styles.d.ts.map +1 -0
  2268. package/dist/components/viewers/email-viewer/email-viewer.styles.js.map +1 -0
  2269. package/dist/components/viewers/geojson-view/geojson-view.class.d.ts +40 -0
  2270. package/dist/components/viewers/geojson-view/geojson-view.class.d.ts.map +1 -0
  2271. package/dist/components/viewers/geojson-view/geojson-view.class.js +185 -0
  2272. package/dist/components/viewers/geojson-view/geojson-view.class.js.map +1 -0
  2273. package/dist/components/viewers/geojson-view/geojson-view.d.ts +5 -0
  2274. package/dist/components/viewers/geojson-view/geojson-view.d.ts.map +1 -0
  2275. package/dist/components/viewers/geojson-view/geojson-view.js +18 -0
  2276. package/dist/components/viewers/geojson-view/geojson-view.js.map +1 -0
  2277. package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts +60 -0
  2278. package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts.map +1 -0
  2279. package/dist/components/viewers/highlight-layer/highlight-layer.class.js +152 -0
  2280. package/dist/components/viewers/highlight-layer/highlight-layer.class.js.map +1 -0
  2281. package/dist/components/viewers/highlight-layer/highlight-layer.d.ts.map +1 -0
  2282. package/dist/components/viewers/highlight-layer/highlight-layer.js +5 -0
  2283. package/dist/components/viewers/highlight-layer/highlight-layer.js.map +1 -0
  2284. package/dist/components/viewers/highlight-layer/highlight-layer.styles.d.ts.map +1 -0
  2285. package/dist/components/viewers/highlight-layer/highlight-layer.styles.js.map +1 -0
  2286. package/dist/components/viewers/html-viewer/dompurify-loader.d.ts +7 -0
  2287. package/dist/components/viewers/html-viewer/dompurify-loader.d.ts.map +1 -0
  2288. package/dist/components/viewers/html-viewer/dompurify-loader.js.map +1 -0
  2289. package/dist/components/viewers/html-viewer/html-viewer.class.d.ts +41 -0
  2290. package/dist/components/viewers/html-viewer/html-viewer.class.d.ts.map +1 -0
  2291. package/dist/components/viewers/html-viewer/html-viewer.class.js +102 -0
  2292. package/dist/components/viewers/html-viewer/html-viewer.class.js.map +1 -0
  2293. package/dist/components/viewers/html-viewer/html-viewer.d.ts.map +1 -0
  2294. package/dist/components/viewers/html-viewer/html-viewer.js +15 -0
  2295. package/dist/components/viewers/html-viewer/html-viewer.js.map +1 -0
  2296. package/dist/components/viewers/html-viewer/html-viewer.styles.d.ts.map +1 -0
  2297. package/dist/components/viewers/html-viewer/html-viewer.styles.js.map +1 -0
  2298. package/dist/components/viewers/include/include.class.d.ts +104 -0
  2299. package/dist/components/viewers/include/include.class.d.ts.map +1 -0
  2300. package/dist/components/viewers/include/include.class.js +149 -0
  2301. package/dist/components/viewers/include/include.class.js.map +1 -0
  2302. package/dist/components/viewers/include/include.d.ts.map +1 -0
  2303. package/dist/components/viewers/include/include.js +5 -0
  2304. package/dist/components/viewers/include/include.js.map +1 -0
  2305. package/dist/components/viewers/include/include.styles.d.ts.map +1 -0
  2306. package/dist/components/viewers/include/include.styles.js.map +1 -0
  2307. package/dist/components/viewers/notebook-viewer/dompurify-loader.d.ts +7 -0
  2308. package/dist/components/viewers/notebook-viewer/dompurify-loader.d.ts.map +1 -0
  2309. package/dist/components/viewers/notebook-viewer/dompurify-loader.js.map +1 -0
  2310. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +171 -0
  2311. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts.map +1 -0
  2312. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +465 -0
  2313. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js.map +1 -0
  2314. package/dist/components/viewers/notebook-viewer/notebook-viewer.d.ts +6 -0
  2315. package/dist/components/viewers/notebook-viewer/notebook-viewer.d.ts.map +1 -0
  2316. package/dist/components/viewers/notebook-viewer/notebook-viewer.js +21 -0
  2317. package/dist/components/viewers/notebook-viewer/notebook-viewer.js.map +1 -0
  2318. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.d.ts.map +1 -0
  2319. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js.map +1 -0
  2320. package/dist/components/viewers/page-rail/page-rail.class.d.ts +99 -0
  2321. package/dist/components/viewers/page-rail/page-rail.class.d.ts.map +1 -0
  2322. package/dist/components/viewers/page-rail/page-rail.class.js +279 -0
  2323. package/dist/components/viewers/page-rail/page-rail.class.js.map +1 -0
  2324. package/dist/components/viewers/page-rail/page-rail.d.ts.map +1 -0
  2325. package/dist/components/viewers/page-rail/page-rail.js +5 -0
  2326. package/dist/components/viewers/page-rail/page-rail.js.map +1 -0
  2327. package/dist/components/viewers/page-rail/page-rail.styles.d.ts.map +1 -0
  2328. package/dist/components/viewers/page-rail/page-rail.styles.js.map +1 -0
  2329. package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts +6 -0
  2330. package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts.map +1 -0
  2331. package/dist/components/viewers/pdf-viewer/pdf-loader.js.map +1 -0
  2332. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +230 -0
  2333. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts.map +1 -0
  2334. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +1122 -0
  2335. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js.map +1 -0
  2336. package/dist/components/viewers/pdf-viewer/pdf-viewer.d.ts.map +1 -0
  2337. package/dist/components/viewers/pdf-viewer/pdf-viewer.js +19 -0
  2338. package/dist/components/viewers/pdf-viewer/pdf-viewer.js.map +1 -0
  2339. package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.d.ts.map +1 -0
  2340. package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.js.map +1 -0
  2341. package/dist/components/viewers/pptx-viewer/pptx-loader.d.ts +5 -0
  2342. package/dist/components/viewers/pptx-viewer/pptx-loader.d.ts.map +1 -0
  2343. package/dist/components/viewers/pptx-viewer/pptx-loader.js.map +1 -0
  2344. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts +69 -0
  2345. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts.map +1 -0
  2346. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js +231 -0
  2347. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js.map +1 -0
  2348. package/dist/components/viewers/pptx-viewer/pptx-viewer.d.ts.map +1 -0
  2349. package/dist/components/viewers/pptx-viewer/pptx-viewer.js +11 -0
  2350. package/dist/components/viewers/pptx-viewer/pptx-viewer.js.map +1 -0
  2351. package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.d.ts.map +1 -0
  2352. package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.js.map +1 -0
  2353. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.d.ts +8 -0
  2354. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.d.ts.map +1 -0
  2355. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.js.map +1 -0
  2356. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +122 -0
  2357. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -0
  2358. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js +339 -0
  2359. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -0
  2360. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.d.ts.map +1 -0
  2361. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.js +21 -0
  2362. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.js.map +1 -0
  2363. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.d.ts.map +1 -0
  2364. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.js.map +1 -0
  2365. package/dist/components/viewers/svg-viewer/dompurify-loader.d.ts +7 -0
  2366. package/dist/components/viewers/svg-viewer/dompurify-loader.d.ts.map +1 -0
  2367. package/dist/components/viewers/svg-viewer/dompurify-loader.js.map +1 -0
  2368. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +74 -0
  2369. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts.map +1 -0
  2370. package/dist/components/viewers/svg-viewer/svg-viewer.class.js +197 -0
  2371. package/dist/components/viewers/svg-viewer/svg-viewer.class.js.map +1 -0
  2372. package/dist/components/viewers/svg-viewer/svg-viewer.d.ts.map +1 -0
  2373. package/dist/components/viewers/svg-viewer/svg-viewer.js +16 -0
  2374. package/dist/components/viewers/svg-viewer/svg-viewer.js.map +1 -0
  2375. package/dist/components/viewers/svg-viewer/svg-viewer.styles.d.ts.map +1 -0
  2376. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js.map +1 -0
  2377. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +135 -0
  2378. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts.map +1 -0
  2379. package/dist/components/viewers/xml-viewer/xml-viewer.class.js +0 -0
  2380. package/dist/components/viewers/xml-viewer/xml-viewer.class.js.map +1 -0
  2381. package/dist/components/viewers/xml-viewer/xml-viewer.d.ts.map +1 -0
  2382. package/dist/components/viewers/xml-viewer/xml-viewer.js +20 -0
  2383. package/dist/components/viewers/xml-viewer/xml-viewer.js.map +1 -0
  2384. package/dist/components/viewers/xml-viewer/xml-viewer.styles.d.ts.map +1 -0
  2385. package/dist/components/viewers/xml-viewer/xml-viewer.styles.js.map +1 -0
  2386. package/dist/internal/anchor-target.d.ts +1 -1
  2387. package/dist/internal/anchor-target.d.ts.map +1 -1
  2388. package/dist/internal/css-length.d.ts +40 -0
  2389. package/dist/internal/css-length.d.ts.map +1 -0
  2390. package/dist/internal/css-length.js +72 -0
  2391. package/dist/internal/css-length.js.map +1 -0
  2392. package/dist/internal/localization.d.ts +1 -1
  2393. package/dist/internal/localization.d.ts.map +1 -1
  2394. package/dist/internal/localization.js +2 -0
  2395. package/dist/internal/localization.js.map +1 -1
  2396. package/dist/internal/orientation-breakpoint.d.ts +12 -0
  2397. package/dist/internal/orientation-breakpoint.d.ts.map +1 -0
  2398. package/dist/internal/orientation-breakpoint.js +127 -0
  2399. package/dist/internal/orientation-breakpoint.js.map +1 -0
  2400. package/dist/internal/text-highlights.d.ts +1 -1
  2401. package/dist/internal/text-highlights.d.ts.map +1 -1
  2402. package/dist/internal/text-quote.d.ts +1 -1
  2403. package/dist/internal/text-quote.d.ts.map +1 -1
  2404. package/dist/internal/text-quote.js +1 -1
  2405. package/dist/internal/text-quote.js.map +1 -1
  2406. package/dist/lyra.d.ts +694 -694
  2407. package/dist/lyra.d.ts.map +1 -1
  2408. package/dist/lyra.js +479 -479
  2409. package/dist/lyra.js.map +1 -1
  2410. package/llms/components/lr-accordion-item.md +23 -0
  2411. package/llms/components/lr-accordion.md +23 -0
  2412. package/llms/components/lr-activity-feed.md +45 -0
  2413. package/llms/components/lr-agent-run.md +66 -0
  2414. package/llms/components/lr-agent-trace.md +42 -0
  2415. package/llms/components/lr-agent-workspace.md +109 -0
  2416. package/llms/components/lr-animated-image.md +66 -0
  2417. package/llms/components/lr-animation.md +73 -0
  2418. package/llms/components/lr-app-rail-item.md +218 -0
  2419. package/llms/components/lr-app-rail.md +218 -0
  2420. package/llms/components/lr-archive-viewer.md +36 -0
  2421. package/llms/components/lr-artifact-panel.md +60 -0
  2422. package/llms/components/lr-attachment-chip.md +131 -0
  2423. package/llms/components/lr-attachment-trigger.md +90 -0
  2424. package/llms/components/lr-audio-visualizer.md +43 -0
  2425. package/llms/components/lr-av-player.md +50 -0
  2426. package/llms/components/lr-avatar-group.md +69 -0
  2427. package/llms/components/lr-avatar.md +69 -0
  2428. package/llms/components/lr-badge.md +25 -0
  2429. package/llms/components/lr-bar-chart.md +70 -0
  2430. package/llms/components/lr-box-plot.md +67 -0
  2431. package/llms/components/lr-branch-picker.md +32 -0
  2432. package/llms/components/lr-breadcrumb-item.md +30 -0
  2433. package/llms/components/lr-breadcrumb.md +30 -0
  2434. package/llms/components/lr-browser-frame.md +51 -0
  2435. package/llms/components/lr-bubble-chart.md +70 -0
  2436. package/llms/components/lr-button-group.md +30 -0
  2437. package/llms/components/lr-button.md +89 -0
  2438. package/llms/components/lr-calendar-viewer.md +32 -0
  2439. package/llms/components/lr-calendar.md +52 -0
  2440. package/llms/components/lr-callout.md +37 -0
  2441. package/llms/components/lr-card.md +67 -0
  2442. package/llms/components/lr-carousel-item.md +29 -0
  2443. package/llms/components/lr-carousel.md +43 -0
  2444. package/llms/components/lr-chart.md +148 -0
  2445. package/llms/components/lr-chat-composer.md +139 -0
  2446. package/llms/components/lr-chat-message.md +145 -0
  2447. package/llms/components/lr-chat-viewport.md +70 -0
  2448. package/llms/components/lr-checkbox-group.md +21 -0
  2449. package/llms/components/lr-checkbox.md +79 -0
  2450. package/llms/components/lr-checkpoint.md +48 -0
  2451. package/llms/components/lr-chip-group.md +152 -0
  2452. package/llms/components/lr-chip.md +152 -0
  2453. package/llms/components/lr-chunk-inspector.md +66 -0
  2454. package/llms/components/lr-citation-badge.md +102 -0
  2455. package/llms/components/lr-code-block-core.md +113 -0
  2456. package/llms/components/lr-code-block.md +146 -0
  2457. package/llms/components/lr-code-editor.md +72 -0
  2458. package/llms/components/lr-color-picker.md +21 -0
  2459. package/llms/components/lr-combobox.md +196 -0
  2460. package/llms/components/lr-command-palette.md +50 -0
  2461. package/llms/components/lr-commit-card.md +33 -0
  2462. package/llms/components/lr-community-card.md +54 -0
  2463. package/llms/components/lr-compare-panel.md +38 -0
  2464. package/llms/components/lr-confirm-bar.md +48 -0
  2465. package/llms/components/lr-contact-viewer.md +34 -0
  2466. package/llms/components/lr-context-inspector.md +50 -0
  2467. package/llms/components/lr-context-meter.md +92 -0
  2468. package/llms/components/lr-control-group.md +46 -0
  2469. package/llms/components/lr-conversation-item.md +118 -0
  2470. package/llms/components/lr-copy-button.md +52 -0
  2471. package/llms/components/lr-csv-viewer.md +49 -0
  2472. package/llms/components/lr-dashboard-grid.md +34 -0
  2473. package/llms/components/lr-data-grid.md +47 -0
  2474. package/llms/components/lr-dataset-viewer.md +60 -0
  2475. package/llms/components/lr-date-input.md +201 -0
  2476. package/llms/components/lr-date-picker.md +201 -0
  2477. package/llms/components/lr-details.md +23 -0
  2478. package/llms/components/lr-dialog.md +185 -0
  2479. package/llms/components/lr-diff-view.md +86 -0
  2480. package/llms/components/lr-divider.md +28 -0
  2481. package/llms/components/lr-dock-panel.md +110 -0
  2482. package/llms/components/lr-document-compare.md +22 -0
  2483. package/llms/components/lr-document-library.md +21 -0
  2484. package/llms/components/lr-document-preview.md +179 -0
  2485. package/llms/components/lr-document-viewer.md +84 -0
  2486. package/llms/components/lr-docx-viewer.md +63 -0
  2487. package/llms/components/lr-doughnut-chart.md +70 -0
  2488. package/llms/components/lr-drawer.md +48 -0
  2489. package/llms/components/lr-drilldown-panel.md +25 -0
  2490. package/llms/components/lr-dropdown-item.md +171 -0
  2491. package/llms/components/lr-dropdown.md +24 -0
  2492. package/llms/components/lr-ebook-viewer.md +60 -0
  2493. package/llms/components/lr-email-viewer.md +51 -0
  2494. package/llms/components/lr-emoji-picker.md +71 -0
  2495. package/llms/components/lr-empty.md +56 -0
  2496. package/llms/components/lr-entity-card.md +64 -0
  2497. package/llms/components/lr-entity-chip.md +50 -0
  2498. package/llms/components/lr-entity-dossier.md +71 -0
  2499. package/llms/components/lr-env-list.md +27 -0
  2500. package/llms/components/lr-eval-dataset.md +45 -0
  2501. package/llms/components/lr-eval-result.md +45 -0
  2502. package/llms/components/lr-evaluation-run.md +50 -0
  2503. package/llms/components/lr-export-button.md +104 -0
  2504. package/llms/components/lr-file-icon.md +34 -0
  2505. package/llms/components/lr-file-input.md +104 -0
  2506. package/llms/components/lr-file-tree.md +29 -0
  2507. package/llms/components/lr-filter-bar.md +20 -0
  2508. package/llms/components/lr-flag.md +122 -0
  2509. package/llms/components/lr-flow-canvas.md +112 -0
  2510. package/llms/components/lr-flow-controls.md +47 -0
  2511. package/llms/components/lr-flow-minimap.md +52 -0
  2512. package/llms/components/lr-flow-node.md +56 -0
  2513. package/llms/components/lr-flow-run-overlay.md +56 -0
  2514. package/llms/components/lr-format-bytes.md +31 -0
  2515. package/llms/components/lr-format-date.md +33 -0
  2516. package/llms/components/lr-format-number.md +41 -0
  2517. package/llms/components/lr-gauge.md +65 -0
  2518. package/llms/components/lr-generation-status.md +105 -0
  2519. package/llms/components/lr-geojson-view.md +43 -0
  2520. package/llms/components/lr-graph-legend.md +64 -0
  2521. package/llms/components/lr-graph-query-builder.md +27 -0
  2522. package/llms/components/lr-graph.md +224 -0
  2523. package/llms/components/lr-grounding-summary.md +57 -0
  2524. package/llms/components/lr-handoff-divider.md +27 -0
  2525. package/llms/components/lr-heatmap.md +232 -0
  2526. package/llms/components/lr-highlight-layer.md +31 -0
  2527. package/llms/components/lr-histogram.md +69 -0
  2528. package/llms/components/lr-html-viewer.md +30 -0
  2529. package/llms/components/lr-icon-button.md +39 -0
  2530. package/llms/components/lr-icon.md +36 -0
  2531. package/llms/components/lr-image-comparer.md +38 -0
  2532. package/llms/components/lr-image-viewer.md +35 -0
  2533. package/llms/components/lr-include.md +53 -0
  2534. package/llms/components/lr-ingestion-queue.md +60 -0
  2535. package/llms/components/lr-input.md +82 -0
  2536. package/llms/components/lr-intersection-observer.md +25 -0
  2537. package/llms/components/lr-json-viewer.md +98 -0
  2538. package/llms/components/lr-kbd.md +74 -0
  2539. package/llms/components/lr-knowledge-base.md +64 -0
  2540. package/llms/components/lr-knowledge-graph-explorer.md +92 -0
  2541. package/llms/components/lr-known-date.md +84 -0
  2542. package/llms/components/lr-lightbox.md +79 -0
  2543. package/llms/components/lr-line-chart.md +70 -0
  2544. package/llms/components/lr-lite-chart.md +143 -0
  2545. package/llms/components/lr-live-region.md +105 -0
  2546. package/llms/components/lr-map.md +127 -0
  2547. package/llms/components/lr-markdown-core.md +70 -0
  2548. package/llms/components/lr-markdown.md +171 -0
  2549. package/llms/components/lr-media-card.md +106 -0
  2550. package/llms/components/lr-memory-panel.md +67 -0
  2551. package/llms/components/lr-mention-popover.md +139 -0
  2552. package/llms/components/lr-menu-item.md +171 -0
  2553. package/llms/components/lr-menu.md +171 -0
  2554. package/llms/components/lr-message-actions.md +48 -0
  2555. package/llms/components/lr-message-feedback.md +37 -0
  2556. package/llms/components/lr-mind-map.md +64 -0
  2557. package/llms/components/lr-model-select.md +144 -0
  2558. package/llms/components/lr-model-settings-panel.md +99 -0
  2559. package/llms/components/lr-mutation-observer.md +27 -0
  2560. package/llms/components/lr-neighbor-list.md +56 -0
  2561. package/llms/components/lr-node-palette.md +67 -0
  2562. package/llms/components/lr-notebook-viewer.md +65 -0
  2563. package/llms/components/lr-number-input.md +44 -0
  2564. package/llms/components/lr-option.md +196 -0
  2565. package/llms/components/lr-page-rail.md +37 -0
  2566. package/llms/components/lr-pagination.md +88 -0
  2567. package/llms/components/lr-path-strip.md +55 -0
  2568. package/llms/components/lr-pdf-viewer.md +78 -0
  2569. package/llms/components/lr-phone-input.md +162 -0
  2570. package/llms/components/lr-pie-chart.md +70 -0
  2571. package/llms/components/lr-playback.md +74 -0
  2572. package/llms/components/lr-polar-area-chart.md +70 -0
  2573. package/llms/components/lr-policy-summary.md +33 -0
  2574. package/llms/components/lr-poll-status.md +71 -0
  2575. package/llms/components/lr-popover.md +31 -0
  2576. package/llms/components/lr-pptx-viewer.md +35 -0
  2577. package/llms/components/lr-progress-bar.md +22 -0
  2578. package/llms/components/lr-progress-ring.md +26 -0
  2579. package/llms/components/lr-provenance-panel.md +58 -0
  2580. package/llms/components/lr-push-to-talk.md +50 -0
  2581. package/llms/components/lr-qr-code.md +20 -0
  2582. package/llms/components/lr-query-builder.md +21 -0
  2583. package/llms/components/lr-radar-chart.md +70 -0
  2584. package/llms/components/lr-radio-group.md +25 -0
  2585. package/llms/components/lr-radio.md +31 -0
  2586. package/llms/components/lr-random-content.md +62 -0
  2587. package/llms/components/lr-rating.md +21 -0
  2588. package/llms/components/lr-relative-time.md +31 -0
  2589. package/llms/components/lr-resize-observer.md +25 -0
  2590. package/llms/components/lr-responsive-panel.md +112 -0
  2591. package/llms/components/lr-result-card.md +88 -0
  2592. package/llms/components/lr-result-field.md +88 -0
  2593. package/llms/components/lr-retrieval-results.md +84 -0
  2594. package/llms/components/lr-retrieval-search.md +70 -0
  2595. package/llms/components/lr-retrieval-trace.md +59 -0
  2596. package/llms/components/lr-rubric-form.md +37 -0
  2597. package/llms/components/lr-scatter-chart.md +70 -0
  2598. package/llms/components/lr-scroller.md +47 -0
  2599. package/llms/components/lr-segmented.md +74 -0
  2600. package/llms/components/lr-select.md +113 -0
  2601. package/llms/components/lr-sequence-strip.md +95 -0
  2602. package/llms/components/lr-skeleton.md +53 -0
  2603. package/llms/components/lr-slider.md +92 -0
  2604. package/llms/components/lr-source-card.md +131 -0
  2605. package/llms/components/lr-source-list.md +131 -0
  2606. package/llms/components/lr-source-picker.md +63 -0
  2607. package/llms/components/lr-span-waterfall.md +42 -0
  2608. package/llms/components/lr-sparkline.md +60 -0
  2609. package/llms/components/lr-spinner.md +32 -0
  2610. package/llms/components/lr-split.md +191 -0
  2611. package/llms/components/lr-spreadsheet-viewer.md +47 -0
  2612. package/llms/components/lr-stack-trace.md +77 -0
  2613. package/llms/components/lr-stat.md +89 -0
  2614. package/llms/components/lr-stepper.md +118 -0
  2615. package/llms/components/lr-stream-status.md +128 -0
  2616. package/llms/components/lr-streaming-text.md +101 -0
  2617. package/llms/components/lr-suggestion-chips.md +40 -0
  2618. package/llms/components/lr-svg-viewer.md +47 -0
  2619. package/llms/components/lr-swatch-picker.md +91 -0
  2620. package/llms/components/lr-switch.md +82 -0
  2621. package/llms/components/lr-table.md +201 -0
  2622. package/llms/components/lr-tabs.md +80 -0
  2623. package/llms/components/lr-tag.md +25 -0
  2624. package/llms/components/lr-task-list.md +42 -0
  2625. package/llms/components/lr-terminal.md +44 -0
  2626. package/llms/components/lr-test-results.md +38 -0
  2627. package/llms/components/lr-textarea.md +111 -0
  2628. package/llms/components/lr-thinking-panel.md +93 -0
  2629. package/llms/components/lr-thread-list.md +97 -0
  2630. package/llms/components/lr-time-input.md +53 -0
  2631. package/llms/components/lr-time-range.md +91 -0
  2632. package/llms/components/lr-timeline-item.md +65 -0
  2633. package/llms/components/lr-timeline.md +65 -0
  2634. package/llms/components/lr-toast-item.md +123 -0
  2635. package/llms/components/lr-toast.md +123 -0
  2636. package/llms/components/lr-token-input.md +31 -0
  2637. package/llms/components/lr-tool-approval-dialog.md +131 -0
  2638. package/llms/components/lr-tool-call-chip.md +101 -0
  2639. package/llms/components/lr-tool-param-form.md +148 -0
  2640. package/llms/components/lr-tool-result-dialog.md +106 -0
  2641. package/llms/components/lr-tool-result-view.md +162 -0
  2642. package/llms/components/lr-tool-select-dialog.md +124 -0
  2643. package/llms/components/lr-tool-timeline.md +56 -0
  2644. package/llms/components/lr-tooltip.md +47 -0
  2645. package/llms/components/lr-tour.md +100 -0
  2646. package/llms/components/lr-trace-tree.md +35 -0
  2647. package/llms/components/lr-transcript-feed.md +45 -0
  2648. package/llms/components/lr-tree-node.md +133 -0
  2649. package/llms/components/lr-tree.md +133 -0
  2650. package/llms/components/lr-typing-indicator.md +80 -0
  2651. package/llms/components/lr-usage-badge.md +44 -0
  2652. package/llms/components/lr-virtual-list.md +145 -0
  2653. package/llms/components/lr-voice-picker.md +78 -0
  2654. package/llms/components/lr-widget-renderer.md +78 -0
  2655. package/llms/components/lr-widget.md +104 -0
  2656. package/llms/components/lr-word-cloud.md +112 -0
  2657. package/llms/components/lr-xml-viewer.md +58 -0
  2658. package/llms/components/lr-zoomable-frame.md +57 -0
  2659. package/llms/index.md +301 -0
  2660. package/llms/migration.md +86 -0
  2661. package/llms/peers.md +41 -0
  2662. package/llms/shared.md +321 -0
  2663. package/llms/tokens.md +533 -0
  2664. package/llms-full.txt +10320 -8056
  2665. package/llms.txt +64 -121
  2666. package/package.json +516 -507
  2667. package/vscode-css-data.json +1437 -177
  2668. package/vscode-html-data.json +280 -135
  2669. package/web-types.json +1013 -129
  2670. package/dist/components/activity-feed/activity-feed.class.d.ts +0 -123
  2671. package/dist/components/activity-feed/activity-feed.class.d.ts.map +0 -1
  2672. package/dist/components/activity-feed/activity-feed.class.js +0 -301
  2673. package/dist/components/activity-feed/activity-feed.class.js.map +0 -1
  2674. package/dist/components/activity-feed/activity-feed.d.ts.map +0 -1
  2675. package/dist/components/activity-feed/activity-feed.js +0 -5
  2676. package/dist/components/activity-feed/activity-feed.js.map +0 -1
  2677. package/dist/components/activity-feed/activity-feed.styles.d.ts.map +0 -1
  2678. package/dist/components/activity-feed/activity-feed.styles.js.map +0 -1
  2679. package/dist/components/agent-run/agent-run.class.d.ts +0 -184
  2680. package/dist/components/agent-run/agent-run.class.d.ts.map +0 -1
  2681. package/dist/components/agent-run/agent-run.class.js +0 -473
  2682. package/dist/components/agent-run/agent-run.class.js.map +0 -1
  2683. package/dist/components/agent-run/agent-run.d.ts.map +0 -1
  2684. package/dist/components/agent-run/agent-run.js +0 -5
  2685. package/dist/components/agent-run/agent-run.js.map +0 -1
  2686. package/dist/components/agent-run/agent-run.styles.d.ts.map +0 -1
  2687. package/dist/components/agent-run/agent-run.styles.js.map +0 -1
  2688. package/dist/components/agent-trace/agent-trace.class.d.ts +0 -111
  2689. package/dist/components/agent-trace/agent-trace.class.d.ts.map +0 -1
  2690. package/dist/components/agent-trace/agent-trace.class.js +0 -221
  2691. package/dist/components/agent-trace/agent-trace.class.js.map +0 -1
  2692. package/dist/components/agent-trace/agent-trace.d.ts +0 -5
  2693. package/dist/components/agent-trace/agent-trace.d.ts.map +0 -1
  2694. package/dist/components/agent-trace/agent-trace.js +0 -8
  2695. package/dist/components/agent-trace/agent-trace.js.map +0 -1
  2696. package/dist/components/agent-trace/agent-trace.styles.d.ts.map +0 -1
  2697. package/dist/components/agent-trace/agent-trace.styles.js.map +0 -1
  2698. package/dist/components/agent-workspace/agent-workspace.class.d.ts +0 -146
  2699. package/dist/components/agent-workspace/agent-workspace.class.d.ts.map +0 -1
  2700. package/dist/components/agent-workspace/agent-workspace.class.js +0 -332
  2701. package/dist/components/agent-workspace/agent-workspace.class.js.map +0 -1
  2702. package/dist/components/agent-workspace/agent-workspace.d.ts.map +0 -1
  2703. package/dist/components/agent-workspace/agent-workspace.js +0 -5
  2704. package/dist/components/agent-workspace/agent-workspace.js.map +0 -1
  2705. package/dist/components/agent-workspace/agent-workspace.styles.d.ts.map +0 -1
  2706. package/dist/components/agent-workspace/agent-workspace.styles.js.map +0 -1
  2707. package/dist/components/animated-image/animated-image.class.d.ts +0 -131
  2708. package/dist/components/animated-image/animated-image.class.d.ts.map +0 -1
  2709. package/dist/components/animated-image/animated-image.class.js +0 -296
  2710. package/dist/components/animated-image/animated-image.class.js.map +0 -1
  2711. package/dist/components/animated-image/animated-image.d.ts.map +0 -1
  2712. package/dist/components/animated-image/animated-image.js +0 -5
  2713. package/dist/components/animated-image/animated-image.js.map +0 -1
  2714. package/dist/components/animated-image/animated-image.styles.d.ts.map +0 -1
  2715. package/dist/components/animated-image/animated-image.styles.js.map +0 -1
  2716. package/dist/components/animation/animation.class.d.ts +0 -131
  2717. package/dist/components/animation/animation.class.d.ts.map +0 -1
  2718. package/dist/components/animation/animation.class.js +0 -460
  2719. package/dist/components/animation/animation.class.js.map +0 -1
  2720. package/dist/components/animation/animation.d.ts.map +0 -1
  2721. package/dist/components/animation/animation.js +0 -5
  2722. package/dist/components/animation/animation.js.map +0 -1
  2723. package/dist/components/animation/animation.styles.d.ts.map +0 -1
  2724. package/dist/components/animation/animation.styles.js.map +0 -1
  2725. package/dist/components/app-rail/app-rail-item.class.d.ts +0 -52
  2726. package/dist/components/app-rail/app-rail-item.class.d.ts.map +0 -1
  2727. package/dist/components/app-rail/app-rail-item.class.js +0 -147
  2728. package/dist/components/app-rail/app-rail-item.class.js.map +0 -1
  2729. package/dist/components/app-rail/app-rail-item.d.ts.map +0 -1
  2730. package/dist/components/app-rail/app-rail-item.js +0 -5
  2731. package/dist/components/app-rail/app-rail-item.js.map +0 -1
  2732. package/dist/components/app-rail/app-rail-item.styles.d.ts.map +0 -1
  2733. package/dist/components/app-rail/app-rail-item.styles.js.map +0 -1
  2734. package/dist/components/app-rail/app-rail.class.d.ts +0 -253
  2735. package/dist/components/app-rail/app-rail.class.d.ts.map +0 -1
  2736. package/dist/components/app-rail/app-rail.class.js +0 -600
  2737. package/dist/components/app-rail/app-rail.class.js.map +0 -1
  2738. package/dist/components/app-rail/app-rail.d.ts.map +0 -1
  2739. package/dist/components/app-rail/app-rail.js +0 -6
  2740. package/dist/components/app-rail/app-rail.js.map +0 -1
  2741. package/dist/components/app-rail/app-rail.styles.d.ts.map +0 -1
  2742. package/dist/components/app-rail/app-rail.styles.js.map +0 -1
  2743. package/dist/components/archive-viewer/archive-loader.d.ts +0 -8
  2744. package/dist/components/archive-viewer/archive-loader.d.ts.map +0 -1
  2745. package/dist/components/archive-viewer/archive-loader.js.map +0 -1
  2746. package/dist/components/archive-viewer/archive-viewer-register.d.ts.map +0 -1
  2747. package/dist/components/archive-viewer/archive-viewer-register.js.map +0 -1
  2748. package/dist/components/archive-viewer/archive-viewer.class.d.ts +0 -47
  2749. package/dist/components/archive-viewer/archive-viewer.class.d.ts.map +0 -1
  2750. package/dist/components/archive-viewer/archive-viewer.class.js +0 -138
  2751. package/dist/components/archive-viewer/archive-viewer.class.js.map +0 -1
  2752. package/dist/components/archive-viewer/archive-viewer.d.ts +0 -4
  2753. package/dist/components/archive-viewer/archive-viewer.d.ts.map +0 -1
  2754. package/dist/components/archive-viewer/archive-viewer.js +0 -7
  2755. package/dist/components/archive-viewer/archive-viewer.js.map +0 -1
  2756. package/dist/components/archive-viewer/archive-viewer.styles.d.ts.map +0 -1
  2757. package/dist/components/archive-viewer/archive-viewer.styles.js.map +0 -1
  2758. package/dist/components/artifact-panel/artifact-panel.class.d.ts +0 -100
  2759. package/dist/components/artifact-panel/artifact-panel.class.d.ts.map +0 -1
  2760. package/dist/components/artifact-panel/artifact-panel.class.js +0 -254
  2761. package/dist/components/artifact-panel/artifact-panel.class.js.map +0 -1
  2762. package/dist/components/artifact-panel/artifact-panel.d.ts.map +0 -1
  2763. package/dist/components/artifact-panel/artifact-panel.js +0 -5
  2764. package/dist/components/artifact-panel/artifact-panel.js.map +0 -1
  2765. package/dist/components/artifact-panel/artifact-panel.styles.d.ts.map +0 -1
  2766. package/dist/components/artifact-panel/artifact-panel.styles.js.map +0 -1
  2767. package/dist/components/attachment-chip/attachment-chip.class.d.ts +0 -182
  2768. package/dist/components/attachment-chip/attachment-chip.class.d.ts.map +0 -1
  2769. package/dist/components/attachment-chip/attachment-chip.class.js +0 -428
  2770. package/dist/components/attachment-chip/attachment-chip.class.js.map +0 -1
  2771. package/dist/components/attachment-chip/attachment-chip.d.ts +0 -3
  2772. package/dist/components/attachment-chip/attachment-chip.d.ts.map +0 -1
  2773. package/dist/components/attachment-chip/attachment-chip.js +0 -6
  2774. package/dist/components/attachment-chip/attachment-chip.js.map +0 -1
  2775. package/dist/components/attachment-chip/attachment-chip.styles.d.ts.map +0 -1
  2776. package/dist/components/attachment-chip/attachment-chip.styles.js.map +0 -1
  2777. package/dist/components/attachment-trigger/attachment-trigger.class.d.ts +0 -119
  2778. package/dist/components/attachment-trigger/attachment-trigger.class.d.ts.map +0 -1
  2779. package/dist/components/attachment-trigger/attachment-trigger.class.js +0 -303
  2780. package/dist/components/attachment-trigger/attachment-trigger.class.js.map +0 -1
  2781. package/dist/components/attachment-trigger/attachment-trigger.d.ts +0 -4
  2782. package/dist/components/attachment-trigger/attachment-trigger.d.ts.map +0 -1
  2783. package/dist/components/attachment-trigger/attachment-trigger.js +0 -7
  2784. package/dist/components/attachment-trigger/attachment-trigger.js.map +0 -1
  2785. package/dist/components/attachment-trigger/attachment-trigger.styles.d.ts.map +0 -1
  2786. package/dist/components/attachment-trigger/attachment-trigger.styles.js.map +0 -1
  2787. package/dist/components/audio-visualizer/audio-visualizer.class.d.ts +0 -111
  2788. package/dist/components/audio-visualizer/audio-visualizer.class.d.ts.map +0 -1
  2789. package/dist/components/audio-visualizer/audio-visualizer.class.js +0 -435
  2790. package/dist/components/audio-visualizer/audio-visualizer.class.js.map +0 -1
  2791. package/dist/components/audio-visualizer/audio-visualizer.d.ts.map +0 -1
  2792. package/dist/components/audio-visualizer/audio-visualizer.js +0 -5
  2793. package/dist/components/audio-visualizer/audio-visualizer.js.map +0 -1
  2794. package/dist/components/audio-visualizer/audio-visualizer.styles.d.ts.map +0 -1
  2795. package/dist/components/audio-visualizer/audio-visualizer.styles.js.map +0 -1
  2796. package/dist/components/av-player/av-player.class.d.ts +0 -215
  2797. package/dist/components/av-player/av-player.class.d.ts.map +0 -1
  2798. package/dist/components/av-player/av-player.class.js +0 -590
  2799. package/dist/components/av-player/av-player.class.js.map +0 -1
  2800. package/dist/components/av-player/av-player.d.ts.map +0 -1
  2801. package/dist/components/av-player/av-player.js +0 -36
  2802. package/dist/components/av-player/av-player.js.map +0 -1
  2803. package/dist/components/av-player/av-player.styles.d.ts.map +0 -1
  2804. package/dist/components/av-player/av-player.styles.js.map +0 -1
  2805. package/dist/components/avatar/avatar.class.d.ts +0 -58
  2806. package/dist/components/avatar/avatar.class.d.ts.map +0 -1
  2807. package/dist/components/avatar/avatar.class.js +0 -126
  2808. package/dist/components/avatar/avatar.class.js.map +0 -1
  2809. package/dist/components/avatar/avatar.d.ts.map +0 -1
  2810. package/dist/components/avatar/avatar.js +0 -5
  2811. package/dist/components/avatar/avatar.js.map +0 -1
  2812. package/dist/components/avatar/avatar.styles.d.ts.map +0 -1
  2813. package/dist/components/avatar/avatar.styles.js.map +0 -1
  2814. package/dist/components/avatar-group/avatar-group.class.d.ts +0 -115
  2815. package/dist/components/avatar-group/avatar-group.class.d.ts.map +0 -1
  2816. package/dist/components/avatar-group/avatar-group.class.js +0 -199
  2817. package/dist/components/avatar-group/avatar-group.class.js.map +0 -1
  2818. package/dist/components/avatar-group/avatar-group.d.ts.map +0 -1
  2819. package/dist/components/avatar-group/avatar-group.js +0 -5
  2820. package/dist/components/avatar-group/avatar-group.js.map +0 -1
  2821. package/dist/components/avatar-group/avatar-group.styles.d.ts.map +0 -1
  2822. package/dist/components/avatar-group/avatar-group.styles.js.map +0 -1
  2823. package/dist/components/badge/badge.class.d.ts +0 -21
  2824. package/dist/components/badge/badge.class.d.ts.map +0 -1
  2825. package/dist/components/badge/badge.class.js +0 -29
  2826. package/dist/components/badge/badge.class.js.map +0 -1
  2827. package/dist/components/badge/badge.d.ts.map +0 -1
  2828. package/dist/components/badge/badge.js +0 -5
  2829. package/dist/components/badge/badge.js.map +0 -1
  2830. package/dist/components/badge/badge.styles.d.ts.map +0 -1
  2831. package/dist/components/badge/badge.styles.js.map +0 -1
  2832. package/dist/components/badge/tag.class.d.ts.map +0 -1
  2833. package/dist/components/badge/tag.class.js.map +0 -1
  2834. package/dist/components/badge/tag.d.ts.map +0 -1
  2835. package/dist/components/badge/tag.js +0 -5
  2836. package/dist/components/badge/tag.js.map +0 -1
  2837. package/dist/components/branch-picker/branch-picker.class.d.ts +0 -69
  2838. package/dist/components/branch-picker/branch-picker.class.d.ts.map +0 -1
  2839. package/dist/components/branch-picker/branch-picker.class.js +0 -152
  2840. package/dist/components/branch-picker/branch-picker.class.js.map +0 -1
  2841. package/dist/components/branch-picker/branch-picker.d.ts +0 -3
  2842. package/dist/components/branch-picker/branch-picker.d.ts.map +0 -1
  2843. package/dist/components/branch-picker/branch-picker.js +0 -6
  2844. package/dist/components/branch-picker/branch-picker.js.map +0 -1
  2845. package/dist/components/branch-picker/branch-picker.styles.d.ts.map +0 -1
  2846. package/dist/components/branch-picker/branch-picker.styles.js.map +0 -1
  2847. package/dist/components/breadcrumb/breadcrumb-item.class.d.ts +0 -22
  2848. package/dist/components/breadcrumb/breadcrumb-item.class.d.ts.map +0 -1
  2849. package/dist/components/breadcrumb/breadcrumb-item.class.js +0 -43
  2850. package/dist/components/breadcrumb/breadcrumb-item.class.js.map +0 -1
  2851. package/dist/components/breadcrumb/breadcrumb-item.d.ts.map +0 -1
  2852. package/dist/components/breadcrumb/breadcrumb-item.js +0 -5
  2853. package/dist/components/breadcrumb/breadcrumb-item.js.map +0 -1
  2854. package/dist/components/breadcrumb/breadcrumb-item.styles.d.ts.map +0 -1
  2855. package/dist/components/breadcrumb/breadcrumb-item.styles.js.map +0 -1
  2856. package/dist/components/breadcrumb/breadcrumb.class.d.ts +0 -26
  2857. package/dist/components/breadcrumb/breadcrumb.class.d.ts.map +0 -1
  2858. package/dist/components/breadcrumb/breadcrumb.class.js +0 -35
  2859. package/dist/components/breadcrumb/breadcrumb.class.js.map +0 -1
  2860. package/dist/components/breadcrumb/breadcrumb.d.ts.map +0 -1
  2861. package/dist/components/breadcrumb/breadcrumb.js +0 -5
  2862. package/dist/components/breadcrumb/breadcrumb.js.map +0 -1
  2863. package/dist/components/breadcrumb/breadcrumb.styles.d.ts.map +0 -1
  2864. package/dist/components/breadcrumb/breadcrumb.styles.js.map +0 -1
  2865. package/dist/components/browser-frame/browser-frame.class.d.ts +0 -70
  2866. package/dist/components/browser-frame/browser-frame.class.d.ts.map +0 -1
  2867. package/dist/components/browser-frame/browser-frame.class.js +0 -196
  2868. package/dist/components/browser-frame/browser-frame.class.js.map +0 -1
  2869. package/dist/components/browser-frame/browser-frame.d.ts.map +0 -1
  2870. package/dist/components/browser-frame/browser-frame.js +0 -5
  2871. package/dist/components/browser-frame/browser-frame.js.map +0 -1
  2872. package/dist/components/browser-frame/browser-frame.styles.d.ts.map +0 -1
  2873. package/dist/components/browser-frame/browser-frame.styles.js.map +0 -1
  2874. package/dist/components/button/button.class.d.ts +0 -98
  2875. package/dist/components/button/button.class.d.ts.map +0 -1
  2876. package/dist/components/button/button.class.js +0 -162
  2877. package/dist/components/button/button.class.js.map +0 -1
  2878. package/dist/components/button/button.d.ts.map +0 -1
  2879. package/dist/components/button/button.js +0 -5
  2880. package/dist/components/button/button.js.map +0 -1
  2881. package/dist/components/button/button.styles.d.ts.map +0 -1
  2882. package/dist/components/button/button.styles.js.map +0 -1
  2883. package/dist/components/button-group/button-group.class.d.ts +0 -25
  2884. package/dist/components/button-group/button-group.class.d.ts.map +0 -1
  2885. package/dist/components/button-group/button-group.class.js +0 -39
  2886. package/dist/components/button-group/button-group.class.js.map +0 -1
  2887. package/dist/components/button-group/button-group.d.ts.map +0 -1
  2888. package/dist/components/button-group/button-group.js +0 -5
  2889. package/dist/components/button-group/button-group.js.map +0 -1
  2890. package/dist/components/button-group/button-group.styles.d.ts.map +0 -1
  2891. package/dist/components/button-group/button-group.styles.js.map +0 -1
  2892. package/dist/components/calendar/calendar.class.d.ts +0 -85
  2893. package/dist/components/calendar/calendar.class.d.ts.map +0 -1
  2894. package/dist/components/calendar/calendar.class.js +0 -141
  2895. package/dist/components/calendar/calendar.class.js.map +0 -1
  2896. package/dist/components/calendar/calendar.d.ts.map +0 -1
  2897. package/dist/components/calendar/calendar.js +0 -5
  2898. package/dist/components/calendar/calendar.js.map +0 -1
  2899. package/dist/components/calendar/calendar.styles.d.ts.map +0 -1
  2900. package/dist/components/calendar/calendar.styles.js.map +0 -1
  2901. package/dist/components/calendar-viewer/calendar-loader.d.ts +0 -5
  2902. package/dist/components/calendar-viewer/calendar-loader.d.ts.map +0 -1
  2903. package/dist/components/calendar-viewer/calendar-loader.js.map +0 -1
  2904. package/dist/components/calendar-viewer/calendar-viewer.class.d.ts +0 -55
  2905. package/dist/components/calendar-viewer/calendar-viewer.class.d.ts.map +0 -1
  2906. package/dist/components/calendar-viewer/calendar-viewer.class.js +0 -128
  2907. package/dist/components/calendar-viewer/calendar-viewer.class.js.map +0 -1
  2908. package/dist/components/calendar-viewer/calendar-viewer.d.ts.map +0 -1
  2909. package/dist/components/calendar-viewer/calendar-viewer.js +0 -12
  2910. package/dist/components/calendar-viewer/calendar-viewer.js.map +0 -1
  2911. package/dist/components/calendar-viewer/calendar-viewer.styles.d.ts.map +0 -1
  2912. package/dist/components/calendar-viewer/calendar-viewer.styles.js.map +0 -1
  2913. package/dist/components/callout/callout.class.d.ts +0 -48
  2914. package/dist/components/callout/callout.class.d.ts.map +0 -1
  2915. package/dist/components/callout/callout.class.js +0 -97
  2916. package/dist/components/callout/callout.class.js.map +0 -1
  2917. package/dist/components/callout/callout.d.ts.map +0 -1
  2918. package/dist/components/callout/callout.js +0 -5
  2919. package/dist/components/callout/callout.js.map +0 -1
  2920. package/dist/components/callout/callout.styles.d.ts.map +0 -1
  2921. package/dist/components/callout/callout.styles.js.map +0 -1
  2922. package/dist/components/card/card.class.d.ts +0 -55
  2923. package/dist/components/card/card.class.d.ts.map +0 -1
  2924. package/dist/components/card/card.class.js +0 -116
  2925. package/dist/components/card/card.class.js.map +0 -1
  2926. package/dist/components/card/card.d.ts.map +0 -1
  2927. package/dist/components/card/card.js +0 -5
  2928. package/dist/components/card/card.js.map +0 -1
  2929. package/dist/components/card/card.styles.d.ts.map +0 -1
  2930. package/dist/components/card/card.styles.js.map +0 -1
  2931. package/dist/components/carousel/carousel-item.class.d.ts +0 -21
  2932. package/dist/components/carousel/carousel-item.class.d.ts.map +0 -1
  2933. package/dist/components/carousel/carousel-item.class.js +0 -19
  2934. package/dist/components/carousel/carousel-item.class.js.map +0 -1
  2935. package/dist/components/carousel/carousel-item.d.ts.map +0 -1
  2936. package/dist/components/carousel/carousel-item.js +0 -5
  2937. package/dist/components/carousel/carousel-item.js.map +0 -1
  2938. package/dist/components/carousel/carousel-item.styles.d.ts.map +0 -1
  2939. package/dist/components/carousel/carousel-item.styles.js.map +0 -1
  2940. package/dist/components/carousel/carousel.class.d.ts +0 -71
  2941. package/dist/components/carousel/carousel.class.d.ts.map +0 -1
  2942. package/dist/components/carousel/carousel.class.js +0 -244
  2943. package/dist/components/carousel/carousel.class.js.map +0 -1
  2944. package/dist/components/carousel/carousel.d.ts.map +0 -1
  2945. package/dist/components/carousel/carousel.js +0 -5
  2946. package/dist/components/carousel/carousel.js.map +0 -1
  2947. package/dist/components/carousel/carousel.styles.d.ts.map +0 -1
  2948. package/dist/components/carousel/carousel.styles.js.map +0 -1
  2949. package/dist/components/chart/bar-chart.class.d.ts.map +0 -1
  2950. package/dist/components/chart/bar-chart.class.js.map +0 -1
  2951. package/dist/components/chart/bar-chart.d.ts.map +0 -1
  2952. package/dist/components/chart/bar-chart.js +0 -6
  2953. package/dist/components/chart/bar-chart.js.map +0 -1
  2954. package/dist/components/chart/box-plot.class.d.ts +0 -81
  2955. package/dist/components/chart/box-plot.class.d.ts.map +0 -1
  2956. package/dist/components/chart/box-plot.class.js +0 -351
  2957. package/dist/components/chart/box-plot.class.js.map +0 -1
  2958. package/dist/components/chart/box-plot.d.ts +0 -3
  2959. package/dist/components/chart/box-plot.d.ts.map +0 -1
  2960. package/dist/components/chart/box-plot.js +0 -6
  2961. package/dist/components/chart/box-plot.js.map +0 -1
  2962. package/dist/components/chart/box-plot.styles.d.ts.map +0 -1
  2963. package/dist/components/chart/box-plot.styles.js.map +0 -1
  2964. package/dist/components/chart/bubble-chart.class.d.ts.map +0 -1
  2965. package/dist/components/chart/bubble-chart.class.js.map +0 -1
  2966. package/dist/components/chart/bubble-chart.d.ts.map +0 -1
  2967. package/dist/components/chart/bubble-chart.js +0 -6
  2968. package/dist/components/chart/bubble-chart.js.map +0 -1
  2969. package/dist/components/chart/chart-loader.d.ts +0 -59
  2970. package/dist/components/chart/chart-loader.d.ts.map +0 -1
  2971. package/dist/components/chart/chart-loader.js.map +0 -1
  2972. package/dist/components/chart/chart.class.d.ts +0 -249
  2973. package/dist/components/chart/chart.class.d.ts.map +0 -1
  2974. package/dist/components/chart/chart.class.js +0 -911
  2975. package/dist/components/chart/chart.class.js.map +0 -1
  2976. package/dist/components/chart/chart.d.ts +0 -3
  2977. package/dist/components/chart/chart.d.ts.map +0 -1
  2978. package/dist/components/chart/chart.js +0 -6
  2979. package/dist/components/chart/chart.js.map +0 -1
  2980. package/dist/components/chart/chart.styles.d.ts.map +0 -1
  2981. package/dist/components/chart/chart.styles.js.map +0 -1
  2982. package/dist/components/chart/doughnut-chart.class.d.ts.map +0 -1
  2983. package/dist/components/chart/doughnut-chart.class.js.map +0 -1
  2984. package/dist/components/chart/doughnut-chart.d.ts.map +0 -1
  2985. package/dist/components/chart/doughnut-chart.js +0 -6
  2986. package/dist/components/chart/doughnut-chart.js.map +0 -1
  2987. package/dist/components/chart/histogram-bin.d.ts.map +0 -1
  2988. package/dist/components/chart/histogram-bin.js.map +0 -1
  2989. package/dist/components/chart/histogram.class.d.ts.map +0 -1
  2990. package/dist/components/chart/histogram.class.js +0 -107
  2991. package/dist/components/chart/histogram.class.js.map +0 -1
  2992. package/dist/components/chart/histogram.d.ts.map +0 -1
  2993. package/dist/components/chart/histogram.js +0 -6
  2994. package/dist/components/chart/histogram.js.map +0 -1
  2995. package/dist/components/chart/histogram.styles.d.ts.map +0 -1
  2996. package/dist/components/chart/histogram.styles.js.map +0 -1
  2997. package/dist/components/chart/line-chart.class.d.ts.map +0 -1
  2998. package/dist/components/chart/line-chart.class.js.map +0 -1
  2999. package/dist/components/chart/line-chart.d.ts.map +0 -1
  3000. package/dist/components/chart/line-chart.js +0 -6
  3001. package/dist/components/chart/line-chart.js.map +0 -1
  3002. package/dist/components/chart/lite-chart.class.d.ts +0 -259
  3003. package/dist/components/chart/lite-chart.class.d.ts.map +0 -1
  3004. package/dist/components/chart/lite-chart.class.js +0 -941
  3005. package/dist/components/chart/lite-chart.class.js.map +0 -1
  3006. package/dist/components/chart/lite-chart.d.ts +0 -3
  3007. package/dist/components/chart/lite-chart.d.ts.map +0 -1
  3008. package/dist/components/chart/lite-chart.js +0 -6
  3009. package/dist/components/chart/lite-chart.js.map +0 -1
  3010. package/dist/components/chart/lite-chart.styles.d.ts.map +0 -1
  3011. package/dist/components/chart/lite-chart.styles.js.map +0 -1
  3012. package/dist/components/chart/pie-chart.class.d.ts.map +0 -1
  3013. package/dist/components/chart/pie-chart.class.js.map +0 -1
  3014. package/dist/components/chart/pie-chart.d.ts.map +0 -1
  3015. package/dist/components/chart/pie-chart.js +0 -6
  3016. package/dist/components/chart/pie-chart.js.map +0 -1
  3017. package/dist/components/chart/polar-area-chart.class.d.ts.map +0 -1
  3018. package/dist/components/chart/polar-area-chart.class.js.map +0 -1
  3019. package/dist/components/chart/polar-area-chart.d.ts.map +0 -1
  3020. package/dist/components/chart/polar-area-chart.js +0 -6
  3021. package/dist/components/chart/polar-area-chart.js.map +0 -1
  3022. package/dist/components/chart/radar-chart.class.d.ts.map +0 -1
  3023. package/dist/components/chart/radar-chart.class.js.map +0 -1
  3024. package/dist/components/chart/radar-chart.d.ts.map +0 -1
  3025. package/dist/components/chart/radar-chart.js +0 -6
  3026. package/dist/components/chart/radar-chart.js.map +0 -1
  3027. package/dist/components/chart/scatter-chart.class.d.ts.map +0 -1
  3028. package/dist/components/chart/scatter-chart.class.js.map +0 -1
  3029. package/dist/components/chart/scatter-chart.d.ts.map +0 -1
  3030. package/dist/components/chart/scatter-chart.js +0 -6
  3031. package/dist/components/chart/scatter-chart.js.map +0 -1
  3032. package/dist/components/chat-composer/chat-composer.class.d.ts +0 -209
  3033. package/dist/components/chat-composer/chat-composer.class.d.ts.map +0 -1
  3034. package/dist/components/chat-composer/chat-composer.class.js +0 -551
  3035. package/dist/components/chat-composer/chat-composer.class.js.map +0 -1
  3036. package/dist/components/chat-composer/chat-composer.d.ts.map +0 -1
  3037. package/dist/components/chat-composer/chat-composer.js +0 -5
  3038. package/dist/components/chat-composer/chat-composer.js.map +0 -1
  3039. package/dist/components/chat-composer/chat-composer.styles.d.ts.map +0 -1
  3040. package/dist/components/chat-composer/chat-composer.styles.js.map +0 -1
  3041. package/dist/components/chat-message/chat-message.class.d.ts +0 -206
  3042. package/dist/components/chat-message/chat-message.class.d.ts.map +0 -1
  3043. package/dist/components/chat-message/chat-message.class.js +0 -455
  3044. package/dist/components/chat-message/chat-message.class.js.map +0 -1
  3045. package/dist/components/chat-message/chat-message.d.ts +0 -3
  3046. package/dist/components/chat-message/chat-message.d.ts.map +0 -1
  3047. package/dist/components/chat-message/chat-message.js +0 -6
  3048. package/dist/components/chat-message/chat-message.js.map +0 -1
  3049. package/dist/components/chat-message/chat-message.styles.d.ts.map +0 -1
  3050. package/dist/components/chat-message/chat-message.styles.js +0 -245
  3051. package/dist/components/chat-message/chat-message.styles.js.map +0 -1
  3052. package/dist/components/chat-viewport/chat-viewport.class.d.ts +0 -143
  3053. package/dist/components/chat-viewport/chat-viewport.class.d.ts.map +0 -1
  3054. package/dist/components/chat-viewport/chat-viewport.class.js +0 -521
  3055. package/dist/components/chat-viewport/chat-viewport.class.js.map +0 -1
  3056. package/dist/components/chat-viewport/chat-viewport.d.ts.map +0 -1
  3057. package/dist/components/chat-viewport/chat-viewport.js +0 -5
  3058. package/dist/components/chat-viewport/chat-viewport.js.map +0 -1
  3059. package/dist/components/chat-viewport/chat-viewport.styles.d.ts.map +0 -1
  3060. package/dist/components/chat-viewport/chat-viewport.styles.js.map +0 -1
  3061. package/dist/components/checkbox/checkbox.class.d.ts +0 -144
  3062. package/dist/components/checkbox/checkbox.class.d.ts.map +0 -1
  3063. package/dist/components/checkbox/checkbox.class.js +0 -396
  3064. package/dist/components/checkbox/checkbox.class.js.map +0 -1
  3065. package/dist/components/checkbox/checkbox.d.ts.map +0 -1
  3066. package/dist/components/checkbox/checkbox.js +0 -5
  3067. package/dist/components/checkbox/checkbox.js.map +0 -1
  3068. package/dist/components/checkbox/checkbox.styles.d.ts.map +0 -1
  3069. package/dist/components/checkbox/checkbox.styles.js.map +0 -1
  3070. package/dist/components/checkbox-group/checkbox-group.class.d.ts +0 -104
  3071. package/dist/components/checkbox-group/checkbox-group.class.d.ts.map +0 -1
  3072. package/dist/components/checkbox-group/checkbox-group.class.js +0 -209
  3073. package/dist/components/checkbox-group/checkbox-group.class.js.map +0 -1
  3074. package/dist/components/checkbox-group/checkbox-group.d.ts.map +0 -1
  3075. package/dist/components/checkbox-group/checkbox-group.js +0 -5
  3076. package/dist/components/checkbox-group/checkbox-group.js.map +0 -1
  3077. package/dist/components/checkbox-group/checkbox-group.styles.d.ts.map +0 -1
  3078. package/dist/components/checkbox-group/checkbox-group.styles.js.map +0 -1
  3079. package/dist/components/checkpoint/checkpoint.class.d.ts +0 -71
  3080. package/dist/components/checkpoint/checkpoint.class.d.ts.map +0 -1
  3081. package/dist/components/checkpoint/checkpoint.class.js +0 -220
  3082. package/dist/components/checkpoint/checkpoint.class.js.map +0 -1
  3083. package/dist/components/checkpoint/checkpoint.d.ts.map +0 -1
  3084. package/dist/components/checkpoint/checkpoint.js +0 -5
  3085. package/dist/components/checkpoint/checkpoint.js.map +0 -1
  3086. package/dist/components/checkpoint/checkpoint.styles.d.ts.map +0 -1
  3087. package/dist/components/checkpoint/checkpoint.styles.js.map +0 -1
  3088. package/dist/components/chip/chip-group.class.d.ts +0 -65
  3089. package/dist/components/chip/chip-group.class.d.ts.map +0 -1
  3090. package/dist/components/chip/chip-group.class.js +0 -150
  3091. package/dist/components/chip/chip-group.class.js.map +0 -1
  3092. package/dist/components/chip/chip-group.d.ts.map +0 -1
  3093. package/dist/components/chip/chip-group.js +0 -5
  3094. package/dist/components/chip/chip-group.js.map +0 -1
  3095. package/dist/components/chip/chip-group.styles.d.ts.map +0 -1
  3096. package/dist/components/chip/chip-group.styles.js.map +0 -1
  3097. package/dist/components/chip/chip.class.d.ts +0 -103
  3098. package/dist/components/chip/chip.class.d.ts.map +0 -1
  3099. package/dist/components/chip/chip.class.js +0 -188
  3100. package/dist/components/chip/chip.class.js.map +0 -1
  3101. package/dist/components/chip/chip.d.ts.map +0 -1
  3102. package/dist/components/chip/chip.js +0 -5
  3103. package/dist/components/chip/chip.js.map +0 -1
  3104. package/dist/components/chip/chip.styles.d.ts.map +0 -1
  3105. package/dist/components/chip/chip.styles.js +0 -151
  3106. package/dist/components/chip/chip.styles.js.map +0 -1
  3107. package/dist/components/chunk-inspector/chunk-inspector.class.d.ts +0 -131
  3108. package/dist/components/chunk-inspector/chunk-inspector.class.d.ts.map +0 -1
  3109. package/dist/components/chunk-inspector/chunk-inspector.class.js +0 -170
  3110. package/dist/components/chunk-inspector/chunk-inspector.class.js.map +0 -1
  3111. package/dist/components/chunk-inspector/chunk-inspector.d.ts +0 -4
  3112. package/dist/components/chunk-inspector/chunk-inspector.d.ts.map +0 -1
  3113. package/dist/components/chunk-inspector/chunk-inspector.js +0 -7
  3114. package/dist/components/chunk-inspector/chunk-inspector.js.map +0 -1
  3115. package/dist/components/chunk-inspector/chunk-inspector.styles.d.ts.map +0 -1
  3116. package/dist/components/chunk-inspector/chunk-inspector.styles.js.map +0 -1
  3117. package/dist/components/citation-badge/citation-badge.class.d.ts +0 -126
  3118. package/dist/components/citation-badge/citation-badge.class.d.ts.map +0 -1
  3119. package/dist/components/citation-badge/citation-badge.class.js +0 -337
  3120. package/dist/components/citation-badge/citation-badge.class.js.map +0 -1
  3121. package/dist/components/citation-badge/citation-badge.d.ts.map +0 -1
  3122. package/dist/components/citation-badge/citation-badge.js +0 -5
  3123. package/dist/components/citation-badge/citation-badge.js.map +0 -1
  3124. package/dist/components/citation-badge/citation-badge.styles.d.ts.map +0 -1
  3125. package/dist/components/citation-badge/citation-badge.styles.js.map +0 -1
  3126. package/dist/components/code-block/code-block-core.class.d.ts +0 -185
  3127. package/dist/components/code-block/code-block-core.class.d.ts.map +0 -1
  3128. package/dist/components/code-block/code-block-core.class.js +0 -602
  3129. package/dist/components/code-block/code-block-core.class.js.map +0 -1
  3130. package/dist/components/code-block/code-block-core.d.ts +0 -3
  3131. package/dist/components/code-block/code-block-core.d.ts.map +0 -1
  3132. package/dist/components/code-block/code-block-core.js +0 -6
  3133. package/dist/components/code-block/code-block-core.js.map +0 -1
  3134. package/dist/components/code-block/code-block-shared.d.ts.map +0 -1
  3135. package/dist/components/code-block/code-block-shared.js.map +0 -1
  3136. package/dist/components/code-block/code-block.class.d.ts +0 -218
  3137. package/dist/components/code-block/code-block.class.d.ts.map +0 -1
  3138. package/dist/components/code-block/code-block.class.js +0 -631
  3139. package/dist/components/code-block/code-block.class.js.map +0 -1
  3140. package/dist/components/code-block/code-block.d.ts +0 -3
  3141. package/dist/components/code-block/code-block.d.ts.map +0 -1
  3142. package/dist/components/code-block/code-block.js +0 -6
  3143. package/dist/components/code-block/code-block.js.map +0 -1
  3144. package/dist/components/code-block/code-block.styles.d.ts.map +0 -1
  3145. package/dist/components/code-block/code-block.styles.js.map +0 -1
  3146. package/dist/components/code-block/code-loader.d.ts +0 -90
  3147. package/dist/components/code-block/code-loader.d.ts.map +0 -1
  3148. package/dist/components/code-block/code-loader.js.map +0 -1
  3149. package/dist/components/code-block/greycat-language.d.ts +0 -9
  3150. package/dist/components/code-block/greycat-language.d.ts.map +0 -1
  3151. package/dist/components/code-block/greycat-language.js.map +0 -1
  3152. package/dist/components/code-editor/code-editor.class.d.ts +0 -93
  3153. package/dist/components/code-editor/code-editor.class.d.ts.map +0 -1
  3154. package/dist/components/code-editor/code-editor.class.js +0 -208
  3155. package/dist/components/code-editor/code-editor.class.js.map +0 -1
  3156. package/dist/components/code-editor/code-editor.d.ts.map +0 -1
  3157. package/dist/components/code-editor/code-editor.js +0 -5
  3158. package/dist/components/code-editor/code-editor.js.map +0 -1
  3159. package/dist/components/code-editor/code-editor.styles.d.ts.map +0 -1
  3160. package/dist/components/code-editor/code-editor.styles.js +0 -18
  3161. package/dist/components/code-editor/code-editor.styles.js.map +0 -1
  3162. package/dist/components/color-picker/color-picker.class.d.ts +0 -61
  3163. package/dist/components/color-picker/color-picker.class.d.ts.map +0 -1
  3164. package/dist/components/color-picker/color-picker.class.js +0 -128
  3165. package/dist/components/color-picker/color-picker.class.js.map +0 -1
  3166. package/dist/components/color-picker/color-picker.d.ts.map +0 -1
  3167. package/dist/components/color-picker/color-picker.js +0 -5
  3168. package/dist/components/color-picker/color-picker.js.map +0 -1
  3169. package/dist/components/color-picker/color-picker.styles.d.ts.map +0 -1
  3170. package/dist/components/color-picker/color-picker.styles.js.map +0 -1
  3171. package/dist/components/combobox/combobox.class.d.ts +0 -277
  3172. package/dist/components/combobox/combobox.class.d.ts.map +0 -1
  3173. package/dist/components/combobox/combobox.class.js +0 -1098
  3174. package/dist/components/combobox/combobox.class.js.map +0 -1
  3175. package/dist/components/combobox/combobox.d.ts.map +0 -1
  3176. package/dist/components/combobox/combobox.js +0 -6
  3177. package/dist/components/combobox/combobox.js.map +0 -1
  3178. package/dist/components/combobox/combobox.styles.d.ts.map +0 -1
  3179. package/dist/components/combobox/combobox.styles.js +0 -306
  3180. package/dist/components/combobox/combobox.styles.js.map +0 -1
  3181. package/dist/components/combobox/option.class.d.ts +0 -44
  3182. package/dist/components/combobox/option.class.d.ts.map +0 -1
  3183. package/dist/components/combobox/option.class.js +0 -95
  3184. package/dist/components/combobox/option.class.js.map +0 -1
  3185. package/dist/components/combobox/option.d.ts.map +0 -1
  3186. package/dist/components/combobox/option.js +0 -5
  3187. package/dist/components/combobox/option.js.map +0 -1
  3188. package/dist/components/combobox/option.styles.d.ts.map +0 -1
  3189. package/dist/components/combobox/option.styles.js.map +0 -1
  3190. package/dist/components/command-palette/command-palette.class.d.ts +0 -79
  3191. package/dist/components/command-palette/command-palette.class.d.ts.map +0 -1
  3192. package/dist/components/command-palette/command-palette.class.js +0 -191
  3193. package/dist/components/command-palette/command-palette.class.js.map +0 -1
  3194. package/dist/components/command-palette/command-palette.d.ts +0 -3
  3195. package/dist/components/command-palette/command-palette.d.ts.map +0 -1
  3196. package/dist/components/command-palette/command-palette.js +0 -6
  3197. package/dist/components/command-palette/command-palette.js.map +0 -1
  3198. package/dist/components/command-palette/command-palette.styles.d.ts.map +0 -1
  3199. package/dist/components/command-palette/command-palette.styles.js.map +0 -1
  3200. package/dist/components/commit-card/commit-card.class.d.ts +0 -78
  3201. package/dist/components/commit-card/commit-card.class.d.ts.map +0 -1
  3202. package/dist/components/commit-card/commit-card.class.js +0 -209
  3203. package/dist/components/commit-card/commit-card.class.js.map +0 -1
  3204. package/dist/components/commit-card/commit-card.d.ts.map +0 -1
  3205. package/dist/components/commit-card/commit-card.js +0 -5
  3206. package/dist/components/commit-card/commit-card.js.map +0 -1
  3207. package/dist/components/commit-card/commit-card.styles.d.ts.map +0 -1
  3208. package/dist/components/commit-card/commit-card.styles.js.map +0 -1
  3209. package/dist/components/community-card/community-card.class.d.ts +0 -68
  3210. package/dist/components/community-card/community-card.class.d.ts.map +0 -1
  3211. package/dist/components/community-card/community-card.class.js +0 -109
  3212. package/dist/components/community-card/community-card.class.js.map +0 -1
  3213. package/dist/components/community-card/community-card.d.ts +0 -5
  3214. package/dist/components/community-card/community-card.d.ts.map +0 -1
  3215. package/dist/components/community-card/community-card.js +0 -8
  3216. package/dist/components/community-card/community-card.js.map +0 -1
  3217. package/dist/components/community-card/community-card.styles.d.ts.map +0 -1
  3218. package/dist/components/community-card/community-card.styles.js.map +0 -1
  3219. package/dist/components/compare-panel/compare-panel.class.d.ts +0 -112
  3220. package/dist/components/compare-panel/compare-panel.class.d.ts.map +0 -1
  3221. package/dist/components/compare-panel/compare-panel.class.js +0 -260
  3222. package/dist/components/compare-panel/compare-panel.class.js.map +0 -1
  3223. package/dist/components/compare-panel/compare-panel.d.ts +0 -3
  3224. package/dist/components/compare-panel/compare-panel.d.ts.map +0 -1
  3225. package/dist/components/compare-panel/compare-panel.js +0 -6
  3226. package/dist/components/compare-panel/compare-panel.js.map +0 -1
  3227. package/dist/components/compare-panel/compare-panel.styles.d.ts.map +0 -1
  3228. package/dist/components/compare-panel/compare-panel.styles.js.map +0 -1
  3229. package/dist/components/confirm-bar/confirm-bar.class.d.ts +0 -81
  3230. package/dist/components/confirm-bar/confirm-bar.class.d.ts.map +0 -1
  3231. package/dist/components/confirm-bar/confirm-bar.class.js +0 -193
  3232. package/dist/components/confirm-bar/confirm-bar.class.js.map +0 -1
  3233. package/dist/components/confirm-bar/confirm-bar.d.ts +0 -5
  3234. package/dist/components/confirm-bar/confirm-bar.d.ts.map +0 -1
  3235. package/dist/components/confirm-bar/confirm-bar.js +0 -8
  3236. package/dist/components/confirm-bar/confirm-bar.js.map +0 -1
  3237. package/dist/components/confirm-bar/confirm-bar.styles.d.ts.map +0 -1
  3238. package/dist/components/confirm-bar/confirm-bar.styles.js.map +0 -1
  3239. package/dist/components/contact-viewer/contact-viewer.class.d.ts +0 -50
  3240. package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +0 -1
  3241. package/dist/components/contact-viewer/contact-viewer.class.js +0 -115
  3242. package/dist/components/contact-viewer/contact-viewer.class.js.map +0 -1
  3243. package/dist/components/contact-viewer/contact-viewer.d.ts.map +0 -1
  3244. package/dist/components/contact-viewer/contact-viewer.js +0 -13
  3245. package/dist/components/contact-viewer/contact-viewer.js.map +0 -1
  3246. package/dist/components/contact-viewer/contact-viewer.styles.d.ts.map +0 -1
  3247. package/dist/components/contact-viewer/contact-viewer.styles.js.map +0 -1
  3248. package/dist/components/contact-viewer/vcard.d.ts.map +0 -1
  3249. package/dist/components/contact-viewer/vcard.js.map +0 -1
  3250. package/dist/components/context-inspector/context-inspector.class.d.ts +0 -114
  3251. package/dist/components/context-inspector/context-inspector.class.d.ts.map +0 -1
  3252. package/dist/components/context-inspector/context-inspector.class.js +0 -222
  3253. package/dist/components/context-inspector/context-inspector.class.js.map +0 -1
  3254. package/dist/components/context-inspector/context-inspector.d.ts +0 -7
  3255. package/dist/components/context-inspector/context-inspector.d.ts.map +0 -1
  3256. package/dist/components/context-inspector/context-inspector.js +0 -10
  3257. package/dist/components/context-inspector/context-inspector.js.map +0 -1
  3258. package/dist/components/context-inspector/context-inspector.styles.d.ts.map +0 -1
  3259. package/dist/components/context-inspector/context-inspector.styles.js.map +0 -1
  3260. package/dist/components/context-meter/context-meter.class.d.ts +0 -70
  3261. package/dist/components/context-meter/context-meter.class.d.ts.map +0 -1
  3262. package/dist/components/context-meter/context-meter.class.js +0 -208
  3263. package/dist/components/context-meter/context-meter.class.js.map +0 -1
  3264. package/dist/components/context-meter/context-meter.d.ts.map +0 -1
  3265. package/dist/components/context-meter/context-meter.js +0 -5
  3266. package/dist/components/context-meter/context-meter.js.map +0 -1
  3267. package/dist/components/context-meter/context-meter.styles.d.ts.map +0 -1
  3268. package/dist/components/context-meter/context-meter.styles.js.map +0 -1
  3269. package/dist/components/control-group/control-group.class.d.ts +0 -29
  3270. package/dist/components/control-group/control-group.class.d.ts.map +0 -1
  3271. package/dist/components/control-group/control-group.class.js +0 -41
  3272. package/dist/components/control-group/control-group.class.js.map +0 -1
  3273. package/dist/components/control-group/control-group.d.ts.map +0 -1
  3274. package/dist/components/control-group/control-group.js +0 -5
  3275. package/dist/components/control-group/control-group.js.map +0 -1
  3276. package/dist/components/control-group/control-group.styles.d.ts.map +0 -1
  3277. package/dist/components/control-group/control-group.styles.js.map +0 -1
  3278. package/dist/components/conversation-item/conversation-item.class.d.ts +0 -166
  3279. package/dist/components/conversation-item/conversation-item.class.d.ts.map +0 -1
  3280. package/dist/components/conversation-item/conversation-item.class.js +0 -435
  3281. package/dist/components/conversation-item/conversation-item.class.js.map +0 -1
  3282. package/dist/components/conversation-item/conversation-item.d.ts.map +0 -1
  3283. package/dist/components/conversation-item/conversation-item.js +0 -5
  3284. package/dist/components/conversation-item/conversation-item.js.map +0 -1
  3285. package/dist/components/conversation-item/conversation-item.styles.d.ts.map +0 -1
  3286. package/dist/components/conversation-item/conversation-item.styles.js.map +0 -1
  3287. package/dist/components/copy-button/copy-button.class.d.ts +0 -47
  3288. package/dist/components/copy-button/copy-button.class.d.ts.map +0 -1
  3289. package/dist/components/copy-button/copy-button.class.js +0 -148
  3290. package/dist/components/copy-button/copy-button.class.js.map +0 -1
  3291. package/dist/components/copy-button/copy-button.d.ts.map +0 -1
  3292. package/dist/components/copy-button/copy-button.js +0 -5
  3293. package/dist/components/copy-button/copy-button.js.map +0 -1
  3294. package/dist/components/copy-button/copy-button.styles.d.ts.map +0 -1
  3295. package/dist/components/copy-button/copy-button.styles.js.map +0 -1
  3296. package/dist/components/csv-viewer/csv-viewer.class.d.ts +0 -111
  3297. package/dist/components/csv-viewer/csv-viewer.class.d.ts.map +0 -1
  3298. package/dist/components/csv-viewer/csv-viewer.class.js +0 -311
  3299. package/dist/components/csv-viewer/csv-viewer.class.js.map +0 -1
  3300. package/dist/components/csv-viewer/csv-viewer.d.ts.map +0 -1
  3301. package/dist/components/csv-viewer/csv-viewer.js +0 -17
  3302. package/dist/components/csv-viewer/csv-viewer.js.map +0 -1
  3303. package/dist/components/csv-viewer/csv-viewer.styles.d.ts.map +0 -1
  3304. package/dist/components/csv-viewer/csv-viewer.styles.js.map +0 -1
  3305. package/dist/components/dashboard-grid/dashboard-grid.class.d.ts +0 -162
  3306. package/dist/components/dashboard-grid/dashboard-grid.class.d.ts.map +0 -1
  3307. package/dist/components/dashboard-grid/dashboard-grid.class.js +0 -569
  3308. package/dist/components/dashboard-grid/dashboard-grid.class.js.map +0 -1
  3309. package/dist/components/dashboard-grid/dashboard-grid.d.ts +0 -6
  3310. package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +0 -1
  3311. package/dist/components/dashboard-grid/dashboard-grid.js +0 -9
  3312. package/dist/components/dashboard-grid/dashboard-grid.js.map +0 -1
  3313. package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts.map +0 -1
  3314. package/dist/components/dashboard-grid/dashboard-grid.styles.js.map +0 -1
  3315. package/dist/components/dashboard-grid/layout.d.ts +0 -103
  3316. package/dist/components/dashboard-grid/layout.d.ts.map +0 -1
  3317. package/dist/components/dashboard-grid/layout.js.map +0 -1
  3318. package/dist/components/data-grid/data-grid.class.d.ts +0 -64
  3319. package/dist/components/data-grid/data-grid.class.d.ts.map +0 -1
  3320. package/dist/components/data-grid/data-grid.class.js +0 -118
  3321. package/dist/components/data-grid/data-grid.class.js.map +0 -1
  3322. package/dist/components/data-grid/data-grid.d.ts.map +0 -1
  3323. package/dist/components/data-grid/data-grid.js +0 -5
  3324. package/dist/components/data-grid/data-grid.js.map +0 -1
  3325. package/dist/components/data-grid/data-grid.styles.d.ts.map +0 -1
  3326. package/dist/components/data-grid/data-grid.styles.js.map +0 -1
  3327. package/dist/components/dataset-viewer/dataset-viewer.class.d.ts +0 -123
  3328. package/dist/components/dataset-viewer/dataset-viewer.class.d.ts.map +0 -1
  3329. package/dist/components/dataset-viewer/dataset-viewer.class.js +0 -305
  3330. package/dist/components/dataset-viewer/dataset-viewer.class.js.map +0 -1
  3331. package/dist/components/dataset-viewer/dataset-viewer.d.ts.map +0 -1
  3332. package/dist/components/dataset-viewer/dataset-viewer.js +0 -17
  3333. package/dist/components/dataset-viewer/dataset-viewer.js.map +0 -1
  3334. package/dist/components/dataset-viewer/dataset-viewer.styles.d.ts.map +0 -1
  3335. package/dist/components/dataset-viewer/dataset-viewer.styles.js.map +0 -1
  3336. package/dist/components/date-picker/calendar-core.d.ts.map +0 -1
  3337. package/dist/components/date-picker/calendar-core.js +0 -150
  3338. package/dist/components/date-picker/calendar-core.js.map +0 -1
  3339. package/dist/components/date-picker/date-input.class.d.ts +0 -265
  3340. package/dist/components/date-picker/date-input.class.d.ts.map +0 -1
  3341. package/dist/components/date-picker/date-input.class.js +0 -884
  3342. package/dist/components/date-picker/date-input.class.js.map +0 -1
  3343. package/dist/components/date-picker/date-input.d.ts.map +0 -1
  3344. package/dist/components/date-picker/date-input.js +0 -6
  3345. package/dist/components/date-picker/date-input.js.map +0 -1
  3346. package/dist/components/date-picker/date-input.styles.d.ts.map +0 -1
  3347. package/dist/components/date-picker/date-input.styles.js.map +0 -1
  3348. package/dist/components/date-picker/date-picker.class.d.ts +0 -125
  3349. package/dist/components/date-picker/date-picker.class.d.ts.map +0 -1
  3350. package/dist/components/date-picker/date-picker.class.js +0 -590
  3351. package/dist/components/date-picker/date-picker.class.js.map +0 -1
  3352. package/dist/components/date-picker/date-picker.d.ts.map +0 -1
  3353. package/dist/components/date-picker/date-picker.js +0 -5
  3354. package/dist/components/date-picker/date-picker.js.map +0 -1
  3355. package/dist/components/date-picker/date-picker.styles.d.ts.map +0 -1
  3356. package/dist/components/date-picker/date-picker.styles.js.map +0 -1
  3357. package/dist/components/details/accordion-item.class.d.ts.map +0 -1
  3358. package/dist/components/details/accordion-item.class.js.map +0 -1
  3359. package/dist/components/details/accordion-item.d.ts.map +0 -1
  3360. package/dist/components/details/accordion-item.js +0 -5
  3361. package/dist/components/details/accordion-item.js.map +0 -1
  3362. package/dist/components/details/accordion.class.d.ts +0 -23
  3363. package/dist/components/details/accordion.class.d.ts.map +0 -1
  3364. package/dist/components/details/accordion.class.js +0 -48
  3365. package/dist/components/details/accordion.class.js.map +0 -1
  3366. package/dist/components/details/accordion.d.ts.map +0 -1
  3367. package/dist/components/details/accordion.js +0 -5
  3368. package/dist/components/details/accordion.js.map +0 -1
  3369. package/dist/components/details/accordion.styles.d.ts.map +0 -1
  3370. package/dist/components/details/accordion.styles.js.map +0 -1
  3371. package/dist/components/details/details.class.d.ts +0 -38
  3372. package/dist/components/details/details.class.d.ts.map +0 -1
  3373. package/dist/components/details/details.class.js +0 -88
  3374. package/dist/components/details/details.class.js.map +0 -1
  3375. package/dist/components/details/details.d.ts.map +0 -1
  3376. package/dist/components/details/details.js +0 -5
  3377. package/dist/components/details/details.js.map +0 -1
  3378. package/dist/components/details/details.styles.d.ts.map +0 -1
  3379. package/dist/components/details/details.styles.js.map +0 -1
  3380. package/dist/components/dialog/confirm.d.ts.map +0 -1
  3381. package/dist/components/dialog/confirm.js +0 -80
  3382. package/dist/components/dialog/confirm.js.map +0 -1
  3383. package/dist/components/dialog/dialog.class.d.ts +0 -152
  3384. package/dist/components/dialog/dialog.class.d.ts.map +0 -1
  3385. package/dist/components/dialog/dialog.class.js +0 -317
  3386. package/dist/components/dialog/dialog.class.js.map +0 -1
  3387. package/dist/components/dialog/dialog.d.ts.map +0 -1
  3388. package/dist/components/dialog/dialog.js +0 -5
  3389. package/dist/components/dialog/dialog.js.map +0 -1
  3390. package/dist/components/dialog/dialog.styles.d.ts.map +0 -1
  3391. package/dist/components/dialog/dialog.styles.js.map +0 -1
  3392. package/dist/components/diff-view/diff-line-diff.d.ts.map +0 -1
  3393. package/dist/components/diff-view/diff-line-diff.js.map +0 -1
  3394. package/dist/components/diff-view/diff-view.class.d.ts +0 -89
  3395. package/dist/components/diff-view/diff-view.class.d.ts.map +0 -1
  3396. package/dist/components/diff-view/diff-view.class.js +0 -323
  3397. package/dist/components/diff-view/diff-view.class.js.map +0 -1
  3398. package/dist/components/diff-view/diff-view.d.ts.map +0 -1
  3399. package/dist/components/diff-view/diff-view.js +0 -5
  3400. package/dist/components/diff-view/diff-view.js.map +0 -1
  3401. package/dist/components/diff-view/diff-view.styles.d.ts.map +0 -1
  3402. package/dist/components/diff-view/diff-view.styles.js.map +0 -1
  3403. package/dist/components/divider/divider.class.d.ts +0 -20
  3404. package/dist/components/divider/divider.class.d.ts.map +0 -1
  3405. package/dist/components/divider/divider.class.js +0 -28
  3406. package/dist/components/divider/divider.class.js.map +0 -1
  3407. package/dist/components/divider/divider.d.ts.map +0 -1
  3408. package/dist/components/divider/divider.js +0 -5
  3409. package/dist/components/divider/divider.js.map +0 -1
  3410. package/dist/components/divider/divider.styles.d.ts.map +0 -1
  3411. package/dist/components/divider/divider.styles.js.map +0 -1
  3412. package/dist/components/dock-panel/dock-panel.class.d.ts +0 -147
  3413. package/dist/components/dock-panel/dock-panel.class.d.ts.map +0 -1
  3414. package/dist/components/dock-panel/dock-panel.class.js +0 -363
  3415. package/dist/components/dock-panel/dock-panel.class.js.map +0 -1
  3416. package/dist/components/dock-panel/dock-panel.d.ts.map +0 -1
  3417. package/dist/components/dock-panel/dock-panel.js +0 -5
  3418. package/dist/components/dock-panel/dock-panel.js.map +0 -1
  3419. package/dist/components/dock-panel/dock-panel.styles.d.ts.map +0 -1
  3420. package/dist/components/dock-panel/dock-panel.styles.js.map +0 -1
  3421. package/dist/components/document-compare/document-compare.class.d.ts +0 -131
  3422. package/dist/components/document-compare/document-compare.class.d.ts.map +0 -1
  3423. package/dist/components/document-compare/document-compare.class.js +0 -214
  3424. package/dist/components/document-compare/document-compare.class.js.map +0 -1
  3425. package/dist/components/document-compare/document-compare.d.ts.map +0 -1
  3426. package/dist/components/document-compare/document-compare.js +0 -5
  3427. package/dist/components/document-compare/document-compare.js.map +0 -1
  3428. package/dist/components/document-compare/document-compare.styles.d.ts.map +0 -1
  3429. package/dist/components/document-compare/document-compare.styles.js.map +0 -1
  3430. package/dist/components/document-library/document-library.class.d.ts +0 -154
  3431. package/dist/components/document-library/document-library.class.d.ts.map +0 -1
  3432. package/dist/components/document-library/document-library.class.js +0 -399
  3433. package/dist/components/document-library/document-library.class.js.map +0 -1
  3434. package/dist/components/document-library/document-library.d.ts +0 -9
  3435. package/dist/components/document-library/document-library.d.ts.map +0 -1
  3436. package/dist/components/document-library/document-library.js +0 -12
  3437. package/dist/components/document-library/document-library.js.map +0 -1
  3438. package/dist/components/document-library/document-library.styles.d.ts.map +0 -1
  3439. package/dist/components/document-library/document-library.styles.js.map +0 -1
  3440. package/dist/components/document-preview/document-preview.class.d.ts +0 -194
  3441. package/dist/components/document-preview/document-preview.class.d.ts.map +0 -1
  3442. package/dist/components/document-preview/document-preview.class.js +0 -467
  3443. package/dist/components/document-preview/document-preview.class.js.map +0 -1
  3444. package/dist/components/document-preview/document-preview.d.ts.map +0 -1
  3445. package/dist/components/document-preview/document-preview.js +0 -5
  3446. package/dist/components/document-preview/document-preview.js.map +0 -1
  3447. package/dist/components/document-preview/document-preview.styles.d.ts.map +0 -1
  3448. package/dist/components/document-preview/document-preview.styles.js.map +0 -1
  3449. package/dist/components/document-viewer/anchors.d.ts.map +0 -1
  3450. package/dist/components/document-viewer/anchors.js.map +0 -1
  3451. package/dist/components/document-viewer/document-viewer.class.d.ts +0 -79
  3452. package/dist/components/document-viewer/document-viewer.class.d.ts.map +0 -1
  3453. package/dist/components/document-viewer/document-viewer.class.js +0 -230
  3454. package/dist/components/document-viewer/document-viewer.class.js.map +0 -1
  3455. package/dist/components/document-viewer/document-viewer.d.ts +0 -5
  3456. package/dist/components/document-viewer/document-viewer.d.ts.map +0 -1
  3457. package/dist/components/document-viewer/document-viewer.js +0 -8
  3458. package/dist/components/document-viewer/document-viewer.js.map +0 -1
  3459. package/dist/components/document-viewer/document-viewer.styles.d.ts.map +0 -1
  3460. package/dist/components/document-viewer/document-viewer.styles.js.map +0 -1
  3461. package/dist/components/document-viewer/registry.d.ts.map +0 -1
  3462. package/dist/components/document-viewer/registry.js.map +0 -1
  3463. package/dist/components/docx-viewer/docx-loader.d.ts +0 -11
  3464. package/dist/components/docx-viewer/docx-loader.d.ts.map +0 -1
  3465. package/dist/components/docx-viewer/docx-loader.js.map +0 -1
  3466. package/dist/components/docx-viewer/docx-viewer.class.d.ts +0 -169
  3467. package/dist/components/docx-viewer/docx-viewer.class.d.ts.map +0 -1
  3468. package/dist/components/docx-viewer/docx-viewer.class.js +0 -564
  3469. package/dist/components/docx-viewer/docx-viewer.class.js.map +0 -1
  3470. package/dist/components/docx-viewer/docx-viewer.d.ts.map +0 -1
  3471. package/dist/components/docx-viewer/docx-viewer.js +0 -13
  3472. package/dist/components/docx-viewer/docx-viewer.js.map +0 -1
  3473. package/dist/components/docx-viewer/docx-viewer.styles.d.ts.map +0 -1
  3474. package/dist/components/docx-viewer/docx-viewer.styles.js.map +0 -1
  3475. package/dist/components/docx-viewer/fixtures/minimal-docx-fixture.d.ts.map +0 -1
  3476. package/dist/components/docx-viewer/fixtures/minimal-docx-fixture.js.map +0 -1
  3477. package/dist/components/drawer/drawer.class.d.ts +0 -26
  3478. package/dist/components/drawer/drawer.class.d.ts.map +0 -1
  3479. package/dist/components/drawer/drawer.class.js +0 -34
  3480. package/dist/components/drawer/drawer.class.js.map +0 -1
  3481. package/dist/components/drawer/drawer.d.ts.map +0 -1
  3482. package/dist/components/drawer/drawer.js +0 -5
  3483. package/dist/components/drawer/drawer.js.map +0 -1
  3484. package/dist/components/drawer/drawer.styles.d.ts.map +0 -1
  3485. package/dist/components/drawer/drawer.styles.js.map +0 -1
  3486. package/dist/components/drilldown-panel/drilldown-panel.class.d.ts +0 -148
  3487. package/dist/components/drilldown-panel/drilldown-panel.class.d.ts.map +0 -1
  3488. package/dist/components/drilldown-panel/drilldown-panel.class.js +0 -241
  3489. package/dist/components/drilldown-panel/drilldown-panel.class.js.map +0 -1
  3490. package/dist/components/drilldown-panel/drilldown-panel.d.ts +0 -9
  3491. package/dist/components/drilldown-panel/drilldown-panel.d.ts.map +0 -1
  3492. package/dist/components/drilldown-panel/drilldown-panel.js +0 -12
  3493. package/dist/components/drilldown-panel/drilldown-panel.js.map +0 -1
  3494. package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts.map +0 -1
  3495. package/dist/components/drilldown-panel/drilldown-panel.styles.js.map +0 -1
  3496. package/dist/components/ebook-viewer/ebook-loader.d.ts +0 -9
  3497. package/dist/components/ebook-viewer/ebook-loader.d.ts.map +0 -1
  3498. package/dist/components/ebook-viewer/ebook-loader.js.map +0 -1
  3499. package/dist/components/ebook-viewer/ebook-viewer-register.d.ts.map +0 -1
  3500. package/dist/components/ebook-viewer/ebook-viewer-register.js.map +0 -1
  3501. package/dist/components/ebook-viewer/ebook-viewer.class.d.ts +0 -160
  3502. package/dist/components/ebook-viewer/ebook-viewer.class.d.ts.map +0 -1
  3503. package/dist/components/ebook-viewer/ebook-viewer.class.js +0 -470
  3504. package/dist/components/ebook-viewer/ebook-viewer.class.js.map +0 -1
  3505. package/dist/components/ebook-viewer/ebook-viewer.d.ts.map +0 -1
  3506. package/dist/components/ebook-viewer/ebook-viewer.js +0 -5
  3507. package/dist/components/ebook-viewer/ebook-viewer.js.map +0 -1
  3508. package/dist/components/ebook-viewer/ebook-viewer.styles.d.ts.map +0 -1
  3509. package/dist/components/ebook-viewer/ebook-viewer.styles.js.map +0 -1
  3510. package/dist/components/ebook-viewer/fixtures/minimal-epub-fixture.d.ts.map +0 -1
  3511. package/dist/components/ebook-viewer/fixtures/minimal-epub-fixture.js.map +0 -1
  3512. package/dist/components/email-viewer/email-loader.d.ts +0 -10
  3513. package/dist/components/email-viewer/email-loader.d.ts.map +0 -1
  3514. package/dist/components/email-viewer/email-loader.js.map +0 -1
  3515. package/dist/components/email-viewer/email-viewer.class.d.ts +0 -100
  3516. package/dist/components/email-viewer/email-viewer.class.d.ts.map +0 -1
  3517. package/dist/components/email-viewer/email-viewer.class.js +0 -277
  3518. package/dist/components/email-viewer/email-viewer.class.js.map +0 -1
  3519. package/dist/components/email-viewer/email-viewer.d.ts.map +0 -1
  3520. package/dist/components/email-viewer/email-viewer.js +0 -13
  3521. package/dist/components/email-viewer/email-viewer.js.map +0 -1
  3522. package/dist/components/email-viewer/email-viewer.styles.d.ts.map +0 -1
  3523. package/dist/components/email-viewer/email-viewer.styles.js.map +0 -1
  3524. package/dist/components/emoji-picker/emoji-data-loader.d.ts +0 -14
  3525. package/dist/components/emoji-picker/emoji-data-loader.d.ts.map +0 -1
  3526. package/dist/components/emoji-picker/emoji-data-loader.js.map +0 -1
  3527. package/dist/components/emoji-picker/emoji-picker.class.d.ts +0 -115
  3528. package/dist/components/emoji-picker/emoji-picker.class.d.ts.map +0 -1
  3529. package/dist/components/emoji-picker/emoji-picker.class.js +0 -409
  3530. package/dist/components/emoji-picker/emoji-picker.class.js.map +0 -1
  3531. package/dist/components/emoji-picker/emoji-picker.d.ts.map +0 -1
  3532. package/dist/components/emoji-picker/emoji-picker.js +0 -5
  3533. package/dist/components/emoji-picker/emoji-picker.js.map +0 -1
  3534. package/dist/components/emoji-picker/emoji-picker.styles.d.ts.map +0 -1
  3535. package/dist/components/emoji-picker/emoji-picker.styles.js +0 -94
  3536. package/dist/components/emoji-picker/emoji-picker.styles.js.map +0 -1
  3537. package/dist/components/empty/empty.class.d.ts +0 -53
  3538. package/dist/components/empty/empty.class.d.ts.map +0 -1
  3539. package/dist/components/empty/empty.class.js +0 -148
  3540. package/dist/components/empty/empty.class.js.map +0 -1
  3541. package/dist/components/empty/empty.d.ts.map +0 -1
  3542. package/dist/components/empty/empty.js +0 -5
  3543. package/dist/components/empty/empty.js.map +0 -1
  3544. package/dist/components/empty/empty.styles.d.ts.map +0 -1
  3545. package/dist/components/empty/empty.styles.js.map +0 -1
  3546. package/dist/components/entity-card/entity-card.class.d.ts +0 -81
  3547. package/dist/components/entity-card/entity-card.class.d.ts.map +0 -1
  3548. package/dist/components/entity-card/entity-card.class.js +0 -148
  3549. package/dist/components/entity-card/entity-card.class.js.map +0 -1
  3550. package/dist/components/entity-card/entity-card.d.ts +0 -7
  3551. package/dist/components/entity-card/entity-card.d.ts.map +0 -1
  3552. package/dist/components/entity-card/entity-card.js +0 -10
  3553. package/dist/components/entity-card/entity-card.js.map +0 -1
  3554. package/dist/components/entity-card/entity-card.styles.d.ts.map +0 -1
  3555. package/dist/components/entity-card/entity-card.styles.js.map +0 -1
  3556. package/dist/components/entity-chip/entity-chip.class.d.ts +0 -72
  3557. package/dist/components/entity-chip/entity-chip.class.d.ts.map +0 -1
  3558. package/dist/components/entity-chip/entity-chip.class.js +0 -200
  3559. package/dist/components/entity-chip/entity-chip.class.js.map +0 -1
  3560. package/dist/components/entity-chip/entity-chip.d.ts.map +0 -1
  3561. package/dist/components/entity-chip/entity-chip.js +0 -5
  3562. package/dist/components/entity-chip/entity-chip.js.map +0 -1
  3563. package/dist/components/entity-chip/entity-chip.styles.d.ts.map +0 -1
  3564. package/dist/components/entity-chip/entity-chip.styles.js.map +0 -1
  3565. package/dist/components/entity-dossier/entity-dossier.class.d.ts +0 -132
  3566. package/dist/components/entity-dossier/entity-dossier.class.d.ts.map +0 -1
  3567. package/dist/components/entity-dossier/entity-dossier.class.js +0 -187
  3568. package/dist/components/entity-dossier/entity-dossier.class.js.map +0 -1
  3569. package/dist/components/entity-dossier/entity-dossier.d.ts +0 -9
  3570. package/dist/components/entity-dossier/entity-dossier.d.ts.map +0 -1
  3571. package/dist/components/entity-dossier/entity-dossier.js +0 -12
  3572. package/dist/components/entity-dossier/entity-dossier.js.map +0 -1
  3573. package/dist/components/entity-dossier/entity-dossier.styles.d.ts.map +0 -1
  3574. package/dist/components/entity-dossier/entity-dossier.styles.js.map +0 -1
  3575. package/dist/components/env-list/env-list.class.d.ts +0 -55
  3576. package/dist/components/env-list/env-list.class.d.ts.map +0 -1
  3577. package/dist/components/env-list/env-list.class.js +0 -143
  3578. package/dist/components/env-list/env-list.class.js.map +0 -1
  3579. package/dist/components/env-list/env-list.d.ts.map +0 -1
  3580. package/dist/components/env-list/env-list.js +0 -5
  3581. package/dist/components/env-list/env-list.js.map +0 -1
  3582. package/dist/components/env-list/env-list.styles.d.ts.map +0 -1
  3583. package/dist/components/env-list/env-list.styles.js.map +0 -1
  3584. package/dist/components/eval-dataset/eval-dataset.class.d.ts +0 -145
  3585. package/dist/components/eval-dataset/eval-dataset.class.d.ts.map +0 -1
  3586. package/dist/components/eval-dataset/eval-dataset.class.js +0 -307
  3587. package/dist/components/eval-dataset/eval-dataset.class.js.map +0 -1
  3588. package/dist/components/eval-dataset/eval-dataset.d.ts +0 -7
  3589. package/dist/components/eval-dataset/eval-dataset.d.ts.map +0 -1
  3590. package/dist/components/eval-dataset/eval-dataset.js +0 -10
  3591. package/dist/components/eval-dataset/eval-dataset.js.map +0 -1
  3592. package/dist/components/eval-dataset/eval-dataset.styles.d.ts.map +0 -1
  3593. package/dist/components/eval-dataset/eval-dataset.styles.js.map +0 -1
  3594. package/dist/components/eval-result/eval-result.class.d.ts +0 -115
  3595. package/dist/components/eval-result/eval-result.class.d.ts.map +0 -1
  3596. package/dist/components/eval-result/eval-result.class.js +0 -165
  3597. package/dist/components/eval-result/eval-result.class.js.map +0 -1
  3598. package/dist/components/eval-result/eval-result.d.ts +0 -5
  3599. package/dist/components/eval-result/eval-result.d.ts.map +0 -1
  3600. package/dist/components/eval-result/eval-result.js +0 -8
  3601. package/dist/components/eval-result/eval-result.js.map +0 -1
  3602. package/dist/components/eval-result/eval-result.styles.d.ts.map +0 -1
  3603. package/dist/components/eval-result/eval-result.styles.js.map +0 -1
  3604. package/dist/components/evaluation-run/evaluation-run.class.d.ts +0 -168
  3605. package/dist/components/evaluation-run/evaluation-run.class.d.ts.map +0 -1
  3606. package/dist/components/evaluation-run/evaluation-run.class.js +0 -333
  3607. package/dist/components/evaluation-run/evaluation-run.class.js.map +0 -1
  3608. package/dist/components/evaluation-run/evaluation-run.d.ts.map +0 -1
  3609. package/dist/components/evaluation-run/evaluation-run.js +0 -5
  3610. package/dist/components/evaluation-run/evaluation-run.js.map +0 -1
  3611. package/dist/components/evaluation-run/evaluation-run.styles.d.ts.map +0 -1
  3612. package/dist/components/evaluation-run/evaluation-run.styles.js.map +0 -1
  3613. package/dist/components/export-button/csv.d.ts.map +0 -1
  3614. package/dist/components/export-button/csv.js.map +0 -1
  3615. package/dist/components/export-button/export-button.class.d.ts +0 -116
  3616. package/dist/components/export-button/export-button.class.d.ts.map +0 -1
  3617. package/dist/components/export-button/export-button.class.js +0 -336
  3618. package/dist/components/export-button/export-button.class.js.map +0 -1
  3619. package/dist/components/export-button/export-button.d.ts.map +0 -1
  3620. package/dist/components/export-button/export-button.js +0 -5
  3621. package/dist/components/export-button/export-button.js.map +0 -1
  3622. package/dist/components/export-button/export-button.styles.d.ts.map +0 -1
  3623. package/dist/components/export-button/export-button.styles.js.map +0 -1
  3624. package/dist/components/file-icon/file-icon.class.d.ts +0 -35
  3625. package/dist/components/file-icon/file-icon.class.d.ts.map +0 -1
  3626. package/dist/components/file-icon/file-icon.class.js +0 -97
  3627. package/dist/components/file-icon/file-icon.class.js.map +0 -1
  3628. package/dist/components/file-icon/file-icon.d.ts.map +0 -1
  3629. package/dist/components/file-icon/file-icon.js +0 -6
  3630. package/dist/components/file-icon/file-icon.js.map +0 -1
  3631. package/dist/components/file-icon/file-icon.styles.d.ts.map +0 -1
  3632. package/dist/components/file-icon/file-icon.styles.js.map +0 -1
  3633. package/dist/components/file-icon/file-type-metadata.d.ts.map +0 -1
  3634. package/dist/components/file-icon/file-type-metadata.js.map +0 -1
  3635. package/dist/components/file-input/accept.d.ts.map +0 -1
  3636. package/dist/components/file-input/accept.js.map +0 -1
  3637. package/dist/components/file-input/file-input.class.d.ts +0 -106
  3638. package/dist/components/file-input/file-input.class.d.ts.map +0 -1
  3639. package/dist/components/file-input/file-input.class.js +0 -315
  3640. package/dist/components/file-input/file-input.class.js.map +0 -1
  3641. package/dist/components/file-input/file-input.d.ts.map +0 -1
  3642. package/dist/components/file-input/file-input.js +0 -5
  3643. package/dist/components/file-input/file-input.js.map +0 -1
  3644. package/dist/components/file-input/file-input.styles.d.ts.map +0 -1
  3645. package/dist/components/file-input/file-input.styles.js.map +0 -1
  3646. package/dist/components/file-tree/file-tree.class.d.ts +0 -68
  3647. package/dist/components/file-tree/file-tree.class.d.ts.map +0 -1
  3648. package/dist/components/file-tree/file-tree.class.js +0 -235
  3649. package/dist/components/file-tree/file-tree.class.js.map +0 -1
  3650. package/dist/components/file-tree/file-tree.d.ts.map +0 -1
  3651. package/dist/components/file-tree/file-tree.js +0 -5
  3652. package/dist/components/file-tree/file-tree.js.map +0 -1
  3653. package/dist/components/file-tree/file-tree.styles.d.ts.map +0 -1
  3654. package/dist/components/file-tree/file-tree.styles.js.map +0 -1
  3655. package/dist/components/filter-bar/filter-bar.class.d.ts +0 -200
  3656. package/dist/components/filter-bar/filter-bar.class.d.ts.map +0 -1
  3657. package/dist/components/filter-bar/filter-bar.class.js +0 -322
  3658. package/dist/components/filter-bar/filter-bar.class.js.map +0 -1
  3659. package/dist/components/filter-bar/filter-bar.d.ts +0 -10
  3660. package/dist/components/filter-bar/filter-bar.d.ts.map +0 -1
  3661. package/dist/components/filter-bar/filter-bar.js +0 -13
  3662. package/dist/components/filter-bar/filter-bar.js.map +0 -1
  3663. package/dist/components/filter-bar/filter-bar.styles.d.ts.map +0 -1
  3664. package/dist/components/filter-bar/filter-bar.styles.js.map +0 -1
  3665. package/dist/components/flag/flag-peer.d.ts.map +0 -1
  3666. package/dist/components/flag/flag-peer.js.map +0 -1
  3667. package/dist/components/flag/flag.class.d.ts +0 -130
  3668. package/dist/components/flag/flag.class.d.ts.map +0 -1
  3669. package/dist/components/flag/flag.class.js +0 -251
  3670. package/dist/components/flag/flag.class.js.map +0 -1
  3671. package/dist/components/flag/flag.d.ts +0 -3
  3672. package/dist/components/flag/flag.d.ts.map +0 -1
  3673. package/dist/components/flag/flag.js +0 -6
  3674. package/dist/components/flag/flag.js.map +0 -1
  3675. package/dist/components/flag/flag.styles.d.ts.map +0 -1
  3676. package/dist/components/flag/flag.styles.js.map +0 -1
  3677. package/dist/components/flag/language-map.d.ts.map +0 -1
  3678. package/dist/components/flag/language-map.js.map +0 -1
  3679. package/dist/components/flow-canvas/flow-canvas.class.d.ts +0 -411
  3680. package/dist/components/flow-canvas/flow-canvas.class.d.ts.map +0 -1
  3681. package/dist/components/flow-canvas/flow-canvas.class.js +0 -1570
  3682. package/dist/components/flow-canvas/flow-canvas.class.js.map +0 -1
  3683. package/dist/components/flow-canvas/flow-canvas.d.ts +0 -4
  3684. package/dist/components/flow-canvas/flow-canvas.d.ts.map +0 -1
  3685. package/dist/components/flow-canvas/flow-canvas.js +0 -7
  3686. package/dist/components/flow-canvas/flow-canvas.js.map +0 -1
  3687. package/dist/components/flow-canvas/flow-canvas.styles.d.ts.map +0 -1
  3688. package/dist/components/flow-canvas/flow-canvas.styles.js.map +0 -1
  3689. package/dist/components/flow-controls/flow-controls.class.d.ts +0 -44
  3690. package/dist/components/flow-controls/flow-controls.class.d.ts.map +0 -1
  3691. package/dist/components/flow-controls/flow-controls.class.js +0 -203
  3692. package/dist/components/flow-controls/flow-controls.class.js.map +0 -1
  3693. package/dist/components/flow-controls/flow-controls.d.ts.map +0 -1
  3694. package/dist/components/flow-controls/flow-controls.js +0 -5
  3695. package/dist/components/flow-controls/flow-controls.js.map +0 -1
  3696. package/dist/components/flow-controls/flow-controls.styles.d.ts.map +0 -1
  3697. package/dist/components/flow-controls/flow-controls.styles.js.map +0 -1
  3698. package/dist/components/flow-minimap/flow-minimap.class.d.ts +0 -62
  3699. package/dist/components/flow-minimap/flow-minimap.class.d.ts.map +0 -1
  3700. package/dist/components/flow-minimap/flow-minimap.class.js +0 -291
  3701. package/dist/components/flow-minimap/flow-minimap.class.js.map +0 -1
  3702. package/dist/components/flow-minimap/flow-minimap.d.ts.map +0 -1
  3703. package/dist/components/flow-minimap/flow-minimap.js +0 -5
  3704. package/dist/components/flow-minimap/flow-minimap.js.map +0 -1
  3705. package/dist/components/flow-minimap/flow-minimap.styles.d.ts.map +0 -1
  3706. package/dist/components/flow-minimap/flow-minimap.styles.js.map +0 -1
  3707. package/dist/components/flow-node/flow-node.class.d.ts +0 -70
  3708. package/dist/components/flow-node/flow-node.class.d.ts.map +0 -1
  3709. package/dist/components/flow-node/flow-node.class.js +0 -187
  3710. package/dist/components/flow-node/flow-node.class.js.map +0 -1
  3711. package/dist/components/flow-node/flow-node.d.ts.map +0 -1
  3712. package/dist/components/flow-node/flow-node.js +0 -5
  3713. package/dist/components/flow-node/flow-node.js.map +0 -1
  3714. package/dist/components/flow-node/flow-node.styles.d.ts.map +0 -1
  3715. package/dist/components/flow-node/flow-node.styles.js.map +0 -1
  3716. package/dist/components/flow-run-overlay/flow-run-overlay.class.d.ts +0 -46
  3717. package/dist/components/flow-run-overlay/flow-run-overlay.class.d.ts.map +0 -1
  3718. package/dist/components/flow-run-overlay/flow-run-overlay.class.js +0 -183
  3719. package/dist/components/flow-run-overlay/flow-run-overlay.class.js.map +0 -1
  3720. package/dist/components/flow-run-overlay/flow-run-overlay.d.ts.map +0 -1
  3721. package/dist/components/flow-run-overlay/flow-run-overlay.js +0 -5
  3722. package/dist/components/flow-run-overlay/flow-run-overlay.js.map +0 -1
  3723. package/dist/components/flow-run-overlay/flow-run-overlay.styles.d.ts.map +0 -1
  3724. package/dist/components/flow-run-overlay/flow-run-overlay.styles.js.map +0 -1
  3725. package/dist/components/format/format-bytes.class.d.ts +0 -29
  3726. package/dist/components/format/format-bytes.class.d.ts.map +0 -1
  3727. package/dist/components/format/format-bytes.class.js +0 -78
  3728. package/dist/components/format/format-bytes.class.js.map +0 -1
  3729. package/dist/components/format/format-bytes.d.ts.map +0 -1
  3730. package/dist/components/format/format-bytes.js +0 -5
  3731. package/dist/components/format/format-bytes.js.map +0 -1
  3732. package/dist/components/format/format-date.class.d.ts +0 -24
  3733. package/dist/components/format/format-date.class.d.ts.map +0 -1
  3734. package/dist/components/format/format-date.class.js +0 -54
  3735. package/dist/components/format/format-date.class.js.map +0 -1
  3736. package/dist/components/format/format-date.d.ts.map +0 -1
  3737. package/dist/components/format/format-date.js +0 -5
  3738. package/dist/components/format/format-date.js.map +0 -1
  3739. package/dist/components/format/format-number.class.d.ts +0 -29
  3740. package/dist/components/format/format-number.class.d.ts.map +0 -1
  3741. package/dist/components/format/format-number.class.js +0 -83
  3742. package/dist/components/format/format-number.class.js.map +0 -1
  3743. package/dist/components/format/format-number.d.ts.map +0 -1
  3744. package/dist/components/format/format-number.js +0 -5
  3745. package/dist/components/format/format-number.js.map +0 -1
  3746. package/dist/components/format/format.styles.d.ts.map +0 -1
  3747. package/dist/components/format/format.styles.js.map +0 -1
  3748. package/dist/components/format/relative-time.class.d.ts +0 -28
  3749. package/dist/components/format/relative-time.class.d.ts.map +0 -1
  3750. package/dist/components/format/relative-time.class.js +0 -62
  3751. package/dist/components/format/relative-time.class.js.map +0 -1
  3752. package/dist/components/format/relative-time.d.ts.map +0 -1
  3753. package/dist/components/format/relative-time.js +0 -5
  3754. package/dist/components/format/relative-time.js.map +0 -1
  3755. package/dist/components/gauge/gauge.class.d.ts +0 -45
  3756. package/dist/components/gauge/gauge.class.d.ts.map +0 -1
  3757. package/dist/components/gauge/gauge.class.js +0 -224
  3758. package/dist/components/gauge/gauge.class.js.map +0 -1
  3759. package/dist/components/gauge/gauge.d.ts.map +0 -1
  3760. package/dist/components/gauge/gauge.js +0 -5
  3761. package/dist/components/gauge/gauge.js.map +0 -1
  3762. package/dist/components/gauge/gauge.styles.d.ts.map +0 -1
  3763. package/dist/components/gauge/gauge.styles.js.map +0 -1
  3764. package/dist/components/generation-status/generation-status.class.d.ts +0 -124
  3765. package/dist/components/generation-status/generation-status.class.d.ts.map +0 -1
  3766. package/dist/components/generation-status/generation-status.class.js +0 -370
  3767. package/dist/components/generation-status/generation-status.class.js.map +0 -1
  3768. package/dist/components/generation-status/generation-status.d.ts.map +0 -1
  3769. package/dist/components/generation-status/generation-status.js +0 -5
  3770. package/dist/components/generation-status/generation-status.js.map +0 -1
  3771. package/dist/components/generation-status/generation-status.styles.d.ts.map +0 -1
  3772. package/dist/components/generation-status/generation-status.styles.js.map +0 -1
  3773. package/dist/components/geojson-view/geojson-view.class.d.ts +0 -40
  3774. package/dist/components/geojson-view/geojson-view.class.d.ts.map +0 -1
  3775. package/dist/components/geojson-view/geojson-view.class.js +0 -185
  3776. package/dist/components/geojson-view/geojson-view.class.js.map +0 -1
  3777. package/dist/components/geojson-view/geojson-view.d.ts +0 -5
  3778. package/dist/components/geojson-view/geojson-view.d.ts.map +0 -1
  3779. package/dist/components/geojson-view/geojson-view.js +0 -18
  3780. package/dist/components/geojson-view/geojson-view.js.map +0 -1
  3781. package/dist/components/graph/graph-canvas.d.ts.map +0 -1
  3782. package/dist/components/graph/graph-canvas.js.map +0 -1
  3783. package/dist/components/graph/graph-hull.d.ts.map +0 -1
  3784. package/dist/components/graph/graph-hull.js.map +0 -1
  3785. package/dist/components/graph/graph-loader.d.ts +0 -34
  3786. package/dist/components/graph/graph-loader.d.ts.map +0 -1
  3787. package/dist/components/graph/graph-loader.js.map +0 -1
  3788. package/dist/components/graph/graph.class.d.ts +0 -675
  3789. package/dist/components/graph/graph.class.d.ts.map +0 -1
  3790. package/dist/components/graph/graph.class.js +0 -2334
  3791. package/dist/components/graph/graph.class.js.map +0 -1
  3792. package/dist/components/graph/graph.d.ts +0 -3
  3793. package/dist/components/graph/graph.d.ts.map +0 -1
  3794. package/dist/components/graph/graph.js +0 -6
  3795. package/dist/components/graph/graph.js.map +0 -1
  3796. package/dist/components/graph/graph.styles.d.ts.map +0 -1
  3797. package/dist/components/graph/graph.styles.js +0 -157
  3798. package/dist/components/graph/graph.styles.js.map +0 -1
  3799. package/dist/components/graph-legend/graph-legend.class.d.ts +0 -62
  3800. package/dist/components/graph-legend/graph-legend.class.d.ts.map +0 -1
  3801. package/dist/components/graph-legend/graph-legend.class.js +0 -132
  3802. package/dist/components/graph-legend/graph-legend.class.js.map +0 -1
  3803. package/dist/components/graph-legend/graph-legend.d.ts.map +0 -1
  3804. package/dist/components/graph-legend/graph-legend.js +0 -5
  3805. package/dist/components/graph-legend/graph-legend.js.map +0 -1
  3806. package/dist/components/graph-legend/graph-legend.styles.d.ts.map +0 -1
  3807. package/dist/components/graph-legend/graph-legend.styles.js.map +0 -1
  3808. package/dist/components/graph-query-builder/graph-query-builder.class.d.ts +0 -242
  3809. package/dist/components/graph-query-builder/graph-query-builder.class.d.ts.map +0 -1
  3810. package/dist/components/graph-query-builder/graph-query-builder.class.js +0 -511
  3811. package/dist/components/graph-query-builder/graph-query-builder.class.js.map +0 -1
  3812. package/dist/components/graph-query-builder/graph-query-builder.d.ts +0 -7
  3813. package/dist/components/graph-query-builder/graph-query-builder.d.ts.map +0 -1
  3814. package/dist/components/graph-query-builder/graph-query-builder.js +0 -10
  3815. package/dist/components/graph-query-builder/graph-query-builder.js.map +0 -1
  3816. package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts.map +0 -1
  3817. package/dist/components/graph-query-builder/graph-query-builder.styles.js.map +0 -1
  3818. package/dist/components/grounding-summary/grounding-summary.class.d.ts +0 -80
  3819. package/dist/components/grounding-summary/grounding-summary.class.d.ts.map +0 -1
  3820. package/dist/components/grounding-summary/grounding-summary.class.js +0 -182
  3821. package/dist/components/grounding-summary/grounding-summary.class.js.map +0 -1
  3822. package/dist/components/grounding-summary/grounding-summary.d.ts +0 -5
  3823. package/dist/components/grounding-summary/grounding-summary.d.ts.map +0 -1
  3824. package/dist/components/grounding-summary/grounding-summary.js +0 -8
  3825. package/dist/components/grounding-summary/grounding-summary.js.map +0 -1
  3826. package/dist/components/grounding-summary/grounding-summary.styles.d.ts.map +0 -1
  3827. package/dist/components/grounding-summary/grounding-summary.styles.js.map +0 -1
  3828. package/dist/components/handoff-divider/handoff-divider.class.d.ts +0 -46
  3829. package/dist/components/handoff-divider/handoff-divider.class.d.ts.map +0 -1
  3830. package/dist/components/handoff-divider/handoff-divider.class.js +0 -100
  3831. package/dist/components/handoff-divider/handoff-divider.class.js.map +0 -1
  3832. package/dist/components/handoff-divider/handoff-divider.d.ts.map +0 -1
  3833. package/dist/components/handoff-divider/handoff-divider.js +0 -5
  3834. package/dist/components/handoff-divider/handoff-divider.js.map +0 -1
  3835. package/dist/components/handoff-divider/handoff-divider.styles.d.ts.map +0 -1
  3836. package/dist/components/handoff-divider/handoff-divider.styles.js.map +0 -1
  3837. package/dist/components/heatmap/calendar-grid.d.ts.map +0 -1
  3838. package/dist/components/heatmap/calendar-grid.js.map +0 -1
  3839. package/dist/components/heatmap/heatmap-scale.d.ts.map +0 -1
  3840. package/dist/components/heatmap/heatmap-scale.js.map +0 -1
  3841. package/dist/components/heatmap/heatmap.class.d.ts +0 -613
  3842. package/dist/components/heatmap/heatmap.class.d.ts.map +0 -1
  3843. package/dist/components/heatmap/heatmap.class.js +0 -1814
  3844. package/dist/components/heatmap/heatmap.class.js.map +0 -1
  3845. package/dist/components/heatmap/heatmap.d.ts.map +0 -1
  3846. package/dist/components/heatmap/heatmap.js +0 -5
  3847. package/dist/components/heatmap/heatmap.js.map +0 -1
  3848. package/dist/components/heatmap/heatmap.styles.d.ts.map +0 -1
  3849. package/dist/components/heatmap/heatmap.styles.js +0 -137
  3850. package/dist/components/heatmap/heatmap.styles.js.map +0 -1
  3851. package/dist/components/highlight-layer/highlight-layer.class.d.ts +0 -60
  3852. package/dist/components/highlight-layer/highlight-layer.class.d.ts.map +0 -1
  3853. package/dist/components/highlight-layer/highlight-layer.class.js +0 -152
  3854. package/dist/components/highlight-layer/highlight-layer.class.js.map +0 -1
  3855. package/dist/components/highlight-layer/highlight-layer.d.ts.map +0 -1
  3856. package/dist/components/highlight-layer/highlight-layer.js +0 -5
  3857. package/dist/components/highlight-layer/highlight-layer.js.map +0 -1
  3858. package/dist/components/highlight-layer/highlight-layer.styles.d.ts.map +0 -1
  3859. package/dist/components/highlight-layer/highlight-layer.styles.js.map +0 -1
  3860. package/dist/components/html-viewer/dompurify-loader.d.ts +0 -7
  3861. package/dist/components/html-viewer/dompurify-loader.d.ts.map +0 -1
  3862. package/dist/components/html-viewer/dompurify-loader.js.map +0 -1
  3863. package/dist/components/html-viewer/html-viewer.class.d.ts +0 -39
  3864. package/dist/components/html-viewer/html-viewer.class.d.ts.map +0 -1
  3865. package/dist/components/html-viewer/html-viewer.class.js +0 -100
  3866. package/dist/components/html-viewer/html-viewer.class.js.map +0 -1
  3867. package/dist/components/html-viewer/html-viewer.d.ts.map +0 -1
  3868. package/dist/components/html-viewer/html-viewer.js +0 -15
  3869. package/dist/components/html-viewer/html-viewer.js.map +0 -1
  3870. package/dist/components/html-viewer/html-viewer.styles.d.ts.map +0 -1
  3871. package/dist/components/html-viewer/html-viewer.styles.js.map +0 -1
  3872. package/dist/components/icon/icon.class.d.ts +0 -31
  3873. package/dist/components/icon/icon.class.d.ts.map +0 -1
  3874. package/dist/components/icon/icon.class.js +0 -100
  3875. package/dist/components/icon/icon.class.js.map +0 -1
  3876. package/dist/components/icon/icon.d.ts.map +0 -1
  3877. package/dist/components/icon/icon.js +0 -5
  3878. package/dist/components/icon/icon.js.map +0 -1
  3879. package/dist/components/icon/icon.styles.d.ts.map +0 -1
  3880. package/dist/components/icon/icon.styles.js.map +0 -1
  3881. package/dist/components/icon-button/icon-button.class.d.ts +0 -25
  3882. package/dist/components/icon-button/icon-button.class.d.ts.map +0 -1
  3883. package/dist/components/icon-button/icon-button.class.js +0 -51
  3884. package/dist/components/icon-button/icon-button.class.js.map +0 -1
  3885. package/dist/components/icon-button/icon-button.d.ts +0 -3
  3886. package/dist/components/icon-button/icon-button.d.ts.map +0 -1
  3887. package/dist/components/icon-button/icon-button.js +0 -6
  3888. package/dist/components/icon-button/icon-button.js.map +0 -1
  3889. package/dist/components/icon-button/icon-button.styles.d.ts.map +0 -1
  3890. package/dist/components/icon-button/icon-button.styles.js.map +0 -1
  3891. package/dist/components/image-comparer/image-comparer.class.d.ts +0 -43
  3892. package/dist/components/image-comparer/image-comparer.class.d.ts.map +0 -1
  3893. package/dist/components/image-comparer/image-comparer.class.js +0 -93
  3894. package/dist/components/image-comparer/image-comparer.class.js.map +0 -1
  3895. package/dist/components/image-comparer/image-comparer.d.ts.map +0 -1
  3896. package/dist/components/image-comparer/image-comparer.js +0 -5
  3897. package/dist/components/image-comparer/image-comparer.js.map +0 -1
  3898. package/dist/components/image-comparer/image-comparer.styles.d.ts.map +0 -1
  3899. package/dist/components/image-comparer/image-comparer.styles.js.map +0 -1
  3900. package/dist/components/image-viewer/image-viewer.class.d.ts +0 -143
  3901. package/dist/components/image-viewer/image-viewer.class.d.ts.map +0 -1
  3902. package/dist/components/image-viewer/image-viewer.class.js +0 -389
  3903. package/dist/components/image-viewer/image-viewer.class.js.map +0 -1
  3904. package/dist/components/image-viewer/image-viewer.d.ts +0 -4
  3905. package/dist/components/image-viewer/image-viewer.d.ts.map +0 -1
  3906. package/dist/components/image-viewer/image-viewer.js +0 -25
  3907. package/dist/components/image-viewer/image-viewer.js.map +0 -1
  3908. package/dist/components/image-viewer/image-viewer.styles.d.ts.map +0 -1
  3909. package/dist/components/image-viewer/image-viewer.styles.js.map +0 -1
  3910. package/dist/components/include/include.class.d.ts +0 -104
  3911. package/dist/components/include/include.class.d.ts.map +0 -1
  3912. package/dist/components/include/include.class.js +0 -149
  3913. package/dist/components/include/include.class.js.map +0 -1
  3914. package/dist/components/include/include.d.ts.map +0 -1
  3915. package/dist/components/include/include.js +0 -5
  3916. package/dist/components/include/include.js.map +0 -1
  3917. package/dist/components/include/include.styles.d.ts.map +0 -1
  3918. package/dist/components/include/include.styles.js.map +0 -1
  3919. package/dist/components/ingestion-queue/ingestion-queue.class.d.ts +0 -125
  3920. package/dist/components/ingestion-queue/ingestion-queue.class.d.ts.map +0 -1
  3921. package/dist/components/ingestion-queue/ingestion-queue.class.js +0 -276
  3922. package/dist/components/ingestion-queue/ingestion-queue.class.js.map +0 -1
  3923. package/dist/components/ingestion-queue/ingestion-queue.d.ts.map +0 -1
  3924. package/dist/components/ingestion-queue/ingestion-queue.js +0 -5
  3925. package/dist/components/ingestion-queue/ingestion-queue.js.map +0 -1
  3926. package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts.map +0 -1
  3927. package/dist/components/ingestion-queue/ingestion-queue.styles.js.map +0 -1
  3928. package/dist/components/input/input.class.d.ts +0 -128
  3929. package/dist/components/input/input.class.d.ts.map +0 -1
  3930. package/dist/components/input/input.class.js +0 -317
  3931. package/dist/components/input/input.class.js.map +0 -1
  3932. package/dist/components/input/input.d.ts.map +0 -1
  3933. package/dist/components/input/input.js +0 -5
  3934. package/dist/components/input/input.js.map +0 -1
  3935. package/dist/components/input/input.styles.d.ts.map +0 -1
  3936. package/dist/components/input/input.styles.js +0 -119
  3937. package/dist/components/input/input.styles.js.map +0 -1
  3938. package/dist/components/input/number-input.class.d.ts.map +0 -1
  3939. package/dist/components/input/number-input.class.js.map +0 -1
  3940. package/dist/components/input/number-input.d.ts.map +0 -1
  3941. package/dist/components/input/number-input.js +0 -5
  3942. package/dist/components/input/number-input.js.map +0 -1
  3943. package/dist/components/input/time-input.class.d.ts +0 -16
  3944. package/dist/components/input/time-input.class.d.ts.map +0 -1
  3945. package/dist/components/input/time-input.class.js +0 -17
  3946. package/dist/components/input/time-input.class.js.map +0 -1
  3947. package/dist/components/input/time-input.d.ts.map +0 -1
  3948. package/dist/components/input/time-input.js +0 -5
  3949. package/dist/components/input/time-input.js.map +0 -1
  3950. package/dist/components/intersection-observer/intersection-observer.class.d.ts +0 -37
  3951. package/dist/components/intersection-observer/intersection-observer.class.d.ts.map +0 -1
  3952. package/dist/components/intersection-observer/intersection-observer.class.js +0 -93
  3953. package/dist/components/intersection-observer/intersection-observer.class.js.map +0 -1
  3954. package/dist/components/intersection-observer/intersection-observer.d.ts.map +0 -1
  3955. package/dist/components/intersection-observer/intersection-observer.js +0 -5
  3956. package/dist/components/intersection-observer/intersection-observer.js.map +0 -1
  3957. package/dist/components/intersection-observer/intersection-observer.styles.d.ts.map +0 -1
  3958. package/dist/components/intersection-observer/intersection-observer.styles.js.map +0 -1
  3959. package/dist/components/json-viewer/json-viewer.class.d.ts +0 -127
  3960. package/dist/components/json-viewer/json-viewer.class.d.ts.map +0 -1
  3961. package/dist/components/json-viewer/json-viewer.class.js +0 -493
  3962. package/dist/components/json-viewer/json-viewer.class.js.map +0 -1
  3963. package/dist/components/json-viewer/json-viewer.d.ts.map +0 -1
  3964. package/dist/components/json-viewer/json-viewer.js +0 -5
  3965. package/dist/components/json-viewer/json-viewer.js.map +0 -1
  3966. package/dist/components/json-viewer/json-viewer.styles.d.ts.map +0 -1
  3967. package/dist/components/json-viewer/json-viewer.styles.js.map +0 -1
  3968. package/dist/components/kbd/kbd.class.d.ts +0 -82
  3969. package/dist/components/kbd/kbd.class.d.ts.map +0 -1
  3970. package/dist/components/kbd/kbd.class.js +0 -238
  3971. package/dist/components/kbd/kbd.class.js.map +0 -1
  3972. package/dist/components/kbd/kbd.d.ts.map +0 -1
  3973. package/dist/components/kbd/kbd.js +0 -5
  3974. package/dist/components/kbd/kbd.js.map +0 -1
  3975. package/dist/components/kbd/kbd.styles.d.ts.map +0 -1
  3976. package/dist/components/kbd/kbd.styles.js.map +0 -1
  3977. package/dist/components/knowledge-base/knowledge-base.class.d.ts +0 -136
  3978. package/dist/components/knowledge-base/knowledge-base.class.d.ts.map +0 -1
  3979. package/dist/components/knowledge-base/knowledge-base.class.js +0 -360
  3980. package/dist/components/knowledge-base/knowledge-base.class.js.map +0 -1
  3981. package/dist/components/knowledge-base/knowledge-base.d.ts +0 -7
  3982. package/dist/components/knowledge-base/knowledge-base.d.ts.map +0 -1
  3983. package/dist/components/knowledge-base/knowledge-base.js +0 -10
  3984. package/dist/components/knowledge-base/knowledge-base.js.map +0 -1
  3985. package/dist/components/knowledge-base/knowledge-base.styles.d.ts.map +0 -1
  3986. package/dist/components/knowledge-base/knowledge-base.styles.js.map +0 -1
  3987. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +0 -196
  3988. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +0 -1
  3989. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js +0 -477
  3990. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +0 -1
  3991. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +0 -11
  3992. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +0 -1
  3993. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js +0 -14
  3994. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js.map +0 -1
  3995. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +0 -1
  3996. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +0 -1
  3997. package/dist/components/known-date/known-date.class.d.ts +0 -208
  3998. package/dist/components/known-date/known-date.class.d.ts.map +0 -1
  3999. package/dist/components/known-date/known-date.class.js +0 -589
  4000. package/dist/components/known-date/known-date.class.js.map +0 -1
  4001. package/dist/components/known-date/known-date.d.ts.map +0 -1
  4002. package/dist/components/known-date/known-date.js +0 -5
  4003. package/dist/components/known-date/known-date.js.map +0 -1
  4004. package/dist/components/known-date/known-date.styles.d.ts.map +0 -1
  4005. package/dist/components/known-date/known-date.styles.js.map +0 -1
  4006. package/dist/components/lightbox/lightbox.class.d.ts +0 -187
  4007. package/dist/components/lightbox/lightbox.class.d.ts.map +0 -1
  4008. package/dist/components/lightbox/lightbox.class.js +0 -424
  4009. package/dist/components/lightbox/lightbox.class.js.map +0 -1
  4010. package/dist/components/lightbox/lightbox.d.ts.map +0 -1
  4011. package/dist/components/lightbox/lightbox.js +0 -6
  4012. package/dist/components/lightbox/lightbox.js.map +0 -1
  4013. package/dist/components/lightbox/lightbox.styles.d.ts.map +0 -1
  4014. package/dist/components/lightbox/lightbox.styles.js.map +0 -1
  4015. package/dist/components/live-region/live-region.class.d.ts +0 -96
  4016. package/dist/components/live-region/live-region.class.d.ts.map +0 -1
  4017. package/dist/components/live-region/live-region.class.js +0 -196
  4018. package/dist/components/live-region/live-region.class.js.map +0 -1
  4019. package/dist/components/live-region/live-region.d.ts.map +0 -1
  4020. package/dist/components/live-region/live-region.js +0 -5
  4021. package/dist/components/live-region/live-region.js.map +0 -1
  4022. package/dist/components/live-region/live-region.styles.d.ts.map +0 -1
  4023. package/dist/components/live-region/live-region.styles.js.map +0 -1
  4024. package/dist/components/map/map-loader.d.ts +0 -11
  4025. package/dist/components/map/map-loader.d.ts.map +0 -1
  4026. package/dist/components/map/map-loader.js.map +0 -1
  4027. package/dist/components/map/map.class.d.ts +0 -155
  4028. package/dist/components/map/map.class.d.ts.map +0 -1
  4029. package/dist/components/map/map.class.js +0 -616
  4030. package/dist/components/map/map.class.js.map +0 -1
  4031. package/dist/components/map/map.d.ts +0 -3
  4032. package/dist/components/map/map.d.ts.map +0 -1
  4033. package/dist/components/map/map.js +0 -6
  4034. package/dist/components/map/map.js.map +0 -1
  4035. package/dist/components/map/map.styles.d.ts.map +0 -1
  4036. package/dist/components/map/map.styles.js.map +0 -1
  4037. package/dist/components/markdown/katex-loader.d.ts +0 -23
  4038. package/dist/components/markdown/katex-loader.d.ts.map +0 -1
  4039. package/dist/components/markdown/katex-loader.js.map +0 -1
  4040. package/dist/components/markdown/markdown-core.class.d.ts +0 -341
  4041. package/dist/components/markdown/markdown-core.class.d.ts.map +0 -1
  4042. package/dist/components/markdown/markdown-core.class.js +0 -1028
  4043. package/dist/components/markdown/markdown-core.class.js.map +0 -1
  4044. package/dist/components/markdown/markdown-core.d.ts.map +0 -1
  4045. package/dist/components/markdown/markdown-core.js +0 -5
  4046. package/dist/components/markdown/markdown-core.js.map +0 -1
  4047. package/dist/components/markdown/markdown-loader.d.ts +0 -58
  4048. package/dist/components/markdown/markdown-loader.d.ts.map +0 -1
  4049. package/dist/components/markdown/markdown-loader.js.map +0 -1
  4050. package/dist/components/markdown/markdown.class.d.ts +0 -334
  4051. package/dist/components/markdown/markdown.class.d.ts.map +0 -1
  4052. package/dist/components/markdown/markdown.class.js +0 -1032
  4053. package/dist/components/markdown/markdown.class.js.map +0 -1
  4054. package/dist/components/markdown/markdown.d.ts.map +0 -1
  4055. package/dist/components/markdown/markdown.js +0 -5
  4056. package/dist/components/markdown/markdown.js.map +0 -1
  4057. package/dist/components/markdown/markdown.styles.d.ts.map +0 -1
  4058. package/dist/components/markdown/markdown.styles.js.map +0 -1
  4059. package/dist/components/media-card/media-card.class.d.ts +0 -145
  4060. package/dist/components/media-card/media-card.class.d.ts.map +0 -1
  4061. package/dist/components/media-card/media-card.class.js +0 -269
  4062. package/dist/components/media-card/media-card.class.js.map +0 -1
  4063. package/dist/components/media-card/media-card.d.ts.map +0 -1
  4064. package/dist/components/media-card/media-card.js +0 -5
  4065. package/dist/components/media-card/media-card.js.map +0 -1
  4066. package/dist/components/media-card/media-card.styles.d.ts.map +0 -1
  4067. package/dist/components/media-card/media-card.styles.js.map +0 -1
  4068. package/dist/components/memory-panel/memory-panel.class.d.ts +0 -146
  4069. package/dist/components/memory-panel/memory-panel.class.d.ts.map +0 -1
  4070. package/dist/components/memory-panel/memory-panel.class.js +0 -303
  4071. package/dist/components/memory-panel/memory-panel.class.js.map +0 -1
  4072. package/dist/components/memory-panel/memory-panel.d.ts +0 -5
  4073. package/dist/components/memory-panel/memory-panel.d.ts.map +0 -1
  4074. package/dist/components/memory-panel/memory-panel.js +0 -8
  4075. package/dist/components/memory-panel/memory-panel.js.map +0 -1
  4076. package/dist/components/memory-panel/memory-panel.styles.d.ts.map +0 -1
  4077. package/dist/components/memory-panel/memory-panel.styles.js.map +0 -1
  4078. package/dist/components/mention-popover/mention-popover.class.d.ts +0 -221
  4079. package/dist/components/mention-popover/mention-popover.class.d.ts.map +0 -1
  4080. package/dist/components/mention-popover/mention-popover.class.js +0 -519
  4081. package/dist/components/mention-popover/mention-popover.class.js.map +0 -1
  4082. package/dist/components/mention-popover/mention-popover.d.ts.map +0 -1
  4083. package/dist/components/mention-popover/mention-popover.js +0 -5
  4084. package/dist/components/mention-popover/mention-popover.js.map +0 -1
  4085. package/dist/components/mention-popover/mention-popover.styles.d.ts.map +0 -1
  4086. package/dist/components/mention-popover/mention-popover.styles.js.map +0 -1
  4087. package/dist/components/menu/dropdown-item.class.d.ts.map +0 -1
  4088. package/dist/components/menu/dropdown-item.class.js.map +0 -1
  4089. package/dist/components/menu/dropdown-item.d.ts.map +0 -1
  4090. package/dist/components/menu/dropdown-item.js +0 -5
  4091. package/dist/components/menu/dropdown-item.js.map +0 -1
  4092. package/dist/components/menu/menu-item.class.d.ts +0 -100
  4093. package/dist/components/menu/menu-item.class.d.ts.map +0 -1
  4094. package/dist/components/menu/menu-item.class.js +0 -205
  4095. package/dist/components/menu/menu-item.class.js.map +0 -1
  4096. package/dist/components/menu/menu-item.d.ts.map +0 -1
  4097. package/dist/components/menu/menu-item.js +0 -5
  4098. package/dist/components/menu/menu-item.js.map +0 -1
  4099. package/dist/components/menu/menu-item.styles.d.ts.map +0 -1
  4100. package/dist/components/menu/menu-item.styles.js.map +0 -1
  4101. package/dist/components/menu/menu.class.d.ts +0 -198
  4102. package/dist/components/menu/menu.class.d.ts.map +0 -1
  4103. package/dist/components/menu/menu.class.js +0 -519
  4104. package/dist/components/menu/menu.class.js.map +0 -1
  4105. package/dist/components/menu/menu.d.ts.map +0 -1
  4106. package/dist/components/menu/menu.js +0 -6
  4107. package/dist/components/menu/menu.js.map +0 -1
  4108. package/dist/components/menu/menu.styles.d.ts.map +0 -1
  4109. package/dist/components/menu/menu.styles.js.map +0 -1
  4110. package/dist/components/message-actions/message-actions.class.d.ts +0 -112
  4111. package/dist/components/message-actions/message-actions.class.d.ts.map +0 -1
  4112. package/dist/components/message-actions/message-actions.class.js +0 -277
  4113. package/dist/components/message-actions/message-actions.class.js.map +0 -1
  4114. package/dist/components/message-actions/message-actions.d.ts +0 -4
  4115. package/dist/components/message-actions/message-actions.d.ts.map +0 -1
  4116. package/dist/components/message-actions/message-actions.js +0 -7
  4117. package/dist/components/message-actions/message-actions.js.map +0 -1
  4118. package/dist/components/message-actions/message-actions.styles.d.ts.map +0 -1
  4119. package/dist/components/message-actions/message-actions.styles.js.map +0 -1
  4120. package/dist/components/message-feedback/message-feedback.class.d.ts +0 -91
  4121. package/dist/components/message-feedback/message-feedback.class.d.ts.map +0 -1
  4122. package/dist/components/message-feedback/message-feedback.class.js +0 -266
  4123. package/dist/components/message-feedback/message-feedback.class.js.map +0 -1
  4124. package/dist/components/message-feedback/message-feedback.d.ts.map +0 -1
  4125. package/dist/components/message-feedback/message-feedback.js +0 -5
  4126. package/dist/components/message-feedback/message-feedback.js.map +0 -1
  4127. package/dist/components/message-feedback/message-feedback.styles.d.ts.map +0 -1
  4128. package/dist/components/message-feedback/message-feedback.styles.js.map +0 -1
  4129. package/dist/components/mind-map/mind-map-layout.d.ts.map +0 -1
  4130. package/dist/components/mind-map/mind-map-layout.js +0 -69
  4131. package/dist/components/mind-map/mind-map-layout.js.map +0 -1
  4132. package/dist/components/mind-map/mind-map.class.d.ts +0 -83
  4133. package/dist/components/mind-map/mind-map.class.d.ts.map +0 -1
  4134. package/dist/components/mind-map/mind-map.class.js +0 -253
  4135. package/dist/components/mind-map/mind-map.class.js.map +0 -1
  4136. package/dist/components/mind-map/mind-map.d.ts.map +0 -1
  4137. package/dist/components/mind-map/mind-map.js +0 -5
  4138. package/dist/components/mind-map/mind-map.js.map +0 -1
  4139. package/dist/components/mind-map/mind-map.styles.d.ts.map +0 -1
  4140. package/dist/components/mind-map/mind-map.styles.js.map +0 -1
  4141. package/dist/components/model-select/model-select.class.d.ts +0 -236
  4142. package/dist/components/model-select/model-select.class.d.ts.map +0 -1
  4143. package/dist/components/model-select/model-select.class.js +0 -758
  4144. package/dist/components/model-select/model-select.class.js.map +0 -1
  4145. package/dist/components/model-select/model-select.d.ts.map +0 -1
  4146. package/dist/components/model-select/model-select.js +0 -5
  4147. package/dist/components/model-select/model-select.js.map +0 -1
  4148. package/dist/components/model-select/model-select.styles.d.ts.map +0 -1
  4149. package/dist/components/model-select/model-select.styles.js.map +0 -1
  4150. package/dist/components/model-settings-panel/model-settings-panel.class.d.ts +0 -97
  4151. package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +0 -1
  4152. package/dist/components/model-settings-panel/model-settings-panel.class.js +0 -200
  4153. package/dist/components/model-settings-panel/model-settings-panel.class.js.map +0 -1
  4154. package/dist/components/model-settings-panel/model-settings-panel.d.ts +0 -4
  4155. package/dist/components/model-settings-panel/model-settings-panel.d.ts.map +0 -1
  4156. package/dist/components/model-settings-panel/model-settings-panel.js +0 -7
  4157. package/dist/components/model-settings-panel/model-settings-panel.js.map +0 -1
  4158. package/dist/components/model-settings-panel/model-settings-panel.styles.d.ts.map +0 -1
  4159. package/dist/components/model-settings-panel/model-settings-panel.styles.js.map +0 -1
  4160. package/dist/components/mutation-observer/mutation-observer.class.d.ts +0 -40
  4161. package/dist/components/mutation-observer/mutation-observer.class.d.ts.map +0 -1
  4162. package/dist/components/mutation-observer/mutation-observer.class.js +0 -109
  4163. package/dist/components/mutation-observer/mutation-observer.class.js.map +0 -1
  4164. package/dist/components/mutation-observer/mutation-observer.d.ts.map +0 -1
  4165. package/dist/components/mutation-observer/mutation-observer.js +0 -5
  4166. package/dist/components/mutation-observer/mutation-observer.js.map +0 -1
  4167. package/dist/components/mutation-observer/mutation-observer.styles.d.ts.map +0 -1
  4168. package/dist/components/mutation-observer/mutation-observer.styles.js.map +0 -1
  4169. package/dist/components/neighbor-list/neighbor-list.class.d.ts +0 -70
  4170. package/dist/components/neighbor-list/neighbor-list.class.d.ts.map +0 -1
  4171. package/dist/components/neighbor-list/neighbor-list.class.js +0 -177
  4172. package/dist/components/neighbor-list/neighbor-list.class.js.map +0 -1
  4173. package/dist/components/neighbor-list/neighbor-list.d.ts +0 -4
  4174. package/dist/components/neighbor-list/neighbor-list.d.ts.map +0 -1
  4175. package/dist/components/neighbor-list/neighbor-list.js +0 -7
  4176. package/dist/components/neighbor-list/neighbor-list.js.map +0 -1
  4177. package/dist/components/neighbor-list/neighbor-list.styles.d.ts.map +0 -1
  4178. package/dist/components/neighbor-list/neighbor-list.styles.js.map +0 -1
  4179. package/dist/components/node-palette/node-palette.class.d.ts +0 -82
  4180. package/dist/components/node-palette/node-palette.class.d.ts.map +0 -1
  4181. package/dist/components/node-palette/node-palette.class.js +0 -213
  4182. package/dist/components/node-palette/node-palette.class.js.map +0 -1
  4183. package/dist/components/node-palette/node-palette.d.ts.map +0 -1
  4184. package/dist/components/node-palette/node-palette.js +0 -5
  4185. package/dist/components/node-palette/node-palette.js.map +0 -1
  4186. package/dist/components/node-palette/node-palette.styles.d.ts.map +0 -1
  4187. package/dist/components/node-palette/node-palette.styles.js.map +0 -1
  4188. package/dist/components/notebook-viewer/dompurify-loader.d.ts +0 -7
  4189. package/dist/components/notebook-viewer/dompurify-loader.d.ts.map +0 -1
  4190. package/dist/components/notebook-viewer/dompurify-loader.js.map +0 -1
  4191. package/dist/components/notebook-viewer/notebook-viewer.class.d.ts +0 -171
  4192. package/dist/components/notebook-viewer/notebook-viewer.class.d.ts.map +0 -1
  4193. package/dist/components/notebook-viewer/notebook-viewer.class.js +0 -465
  4194. package/dist/components/notebook-viewer/notebook-viewer.class.js.map +0 -1
  4195. package/dist/components/notebook-viewer/notebook-viewer.d.ts +0 -6
  4196. package/dist/components/notebook-viewer/notebook-viewer.d.ts.map +0 -1
  4197. package/dist/components/notebook-viewer/notebook-viewer.js +0 -21
  4198. package/dist/components/notebook-viewer/notebook-viewer.js.map +0 -1
  4199. package/dist/components/notebook-viewer/notebook-viewer.styles.d.ts.map +0 -1
  4200. package/dist/components/notebook-viewer/notebook-viewer.styles.js.map +0 -1
  4201. package/dist/components/overlay/dropdown.class.d.ts.map +0 -1
  4202. package/dist/components/overlay/dropdown.class.js.map +0 -1
  4203. package/dist/components/overlay/dropdown.d.ts.map +0 -1
  4204. package/dist/components/overlay/dropdown.js +0 -5
  4205. package/dist/components/overlay/dropdown.js.map +0 -1
  4206. package/dist/components/overlay/overlay.styles.d.ts.map +0 -1
  4207. package/dist/components/overlay/overlay.styles.js.map +0 -1
  4208. package/dist/components/overlay/popover.class.d.ts +0 -91
  4209. package/dist/components/overlay/popover.class.d.ts.map +0 -1
  4210. package/dist/components/overlay/popover.class.js +0 -216
  4211. package/dist/components/overlay/popover.class.js.map +0 -1
  4212. package/dist/components/overlay/popover.d.ts.map +0 -1
  4213. package/dist/components/overlay/popover.js +0 -5
  4214. package/dist/components/overlay/popover.js.map +0 -1
  4215. package/dist/components/overlay/tooltip.class.d.ts +0 -95
  4216. package/dist/components/overlay/tooltip.class.d.ts.map +0 -1
  4217. package/dist/components/overlay/tooltip.class.js +0 -242
  4218. package/dist/components/overlay/tooltip.class.js.map +0 -1
  4219. package/dist/components/overlay/tooltip.d.ts.map +0 -1
  4220. package/dist/components/overlay/tooltip.js +0 -5
  4221. package/dist/components/overlay/tooltip.js.map +0 -1
  4222. package/dist/components/page-rail/page-rail.class.d.ts +0 -99
  4223. package/dist/components/page-rail/page-rail.class.d.ts.map +0 -1
  4224. package/dist/components/page-rail/page-rail.class.js +0 -279
  4225. package/dist/components/page-rail/page-rail.class.js.map +0 -1
  4226. package/dist/components/page-rail/page-rail.d.ts.map +0 -1
  4227. package/dist/components/page-rail/page-rail.js +0 -5
  4228. package/dist/components/page-rail/page-rail.js.map +0 -1
  4229. package/dist/components/page-rail/page-rail.styles.d.ts.map +0 -1
  4230. package/dist/components/page-rail/page-rail.styles.js.map +0 -1
  4231. package/dist/components/pagination/pagination.class.d.ts +0 -97
  4232. package/dist/components/pagination/pagination.class.d.ts.map +0 -1
  4233. package/dist/components/pagination/pagination.class.js +0 -307
  4234. package/dist/components/pagination/pagination.class.js.map +0 -1
  4235. package/dist/components/pagination/pagination.d.ts.map +0 -1
  4236. package/dist/components/pagination/pagination.js +0 -5
  4237. package/dist/components/pagination/pagination.js.map +0 -1
  4238. package/dist/components/pagination/pagination.styles.d.ts.map +0 -1
  4239. package/dist/components/pagination/pagination.styles.js.map +0 -1
  4240. package/dist/components/path-strip/path-strip.class.d.ts +0 -61
  4241. package/dist/components/path-strip/path-strip.class.d.ts.map +0 -1
  4242. package/dist/components/path-strip/path-strip.class.js +0 -164
  4243. package/dist/components/path-strip/path-strip.class.js.map +0 -1
  4244. package/dist/components/path-strip/path-strip.d.ts +0 -3
  4245. package/dist/components/path-strip/path-strip.d.ts.map +0 -1
  4246. package/dist/components/path-strip/path-strip.js +0 -6
  4247. package/dist/components/path-strip/path-strip.js.map +0 -1
  4248. package/dist/components/path-strip/path-strip.styles.d.ts.map +0 -1
  4249. package/dist/components/path-strip/path-strip.styles.js.map +0 -1
  4250. package/dist/components/pdf-viewer/pdf-loader.d.ts +0 -6
  4251. package/dist/components/pdf-viewer/pdf-loader.d.ts.map +0 -1
  4252. package/dist/components/pdf-viewer/pdf-loader.js.map +0 -1
  4253. package/dist/components/pdf-viewer/pdf-viewer.class.d.ts +0 -230
  4254. package/dist/components/pdf-viewer/pdf-viewer.class.d.ts.map +0 -1
  4255. package/dist/components/pdf-viewer/pdf-viewer.class.js +0 -1090
  4256. package/dist/components/pdf-viewer/pdf-viewer.class.js.map +0 -1
  4257. package/dist/components/pdf-viewer/pdf-viewer.d.ts.map +0 -1
  4258. package/dist/components/pdf-viewer/pdf-viewer.js +0 -19
  4259. package/dist/components/pdf-viewer/pdf-viewer.js.map +0 -1
  4260. package/dist/components/pdf-viewer/pdf-viewer.styles.d.ts.map +0 -1
  4261. package/dist/components/pdf-viewer/pdf-viewer.styles.js.map +0 -1
  4262. package/dist/components/phone-input/phone-input.class.d.ts +0 -226
  4263. package/dist/components/phone-input/phone-input.class.d.ts.map +0 -1
  4264. package/dist/components/phone-input/phone-input.class.js +0 -628
  4265. package/dist/components/phone-input/phone-input.class.js.map +0 -1
  4266. package/dist/components/phone-input/phone-input.d.ts.map +0 -1
  4267. package/dist/components/phone-input/phone-input.js +0 -5
  4268. package/dist/components/phone-input/phone-input.js.map +0 -1
  4269. package/dist/components/phone-input/phone-input.styles.d.ts.map +0 -1
  4270. package/dist/components/phone-input/phone-input.styles.js.map +0 -1
  4271. package/dist/components/playback/playback.class.d.ts +0 -94
  4272. package/dist/components/playback/playback.class.d.ts.map +0 -1
  4273. package/dist/components/playback/playback.class.js +0 -280
  4274. package/dist/components/playback/playback.class.js.map +0 -1
  4275. package/dist/components/playback/playback.d.ts.map +0 -1
  4276. package/dist/components/playback/playback.js +0 -5
  4277. package/dist/components/playback/playback.js.map +0 -1
  4278. package/dist/components/playback/playback.styles.d.ts.map +0 -1
  4279. package/dist/components/playback/playback.styles.js.map +0 -1
  4280. package/dist/components/policy-summary/policy-summary.class.d.ts +0 -76
  4281. package/dist/components/policy-summary/policy-summary.class.d.ts.map +0 -1
  4282. package/dist/components/policy-summary/policy-summary.class.js +0 -125
  4283. package/dist/components/policy-summary/policy-summary.class.js.map +0 -1
  4284. package/dist/components/policy-summary/policy-summary.d.ts +0 -6
  4285. package/dist/components/policy-summary/policy-summary.d.ts.map +0 -1
  4286. package/dist/components/policy-summary/policy-summary.js +0 -9
  4287. package/dist/components/policy-summary/policy-summary.js.map +0 -1
  4288. package/dist/components/policy-summary/policy-summary.styles.d.ts.map +0 -1
  4289. package/dist/components/policy-summary/policy-summary.styles.js.map +0 -1
  4290. package/dist/components/poll-status/poll-status.class.d.ts +0 -56
  4291. package/dist/components/poll-status/poll-status.class.d.ts.map +0 -1
  4292. package/dist/components/poll-status/poll-status.class.js +0 -187
  4293. package/dist/components/poll-status/poll-status.class.js.map +0 -1
  4294. package/dist/components/poll-status/poll-status.d.ts.map +0 -1
  4295. package/dist/components/poll-status/poll-status.js +0 -6
  4296. package/dist/components/poll-status/poll-status.js.map +0 -1
  4297. package/dist/components/poll-status/poll-status.styles.d.ts.map +0 -1
  4298. package/dist/components/poll-status/poll-status.styles.js.map +0 -1
  4299. package/dist/components/pptx-viewer/pptx-loader.d.ts +0 -5
  4300. package/dist/components/pptx-viewer/pptx-loader.d.ts.map +0 -1
  4301. package/dist/components/pptx-viewer/pptx-loader.js.map +0 -1
  4302. package/dist/components/pptx-viewer/pptx-viewer.class.d.ts +0 -69
  4303. package/dist/components/pptx-viewer/pptx-viewer.class.d.ts.map +0 -1
  4304. package/dist/components/pptx-viewer/pptx-viewer.class.js +0 -231
  4305. package/dist/components/pptx-viewer/pptx-viewer.class.js.map +0 -1
  4306. package/dist/components/pptx-viewer/pptx-viewer.d.ts.map +0 -1
  4307. package/dist/components/pptx-viewer/pptx-viewer.js +0 -11
  4308. package/dist/components/pptx-viewer/pptx-viewer.js.map +0 -1
  4309. package/dist/components/pptx-viewer/pptx-viewer.styles.d.ts.map +0 -1
  4310. package/dist/components/pptx-viewer/pptx-viewer.styles.js.map +0 -1
  4311. package/dist/components/progress/progress-bar.class.d.ts +0 -35
  4312. package/dist/components/progress/progress-bar.class.d.ts.map +0 -1
  4313. package/dist/components/progress/progress-bar.class.js +0 -75
  4314. package/dist/components/progress/progress-bar.class.js.map +0 -1
  4315. package/dist/components/progress/progress-bar.d.ts.map +0 -1
  4316. package/dist/components/progress/progress-bar.js +0 -5
  4317. package/dist/components/progress/progress-bar.js.map +0 -1
  4318. package/dist/components/progress/progress-ring.class.d.ts +0 -32
  4319. package/dist/components/progress/progress-ring.class.d.ts.map +0 -1
  4320. package/dist/components/progress/progress-ring.class.js +0 -73
  4321. package/dist/components/progress/progress-ring.class.js.map +0 -1
  4322. package/dist/components/progress/progress-ring.d.ts.map +0 -1
  4323. package/dist/components/progress/progress-ring.js +0 -5
  4324. package/dist/components/progress/progress-ring.js.map +0 -1
  4325. package/dist/components/progress/progress.styles.d.ts.map +0 -1
  4326. package/dist/components/progress/progress.styles.js.map +0 -1
  4327. package/dist/components/provenance-panel/provenance-panel.class.d.ts +0 -71
  4328. package/dist/components/provenance-panel/provenance-panel.class.d.ts.map +0 -1
  4329. package/dist/components/provenance-panel/provenance-panel.class.js +0 -110
  4330. package/dist/components/provenance-panel/provenance-panel.class.js.map +0 -1
  4331. package/dist/components/provenance-panel/provenance-panel.d.ts +0 -7
  4332. package/dist/components/provenance-panel/provenance-panel.d.ts.map +0 -1
  4333. package/dist/components/provenance-panel/provenance-panel.js +0 -10
  4334. package/dist/components/provenance-panel/provenance-panel.js.map +0 -1
  4335. package/dist/components/provenance-panel/provenance-panel.styles.d.ts.map +0 -1
  4336. package/dist/components/provenance-panel/provenance-panel.styles.js.map +0 -1
  4337. package/dist/components/push-to-talk/push-to-talk.class.d.ts +0 -145
  4338. package/dist/components/push-to-talk/push-to-talk.class.d.ts.map +0 -1
  4339. package/dist/components/push-to-talk/push-to-talk.class.js +0 -478
  4340. package/dist/components/push-to-talk/push-to-talk.class.js.map +0 -1
  4341. package/dist/components/push-to-talk/push-to-talk.d.ts +0 -3
  4342. package/dist/components/push-to-talk/push-to-talk.d.ts.map +0 -1
  4343. package/dist/components/push-to-talk/push-to-talk.js +0 -6
  4344. package/dist/components/push-to-talk/push-to-talk.js.map +0 -1
  4345. package/dist/components/push-to-talk/push-to-talk.styles.d.ts.map +0 -1
  4346. package/dist/components/push-to-talk/push-to-talk.styles.js.map +0 -1
  4347. package/dist/components/qr-code/qr-code-loader.d.ts +0 -15
  4348. package/dist/components/qr-code/qr-code-loader.d.ts.map +0 -1
  4349. package/dist/components/qr-code/qr-code-loader.js.map +0 -1
  4350. package/dist/components/qr-code/qr-code.class.d.ts +0 -121
  4351. package/dist/components/qr-code/qr-code.class.d.ts.map +0 -1
  4352. package/dist/components/qr-code/qr-code.class.js +0 -392
  4353. package/dist/components/qr-code/qr-code.class.js.map +0 -1
  4354. package/dist/components/qr-code/qr-code.d.ts.map +0 -1
  4355. package/dist/components/qr-code/qr-code.js +0 -5
  4356. package/dist/components/qr-code/qr-code.js.map +0 -1
  4357. package/dist/components/qr-code/qr-code.styles.d.ts.map +0 -1
  4358. package/dist/components/qr-code/qr-code.styles.js.map +0 -1
  4359. package/dist/components/query-builder/query-builder.class.d.ts +0 -180
  4360. package/dist/components/query-builder/query-builder.class.d.ts.map +0 -1
  4361. package/dist/components/query-builder/query-builder.class.js +0 -415
  4362. package/dist/components/query-builder/query-builder.class.js.map +0 -1
  4363. package/dist/components/query-builder/query-builder.d.ts +0 -9
  4364. package/dist/components/query-builder/query-builder.d.ts.map +0 -1
  4365. package/dist/components/query-builder/query-builder.js +0 -12
  4366. package/dist/components/query-builder/query-builder.js.map +0 -1
  4367. package/dist/components/query-builder/query-builder.styles.d.ts.map +0 -1
  4368. package/dist/components/query-builder/query-builder.styles.js.map +0 -1
  4369. package/dist/components/radio/radio-group.class.d.ts +0 -52
  4370. package/dist/components/radio/radio-group.class.d.ts.map +0 -1
  4371. package/dist/components/radio/radio-group.class.js +0 -149
  4372. package/dist/components/radio/radio-group.class.js.map +0 -1
  4373. package/dist/components/radio/radio-group.d.ts.map +0 -1
  4374. package/dist/components/radio/radio-group.js +0 -5
  4375. package/dist/components/radio/radio-group.js.map +0 -1
  4376. package/dist/components/radio/radio-group.styles.d.ts.map +0 -1
  4377. package/dist/components/radio/radio-group.styles.js.map +0 -1
  4378. package/dist/components/radio/radio.class.d.ts +0 -108
  4379. package/dist/components/radio/radio.class.d.ts.map +0 -1
  4380. package/dist/components/radio/radio.class.js +0 -213
  4381. package/dist/components/radio/radio.class.js.map +0 -1
  4382. package/dist/components/radio/radio.d.ts.map +0 -1
  4383. package/dist/components/radio/radio.js +0 -5
  4384. package/dist/components/radio/radio.js.map +0 -1
  4385. package/dist/components/radio/radio.styles.d.ts.map +0 -1
  4386. package/dist/components/radio/radio.styles.js.map +0 -1
  4387. package/dist/components/random-content/random-content.class.d.ts +0 -101
  4388. package/dist/components/random-content/random-content.class.d.ts.map +0 -1
  4389. package/dist/components/random-content/random-content.class.js +0 -271
  4390. package/dist/components/random-content/random-content.class.js.map +0 -1
  4391. package/dist/components/random-content/random-content.d.ts.map +0 -1
  4392. package/dist/components/random-content/random-content.js +0 -5
  4393. package/dist/components/random-content/random-content.js.map +0 -1
  4394. package/dist/components/random-content/random-content.styles.d.ts.map +0 -1
  4395. package/dist/components/random-content/random-content.styles.js.map +0 -1
  4396. package/dist/components/rating/rating.class.d.ts +0 -48
  4397. package/dist/components/rating/rating.class.d.ts.map +0 -1
  4398. package/dist/components/rating/rating.class.js +0 -147
  4399. package/dist/components/rating/rating.class.js.map +0 -1
  4400. package/dist/components/rating/rating.d.ts.map +0 -1
  4401. package/dist/components/rating/rating.js +0 -5
  4402. package/dist/components/rating/rating.js.map +0 -1
  4403. package/dist/components/rating/rating.styles.d.ts.map +0 -1
  4404. package/dist/components/rating/rating.styles.js.map +0 -1
  4405. package/dist/components/resize-observer/resize-observer.class.d.ts +0 -37
  4406. package/dist/components/resize-observer/resize-observer.class.d.ts.map +0 -1
  4407. package/dist/components/resize-observer/resize-observer.class.js +0 -92
  4408. package/dist/components/resize-observer/resize-observer.class.js.map +0 -1
  4409. package/dist/components/resize-observer/resize-observer.d.ts.map +0 -1
  4410. package/dist/components/resize-observer/resize-observer.js +0 -5
  4411. package/dist/components/resize-observer/resize-observer.js.map +0 -1
  4412. package/dist/components/resize-observer/resize-observer.styles.d.ts.map +0 -1
  4413. package/dist/components/resize-observer/resize-observer.styles.js.map +0 -1
  4414. package/dist/components/responsive-panel/responsive-panel.class.d.ts +0 -177
  4415. package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +0 -1
  4416. package/dist/components/responsive-panel/responsive-panel.class.js +0 -374
  4417. package/dist/components/responsive-panel/responsive-panel.class.js.map +0 -1
  4418. package/dist/components/responsive-panel/responsive-panel.d.ts.map +0 -1
  4419. package/dist/components/responsive-panel/responsive-panel.js +0 -5
  4420. package/dist/components/responsive-panel/responsive-panel.js.map +0 -1
  4421. package/dist/components/responsive-panel/responsive-panel.styles.d.ts.map +0 -1
  4422. package/dist/components/responsive-panel/responsive-panel.styles.js.map +0 -1
  4423. package/dist/components/result-card/result-card.class.d.ts +0 -62
  4424. package/dist/components/result-card/result-card.class.d.ts.map +0 -1
  4425. package/dist/components/result-card/result-card.class.js +0 -98
  4426. package/dist/components/result-card/result-card.class.js.map +0 -1
  4427. package/dist/components/result-card/result-card.d.ts.map +0 -1
  4428. package/dist/components/result-card/result-card.js +0 -5
  4429. package/dist/components/result-card/result-card.js.map +0 -1
  4430. package/dist/components/result-card/result-card.styles.d.ts.map +0 -1
  4431. package/dist/components/result-card/result-card.styles.js.map +0 -1
  4432. package/dist/components/result-card/result-field.class.d.ts +0 -37
  4433. package/dist/components/result-card/result-field.class.d.ts.map +0 -1
  4434. package/dist/components/result-card/result-field.class.js +0 -76
  4435. package/dist/components/result-card/result-field.class.js.map +0 -1
  4436. package/dist/components/result-card/result-field.d.ts.map +0 -1
  4437. package/dist/components/result-card/result-field.js +0 -5
  4438. package/dist/components/result-card/result-field.js.map +0 -1
  4439. package/dist/components/result-card/result-field.styles.d.ts.map +0 -1
  4440. package/dist/components/result-card/result-field.styles.js.map +0 -1
  4441. package/dist/components/retrieval-results/retrieval-results.class.d.ts +0 -151
  4442. package/dist/components/retrieval-results/retrieval-results.class.d.ts.map +0 -1
  4443. package/dist/components/retrieval-results/retrieval-results.class.js +0 -340
  4444. package/dist/components/retrieval-results/retrieval-results.class.js.map +0 -1
  4445. package/dist/components/retrieval-results/retrieval-results.d.ts +0 -7
  4446. package/dist/components/retrieval-results/retrieval-results.d.ts.map +0 -1
  4447. package/dist/components/retrieval-results/retrieval-results.js +0 -10
  4448. package/dist/components/retrieval-results/retrieval-results.js.map +0 -1
  4449. package/dist/components/retrieval-results/retrieval-results.styles.d.ts.map +0 -1
  4450. package/dist/components/retrieval-results/retrieval-results.styles.js.map +0 -1
  4451. package/dist/components/retrieval-search/retrieval-search.class.d.ts +0 -127
  4452. package/dist/components/retrieval-search/retrieval-search.class.d.ts.map +0 -1
  4453. package/dist/components/retrieval-search/retrieval-search.class.js +0 -267
  4454. package/dist/components/retrieval-search/retrieval-search.class.js.map +0 -1
  4455. package/dist/components/retrieval-search/retrieval-search.d.ts +0 -8
  4456. package/dist/components/retrieval-search/retrieval-search.d.ts.map +0 -1
  4457. package/dist/components/retrieval-search/retrieval-search.js +0 -11
  4458. package/dist/components/retrieval-search/retrieval-search.js.map +0 -1
  4459. package/dist/components/retrieval-search/retrieval-search.styles.d.ts.map +0 -1
  4460. package/dist/components/retrieval-search/retrieval-search.styles.js.map +0 -1
  4461. package/dist/components/retrieval-trace/retrieval-trace.class.d.ts +0 -101
  4462. package/dist/components/retrieval-trace/retrieval-trace.class.d.ts.map +0 -1
  4463. package/dist/components/retrieval-trace/retrieval-trace.class.js +0 -215
  4464. package/dist/components/retrieval-trace/retrieval-trace.class.js.map +0 -1
  4465. package/dist/components/retrieval-trace/retrieval-trace.d.ts +0 -4
  4466. package/dist/components/retrieval-trace/retrieval-trace.d.ts.map +0 -1
  4467. package/dist/components/retrieval-trace/retrieval-trace.js +0 -7
  4468. package/dist/components/retrieval-trace/retrieval-trace.js.map +0 -1
  4469. package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts.map +0 -1
  4470. package/dist/components/retrieval-trace/retrieval-trace.styles.js.map +0 -1
  4471. package/dist/components/rubric-form/rubric-form.class.d.ts +0 -195
  4472. package/dist/components/rubric-form/rubric-form.class.d.ts.map +0 -1
  4473. package/dist/components/rubric-form/rubric-form.class.js +0 -496
  4474. package/dist/components/rubric-form/rubric-form.class.js.map +0 -1
  4475. package/dist/components/rubric-form/rubric-form.d.ts +0 -9
  4476. package/dist/components/rubric-form/rubric-form.d.ts.map +0 -1
  4477. package/dist/components/rubric-form/rubric-form.js +0 -12
  4478. package/dist/components/rubric-form/rubric-form.js.map +0 -1
  4479. package/dist/components/rubric-form/rubric-form.styles.d.ts.map +0 -1
  4480. package/dist/components/rubric-form/rubric-form.styles.js.map +0 -1
  4481. package/dist/components/scroller/scroller.class.d.ts +0 -64
  4482. package/dist/components/scroller/scroller.class.d.ts.map +0 -1
  4483. package/dist/components/scroller/scroller.class.js +0 -165
  4484. package/dist/components/scroller/scroller.class.js.map +0 -1
  4485. package/dist/components/scroller/scroller.d.ts.map +0 -1
  4486. package/dist/components/scroller/scroller.js +0 -5
  4487. package/dist/components/scroller/scroller.js.map +0 -1
  4488. package/dist/components/scroller/scroller.styles.d.ts.map +0 -1
  4489. package/dist/components/scroller/scroller.styles.js.map +0 -1
  4490. package/dist/components/segmented/segmented.class.d.ts +0 -65
  4491. package/dist/components/segmented/segmented.class.d.ts.map +0 -1
  4492. package/dist/components/segmented/segmented.class.js +0 -131
  4493. package/dist/components/segmented/segmented.class.js.map +0 -1
  4494. package/dist/components/segmented/segmented.d.ts.map +0 -1
  4495. package/dist/components/segmented/segmented.js +0 -5
  4496. package/dist/components/segmented/segmented.js.map +0 -1
  4497. package/dist/components/segmented/segmented.styles.d.ts.map +0 -1
  4498. package/dist/components/segmented/segmented.styles.js +0 -103
  4499. package/dist/components/segmented/segmented.styles.js.map +0 -1
  4500. package/dist/components/select/select.class.d.ts +0 -228
  4501. package/dist/components/select/select.class.d.ts.map +0 -1
  4502. package/dist/components/select/select.class.js +0 -725
  4503. package/dist/components/select/select.class.js.map +0 -1
  4504. package/dist/components/select/select.d.ts.map +0 -1
  4505. package/dist/components/select/select.js +0 -6
  4506. package/dist/components/select/select.js.map +0 -1
  4507. package/dist/components/select/select.styles.d.ts.map +0 -1
  4508. package/dist/components/select/select.styles.js +0 -231
  4509. package/dist/components/select/select.styles.js.map +0 -1
  4510. package/dist/components/sequence-strip/sequence-strip.class.d.ts +0 -62
  4511. package/dist/components/sequence-strip/sequence-strip.class.d.ts.map +0 -1
  4512. package/dist/components/sequence-strip/sequence-strip.class.js +0 -102
  4513. package/dist/components/sequence-strip/sequence-strip.class.js.map +0 -1
  4514. package/dist/components/sequence-strip/sequence-strip.d.ts.map +0 -1
  4515. package/dist/components/sequence-strip/sequence-strip.js +0 -5
  4516. package/dist/components/sequence-strip/sequence-strip.js.map +0 -1
  4517. package/dist/components/sequence-strip/sequence-strip.styles.d.ts.map +0 -1
  4518. package/dist/components/sequence-strip/sequence-strip.styles.js +0 -62
  4519. package/dist/components/sequence-strip/sequence-strip.styles.js.map +0 -1
  4520. package/dist/components/skeleton/skeleton.class.d.ts +0 -35
  4521. package/dist/components/skeleton/skeleton.class.d.ts.map +0 -1
  4522. package/dist/components/skeleton/skeleton.class.js +0 -83
  4523. package/dist/components/skeleton/skeleton.class.js.map +0 -1
  4524. package/dist/components/skeleton/skeleton.d.ts.map +0 -1
  4525. package/dist/components/skeleton/skeleton.js +0 -5
  4526. package/dist/components/skeleton/skeleton.js.map +0 -1
  4527. package/dist/components/skeleton/skeleton.styles.d.ts.map +0 -1
  4528. package/dist/components/skeleton/skeleton.styles.js.map +0 -1
  4529. package/dist/components/slider/slider.class.d.ts +0 -160
  4530. package/dist/components/slider/slider.class.d.ts.map +0 -1
  4531. package/dist/components/slider/slider.class.js +0 -470
  4532. package/dist/components/slider/slider.class.js.map +0 -1
  4533. package/dist/components/slider/slider.d.ts.map +0 -1
  4534. package/dist/components/slider/slider.js +0 -5
  4535. package/dist/components/slider/slider.js.map +0 -1
  4536. package/dist/components/slider/slider.styles.d.ts.map +0 -1
  4537. package/dist/components/slider/slider.styles.js.map +0 -1
  4538. package/dist/components/source-card/source-card.class.d.ts +0 -110
  4539. package/dist/components/source-card/source-card.class.d.ts.map +0 -1
  4540. package/dist/components/source-card/source-card.class.js +0 -177
  4541. package/dist/components/source-card/source-card.class.js.map +0 -1
  4542. package/dist/components/source-card/source-card.d.ts.map +0 -1
  4543. package/dist/components/source-card/source-card.js +0 -5
  4544. package/dist/components/source-card/source-card.js.map +0 -1
  4545. package/dist/components/source-card/source-card.styles.d.ts.map +0 -1
  4546. package/dist/components/source-card/source-card.styles.js.map +0 -1
  4547. package/dist/components/source-list/source-list.class.d.ts +0 -68
  4548. package/dist/components/source-list/source-list.class.d.ts.map +0 -1
  4549. package/dist/components/source-list/source-list.class.js +0 -130
  4550. package/dist/components/source-list/source-list.class.js.map +0 -1
  4551. package/dist/components/source-list/source-list.d.ts.map +0 -1
  4552. package/dist/components/source-list/source-list.js +0 -5
  4553. package/dist/components/source-list/source-list.js.map +0 -1
  4554. package/dist/components/source-list/source-list.styles.d.ts.map +0 -1
  4555. package/dist/components/source-list/source-list.styles.js.map +0 -1
  4556. package/dist/components/source-picker/source-picker.class.d.ts +0 -78
  4557. package/dist/components/source-picker/source-picker.class.d.ts.map +0 -1
  4558. package/dist/components/source-picker/source-picker.class.js +0 -305
  4559. package/dist/components/source-picker/source-picker.class.js.map +0 -1
  4560. package/dist/components/source-picker/source-picker.d.ts +0 -5
  4561. package/dist/components/source-picker/source-picker.d.ts.map +0 -1
  4562. package/dist/components/source-picker/source-picker.js +0 -8
  4563. package/dist/components/source-picker/source-picker.js.map +0 -1
  4564. package/dist/components/source-picker/source-picker.styles.d.ts.map +0 -1
  4565. package/dist/components/source-picker/source-picker.styles.js.map +0 -1
  4566. package/dist/components/span-waterfall/span-waterfall.class.d.ts +0 -70
  4567. package/dist/components/span-waterfall/span-waterfall.class.d.ts.map +0 -1
  4568. package/dist/components/span-waterfall/span-waterfall.class.js +0 -307
  4569. package/dist/components/span-waterfall/span-waterfall.class.js.map +0 -1
  4570. package/dist/components/span-waterfall/span-waterfall.d.ts +0 -4
  4571. package/dist/components/span-waterfall/span-waterfall.d.ts.map +0 -1
  4572. package/dist/components/span-waterfall/span-waterfall.js +0 -7
  4573. package/dist/components/span-waterfall/span-waterfall.js.map +0 -1
  4574. package/dist/components/span-waterfall/span-waterfall.styles.d.ts.map +0 -1
  4575. package/dist/components/span-waterfall/span-waterfall.styles.js.map +0 -1
  4576. package/dist/components/sparkline/sparkline.class.d.ts +0 -35
  4577. package/dist/components/sparkline/sparkline.class.d.ts.map +0 -1
  4578. package/dist/components/sparkline/sparkline.class.js +0 -171
  4579. package/dist/components/sparkline/sparkline.class.js.map +0 -1
  4580. package/dist/components/sparkline/sparkline.d.ts.map +0 -1
  4581. package/dist/components/sparkline/sparkline.js +0 -5
  4582. package/dist/components/sparkline/sparkline.js.map +0 -1
  4583. package/dist/components/sparkline/sparkline.styles.d.ts.map +0 -1
  4584. package/dist/components/sparkline/sparkline.styles.js.map +0 -1
  4585. package/dist/components/spinner/spinner.class.d.ts +0 -26
  4586. package/dist/components/spinner/spinner.class.d.ts.map +0 -1
  4587. package/dist/components/spinner/spinner.class.js +0 -43
  4588. package/dist/components/spinner/spinner.class.js.map +0 -1
  4589. package/dist/components/spinner/spinner.d.ts.map +0 -1
  4590. package/dist/components/spinner/spinner.js +0 -5
  4591. package/dist/components/spinner/spinner.js.map +0 -1
  4592. package/dist/components/spinner/spinner.styles.d.ts.map +0 -1
  4593. package/dist/components/spinner/spinner.styles.js.map +0 -1
  4594. package/dist/components/split/split.class.d.ts +0 -308
  4595. package/dist/components/split/split.class.d.ts.map +0 -1
  4596. package/dist/components/split/split.class.js +0 -969
  4597. package/dist/components/split/split.class.js.map +0 -1
  4598. package/dist/components/split/split.d.ts.map +0 -1
  4599. package/dist/components/split/split.js +0 -5
  4600. package/dist/components/split/split.js.map +0 -1
  4601. package/dist/components/split/split.styles.d.ts.map +0 -1
  4602. package/dist/components/split/split.styles.js +0 -99
  4603. package/dist/components/split/split.styles.js.map +0 -1
  4604. package/dist/components/spreadsheet-viewer/spreadsheet-loader.d.ts +0 -8
  4605. package/dist/components/spreadsheet-viewer/spreadsheet-loader.d.ts.map +0 -1
  4606. package/dist/components/spreadsheet-viewer/spreadsheet-loader.js.map +0 -1
  4607. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +0 -122
  4608. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +0 -1
  4609. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js +0 -339
  4610. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js.map +0 -1
  4611. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.d.ts.map +0 -1
  4612. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.js +0 -21
  4613. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.js.map +0 -1
  4614. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.d.ts.map +0 -1
  4615. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js.map +0 -1
  4616. package/dist/components/stack-trace/stack-trace-parse.d.ts.map +0 -1
  4617. package/dist/components/stack-trace/stack-trace-parse.js.map +0 -1
  4618. package/dist/components/stack-trace/stack-trace.class.d.ts +0 -68
  4619. package/dist/components/stack-trace/stack-trace.class.d.ts.map +0 -1
  4620. package/dist/components/stack-trace/stack-trace.class.js +0 -193
  4621. package/dist/components/stack-trace/stack-trace.class.js.map +0 -1
  4622. package/dist/components/stack-trace/stack-trace.d.ts.map +0 -1
  4623. package/dist/components/stack-trace/stack-trace.js +0 -6
  4624. package/dist/components/stack-trace/stack-trace.js.map +0 -1
  4625. package/dist/components/stack-trace/stack-trace.styles.d.ts.map +0 -1
  4626. package/dist/components/stack-trace/stack-trace.styles.js.map +0 -1
  4627. package/dist/components/stat/stat.class.d.ts +0 -99
  4628. package/dist/components/stat/stat.class.d.ts.map +0 -1
  4629. package/dist/components/stat/stat.class.js +0 -264
  4630. package/dist/components/stat/stat.class.js.map +0 -1
  4631. package/dist/components/stat/stat.d.ts.map +0 -1
  4632. package/dist/components/stat/stat.js +0 -5
  4633. package/dist/components/stat/stat.js.map +0 -1
  4634. package/dist/components/stat/stat.styles.d.ts.map +0 -1
  4635. package/dist/components/stat/stat.styles.js +0 -162
  4636. package/dist/components/stat/stat.styles.js.map +0 -1
  4637. package/dist/components/stepper/stepper.class.d.ts +0 -62
  4638. package/dist/components/stepper/stepper.class.d.ts.map +0 -1
  4639. package/dist/components/stepper/stepper.class.js +0 -155
  4640. package/dist/components/stepper/stepper.class.js.map +0 -1
  4641. package/dist/components/stepper/stepper.d.ts.map +0 -1
  4642. package/dist/components/stepper/stepper.js +0 -5
  4643. package/dist/components/stepper/stepper.js.map +0 -1
  4644. package/dist/components/stepper/stepper.styles.d.ts.map +0 -1
  4645. package/dist/components/stepper/stepper.styles.js +0 -71
  4646. package/dist/components/stepper/stepper.styles.js.map +0 -1
  4647. package/dist/components/stream-status/stream-status.class.d.ts +0 -131
  4648. package/dist/components/stream-status/stream-status.class.d.ts.map +0 -1
  4649. package/dist/components/stream-status/stream-status.class.js +0 -293
  4650. package/dist/components/stream-status/stream-status.class.js.map +0 -1
  4651. package/dist/components/stream-status/stream-status.d.ts +0 -3
  4652. package/dist/components/stream-status/stream-status.d.ts.map +0 -1
  4653. package/dist/components/stream-status/stream-status.js +0 -6
  4654. package/dist/components/stream-status/stream-status.js.map +0 -1
  4655. package/dist/components/stream-status/stream-status.styles.d.ts.map +0 -1
  4656. package/dist/components/stream-status/stream-status.styles.js.map +0 -1
  4657. package/dist/components/streaming-text/streaming-text.class.d.ts +0 -111
  4658. package/dist/components/streaming-text/streaming-text.class.d.ts.map +0 -1
  4659. package/dist/components/streaming-text/streaming-text.class.js +0 -242
  4660. package/dist/components/streaming-text/streaming-text.class.js.map +0 -1
  4661. package/dist/components/streaming-text/streaming-text.d.ts.map +0 -1
  4662. package/dist/components/streaming-text/streaming-text.js +0 -6
  4663. package/dist/components/streaming-text/streaming-text.js.map +0 -1
  4664. package/dist/components/streaming-text/streaming-text.styles.d.ts.map +0 -1
  4665. package/dist/components/streaming-text/streaming-text.styles.js.map +0 -1
  4666. package/dist/components/suggestion-chips/suggestion-chips.class.d.ts +0 -54
  4667. package/dist/components/suggestion-chips/suggestion-chips.class.d.ts.map +0 -1
  4668. package/dist/components/suggestion-chips/suggestion-chips.class.js +0 -121
  4669. package/dist/components/suggestion-chips/suggestion-chips.class.js.map +0 -1
  4670. package/dist/components/suggestion-chips/suggestion-chips.d.ts +0 -3
  4671. package/dist/components/suggestion-chips/suggestion-chips.d.ts.map +0 -1
  4672. package/dist/components/suggestion-chips/suggestion-chips.js +0 -6
  4673. package/dist/components/suggestion-chips/suggestion-chips.js.map +0 -1
  4674. package/dist/components/suggestion-chips/suggestion-chips.styles.d.ts.map +0 -1
  4675. package/dist/components/suggestion-chips/suggestion-chips.styles.js.map +0 -1
  4676. package/dist/components/svg-viewer/dompurify-loader.d.ts +0 -7
  4677. package/dist/components/svg-viewer/dompurify-loader.d.ts.map +0 -1
  4678. package/dist/components/svg-viewer/dompurify-loader.js.map +0 -1
  4679. package/dist/components/svg-viewer/svg-viewer.class.d.ts +0 -74
  4680. package/dist/components/svg-viewer/svg-viewer.class.d.ts.map +0 -1
  4681. package/dist/components/svg-viewer/svg-viewer.class.js +0 -197
  4682. package/dist/components/svg-viewer/svg-viewer.class.js.map +0 -1
  4683. package/dist/components/svg-viewer/svg-viewer.d.ts.map +0 -1
  4684. package/dist/components/svg-viewer/svg-viewer.js +0 -16
  4685. package/dist/components/svg-viewer/svg-viewer.js.map +0 -1
  4686. package/dist/components/svg-viewer/svg-viewer.styles.d.ts.map +0 -1
  4687. package/dist/components/svg-viewer/svg-viewer.styles.js.map +0 -1
  4688. package/dist/components/swatch-picker/swatch-picker.class.d.ts +0 -71
  4689. package/dist/components/swatch-picker/swatch-picker.class.d.ts.map +0 -1
  4690. package/dist/components/swatch-picker/swatch-picker.class.js +0 -134
  4691. package/dist/components/swatch-picker/swatch-picker.class.js.map +0 -1
  4692. package/dist/components/swatch-picker/swatch-picker.d.ts.map +0 -1
  4693. package/dist/components/swatch-picker/swatch-picker.js +0 -5
  4694. package/dist/components/swatch-picker/swatch-picker.js.map +0 -1
  4695. package/dist/components/swatch-picker/swatch-picker.styles.d.ts.map +0 -1
  4696. package/dist/components/swatch-picker/swatch-picker.styles.js.map +0 -1
  4697. package/dist/components/switch/switch.class.d.ts +0 -142
  4698. package/dist/components/switch/switch.class.d.ts.map +0 -1
  4699. package/dist/components/switch/switch.class.js +0 -339
  4700. package/dist/components/switch/switch.class.js.map +0 -1
  4701. package/dist/components/switch/switch.d.ts.map +0 -1
  4702. package/dist/components/switch/switch.js +0 -5
  4703. package/dist/components/switch/switch.js.map +0 -1
  4704. package/dist/components/switch/switch.styles.d.ts.map +0 -1
  4705. package/dist/components/switch/switch.styles.js.map +0 -1
  4706. package/dist/components/table/table.class.d.ts +0 -494
  4707. package/dist/components/table/table.class.d.ts.map +0 -1
  4708. package/dist/components/table/table.class.js +0 -1357
  4709. package/dist/components/table/table.class.js.map +0 -1
  4710. package/dist/components/table/table.d.ts +0 -3
  4711. package/dist/components/table/table.d.ts.map +0 -1
  4712. package/dist/components/table/table.js +0 -6
  4713. package/dist/components/table/table.js.map +0 -1
  4714. package/dist/components/table/table.styles.d.ts.map +0 -1
  4715. package/dist/components/table/table.styles.js.map +0 -1
  4716. package/dist/components/tabs/tabs.class.d.ts +0 -86
  4717. package/dist/components/tabs/tabs.class.d.ts.map +0 -1
  4718. package/dist/components/tabs/tabs.class.js +0 -262
  4719. package/dist/components/tabs/tabs.class.js.map +0 -1
  4720. package/dist/components/tabs/tabs.d.ts.map +0 -1
  4721. package/dist/components/tabs/tabs.js +0 -5
  4722. package/dist/components/tabs/tabs.js.map +0 -1
  4723. package/dist/components/tabs/tabs.styles.d.ts.map +0 -1
  4724. package/dist/components/tabs/tabs.styles.js.map +0 -1
  4725. package/dist/components/task-list/task-list.class.d.ts +0 -89
  4726. package/dist/components/task-list/task-list.class.d.ts.map +0 -1
  4727. package/dist/components/task-list/task-list.class.js +0 -272
  4728. package/dist/components/task-list/task-list.class.js.map +0 -1
  4729. package/dist/components/task-list/task-list.d.ts.map +0 -1
  4730. package/dist/components/task-list/task-list.js +0 -5
  4731. package/dist/components/task-list/task-list.js.map +0 -1
  4732. package/dist/components/task-list/task-list.styles.d.ts.map +0 -1
  4733. package/dist/components/task-list/task-list.styles.js +0 -134
  4734. package/dist/components/task-list/task-list.styles.js.map +0 -1
  4735. package/dist/components/terminal/terminal.class.d.ts +0 -150
  4736. package/dist/components/terminal/terminal.class.d.ts.map +0 -1
  4737. package/dist/components/terminal/terminal.class.js +0 -565
  4738. package/dist/components/terminal/terminal.class.js.map +0 -1
  4739. package/dist/components/terminal/terminal.d.ts.map +0 -1
  4740. package/dist/components/terminal/terminal.js +0 -5
  4741. package/dist/components/terminal/terminal.js.map +0 -1
  4742. package/dist/components/terminal/terminal.styles.d.ts.map +0 -1
  4743. package/dist/components/terminal/terminal.styles.js.map +0 -1
  4744. package/dist/components/test-results/test-results.class.d.ts +0 -99
  4745. package/dist/components/test-results/test-results.class.d.ts.map +0 -1
  4746. package/dist/components/test-results/test-results.class.js +0 -276
  4747. package/dist/components/test-results/test-results.class.js.map +0 -1
  4748. package/dist/components/test-results/test-results.d.ts.map +0 -1
  4749. package/dist/components/test-results/test-results.js +0 -5
  4750. package/dist/components/test-results/test-results.js.map +0 -1
  4751. package/dist/components/test-results/test-results.styles.d.ts.map +0 -1
  4752. package/dist/components/test-results/test-results.styles.js.map +0 -1
  4753. package/dist/components/textarea/textarea.class.d.ts +0 -132
  4754. package/dist/components/textarea/textarea.class.d.ts.map +0 -1
  4755. package/dist/components/textarea/textarea.class.js +0 -384
  4756. package/dist/components/textarea/textarea.class.js.map +0 -1
  4757. package/dist/components/textarea/textarea.d.ts.map +0 -1
  4758. package/dist/components/textarea/textarea.js +0 -5
  4759. package/dist/components/textarea/textarea.js.map +0 -1
  4760. package/dist/components/textarea/textarea.styles.d.ts.map +0 -1
  4761. package/dist/components/textarea/textarea.styles.js.map +0 -1
  4762. package/dist/components/thinking-panel/thinking-panel.class.d.ts +0 -134
  4763. package/dist/components/thinking-panel/thinking-panel.class.d.ts.map +0 -1
  4764. package/dist/components/thinking-panel/thinking-panel.class.js +0 -278
  4765. package/dist/components/thinking-panel/thinking-panel.class.js.map +0 -1
  4766. package/dist/components/thinking-panel/thinking-panel.d.ts.map +0 -1
  4767. package/dist/components/thinking-panel/thinking-panel.js +0 -5
  4768. package/dist/components/thinking-panel/thinking-panel.js.map +0 -1
  4769. package/dist/components/thinking-panel/thinking-panel.styles.d.ts.map +0 -1
  4770. package/dist/components/thinking-panel/thinking-panel.styles.js.map +0 -1
  4771. package/dist/components/thread-list/thread-list.class.d.ts +0 -176
  4772. package/dist/components/thread-list/thread-list.class.d.ts.map +0 -1
  4773. package/dist/components/thread-list/thread-list.class.js +0 -523
  4774. package/dist/components/thread-list/thread-list.class.js.map +0 -1
  4775. package/dist/components/thread-list/thread-list.d.ts +0 -5
  4776. package/dist/components/thread-list/thread-list.d.ts.map +0 -1
  4777. package/dist/components/thread-list/thread-list.js +0 -8
  4778. package/dist/components/thread-list/thread-list.js.map +0 -1
  4779. package/dist/components/thread-list/thread-list.styles.d.ts.map +0 -1
  4780. package/dist/components/thread-list/thread-list.styles.js +0 -81
  4781. package/dist/components/thread-list/thread-list.styles.js.map +0 -1
  4782. package/dist/components/time-range/time-range.class.d.ts +0 -146
  4783. package/dist/components/time-range/time-range.class.d.ts.map +0 -1
  4784. package/dist/components/time-range/time-range.class.js +0 -484
  4785. package/dist/components/time-range/time-range.class.js.map +0 -1
  4786. package/dist/components/time-range/time-range.d.ts.map +0 -1
  4787. package/dist/components/time-range/time-range.js +0 -5
  4788. package/dist/components/time-range/time-range.js.map +0 -1
  4789. package/dist/components/time-range/time-range.styles.d.ts.map +0 -1
  4790. package/dist/components/time-range/time-range.styles.js.map +0 -1
  4791. package/dist/components/timeline/timeline-item.class.d.ts +0 -120
  4792. package/dist/components/timeline/timeline-item.class.d.ts.map +0 -1
  4793. package/dist/components/timeline/timeline-item.class.js +0 -204
  4794. package/dist/components/timeline/timeline-item.class.js.map +0 -1
  4795. package/dist/components/timeline/timeline-item.d.ts +0 -3
  4796. package/dist/components/timeline/timeline-item.d.ts.map +0 -1
  4797. package/dist/components/timeline/timeline-item.js +0 -10
  4798. package/dist/components/timeline/timeline-item.js.map +0 -1
  4799. package/dist/components/timeline/timeline-item.styles.d.ts.map +0 -1
  4800. package/dist/components/timeline/timeline-item.styles.js.map +0 -1
  4801. package/dist/components/timeline/timeline.class.d.ts +0 -59
  4802. package/dist/components/timeline/timeline.class.d.ts.map +0 -1
  4803. package/dist/components/timeline/timeline.class.js +0 -100
  4804. package/dist/components/timeline/timeline.class.js.map +0 -1
  4805. package/dist/components/timeline/timeline.d.ts.map +0 -1
  4806. package/dist/components/timeline/timeline.js +0 -5
  4807. package/dist/components/timeline/timeline.js.map +0 -1
  4808. package/dist/components/timeline/timeline.styles.d.ts.map +0 -1
  4809. package/dist/components/timeline/timeline.styles.js +0 -52
  4810. package/dist/components/timeline/timeline.styles.js.map +0 -1
  4811. package/dist/components/toast/toast-item.class.d.ts +0 -87
  4812. package/dist/components/toast/toast-item.class.d.ts.map +0 -1
  4813. package/dist/components/toast/toast-item.class.js +0 -334
  4814. package/dist/components/toast/toast-item.class.js.map +0 -1
  4815. package/dist/components/toast/toast-item.d.ts.map +0 -1
  4816. package/dist/components/toast/toast-item.js +0 -5
  4817. package/dist/components/toast/toast-item.js.map +0 -1
  4818. package/dist/components/toast/toast-item.styles.d.ts.map +0 -1
  4819. package/dist/components/toast/toast-item.styles.js.map +0 -1
  4820. package/dist/components/toast/toast.class.d.ts +0 -33
  4821. package/dist/components/toast/toast.class.d.ts.map +0 -1
  4822. package/dist/components/toast/toast.class.js +0 -59
  4823. package/dist/components/toast/toast.class.js.map +0 -1
  4824. package/dist/components/toast/toast.d.ts.map +0 -1
  4825. package/dist/components/toast/toast.js +0 -6
  4826. package/dist/components/toast/toast.js.map +0 -1
  4827. package/dist/components/toast/toast.styles.d.ts.map +0 -1
  4828. package/dist/components/toast/toast.styles.js.map +0 -1
  4829. package/dist/components/toast/toaster.d.ts.map +0 -1
  4830. package/dist/components/toast/toaster.js.map +0 -1
  4831. package/dist/components/token-input/token-input.class.d.ts +0 -129
  4832. package/dist/components/token-input/token-input.class.d.ts.map +0 -1
  4833. package/dist/components/token-input/token-input.class.js +0 -251
  4834. package/dist/components/token-input/token-input.class.js.map +0 -1
  4835. package/dist/components/token-input/token-input.d.ts.map +0 -1
  4836. package/dist/components/token-input/token-input.js +0 -5
  4837. package/dist/components/token-input/token-input.js.map +0 -1
  4838. package/dist/components/token-input/token-input.styles.d.ts.map +0 -1
  4839. package/dist/components/token-input/token-input.styles.js.map +0 -1
  4840. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts +0 -156
  4841. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +0 -1
  4842. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js +0 -383
  4843. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js.map +0 -1
  4844. package/dist/components/tool-approval-dialog/tool-approval-dialog.d.ts +0 -3
  4845. package/dist/components/tool-approval-dialog/tool-approval-dialog.d.ts.map +0 -1
  4846. package/dist/components/tool-approval-dialog/tool-approval-dialog.js +0 -6
  4847. package/dist/components/tool-approval-dialog/tool-approval-dialog.js.map +0 -1
  4848. package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.d.ts.map +0 -1
  4849. package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js.map +0 -1
  4850. package/dist/components/tool-call-chip/tool-call-chip.class.d.ts +0 -123
  4851. package/dist/components/tool-call-chip/tool-call-chip.class.d.ts.map +0 -1
  4852. package/dist/components/tool-call-chip/tool-call-chip.class.js +0 -392
  4853. package/dist/components/tool-call-chip/tool-call-chip.class.js.map +0 -1
  4854. package/dist/components/tool-call-chip/tool-call-chip.d.ts.map +0 -1
  4855. package/dist/components/tool-call-chip/tool-call-chip.js +0 -5
  4856. package/dist/components/tool-call-chip/tool-call-chip.js.map +0 -1
  4857. package/dist/components/tool-call-chip/tool-call-chip.styles.d.ts.map +0 -1
  4858. package/dist/components/tool-call-chip/tool-call-chip.styles.js.map +0 -1
  4859. package/dist/components/tool-param-form/tool-param-form.class.d.ts +0 -219
  4860. package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +0 -1
  4861. package/dist/components/tool-param-form/tool-param-form.class.js +0 -614
  4862. package/dist/components/tool-param-form/tool-param-form.class.js.map +0 -1
  4863. package/dist/components/tool-param-form/tool-param-form.d.ts +0 -5
  4864. package/dist/components/tool-param-form/tool-param-form.d.ts.map +0 -1
  4865. package/dist/components/tool-param-form/tool-param-form.js +0 -8
  4866. package/dist/components/tool-param-form/tool-param-form.js.map +0 -1
  4867. package/dist/components/tool-param-form/tool-param-form.styles.d.ts.map +0 -1
  4868. package/dist/components/tool-param-form/tool-param-form.styles.js.map +0 -1
  4869. package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts +0 -140
  4870. package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts.map +0 -1
  4871. package/dist/components/tool-result-dialog/tool-result-dialog.class.js +0 -400
  4872. package/dist/components/tool-result-dialog/tool-result-dialog.class.js.map +0 -1
  4873. package/dist/components/tool-result-dialog/tool-result-dialog.d.ts.map +0 -1
  4874. package/dist/components/tool-result-dialog/tool-result-dialog.js +0 -5
  4875. package/dist/components/tool-result-dialog/tool-result-dialog.js.map +0 -1
  4876. package/dist/components/tool-result-dialog/tool-result-dialog.styles.d.ts.map +0 -1
  4877. package/dist/components/tool-result-dialog/tool-result-dialog.styles.js.map +0 -1
  4878. package/dist/components/tool-result-view/registry.d.ts.map +0 -1
  4879. package/dist/components/tool-result-view/registry.js.map +0 -1
  4880. package/dist/components/tool-result-view/tool-result-view.class.d.ts +0 -73
  4881. package/dist/components/tool-result-view/tool-result-view.class.d.ts.map +0 -1
  4882. package/dist/components/tool-result-view/tool-result-view.class.js +0 -170
  4883. package/dist/components/tool-result-view/tool-result-view.class.js.map +0 -1
  4884. package/dist/components/tool-result-view/tool-result-view.d.ts +0 -4
  4885. package/dist/components/tool-result-view/tool-result-view.d.ts.map +0 -1
  4886. package/dist/components/tool-result-view/tool-result-view.js +0 -7
  4887. package/dist/components/tool-result-view/tool-result-view.js.map +0 -1
  4888. package/dist/components/tool-result-view/tool-result-view.styles.d.ts.map +0 -1
  4889. package/dist/components/tool-result-view/tool-result-view.styles.js.map +0 -1
  4890. package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +0 -171
  4891. package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +0 -1
  4892. package/dist/components/tool-select-dialog/tool-select-dialog.class.js +0 -428
  4893. package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +0 -1
  4894. package/dist/components/tool-select-dialog/tool-select-dialog.d.ts +0 -4
  4895. package/dist/components/tool-select-dialog/tool-select-dialog.d.ts.map +0 -1
  4896. package/dist/components/tool-select-dialog/tool-select-dialog.js +0 -7
  4897. package/dist/components/tool-select-dialog/tool-select-dialog.js.map +0 -1
  4898. package/dist/components/tool-select-dialog/tool-select-dialog.styles.d.ts.map +0 -1
  4899. package/dist/components/tool-select-dialog/tool-select-dialog.styles.js.map +0 -1
  4900. package/dist/components/tool-timeline/tool-timeline.class.d.ts +0 -140
  4901. package/dist/components/tool-timeline/tool-timeline.class.d.ts.map +0 -1
  4902. package/dist/components/tool-timeline/tool-timeline.class.js +0 -293
  4903. package/dist/components/tool-timeline/tool-timeline.class.js.map +0 -1
  4904. package/dist/components/tool-timeline/tool-timeline.d.ts.map +0 -1
  4905. package/dist/components/tool-timeline/tool-timeline.js +0 -5
  4906. package/dist/components/tool-timeline/tool-timeline.js.map +0 -1
  4907. package/dist/components/tool-timeline/tool-timeline.styles.d.ts.map +0 -1
  4908. package/dist/components/tool-timeline/tool-timeline.styles.js.map +0 -1
  4909. package/dist/components/tour/tour.class.d.ts +0 -253
  4910. package/dist/components/tour/tour.class.d.ts.map +0 -1
  4911. package/dist/components/tour/tour.class.js +0 -566
  4912. package/dist/components/tour/tour.class.js.map +0 -1
  4913. package/dist/components/tour/tour.d.ts.map +0 -1
  4914. package/dist/components/tour/tour.js +0 -5
  4915. package/dist/components/tour/tour.js.map +0 -1
  4916. package/dist/components/tour/tour.styles.d.ts.map +0 -1
  4917. package/dist/components/tour/tour.styles.js.map +0 -1
  4918. package/dist/components/trace-tree/span.d.ts.map +0 -1
  4919. package/dist/components/trace-tree/span.js.map +0 -1
  4920. package/dist/components/trace-tree/trace-tree.class.d.ts +0 -85
  4921. package/dist/components/trace-tree/trace-tree.class.d.ts.map +0 -1
  4922. package/dist/components/trace-tree/trace-tree.class.js +0 -445
  4923. package/dist/components/trace-tree/trace-tree.class.js.map +0 -1
  4924. package/dist/components/trace-tree/trace-tree.d.ts +0 -5
  4925. package/dist/components/trace-tree/trace-tree.d.ts.map +0 -1
  4926. package/dist/components/trace-tree/trace-tree.js +0 -8
  4927. package/dist/components/trace-tree/trace-tree.js.map +0 -1
  4928. package/dist/components/trace-tree/trace-tree.styles.d.ts.map +0 -1
  4929. package/dist/components/trace-tree/trace-tree.styles.js.map +0 -1
  4930. package/dist/components/transcript-feed/transcript-feed.class.d.ts +0 -89
  4931. package/dist/components/transcript-feed/transcript-feed.class.d.ts.map +0 -1
  4932. package/dist/components/transcript-feed/transcript-feed.class.js +0 -188
  4933. package/dist/components/transcript-feed/transcript-feed.class.js.map +0 -1
  4934. package/dist/components/transcript-feed/transcript-feed.d.ts.map +0 -1
  4935. package/dist/components/transcript-feed/transcript-feed.js +0 -5
  4936. package/dist/components/transcript-feed/transcript-feed.js.map +0 -1
  4937. package/dist/components/transcript-feed/transcript-feed.styles.d.ts.map +0 -1
  4938. package/dist/components/transcript-feed/transcript-feed.styles.js +0 -94
  4939. package/dist/components/transcript-feed/transcript-feed.styles.js.map +0 -1
  4940. package/dist/components/tree/tree-node.class.d.ts +0 -103
  4941. package/dist/components/tree/tree-node.class.d.ts.map +0 -1
  4942. package/dist/components/tree/tree-node.class.js +0 -225
  4943. package/dist/components/tree/tree-node.class.js.map +0 -1
  4944. package/dist/components/tree/tree-node.d.ts.map +0 -1
  4945. package/dist/components/tree/tree-node.js +0 -5
  4946. package/dist/components/tree/tree-node.js.map +0 -1
  4947. package/dist/components/tree/tree-node.styles.d.ts.map +0 -1
  4948. package/dist/components/tree/tree-node.styles.js.map +0 -1
  4949. package/dist/components/tree/tree.class.d.ts +0 -151
  4950. package/dist/components/tree/tree.class.d.ts.map +0 -1
  4951. package/dist/components/tree/tree.class.js +0 -335
  4952. package/dist/components/tree/tree.class.js.map +0 -1
  4953. package/dist/components/tree/tree.d.ts.map +0 -1
  4954. package/dist/components/tree/tree.js +0 -6
  4955. package/dist/components/tree/tree.js.map +0 -1
  4956. package/dist/components/tree/tree.styles.d.ts.map +0 -1
  4957. package/dist/components/tree/tree.styles.js.map +0 -1
  4958. package/dist/components/tree/update-cascade.d.ts.map +0 -1
  4959. package/dist/components/tree/update-cascade.js.map +0 -1
  4960. package/dist/components/typing-indicator/typing-indicator.class.d.ts +0 -78
  4961. package/dist/components/typing-indicator/typing-indicator.class.d.ts.map +0 -1
  4962. package/dist/components/typing-indicator/typing-indicator.class.js +0 -115
  4963. package/dist/components/typing-indicator/typing-indicator.class.js.map +0 -1
  4964. package/dist/components/typing-indicator/typing-indicator.d.ts.map +0 -1
  4965. package/dist/components/typing-indicator/typing-indicator.js +0 -5
  4966. package/dist/components/typing-indicator/typing-indicator.js.map +0 -1
  4967. package/dist/components/typing-indicator/typing-indicator.styles.d.ts.map +0 -1
  4968. package/dist/components/typing-indicator/typing-indicator.styles.js.map +0 -1
  4969. package/dist/components/usage-badge/usage-badge.class.d.ts +0 -87
  4970. package/dist/components/usage-badge/usage-badge.class.d.ts.map +0 -1
  4971. package/dist/components/usage-badge/usage-badge.class.js +0 -246
  4972. package/dist/components/usage-badge/usage-badge.class.js.map +0 -1
  4973. package/dist/components/usage-badge/usage-badge.d.ts.map +0 -1
  4974. package/dist/components/usage-badge/usage-badge.js +0 -5
  4975. package/dist/components/usage-badge/usage-badge.js.map +0 -1
  4976. package/dist/components/usage-badge/usage-badge.styles.d.ts.map +0 -1
  4977. package/dist/components/usage-badge/usage-badge.styles.js.map +0 -1
  4978. package/dist/components/virtual-list/virtual-list.class.d.ts +0 -277
  4979. package/dist/components/virtual-list/virtual-list.class.d.ts.map +0 -1
  4980. package/dist/components/virtual-list/virtual-list.class.js +0 -722
  4981. package/dist/components/virtual-list/virtual-list.class.js.map +0 -1
  4982. package/dist/components/virtual-list/virtual-list.d.ts.map +0 -1
  4983. package/dist/components/virtual-list/virtual-list.js +0 -5
  4984. package/dist/components/virtual-list/virtual-list.js.map +0 -1
  4985. package/dist/components/virtual-list/virtual-list.styles.d.ts.map +0 -1
  4986. package/dist/components/virtual-list/virtual-list.styles.js.map +0 -1
  4987. package/dist/components/voice-picker/voice-picker.class.d.ts +0 -241
  4988. package/dist/components/voice-picker/voice-picker.class.d.ts.map +0 -1
  4989. package/dist/components/voice-picker/voice-picker.class.js +0 -809
  4990. package/dist/components/voice-picker/voice-picker.class.js.map +0 -1
  4991. package/dist/components/voice-picker/voice-picker.d.ts.map +0 -1
  4992. package/dist/components/voice-picker/voice-picker.js +0 -5
  4993. package/dist/components/voice-picker/voice-picker.js.map +0 -1
  4994. package/dist/components/voice-picker/voice-picker.styles.d.ts.map +0 -1
  4995. package/dist/components/voice-picker/voice-picker.styles.js.map +0 -1
  4996. package/dist/components/widget/widget.class.d.ts +0 -138
  4997. package/dist/components/widget/widget.class.d.ts.map +0 -1
  4998. package/dist/components/widget/widget.class.js +0 -379
  4999. package/dist/components/widget/widget.class.js.map +0 -1
  5000. package/dist/components/widget/widget.d.ts.map +0 -1
  5001. package/dist/components/widget/widget.js +0 -5
  5002. package/dist/components/widget/widget.js.map +0 -1
  5003. package/dist/components/widget/widget.styles.d.ts.map +0 -1
  5004. package/dist/components/widget/widget.styles.js.map +0 -1
  5005. package/dist/components/widget-renderer/default-registry.d.ts +0 -14
  5006. package/dist/components/widget-renderer/default-registry.d.ts.map +0 -1
  5007. package/dist/components/widget-renderer/default-registry.js +0 -43
  5008. package/dist/components/widget-renderer/default-registry.js.map +0 -1
  5009. package/dist/components/widget-renderer/registry.d.ts.map +0 -1
  5010. package/dist/components/widget-renderer/registry.js.map +0 -1
  5011. package/dist/components/widget-renderer/resolve.d.ts.map +0 -1
  5012. package/dist/components/widget-renderer/resolve.js.map +0 -1
  5013. package/dist/components/widget-renderer/widget-renderer.class.d.ts +0 -67
  5014. package/dist/components/widget-renderer/widget-renderer.class.d.ts.map +0 -1
  5015. package/dist/components/widget-renderer/widget-renderer.class.js +0 -175
  5016. package/dist/components/widget-renderer/widget-renderer.class.js.map +0 -1
  5017. package/dist/components/widget-renderer/widget-renderer.d.ts.map +0 -1
  5018. package/dist/components/widget-renderer/widget-renderer.js +0 -10
  5019. package/dist/components/widget-renderer/widget-renderer.js.map +0 -1
  5020. package/dist/components/widget-renderer/widget-renderer.styles.d.ts.map +0 -1
  5021. package/dist/components/widget-renderer/widget-renderer.styles.js.map +0 -1
  5022. package/dist/components/word-cloud/word-cloud-layout.d.ts.map +0 -1
  5023. package/dist/components/word-cloud/word-cloud-layout.js.map +0 -1
  5024. package/dist/components/word-cloud/word-cloud.class.d.ts +0 -112
  5025. package/dist/components/word-cloud/word-cloud.class.d.ts.map +0 -1
  5026. package/dist/components/word-cloud/word-cloud.class.js +0 -338
  5027. package/dist/components/word-cloud/word-cloud.class.js.map +0 -1
  5028. package/dist/components/word-cloud/word-cloud.d.ts.map +0 -1
  5029. package/dist/components/word-cloud/word-cloud.js +0 -5
  5030. package/dist/components/word-cloud/word-cloud.js.map +0 -1
  5031. package/dist/components/word-cloud/word-cloud.styles.d.ts.map +0 -1
  5032. package/dist/components/word-cloud/word-cloud.styles.js.map +0 -1
  5033. package/dist/components/xml-viewer/xml-viewer.class.d.ts +0 -135
  5034. package/dist/components/xml-viewer/xml-viewer.class.d.ts.map +0 -1
  5035. package/dist/components/xml-viewer/xml-viewer.class.js +0 -0
  5036. package/dist/components/xml-viewer/xml-viewer.class.js.map +0 -1
  5037. package/dist/components/xml-viewer/xml-viewer.d.ts.map +0 -1
  5038. package/dist/components/xml-viewer/xml-viewer.js +0 -20
  5039. package/dist/components/xml-viewer/xml-viewer.js.map +0 -1
  5040. package/dist/components/xml-viewer/xml-viewer.styles.d.ts.map +0 -1
  5041. package/dist/components/xml-viewer/xml-viewer.styles.js.map +0 -1
  5042. package/dist/components/zoomable-frame/zoomable-frame.class.d.ts +0 -75
  5043. package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +0 -1
  5044. package/dist/components/zoomable-frame/zoomable-frame.class.js +0 -150
  5045. package/dist/components/zoomable-frame/zoomable-frame.class.js.map +0 -1
  5046. package/dist/components/zoomable-frame/zoomable-frame.d.ts.map +0 -1
  5047. package/dist/components/zoomable-frame/zoomable-frame.js +0 -5
  5048. package/dist/components/zoomable-frame/zoomable-frame.js.map +0 -1
  5049. package/dist/components/zoomable-frame/zoomable-frame.styles.d.ts.map +0 -1
  5050. package/dist/components/zoomable-frame/zoomable-frame.styles.js.map +0 -1
  5051. /package/dist/components/{activity-feed → agent-tools/activity-feed}/activity-feed.d.ts +0 -0
  5052. /package/dist/components/{activity-feed → agent-tools/activity-feed}/activity-feed.styles.d.ts +0 -0
  5053. /package/dist/components/{activity-feed → agent-tools/activity-feed}/activity-feed.styles.js +0 -0
  5054. /package/dist/components/{agent-run → agent-tools/agent-run}/agent-run.d.ts +0 -0
  5055. /package/dist/components/{agent-run → agent-tools/agent-run}/agent-run.styles.d.ts +0 -0
  5056. /package/dist/components/{agent-run → agent-tools/agent-run}/agent-run.styles.js +0 -0
  5057. /package/dist/components/{agent-trace → agent-tools/agent-trace}/agent-trace.styles.d.ts +0 -0
  5058. /package/dist/components/{agent-trace → agent-tools/agent-trace}/agent-trace.styles.js +0 -0
  5059. /package/dist/components/{artifact-panel → agent-tools/artifact-panel}/artifact-panel.d.ts +0 -0
  5060. /package/dist/components/{artifact-panel → agent-tools/artifact-panel}/artifact-panel.styles.d.ts +0 -0
  5061. /package/dist/components/{artifact-panel → agent-tools/artifact-panel}/artifact-panel.styles.js +0 -0
  5062. /package/dist/components/{browser-frame → agent-tools/browser-frame}/browser-frame.d.ts +0 -0
  5063. /package/dist/components/{browser-frame → agent-tools/browser-frame}/browser-frame.styles.d.ts +0 -0
  5064. /package/dist/components/{browser-frame → agent-tools/browser-frame}/browser-frame.styles.js +0 -0
  5065. /package/dist/components/{commit-card → agent-tools/commit-card}/commit-card.d.ts +0 -0
  5066. /package/dist/components/{commit-card → agent-tools/commit-card}/commit-card.styles.d.ts +0 -0
  5067. /package/dist/components/{commit-card → agent-tools/commit-card}/commit-card.styles.js +0 -0
  5068. /package/dist/components/{compare-panel → agent-tools/compare-panel}/compare-panel.styles.d.ts +0 -0
  5069. /package/dist/components/{compare-panel → agent-tools/compare-panel}/compare-panel.styles.js +0 -0
  5070. /package/dist/components/{confirm-bar → agent-tools/confirm-bar}/confirm-bar.styles.d.ts +0 -0
  5071. /package/dist/components/{confirm-bar → agent-tools/confirm-bar}/confirm-bar.styles.js +0 -0
  5072. /package/dist/components/{context-inspector → agent-tools/context-inspector}/context-inspector.styles.d.ts +0 -0
  5073. /package/dist/components/{context-inspector → agent-tools/context-inspector}/context-inspector.styles.js +0 -0
  5074. /package/dist/components/{eval-dataset → agent-tools/eval-dataset}/eval-dataset.styles.d.ts +0 -0
  5075. /package/dist/components/{eval-dataset → agent-tools/eval-dataset}/eval-dataset.styles.js +0 -0
  5076. /package/dist/components/{eval-result → agent-tools/eval-result}/eval-result.styles.d.ts +0 -0
  5077. /package/dist/components/{eval-result → agent-tools/eval-result}/eval-result.styles.js +0 -0
  5078. /package/dist/components/{evaluation-run → agent-tools/evaluation-run}/evaluation-run.d.ts +0 -0
  5079. /package/dist/components/{evaluation-run → agent-tools/evaluation-run}/evaluation-run.styles.d.ts +0 -0
  5080. /package/dist/components/{evaluation-run → agent-tools/evaluation-run}/evaluation-run.styles.js +0 -0
  5081. /package/dist/components/{policy-summary → agent-tools/policy-summary}/policy-summary.styles.d.ts +0 -0
  5082. /package/dist/components/{policy-summary → agent-tools/policy-summary}/policy-summary.styles.js +0 -0
  5083. /package/dist/components/{result-card → agent-tools/result-card}/result-card.d.ts +0 -0
  5084. /package/dist/components/{result-card → agent-tools/result-card}/result-card.styles.d.ts +0 -0
  5085. /package/dist/components/{result-card → agent-tools/result-card}/result-card.styles.js +0 -0
  5086. /package/dist/components/{result-card → agent-tools/result-card}/result-field.d.ts +0 -0
  5087. /package/dist/components/{result-card → agent-tools/result-card}/result-field.styles.d.ts +0 -0
  5088. /package/dist/components/{result-card → agent-tools/result-card}/result-field.styles.js +0 -0
  5089. /package/dist/components/{span-waterfall → agent-tools/span-waterfall}/span-waterfall.styles.d.ts +0 -0
  5090. /package/dist/components/{span-waterfall → agent-tools/span-waterfall}/span-waterfall.styles.js +0 -0
  5091. /package/dist/components/{stack-trace → agent-tools/stack-trace}/stack-trace-parse.d.ts +0 -0
  5092. /package/dist/components/{stack-trace → agent-tools/stack-trace}/stack-trace-parse.js +0 -0
  5093. /package/dist/components/{stack-trace → agent-tools/stack-trace}/stack-trace.d.ts +0 -0
  5094. /package/dist/components/{stack-trace → agent-tools/stack-trace}/stack-trace.styles.d.ts +0 -0
  5095. /package/dist/components/{stack-trace → agent-tools/stack-trace}/stack-trace.styles.js +0 -0
  5096. /package/dist/components/{task-list → agent-tools/task-list}/task-list.d.ts +0 -0
  5097. /package/dist/components/{task-list → agent-tools/task-list}/task-list.styles.d.ts +0 -0
  5098. /package/dist/components/{terminal → agent-tools/terminal}/terminal.d.ts +0 -0
  5099. /package/dist/components/{terminal → agent-tools/terminal}/terminal.styles.d.ts +0 -0
  5100. /package/dist/components/{terminal → agent-tools/terminal}/terminal.styles.js +0 -0
  5101. /package/dist/components/{test-results → agent-tools/test-results}/test-results.d.ts +0 -0
  5102. /package/dist/components/{test-results → agent-tools/test-results}/test-results.styles.d.ts +0 -0
  5103. /package/dist/components/{test-results → agent-tools/test-results}/test-results.styles.js +0 -0
  5104. /package/dist/components/{thinking-panel → agent-tools/thinking-panel}/thinking-panel.d.ts +0 -0
  5105. /package/dist/components/{thinking-panel → agent-tools/thinking-panel}/thinking-panel.styles.d.ts +0 -0
  5106. /package/dist/components/{thinking-panel → agent-tools/thinking-panel}/thinking-panel.styles.js +0 -0
  5107. /package/dist/components/{tool-approval-dialog → agent-tools/tool-approval-dialog}/tool-approval-dialog.styles.d.ts +0 -0
  5108. /package/dist/components/{tool-approval-dialog → agent-tools/tool-approval-dialog}/tool-approval-dialog.styles.js +0 -0
  5109. /package/dist/components/{tool-call-chip → agent-tools/tool-call-chip}/tool-call-chip.d.ts +0 -0
  5110. /package/dist/components/{tool-call-chip → agent-tools/tool-call-chip}/tool-call-chip.styles.d.ts +0 -0
  5111. /package/dist/components/{tool-call-chip → agent-tools/tool-call-chip}/tool-call-chip.styles.js +0 -0
  5112. /package/dist/components/{tool-param-form → agent-tools/tool-param-form}/tool-param-form.styles.d.ts +0 -0
  5113. /package/dist/components/{tool-param-form → agent-tools/tool-param-form}/tool-param-form.styles.js +0 -0
  5114. /package/dist/components/{tool-result-dialog → agent-tools/tool-result-dialog}/tool-result-dialog.d.ts +0 -0
  5115. /package/dist/components/{tool-result-dialog → agent-tools/tool-result-dialog}/tool-result-dialog.styles.d.ts +0 -0
  5116. /package/dist/components/{tool-result-dialog → agent-tools/tool-result-dialog}/tool-result-dialog.styles.js +0 -0
  5117. /package/dist/components/{tool-result-view → agent-tools/tool-result-view}/registry.d.ts +0 -0
  5118. /package/dist/components/{tool-result-view → agent-tools/tool-result-view}/registry.js +0 -0
  5119. /package/dist/components/{tool-result-view → agent-tools/tool-result-view}/tool-result-view.styles.d.ts +0 -0
  5120. /package/dist/components/{tool-result-view → agent-tools/tool-result-view}/tool-result-view.styles.js +0 -0
  5121. /package/dist/components/{tool-select-dialog → agent-tools/tool-select-dialog}/tool-select-dialog.styles.d.ts +0 -0
  5122. /package/dist/components/{tool-select-dialog → agent-tools/tool-select-dialog}/tool-select-dialog.styles.js +0 -0
  5123. /package/dist/components/{tool-timeline → agent-tools/tool-timeline}/tool-timeline.d.ts +0 -0
  5124. /package/dist/components/{tool-timeline → agent-tools/tool-timeline}/tool-timeline.styles.d.ts +0 -0
  5125. /package/dist/components/{tool-timeline → agent-tools/tool-timeline}/tool-timeline.styles.js +0 -0
  5126. /package/dist/components/{trace-tree → agent-tools/trace-tree}/span.d.ts +0 -0
  5127. /package/dist/components/{trace-tree → agent-tools/trace-tree}/span.js +0 -0
  5128. /package/dist/components/{trace-tree → agent-tools/trace-tree}/trace-tree.styles.d.ts +0 -0
  5129. /package/dist/components/{trace-tree → agent-tools/trace-tree}/trace-tree.styles.js +0 -0
  5130. /package/dist/components/{chart → charts/chart}/bar-chart.class.d.ts +0 -0
  5131. /package/dist/components/{chart → charts/chart}/bar-chart.class.js +0 -0
  5132. /package/dist/components/{chart → charts/chart}/bar-chart.d.ts +0 -0
  5133. /package/dist/components/{chart → charts/chart}/box-plot.styles.d.ts +0 -0
  5134. /package/dist/components/{chart → charts/chart}/box-plot.styles.js +0 -0
  5135. /package/dist/components/{chart → charts/chart}/bubble-chart.class.d.ts +0 -0
  5136. /package/dist/components/{chart → charts/chart}/bubble-chart.class.js +0 -0
  5137. /package/dist/components/{chart → charts/chart}/bubble-chart.d.ts +0 -0
  5138. /package/dist/components/{chart → charts/chart}/chart-loader.js +0 -0
  5139. /package/dist/components/{chart → charts/chart}/chart.styles.d.ts +0 -0
  5140. /package/dist/components/{chart → charts/chart}/chart.styles.js +0 -0
  5141. /package/dist/components/{chart → charts/chart}/doughnut-chart.class.d.ts +0 -0
  5142. /package/dist/components/{chart → charts/chart}/doughnut-chart.class.js +0 -0
  5143. /package/dist/components/{chart → charts/chart}/doughnut-chart.d.ts +0 -0
  5144. /package/dist/components/{chart → charts/chart}/histogram-bin.d.ts +0 -0
  5145. /package/dist/components/{chart → charts/chart}/histogram-bin.js +0 -0
  5146. /package/dist/components/{chart → charts/chart}/histogram.class.d.ts +0 -0
  5147. /package/dist/components/{chart → charts/chart}/histogram.d.ts +0 -0
  5148. /package/dist/components/{chart → charts/chart}/histogram.styles.d.ts +0 -0
  5149. /package/dist/components/{chart → charts/chart}/histogram.styles.js +0 -0
  5150. /package/dist/components/{chart → charts/chart}/line-chart.class.d.ts +0 -0
  5151. /package/dist/components/{chart → charts/chart}/line-chart.class.js +0 -0
  5152. /package/dist/components/{chart → charts/chart}/line-chart.d.ts +0 -0
  5153. /package/dist/components/{chart → charts/chart}/lite-chart.styles.d.ts +0 -0
  5154. /package/dist/components/{chart → charts/chart}/lite-chart.styles.js +0 -0
  5155. /package/dist/components/{chart → charts/chart}/pie-chart.class.d.ts +0 -0
  5156. /package/dist/components/{chart → charts/chart}/pie-chart.class.js +0 -0
  5157. /package/dist/components/{chart → charts/chart}/pie-chart.d.ts +0 -0
  5158. /package/dist/components/{chart → charts/chart}/polar-area-chart.class.d.ts +0 -0
  5159. /package/dist/components/{chart → charts/chart}/polar-area-chart.class.js +0 -0
  5160. /package/dist/components/{chart → charts/chart}/polar-area-chart.d.ts +0 -0
  5161. /package/dist/components/{chart → charts/chart}/radar-chart.class.d.ts +0 -0
  5162. /package/dist/components/{chart → charts/chart}/radar-chart.class.js +0 -0
  5163. /package/dist/components/{chart → charts/chart}/radar-chart.d.ts +0 -0
  5164. /package/dist/components/{chart → charts/chart}/scatter-chart.class.d.ts +0 -0
  5165. /package/dist/components/{chart → charts/chart}/scatter-chart.class.js +0 -0
  5166. /package/dist/components/{chart → charts/chart}/scatter-chart.d.ts +0 -0
  5167. /package/dist/components/{agent-workspace → conversation/agent-workspace}/agent-workspace.d.ts +0 -0
  5168. /package/dist/components/{agent-workspace → conversation/agent-workspace}/agent-workspace.styles.d.ts +0 -0
  5169. /package/dist/components/{agent-workspace → conversation/agent-workspace}/agent-workspace.styles.js +0 -0
  5170. /package/dist/components/{audio-visualizer → conversation/audio-visualizer}/audio-visualizer.d.ts +0 -0
  5171. /package/dist/components/{audio-visualizer → conversation/audio-visualizer}/audio-visualizer.styles.d.ts +0 -0
  5172. /package/dist/components/{audio-visualizer → conversation/audio-visualizer}/audio-visualizer.styles.js +0 -0
  5173. /package/dist/components/{branch-picker → conversation/branch-picker}/branch-picker.styles.d.ts +0 -0
  5174. /package/dist/components/{branch-picker → conversation/branch-picker}/branch-picker.styles.js +0 -0
  5175. /package/dist/components/{chat-composer → conversation/chat-composer}/chat-composer.d.ts +0 -0
  5176. /package/dist/components/{chat-composer → conversation/chat-composer}/chat-composer.styles.d.ts +0 -0
  5177. /package/dist/components/{chat-composer → conversation/chat-composer}/chat-composer.styles.js +0 -0
  5178. /package/dist/components/{chat-message → conversation/chat-message}/chat-message.styles.d.ts +0 -0
  5179. /package/dist/components/{chat-viewport → conversation/chat-viewport}/chat-viewport.d.ts +0 -0
  5180. /package/dist/components/{chat-viewport → conversation/chat-viewport}/chat-viewport.styles.d.ts +0 -0
  5181. /package/dist/components/{chat-viewport → conversation/chat-viewport}/chat-viewport.styles.js +0 -0
  5182. /package/dist/components/{checkpoint → conversation/checkpoint}/checkpoint.d.ts +0 -0
  5183. /package/dist/components/{checkpoint → conversation/checkpoint}/checkpoint.styles.d.ts +0 -0
  5184. /package/dist/components/{checkpoint → conversation/checkpoint}/checkpoint.styles.js +0 -0
  5185. /package/dist/components/{code-block → conversation/code-block}/code-block-shared.d.ts +0 -0
  5186. /package/dist/components/{code-block → conversation/code-block}/code-block-shared.js +0 -0
  5187. /package/dist/components/{code-block → conversation/code-block}/code-block.styles.d.ts +0 -0
  5188. /package/dist/components/{code-block → conversation/code-block}/code-block.styles.js +0 -0
  5189. /package/dist/components/{code-block → conversation/code-block}/code-loader.js +0 -0
  5190. /package/dist/components/{code-block → conversation/code-block}/greycat-language.js +0 -0
  5191. /package/dist/components/{conversation-item → conversation/conversation-item}/conversation-item.d.ts +0 -0
  5192. /package/dist/components/{conversation-item → conversation/conversation-item}/conversation-item.styles.d.ts +0 -0
  5193. /package/dist/components/{conversation-item → conversation/conversation-item}/conversation-item.styles.js +0 -0
  5194. /package/dist/components/{generation-status → conversation/generation-status}/generation-status.d.ts +0 -0
  5195. /package/dist/components/{generation-status → conversation/generation-status}/generation-status.styles.d.ts +0 -0
  5196. /package/dist/components/{generation-status → conversation/generation-status}/generation-status.styles.js +0 -0
  5197. /package/dist/components/{handoff-divider → conversation/handoff-divider}/handoff-divider.d.ts +0 -0
  5198. /package/dist/components/{handoff-divider → conversation/handoff-divider}/handoff-divider.styles.d.ts +0 -0
  5199. /package/dist/components/{handoff-divider → conversation/handoff-divider}/handoff-divider.styles.js +0 -0
  5200. /package/dist/components/{markdown → conversation/markdown}/katex-loader.js +0 -0
  5201. /package/dist/components/{markdown → conversation/markdown}/markdown-core.d.ts +0 -0
  5202. /package/dist/components/{markdown → conversation/markdown}/markdown-loader.js +0 -0
  5203. /package/dist/components/{markdown → conversation/markdown}/markdown.d.ts +0 -0
  5204. /package/dist/components/{markdown → conversation/markdown}/markdown.styles.d.ts +0 -0
  5205. /package/dist/components/{markdown → conversation/markdown}/markdown.styles.js +0 -0
  5206. /package/dist/components/{message-actions → conversation/message-actions}/message-actions.styles.d.ts +0 -0
  5207. /package/dist/components/{message-actions → conversation/message-actions}/message-actions.styles.js +0 -0
  5208. /package/dist/components/{message-feedback → conversation/message-feedback}/message-feedback.d.ts +0 -0
  5209. /package/dist/components/{message-feedback → conversation/message-feedback}/message-feedback.styles.d.ts +0 -0
  5210. /package/dist/components/{message-feedback → conversation/message-feedback}/message-feedback.styles.js +0 -0
  5211. /package/dist/components/{model-select → conversation/model-select}/model-select.d.ts +0 -0
  5212. /package/dist/components/{model-select → conversation/model-select}/model-select.styles.d.ts +0 -0
  5213. /package/dist/components/{model-select → conversation/model-select}/model-select.styles.js +0 -0
  5214. /package/dist/components/{model-settings-panel → conversation/model-settings-panel}/model-settings-panel.styles.d.ts +0 -0
  5215. /package/dist/components/{model-settings-panel → conversation/model-settings-panel}/model-settings-panel.styles.js +0 -0
  5216. /package/dist/components/{push-to-talk → conversation/push-to-talk}/push-to-talk.styles.d.ts +0 -0
  5217. /package/dist/components/{push-to-talk → conversation/push-to-talk}/push-to-talk.styles.js +0 -0
  5218. /package/dist/components/{stream-status → conversation/stream-status}/stream-status.styles.d.ts +0 -0
  5219. /package/dist/components/{stream-status → conversation/stream-status}/stream-status.styles.js +0 -0
  5220. /package/dist/components/{streaming-text → conversation/streaming-text}/streaming-text.d.ts +0 -0
  5221. /package/dist/components/{streaming-text → conversation/streaming-text}/streaming-text.styles.d.ts +0 -0
  5222. /package/dist/components/{streaming-text → conversation/streaming-text}/streaming-text.styles.js +0 -0
  5223. /package/dist/components/{suggestion-chips → conversation/suggestion-chips}/suggestion-chips.styles.d.ts +0 -0
  5224. /package/dist/components/{suggestion-chips → conversation/suggestion-chips}/suggestion-chips.styles.js +0 -0
  5225. /package/dist/components/{thread-list → conversation/thread-list}/thread-list.styles.d.ts +0 -0
  5226. /package/dist/components/{transcript-feed → conversation/transcript-feed}/transcript-feed.d.ts +0 -0
  5227. /package/dist/components/{transcript-feed → conversation/transcript-feed}/transcript-feed.styles.d.ts +0 -0
  5228. /package/dist/components/{typing-indicator → conversation/typing-indicator}/typing-indicator.d.ts +0 -0
  5229. /package/dist/components/{typing-indicator → conversation/typing-indicator}/typing-indicator.styles.d.ts +0 -0
  5230. /package/dist/components/{typing-indicator → conversation/typing-indicator}/typing-indicator.styles.js +0 -0
  5231. /package/dist/components/{usage-badge → conversation/usage-badge}/usage-badge.d.ts +0 -0
  5232. /package/dist/components/{usage-badge → conversation/usage-badge}/usage-badge.styles.d.ts +0 -0
  5233. /package/dist/components/{usage-badge → conversation/usage-badge}/usage-badge.styles.js +0 -0
  5234. /package/dist/components/{voice-picker → conversation/voice-picker}/voice-picker.d.ts +0 -0
  5235. /package/dist/components/{voice-picker → conversation/voice-picker}/voice-picker.styles.d.ts +0 -0
  5236. /package/dist/components/{voice-picker → conversation/voice-picker}/voice-picker.styles.js +0 -0
  5237. /package/dist/components/{widget-renderer → conversation/widget-renderer}/registry.d.ts +0 -0
  5238. /package/dist/components/{widget-renderer → conversation/widget-renderer}/registry.js +0 -0
  5239. /package/dist/components/{widget-renderer → conversation/widget-renderer}/resolve.d.ts +0 -0
  5240. /package/dist/components/{widget-renderer → conversation/widget-renderer}/resolve.js +0 -0
  5241. /package/dist/components/{widget-renderer → conversation/widget-renderer}/widget-renderer.d.ts +0 -0
  5242. /package/dist/components/{widget-renderer → conversation/widget-renderer}/widget-renderer.styles.d.ts +0 -0
  5243. /package/dist/components/{widget-renderer → conversation/widget-renderer}/widget-renderer.styles.js +0 -0
  5244. /package/dist/components/{calendar → data/calendar}/calendar.d.ts +0 -0
  5245. /package/dist/components/{calendar → data/calendar}/calendar.styles.d.ts +0 -0
  5246. /package/dist/components/{calendar → data/calendar}/calendar.styles.js +0 -0
  5247. /package/dist/components/{context-meter → data/context-meter}/context-meter.d.ts +0 -0
  5248. /package/dist/components/{context-meter → data/context-meter}/context-meter.styles.d.ts +0 -0
  5249. /package/dist/components/{context-meter → data/context-meter}/context-meter.styles.js +0 -0
  5250. /package/dist/components/{data-grid → data/data-grid}/data-grid.d.ts +0 -0
  5251. /package/dist/components/{data-grid → data/data-grid}/data-grid.styles.d.ts +0 -0
  5252. /package/dist/components/{data-grid → data/data-grid}/data-grid.styles.js +0 -0
  5253. /package/dist/components/{document-library → data/document-library}/document-library.styles.d.ts +0 -0
  5254. /package/dist/components/{document-library → data/document-library}/document-library.styles.js +0 -0
  5255. /package/dist/components/{env-list → data/env-list}/env-list.d.ts +0 -0
  5256. /package/dist/components/{env-list → data/env-list}/env-list.styles.d.ts +0 -0
  5257. /package/dist/components/{env-list → data/env-list}/env-list.styles.js +0 -0
  5258. /package/dist/components/{file-tree → data/file-tree}/file-tree.d.ts +0 -0
  5259. /package/dist/components/{file-tree → data/file-tree}/file-tree.styles.d.ts +0 -0
  5260. /package/dist/components/{file-tree → data/file-tree}/file-tree.styles.js +0 -0
  5261. /package/dist/components/{flow-canvas → data/flow-canvas}/flow-canvas.styles.d.ts +0 -0
  5262. /package/dist/components/{flow-canvas → data/flow-canvas}/flow-canvas.styles.js +0 -0
  5263. /package/dist/components/{flow-controls → data/flow-controls}/flow-controls.d.ts +0 -0
  5264. /package/dist/components/{flow-controls → data/flow-controls}/flow-controls.styles.d.ts +0 -0
  5265. /package/dist/components/{flow-controls → data/flow-controls}/flow-controls.styles.js +0 -0
  5266. /package/dist/components/{flow-minimap → data/flow-minimap}/flow-minimap.d.ts +0 -0
  5267. /package/dist/components/{flow-minimap → data/flow-minimap}/flow-minimap.styles.d.ts +0 -0
  5268. /package/dist/components/{flow-minimap → data/flow-minimap}/flow-minimap.styles.js +0 -0
  5269. /package/dist/components/{flow-node → data/flow-node}/flow-node.d.ts +0 -0
  5270. /package/dist/components/{flow-node → data/flow-node}/flow-node.styles.d.ts +0 -0
  5271. /package/dist/components/{flow-node → data/flow-node}/flow-node.styles.js +0 -0
  5272. /package/dist/components/{flow-run-overlay → data/flow-run-overlay}/flow-run-overlay.d.ts +0 -0
  5273. /package/dist/components/{flow-run-overlay → data/flow-run-overlay}/flow-run-overlay.styles.d.ts +0 -0
  5274. /package/dist/components/{flow-run-overlay → data/flow-run-overlay}/flow-run-overlay.styles.js +0 -0
  5275. /package/dist/components/{gauge → data/gauge}/gauge.d.ts +0 -0
  5276. /package/dist/components/{gauge → data/gauge}/gauge.styles.d.ts +0 -0
  5277. /package/dist/components/{gauge → data/gauge}/gauge.styles.js +0 -0
  5278. /package/dist/components/{graph-query-builder → data/graph-query-builder}/graph-query-builder.styles.d.ts +0 -0
  5279. /package/dist/components/{graph-query-builder → data/graph-query-builder}/graph-query-builder.styles.js +0 -0
  5280. /package/dist/components/{heatmap → data/heatmap}/calendar-grid.d.ts +0 -0
  5281. /package/dist/components/{heatmap → data/heatmap}/calendar-grid.js +0 -0
  5282. /package/dist/components/{heatmap → data/heatmap}/heatmap-scale.d.ts +0 -0
  5283. /package/dist/components/{heatmap → data/heatmap}/heatmap-scale.js +0 -0
  5284. /package/dist/components/{heatmap → data/heatmap}/heatmap.d.ts +0 -0
  5285. /package/dist/components/{heatmap → data/heatmap}/heatmap.styles.d.ts +0 -0
  5286. /package/dist/components/{pagination → data/pagination}/pagination.d.ts +0 -0
  5287. /package/dist/components/{pagination → data/pagination}/pagination.styles.d.ts +0 -0
  5288. /package/dist/components/{pagination → data/pagination}/pagination.styles.js +0 -0
  5289. /package/dist/components/{query-builder → data/query-builder}/query-builder.styles.d.ts +0 -0
  5290. /package/dist/components/{query-builder → data/query-builder}/query-builder.styles.js +0 -0
  5291. /package/dist/components/{sequence-strip → data/sequence-strip}/sequence-strip.d.ts +0 -0
  5292. /package/dist/components/{sequence-strip → data/sequence-strip}/sequence-strip.styles.d.ts +0 -0
  5293. /package/dist/components/{sparkline → data/sparkline}/sparkline.d.ts +0 -0
  5294. /package/dist/components/{sparkline → data/sparkline}/sparkline.styles.d.ts +0 -0
  5295. /package/dist/components/{sparkline → data/sparkline}/sparkline.styles.js +0 -0
  5296. /package/dist/components/{stat → data/stat}/stat.d.ts +0 -0
  5297. /package/dist/components/{stat → data/stat}/stat.styles.d.ts +0 -0
  5298. /package/dist/components/{table → data/table}/table.styles.d.ts +0 -0
  5299. /package/dist/components/{table → data/table}/table.styles.js +0 -0
  5300. /package/dist/components/{timeline → data/timeline}/timeline-item.styles.d.ts +0 -0
  5301. /package/dist/components/{timeline → data/timeline}/timeline-item.styles.js +0 -0
  5302. /package/dist/components/{timeline → data/timeline}/timeline.d.ts +0 -0
  5303. /package/dist/components/{timeline → data/timeline}/timeline.styles.d.ts +0 -0
  5304. /package/dist/components/{tree → data/tree}/tree-node.d.ts +0 -0
  5305. /package/dist/components/{tree → data/tree}/tree-node.styles.d.ts +0 -0
  5306. /package/dist/components/{tree → data/tree}/tree-node.styles.js +0 -0
  5307. /package/dist/components/{tree → data/tree}/tree.d.ts +0 -0
  5308. /package/dist/components/{tree → data/tree}/tree.styles.d.ts +0 -0
  5309. /package/dist/components/{tree → data/tree}/tree.styles.js +0 -0
  5310. /package/dist/components/{tree → data/tree}/update-cascade.d.ts +0 -0
  5311. /package/dist/components/{tree → data/tree}/update-cascade.js +0 -0
  5312. /package/dist/components/{word-cloud → data/word-cloud}/word-cloud-layout.d.ts +0 -0
  5313. /package/dist/components/{word-cloud → data/word-cloud}/word-cloud-layout.js +0 -0
  5314. /package/dist/components/{word-cloud → data/word-cloud}/word-cloud.d.ts +0 -0
  5315. /package/dist/components/{word-cloud → data/word-cloud}/word-cloud.styles.d.ts +0 -0
  5316. /package/dist/components/{word-cloud → data/word-cloud}/word-cloud.styles.js +0 -0
  5317. /package/dist/components/{button → forms/button}/button.d.ts +0 -0
  5318. /package/dist/components/{button → forms/button}/button.styles.d.ts +0 -0
  5319. /package/dist/components/{button → forms/button}/button.styles.js +0 -0
  5320. /package/dist/components/{checkbox → forms/checkbox}/checkbox.d.ts +0 -0
  5321. /package/dist/components/{checkbox → forms/checkbox}/checkbox.styles.d.ts +0 -0
  5322. /package/dist/components/{checkbox → forms/checkbox}/checkbox.styles.js +0 -0
  5323. /package/dist/components/{checkbox-group → forms/checkbox-group}/checkbox-group.d.ts +0 -0
  5324. /package/dist/components/{checkbox-group → forms/checkbox-group}/checkbox-group.styles.d.ts +0 -0
  5325. /package/dist/components/{checkbox-group → forms/checkbox-group}/checkbox-group.styles.js +0 -0
  5326. /package/dist/components/{code-editor → forms/code-editor}/code-editor.d.ts +0 -0
  5327. /package/dist/components/{code-editor → forms/code-editor}/code-editor.styles.d.ts +0 -0
  5328. /package/dist/components/{color-picker → forms/color-picker}/color-picker.d.ts +0 -0
  5329. /package/dist/components/{color-picker → forms/color-picker}/color-picker.styles.d.ts +0 -0
  5330. /package/dist/components/{color-picker → forms/color-picker}/color-picker.styles.js +0 -0
  5331. /package/dist/components/{combobox → forms/combobox}/combobox.d.ts +0 -0
  5332. /package/dist/components/{combobox → forms/combobox}/combobox.styles.d.ts +0 -0
  5333. /package/dist/components/{combobox → forms/combobox}/option.d.ts +0 -0
  5334. /package/dist/components/{combobox → forms/combobox}/option.styles.d.ts +0 -0
  5335. /package/dist/components/{combobox → forms/combobox}/option.styles.js +0 -0
  5336. /package/dist/components/{date-picker → forms/date-picker}/calendar-core.d.ts +0 -0
  5337. /package/dist/components/{date-picker → forms/date-picker}/date-input.d.ts +0 -0
  5338. /package/dist/components/{date-picker → forms/date-picker}/date-input.styles.d.ts +0 -0
  5339. /package/dist/components/{date-picker → forms/date-picker}/date-input.styles.js +0 -0
  5340. /package/dist/components/{date-picker → forms/date-picker}/date-picker.d.ts +0 -0
  5341. /package/dist/components/{date-picker → forms/date-picker}/date-picker.styles.d.ts +0 -0
  5342. /package/dist/components/{date-picker → forms/date-picker}/date-picker.styles.js +0 -0
  5343. /package/dist/components/{emoji-picker → forms/emoji-picker}/emoji-data-loader.js +0 -0
  5344. /package/dist/components/{emoji-picker → forms/emoji-picker}/emoji-picker.d.ts +0 -0
  5345. /package/dist/components/{emoji-picker → forms/emoji-picker}/emoji-picker.styles.d.ts +0 -0
  5346. /package/dist/components/{icon-button → forms/icon-button}/icon-button.styles.d.ts +0 -0
  5347. /package/dist/components/{icon-button → forms/icon-button}/icon-button.styles.js +0 -0
  5348. /package/dist/components/{input → forms/input}/input.d.ts +0 -0
  5349. /package/dist/components/{input → forms/input}/input.styles.d.ts +0 -0
  5350. /package/dist/components/{input → forms/input}/number-input.class.d.ts +0 -0
  5351. /package/dist/components/{input → forms/input}/number-input.class.js +0 -0
  5352. /package/dist/components/{input → forms/input}/number-input.d.ts +0 -0
  5353. /package/dist/components/{input → forms/input}/time-input.d.ts +0 -0
  5354. /package/dist/components/{phone-input → forms/phone-input}/phone-input.d.ts +0 -0
  5355. /package/dist/components/{phone-input → forms/phone-input}/phone-input.styles.d.ts +0 -0
  5356. /package/dist/components/{phone-input → forms/phone-input}/phone-input.styles.js +0 -0
  5357. /package/dist/components/{radio → forms/radio}/radio-group.d.ts +0 -0
  5358. /package/dist/components/{radio → forms/radio}/radio-group.styles.d.ts +0 -0
  5359. /package/dist/components/{radio → forms/radio}/radio-group.styles.js +0 -0
  5360. /package/dist/components/{radio → forms/radio}/radio.d.ts +0 -0
  5361. /package/dist/components/{radio → forms/radio}/radio.styles.d.ts +0 -0
  5362. /package/dist/components/{radio → forms/radio}/radio.styles.js +0 -0
  5363. /package/dist/components/{rubric-form → forms/rubric-form}/rubric-form.styles.d.ts +0 -0
  5364. /package/dist/components/{rubric-form → forms/rubric-form}/rubric-form.styles.js +0 -0
  5365. /package/dist/components/{select → forms/select}/select.d.ts +0 -0
  5366. /package/dist/components/{select → forms/select}/select.styles.d.ts +0 -0
  5367. /package/dist/components/{slider → forms/slider}/slider.d.ts +0 -0
  5368. /package/dist/components/{slider → forms/slider}/slider.styles.d.ts +0 -0
  5369. /package/dist/components/{slider → forms/slider}/slider.styles.js +0 -0
  5370. /package/dist/components/{swatch-picker → forms/swatch-picker}/swatch-picker.d.ts +0 -0
  5371. /package/dist/components/{swatch-picker → forms/swatch-picker}/swatch-picker.styles.d.ts +0 -0
  5372. /package/dist/components/{swatch-picker → forms/swatch-picker}/swatch-picker.styles.js +0 -0
  5373. /package/dist/components/{switch → forms/switch}/switch.d.ts +0 -0
  5374. /package/dist/components/{switch → forms/switch}/switch.styles.d.ts +0 -0
  5375. /package/dist/components/{switch → forms/switch}/switch.styles.js +0 -0
  5376. /package/dist/components/{textarea → forms/textarea}/textarea.d.ts +0 -0
  5377. /package/dist/components/{textarea → forms/textarea}/textarea.styles.d.ts +0 -0
  5378. /package/dist/components/{textarea → forms/textarea}/textarea.styles.js +0 -0
  5379. /package/dist/components/{time-range → forms/time-range}/time-range.d.ts +0 -0
  5380. /package/dist/components/{time-range → forms/time-range}/time-range.styles.d.ts +0 -0
  5381. /package/dist/components/{time-range → forms/time-range}/time-range.styles.js +0 -0
  5382. /package/dist/components/{token-input → forms/token-input}/token-input.d.ts +0 -0
  5383. /package/dist/components/{token-input → forms/token-input}/token-input.styles.d.ts +0 -0
  5384. /package/dist/components/{token-input → forms/token-input}/token-input.styles.js +0 -0
  5385. /package/dist/components/{app-rail → layout/app-rail}/app-rail-item.d.ts +0 -0
  5386. /package/dist/components/{app-rail → layout/app-rail}/app-rail-item.styles.d.ts +0 -0
  5387. /package/dist/components/{app-rail → layout/app-rail}/app-rail-item.styles.js +0 -0
  5388. /package/dist/components/{app-rail → layout/app-rail}/app-rail.d.ts +0 -0
  5389. /package/dist/components/{app-rail → layout/app-rail}/app-rail.styles.d.ts +0 -0
  5390. /package/dist/components/{app-rail → layout/app-rail}/app-rail.styles.js +0 -0
  5391. /package/dist/components/{breadcrumb → layout/breadcrumb}/breadcrumb-item.d.ts +0 -0
  5392. /package/dist/components/{breadcrumb → layout/breadcrumb}/breadcrumb-item.styles.d.ts +0 -0
  5393. /package/dist/components/{breadcrumb → layout/breadcrumb}/breadcrumb-item.styles.js +0 -0
  5394. /package/dist/components/{breadcrumb → layout/breadcrumb}/breadcrumb.d.ts +0 -0
  5395. /package/dist/components/{breadcrumb → layout/breadcrumb}/breadcrumb.styles.d.ts +0 -0
  5396. /package/dist/components/{breadcrumb → layout/breadcrumb}/breadcrumb.styles.js +0 -0
  5397. /package/dist/components/{button-group → layout/button-group}/button-group.d.ts +0 -0
  5398. /package/dist/components/{button-group → layout/button-group}/button-group.styles.d.ts +0 -0
  5399. /package/dist/components/{button-group → layout/button-group}/button-group.styles.js +0 -0
  5400. /package/dist/components/{card → layout/card}/card.d.ts +0 -0
  5401. /package/dist/components/{card → layout/card}/card.styles.d.ts +0 -0
  5402. /package/dist/components/{card → layout/card}/card.styles.js +0 -0
  5403. /package/dist/components/{carousel → layout/carousel}/carousel-item.d.ts +0 -0
  5404. /package/dist/components/{carousel → layout/carousel}/carousel-item.styles.d.ts +0 -0
  5405. /package/dist/components/{carousel → layout/carousel}/carousel-item.styles.js +0 -0
  5406. /package/dist/components/{carousel → layout/carousel}/carousel.d.ts +0 -0
  5407. /package/dist/components/{carousel → layout/carousel}/carousel.styles.d.ts +0 -0
  5408. /package/dist/components/{carousel → layout/carousel}/carousel.styles.js +0 -0
  5409. /package/dist/components/{command-palette → layout/command-palette}/command-palette.styles.d.ts +0 -0
  5410. /package/dist/components/{command-palette → layout/command-palette}/command-palette.styles.js +0 -0
  5411. /package/dist/components/{control-group → layout/control-group}/control-group.d.ts +0 -0
  5412. /package/dist/components/{control-group → layout/control-group}/control-group.styles.d.ts +0 -0
  5413. /package/dist/components/{control-group → layout/control-group}/control-group.styles.js +0 -0
  5414. /package/dist/components/{dashboard-grid → layout/dashboard-grid}/dashboard-grid.styles.d.ts +0 -0
  5415. /package/dist/components/{dashboard-grid → layout/dashboard-grid}/dashboard-grid.styles.js +0 -0
  5416. /package/dist/components/{dashboard-grid → layout/dashboard-grid}/layout.js +0 -0
  5417. /package/dist/components/{details → layout/details}/accordion-item.class.d.ts +0 -0
  5418. /package/dist/components/{details → layout/details}/accordion-item.class.js +0 -0
  5419. /package/dist/components/{details → layout/details}/accordion-item.d.ts +0 -0
  5420. /package/dist/components/{details → layout/details}/accordion.d.ts +0 -0
  5421. /package/dist/components/{details → layout/details}/accordion.styles.d.ts +0 -0
  5422. /package/dist/components/{details → layout/details}/accordion.styles.js +0 -0
  5423. /package/dist/components/{details → layout/details}/details.d.ts +0 -0
  5424. /package/dist/components/{details → layout/details}/details.styles.d.ts +0 -0
  5425. /package/dist/components/{details → layout/details}/details.styles.js +0 -0
  5426. /package/dist/components/{dock-panel → layout/dock-panel}/dock-panel.d.ts +0 -0
  5427. /package/dist/components/{dock-panel → layout/dock-panel}/dock-panel.styles.d.ts +0 -0
  5428. /package/dist/components/{dock-panel → layout/dock-panel}/dock-panel.styles.js +0 -0
  5429. /package/dist/components/{drilldown-panel → layout/drilldown-panel}/drilldown-panel.styles.d.ts +0 -0
  5430. /package/dist/components/{drilldown-panel → layout/drilldown-panel}/drilldown-panel.styles.js +0 -0
  5431. /package/dist/components/{filter-bar → layout/filter-bar}/filter-bar.styles.d.ts +0 -0
  5432. /package/dist/components/{filter-bar → layout/filter-bar}/filter-bar.styles.js +0 -0
  5433. /package/dist/components/{menu → layout/menu}/dropdown-item.class.d.ts +0 -0
  5434. /package/dist/components/{menu → layout/menu}/dropdown-item.class.js +0 -0
  5435. /package/dist/components/{menu → layout/menu}/dropdown-item.d.ts +0 -0
  5436. /package/dist/components/{menu → layout/menu}/menu-item.d.ts +0 -0
  5437. /package/dist/components/{menu → layout/menu}/menu-item.styles.d.ts +0 -0
  5438. /package/dist/components/{menu → layout/menu}/menu-item.styles.js +0 -0
  5439. /package/dist/components/{menu → layout/menu}/menu.d.ts +0 -0
  5440. /package/dist/components/{menu → layout/menu}/menu.styles.d.ts +0 -0
  5441. /package/dist/components/{menu → layout/menu}/menu.styles.js +0 -0
  5442. /package/dist/components/{responsive-panel → layout/responsive-panel}/responsive-panel.d.ts +0 -0
  5443. /package/dist/components/{responsive-panel → layout/responsive-panel}/responsive-panel.styles.d.ts +0 -0
  5444. /package/dist/components/{responsive-panel → layout/responsive-panel}/responsive-panel.styles.js +0 -0
  5445. /package/dist/components/{scroller → layout/scroller}/scroller.d.ts +0 -0
  5446. /package/dist/components/{scroller → layout/scroller}/scroller.styles.d.ts +0 -0
  5447. /package/dist/components/{scroller → layout/scroller}/scroller.styles.js +0 -0
  5448. /package/dist/components/{segmented → layout/segmented}/segmented.d.ts +0 -0
  5449. /package/dist/components/{segmented → layout/segmented}/segmented.styles.d.ts +0 -0
  5450. /package/dist/components/{split → layout/split}/split.d.ts +0 -0
  5451. /package/dist/components/{split → layout/split}/split.styles.d.ts +0 -0
  5452. /package/dist/components/{stepper → layout/stepper}/stepper.d.ts +0 -0
  5453. /package/dist/components/{stepper → layout/stepper}/stepper.styles.d.ts +0 -0
  5454. /package/dist/components/{tabs → layout/tabs}/tabs.d.ts +0 -0
  5455. /package/dist/components/{tabs → layout/tabs}/tabs.styles.d.ts +0 -0
  5456. /package/dist/components/{tabs → layout/tabs}/tabs.styles.js +0 -0
  5457. /package/dist/components/{virtual-list → layout/virtual-list}/virtual-list.d.ts +0 -0
  5458. /package/dist/components/{virtual-list → layout/virtual-list}/virtual-list.styles.d.ts +0 -0
  5459. /package/dist/components/{virtual-list → layout/virtual-list}/virtual-list.styles.js +0 -0
  5460. /package/dist/components/{widget → layout/widget}/widget.d.ts +0 -0
  5461. /package/dist/components/{widget → layout/widget}/widget.styles.d.ts +0 -0
  5462. /package/dist/components/{widget → layout/widget}/widget.styles.js +0 -0
  5463. /package/dist/components/{animated-image → media/animated-image}/animated-image.d.ts +0 -0
  5464. /package/dist/components/{animated-image → media/animated-image}/animated-image.styles.d.ts +0 -0
  5465. /package/dist/components/{animated-image → media/animated-image}/animated-image.styles.js +0 -0
  5466. /package/dist/components/{animation → media/animation}/animation.d.ts +0 -0
  5467. /package/dist/components/{animation → media/animation}/animation.styles.d.ts +0 -0
  5468. /package/dist/components/{animation → media/animation}/animation.styles.js +0 -0
  5469. /package/dist/components/{attachment-chip → media/attachment-chip}/attachment-chip.styles.d.ts +0 -0
  5470. /package/dist/components/{attachment-chip → media/attachment-chip}/attachment-chip.styles.js +0 -0
  5471. /package/dist/components/{attachment-trigger → media/attachment-trigger}/attachment-trigger.styles.d.ts +0 -0
  5472. /package/dist/components/{attachment-trigger → media/attachment-trigger}/attachment-trigger.styles.js +0 -0
  5473. /package/dist/components/{av-player → media/av-player}/av-player.d.ts +0 -0
  5474. /package/dist/components/{av-player → media/av-player}/av-player.styles.d.ts +0 -0
  5475. /package/dist/components/{av-player → media/av-player}/av-player.styles.js +0 -0
  5476. /package/dist/components/{avatar → media/avatar}/avatar.d.ts +0 -0
  5477. /package/dist/components/{avatar → media/avatar}/avatar.styles.d.ts +0 -0
  5478. /package/dist/components/{avatar → media/avatar}/avatar.styles.js +0 -0
  5479. /package/dist/components/{avatar-group → media/avatar-group}/avatar-group.d.ts +0 -0
  5480. /package/dist/components/{avatar-group → media/avatar-group}/avatar-group.styles.d.ts +0 -0
  5481. /package/dist/components/{avatar-group → media/avatar-group}/avatar-group.styles.js +0 -0
  5482. /package/dist/components/{file-icon → media/file-icon}/file-icon.d.ts +0 -0
  5483. /package/dist/components/{file-icon → media/file-icon}/file-icon.styles.d.ts +0 -0
  5484. /package/dist/components/{file-icon → media/file-icon}/file-icon.styles.js +0 -0
  5485. /package/dist/components/{file-icon → media/file-icon}/file-type-metadata.d.ts +0 -0
  5486. /package/dist/components/{file-icon → media/file-icon}/file-type-metadata.js +0 -0
  5487. /package/dist/components/{file-input → media/file-input}/accept.d.ts +0 -0
  5488. /package/dist/components/{file-input → media/file-input}/accept.js +0 -0
  5489. /package/dist/components/{file-input → media/file-input}/file-input.d.ts +0 -0
  5490. /package/dist/components/{file-input → media/file-input}/file-input.styles.d.ts +0 -0
  5491. /package/dist/components/{file-input → media/file-input}/file-input.styles.js +0 -0
  5492. /package/dist/components/{flag → media/flag}/flag-peer.d.ts +0 -0
  5493. /package/dist/components/{flag → media/flag}/flag-peer.js +0 -0
  5494. /package/dist/components/{flag → media/flag}/flag.styles.d.ts +0 -0
  5495. /package/dist/components/{flag → media/flag}/flag.styles.js +0 -0
  5496. /package/dist/components/{flag → media/flag}/language-map.d.ts +0 -0
  5497. /package/dist/components/{flag → media/flag}/language-map.js +0 -0
  5498. /package/dist/components/{image-comparer → media/image-comparer}/image-comparer.d.ts +0 -0
  5499. /package/dist/components/{image-comparer → media/image-comparer}/image-comparer.styles.d.ts +0 -0
  5500. /package/dist/components/{image-comparer → media/image-comparer}/image-comparer.styles.js +0 -0
  5501. /package/dist/components/{image-viewer → media/image-viewer}/image-viewer.styles.d.ts +0 -0
  5502. /package/dist/components/{image-viewer → media/image-viewer}/image-viewer.styles.js +0 -0
  5503. /package/dist/components/{lightbox → media/lightbox}/lightbox.d.ts +0 -0
  5504. /package/dist/components/{lightbox → media/lightbox}/lightbox.styles.d.ts +0 -0
  5505. /package/dist/components/{lightbox → media/lightbox}/lightbox.styles.js +0 -0
  5506. /package/dist/components/{map → media/map}/map-loader.js +0 -0
  5507. /package/dist/components/{map → media/map}/map.styles.d.ts +0 -0
  5508. /package/dist/components/{map → media/map}/map.styles.js +0 -0
  5509. /package/dist/components/{media-card → media/media-card}/media-card.d.ts +0 -0
  5510. /package/dist/components/{media-card → media/media-card}/media-card.styles.d.ts +0 -0
  5511. /package/dist/components/{media-card → media/media-card}/media-card.styles.js +0 -0
  5512. /package/dist/components/{playback → media/playback}/playback.d.ts +0 -0
  5513. /package/dist/components/{playback → media/playback}/playback.styles.d.ts +0 -0
  5514. /package/dist/components/{playback → media/playback}/playback.styles.js +0 -0
  5515. /package/dist/components/{qr-code → media/qr-code}/qr-code-loader.js +0 -0
  5516. /package/dist/components/{qr-code → media/qr-code}/qr-code.d.ts +0 -0
  5517. /package/dist/components/{qr-code → media/qr-code}/qr-code.styles.d.ts +0 -0
  5518. /package/dist/components/{qr-code → media/qr-code}/qr-code.styles.js +0 -0
  5519. /package/dist/components/{zoomable-frame → media/zoomable-frame}/zoomable-frame.d.ts +0 -0
  5520. /package/dist/components/{zoomable-frame → media/zoomable-frame}/zoomable-frame.styles.d.ts +0 -0
  5521. /package/dist/components/{zoomable-frame → media/zoomable-frame}/zoomable-frame.styles.js +0 -0
  5522. /package/dist/components/{badge → overlays/badge}/badge.d.ts +0 -0
  5523. /package/dist/components/{badge → overlays/badge}/badge.styles.d.ts +0 -0
  5524. /package/dist/components/{badge → overlays/badge}/badge.styles.js +0 -0
  5525. /package/dist/components/{badge → overlays/badge}/tag.class.d.ts +0 -0
  5526. /package/dist/components/{badge → overlays/badge}/tag.class.js +0 -0
  5527. /package/dist/components/{badge → overlays/badge}/tag.d.ts +0 -0
  5528. /package/dist/components/{callout → overlays/callout}/callout.d.ts +0 -0
  5529. /package/dist/components/{callout → overlays/callout}/callout.styles.d.ts +0 -0
  5530. /package/dist/components/{callout → overlays/callout}/callout.styles.js +0 -0
  5531. /package/dist/components/{chip → overlays/chip}/chip-group.d.ts +0 -0
  5532. /package/dist/components/{chip → overlays/chip}/chip-group.styles.d.ts +0 -0
  5533. /package/dist/components/{chip → overlays/chip}/chip-group.styles.js +0 -0
  5534. /package/dist/components/{chip → overlays/chip}/chip.d.ts +0 -0
  5535. /package/dist/components/{chip → overlays/chip}/chip.styles.d.ts +0 -0
  5536. /package/dist/components/{dialog → overlays/dialog}/confirm.d.ts +0 -0
  5537. /package/dist/components/{dialog → overlays/dialog}/dialog.d.ts +0 -0
  5538. /package/dist/components/{dialog → overlays/dialog}/dialog.styles.d.ts +0 -0
  5539. /package/dist/components/{dialog → overlays/dialog}/dialog.styles.js +0 -0
  5540. /package/dist/components/{drawer → overlays/drawer}/drawer.d.ts +0 -0
  5541. /package/dist/components/{drawer → overlays/drawer}/drawer.styles.d.ts +0 -0
  5542. /package/dist/components/{drawer → overlays/drawer}/drawer.styles.js +0 -0
  5543. /package/dist/components/{empty → overlays/empty}/empty.d.ts +0 -0
  5544. /package/dist/components/{empty → overlays/empty}/empty.styles.d.ts +0 -0
  5545. /package/dist/components/{empty → overlays/empty}/empty.styles.js +0 -0
  5546. /package/dist/components/{kbd → overlays/kbd}/kbd.d.ts +0 -0
  5547. /package/dist/components/{kbd → overlays/kbd}/kbd.styles.d.ts +0 -0
  5548. /package/dist/components/{kbd → overlays/kbd}/kbd.styles.js +0 -0
  5549. /package/dist/components/{overlay → overlays/overlay}/dropdown.class.d.ts +0 -0
  5550. /package/dist/components/{overlay → overlays/overlay}/dropdown.class.js +0 -0
  5551. /package/dist/components/{overlay → overlays/overlay}/dropdown.d.ts +0 -0
  5552. /package/dist/components/{overlay → overlays/overlay}/overlay.styles.d.ts +0 -0
  5553. /package/dist/components/{overlay → overlays/overlay}/overlay.styles.js +0 -0
  5554. /package/dist/components/{overlay → overlays/overlay}/popover.d.ts +0 -0
  5555. /package/dist/components/{overlay → overlays/overlay}/tooltip.d.ts +0 -0
  5556. /package/dist/components/{progress → overlays/progress}/progress-bar.d.ts +0 -0
  5557. /package/dist/components/{progress → overlays/progress}/progress-ring.d.ts +0 -0
  5558. /package/dist/components/{progress → overlays/progress}/progress.styles.d.ts +0 -0
  5559. /package/dist/components/{progress → overlays/progress}/progress.styles.js +0 -0
  5560. /package/dist/components/{rating → overlays/rating}/rating.d.ts +0 -0
  5561. /package/dist/components/{rating → overlays/rating}/rating.styles.d.ts +0 -0
  5562. /package/dist/components/{rating → overlays/rating}/rating.styles.js +0 -0
  5563. /package/dist/components/{skeleton → overlays/skeleton}/skeleton.d.ts +0 -0
  5564. /package/dist/components/{skeleton → overlays/skeleton}/skeleton.styles.d.ts +0 -0
  5565. /package/dist/components/{skeleton → overlays/skeleton}/skeleton.styles.js +0 -0
  5566. /package/dist/components/{spinner → overlays/spinner}/spinner.d.ts +0 -0
  5567. /package/dist/components/{spinner → overlays/spinner}/spinner.styles.d.ts +0 -0
  5568. /package/dist/components/{spinner → overlays/spinner}/spinner.styles.js +0 -0
  5569. /package/dist/components/{toast → overlays/toast}/toast-item.d.ts +0 -0
  5570. /package/dist/components/{toast → overlays/toast}/toast-item.styles.d.ts +0 -0
  5571. /package/dist/components/{toast → overlays/toast}/toast-item.styles.js +0 -0
  5572. /package/dist/components/{toast → overlays/toast}/toast.d.ts +0 -0
  5573. /package/dist/components/{toast → overlays/toast}/toast.styles.d.ts +0 -0
  5574. /package/dist/components/{toast → overlays/toast}/toast.styles.js +0 -0
  5575. /package/dist/components/{toast → overlays/toast}/toaster.d.ts +0 -0
  5576. /package/dist/components/{toast → overlays/toast}/toaster.js +0 -0
  5577. /package/dist/components/{chunk-inspector → retrieval/chunk-inspector}/chunk-inspector.styles.d.ts +0 -0
  5578. /package/dist/components/{chunk-inspector → retrieval/chunk-inspector}/chunk-inspector.styles.js +0 -0
  5579. /package/dist/components/{citation-badge → retrieval/citation-badge}/citation-badge.d.ts +0 -0
  5580. /package/dist/components/{citation-badge → retrieval/citation-badge}/citation-badge.styles.d.ts +0 -0
  5581. /package/dist/components/{citation-badge → retrieval/citation-badge}/citation-badge.styles.js +0 -0
  5582. /package/dist/components/{community-card → retrieval/community-card}/community-card.styles.d.ts +0 -0
  5583. /package/dist/components/{community-card → retrieval/community-card}/community-card.styles.js +0 -0
  5584. /package/dist/components/{entity-card → retrieval/entity-card}/entity-card.styles.d.ts +0 -0
  5585. /package/dist/components/{entity-card → retrieval/entity-card}/entity-card.styles.js +0 -0
  5586. /package/dist/components/{entity-chip → retrieval/entity-chip}/entity-chip.d.ts +0 -0
  5587. /package/dist/components/{entity-chip → retrieval/entity-chip}/entity-chip.styles.d.ts +0 -0
  5588. /package/dist/components/{entity-chip → retrieval/entity-chip}/entity-chip.styles.js +0 -0
  5589. /package/dist/components/{entity-dossier → retrieval/entity-dossier}/entity-dossier.styles.d.ts +0 -0
  5590. /package/dist/components/{entity-dossier → retrieval/entity-dossier}/entity-dossier.styles.js +0 -0
  5591. /package/dist/components/{graph → retrieval/graph}/graph-canvas.d.ts +0 -0
  5592. /package/dist/components/{graph → retrieval/graph}/graph-canvas.js +0 -0
  5593. /package/dist/components/{graph → retrieval/graph}/graph-hull.d.ts +0 -0
  5594. /package/dist/components/{graph → retrieval/graph}/graph-hull.js +0 -0
  5595. /package/dist/components/{graph → retrieval/graph}/graph-loader.js +0 -0
  5596. /package/dist/components/{graph → retrieval/graph}/graph.styles.d.ts +0 -0
  5597. /package/dist/components/{graph-legend → retrieval/graph-legend}/graph-legend.d.ts +0 -0
  5598. /package/dist/components/{graph-legend → retrieval/graph-legend}/graph-legend.styles.d.ts +0 -0
  5599. /package/dist/components/{graph-legend → retrieval/graph-legend}/graph-legend.styles.js +0 -0
  5600. /package/dist/components/{grounding-summary → retrieval/grounding-summary}/grounding-summary.styles.d.ts +0 -0
  5601. /package/dist/components/{grounding-summary → retrieval/grounding-summary}/grounding-summary.styles.js +0 -0
  5602. /package/dist/components/{ingestion-queue → retrieval/ingestion-queue}/ingestion-queue.d.ts +0 -0
  5603. /package/dist/components/{ingestion-queue → retrieval/ingestion-queue}/ingestion-queue.styles.d.ts +0 -0
  5604. /package/dist/components/{ingestion-queue → retrieval/ingestion-queue}/ingestion-queue.styles.js +0 -0
  5605. /package/dist/components/{knowledge-base → retrieval/knowledge-base}/knowledge-base.styles.d.ts +0 -0
  5606. /package/dist/components/{knowledge-base → retrieval/knowledge-base}/knowledge-base.styles.js +0 -0
  5607. /package/dist/components/{knowledge-graph-explorer → retrieval/knowledge-graph-explorer}/knowledge-graph-explorer.styles.d.ts +0 -0
  5608. /package/dist/components/{knowledge-graph-explorer → retrieval/knowledge-graph-explorer}/knowledge-graph-explorer.styles.js +0 -0
  5609. /package/dist/components/{memory-panel → retrieval/memory-panel}/memory-panel.styles.d.ts +0 -0
  5610. /package/dist/components/{memory-panel → retrieval/memory-panel}/memory-panel.styles.js +0 -0
  5611. /package/dist/components/{mind-map → retrieval/mind-map}/mind-map-layout.d.ts +0 -0
  5612. /package/dist/components/{mind-map → retrieval/mind-map}/mind-map.d.ts +0 -0
  5613. /package/dist/components/{mind-map → retrieval/mind-map}/mind-map.styles.d.ts +0 -0
  5614. /package/dist/components/{mind-map → retrieval/mind-map}/mind-map.styles.js +0 -0
  5615. /package/dist/components/{neighbor-list → retrieval/neighbor-list}/neighbor-list.styles.d.ts +0 -0
  5616. /package/dist/components/{neighbor-list → retrieval/neighbor-list}/neighbor-list.styles.js +0 -0
  5617. /package/dist/components/{node-palette → retrieval/node-palette}/node-palette.d.ts +0 -0
  5618. /package/dist/components/{node-palette → retrieval/node-palette}/node-palette.styles.d.ts +0 -0
  5619. /package/dist/components/{node-palette → retrieval/node-palette}/node-palette.styles.js +0 -0
  5620. /package/dist/components/{path-strip → retrieval/path-strip}/path-strip.styles.d.ts +0 -0
  5621. /package/dist/components/{path-strip → retrieval/path-strip}/path-strip.styles.js +0 -0
  5622. /package/dist/components/{provenance-panel → retrieval/provenance-panel}/provenance-panel.styles.d.ts +0 -0
  5623. /package/dist/components/{provenance-panel → retrieval/provenance-panel}/provenance-panel.styles.js +0 -0
  5624. /package/dist/components/{retrieval-results → retrieval/retrieval-results}/retrieval-results.styles.d.ts +0 -0
  5625. /package/dist/components/{retrieval-results → retrieval/retrieval-results}/retrieval-results.styles.js +0 -0
  5626. /package/dist/components/{retrieval-search → retrieval/retrieval-search}/retrieval-search.styles.d.ts +0 -0
  5627. /package/dist/components/{retrieval-search → retrieval/retrieval-search}/retrieval-search.styles.js +0 -0
  5628. /package/dist/components/{retrieval-trace → retrieval/retrieval-trace}/retrieval-trace.styles.d.ts +0 -0
  5629. /package/dist/components/{retrieval-trace → retrieval/retrieval-trace}/retrieval-trace.styles.js +0 -0
  5630. /package/dist/components/{source-card → retrieval/source-card}/source-card.d.ts +0 -0
  5631. /package/dist/components/{source-card → retrieval/source-card}/source-card.styles.d.ts +0 -0
  5632. /package/dist/components/{source-card → retrieval/source-card}/source-card.styles.js +0 -0
  5633. /package/dist/components/{source-list → retrieval/source-list}/source-list.d.ts +0 -0
  5634. /package/dist/components/{source-list → retrieval/source-list}/source-list.styles.d.ts +0 -0
  5635. /package/dist/components/{source-list → retrieval/source-list}/source-list.styles.js +0 -0
  5636. /package/dist/components/{source-picker → retrieval/source-picker}/source-picker.styles.d.ts +0 -0
  5637. /package/dist/components/{source-picker → retrieval/source-picker}/source-picker.styles.js +0 -0
  5638. /package/dist/components/{copy-button → utility/copy-button}/copy-button.d.ts +0 -0
  5639. /package/dist/components/{copy-button → utility/copy-button}/copy-button.styles.d.ts +0 -0
  5640. /package/dist/components/{copy-button → utility/copy-button}/copy-button.styles.js +0 -0
  5641. /package/dist/components/{diff-view → utility/diff-view}/diff-line-diff.d.ts +0 -0
  5642. /package/dist/components/{diff-view → utility/diff-view}/diff-line-diff.js +0 -0
  5643. /package/dist/components/{diff-view → utility/diff-view}/diff-view.d.ts +0 -0
  5644. /package/dist/components/{diff-view → utility/diff-view}/diff-view.styles.d.ts +0 -0
  5645. /package/dist/components/{diff-view → utility/diff-view}/diff-view.styles.js +0 -0
  5646. /package/dist/components/{divider → utility/divider}/divider.d.ts +0 -0
  5647. /package/dist/components/{divider → utility/divider}/divider.styles.d.ts +0 -0
  5648. /package/dist/components/{divider → utility/divider}/divider.styles.js +0 -0
  5649. /package/dist/components/{export-button → utility/export-button}/csv.d.ts +0 -0
  5650. /package/dist/components/{export-button → utility/export-button}/csv.js +0 -0
  5651. /package/dist/components/{export-button → utility/export-button}/export-button.d.ts +0 -0
  5652. /package/dist/components/{export-button → utility/export-button}/export-button.styles.d.ts +0 -0
  5653. /package/dist/components/{export-button → utility/export-button}/export-button.styles.js +0 -0
  5654. /package/dist/components/{format → utility/format}/format-bytes.d.ts +0 -0
  5655. /package/dist/components/{format → utility/format}/format-date.d.ts +0 -0
  5656. /package/dist/components/{format → utility/format}/format-number.d.ts +0 -0
  5657. /package/dist/components/{format → utility/format}/format.styles.d.ts +0 -0
  5658. /package/dist/components/{format → utility/format}/format.styles.js +0 -0
  5659. /package/dist/components/{format → utility/format}/relative-time.d.ts +0 -0
  5660. /package/dist/components/{icon → utility/icon}/icon.d.ts +0 -0
  5661. /package/dist/components/{icon → utility/icon}/icon.styles.d.ts +0 -0
  5662. /package/dist/components/{icon → utility/icon}/icon.styles.js +0 -0
  5663. /package/dist/components/{intersection-observer → utility/intersection-observer}/intersection-observer.d.ts +0 -0
  5664. /package/dist/components/{intersection-observer → utility/intersection-observer}/intersection-observer.styles.d.ts +0 -0
  5665. /package/dist/components/{intersection-observer → utility/intersection-observer}/intersection-observer.styles.js +0 -0
  5666. /package/dist/components/{json-viewer → utility/json-viewer}/json-viewer.d.ts +0 -0
  5667. /package/dist/components/{json-viewer → utility/json-viewer}/json-viewer.styles.d.ts +0 -0
  5668. /package/dist/components/{json-viewer → utility/json-viewer}/json-viewer.styles.js +0 -0
  5669. /package/dist/components/{known-date → utility/known-date}/known-date.d.ts +0 -0
  5670. /package/dist/components/{known-date → utility/known-date}/known-date.styles.d.ts +0 -0
  5671. /package/dist/components/{known-date → utility/known-date}/known-date.styles.js +0 -0
  5672. /package/dist/components/{live-region → utility/live-region}/live-region.d.ts +0 -0
  5673. /package/dist/components/{live-region → utility/live-region}/live-region.styles.d.ts +0 -0
  5674. /package/dist/components/{live-region → utility/live-region}/live-region.styles.js +0 -0
  5675. /package/dist/components/{mention-popover → utility/mention-popover}/mention-popover.d.ts +0 -0
  5676. /package/dist/components/{mention-popover → utility/mention-popover}/mention-popover.styles.d.ts +0 -0
  5677. /package/dist/components/{mention-popover → utility/mention-popover}/mention-popover.styles.js +0 -0
  5678. /package/dist/components/{mutation-observer → utility/mutation-observer}/mutation-observer.d.ts +0 -0
  5679. /package/dist/components/{mutation-observer → utility/mutation-observer}/mutation-observer.styles.d.ts +0 -0
  5680. /package/dist/components/{mutation-observer → utility/mutation-observer}/mutation-observer.styles.js +0 -0
  5681. /package/dist/components/{poll-status → utility/poll-status}/poll-status.d.ts +0 -0
  5682. /package/dist/components/{poll-status → utility/poll-status}/poll-status.styles.d.ts +0 -0
  5683. /package/dist/components/{poll-status → utility/poll-status}/poll-status.styles.js +0 -0
  5684. /package/dist/components/{random-content → utility/random-content}/random-content.d.ts +0 -0
  5685. /package/dist/components/{random-content → utility/random-content}/random-content.styles.d.ts +0 -0
  5686. /package/dist/components/{random-content → utility/random-content}/random-content.styles.js +0 -0
  5687. /package/dist/components/{resize-observer → utility/resize-observer}/resize-observer.d.ts +0 -0
  5688. /package/dist/components/{resize-observer → utility/resize-observer}/resize-observer.styles.d.ts +0 -0
  5689. /package/dist/components/{resize-observer → utility/resize-observer}/resize-observer.styles.js +0 -0
  5690. /package/dist/components/{tour → utility/tour}/tour.d.ts +0 -0
  5691. /package/dist/components/{tour → utility/tour}/tour.styles.d.ts +0 -0
  5692. /package/dist/components/{tour → utility/tour}/tour.styles.js +0 -0
  5693. /package/dist/components/{archive-viewer → viewers/archive-viewer}/archive-loader.js +0 -0
  5694. /package/dist/components/{archive-viewer → viewers/archive-viewer}/archive-viewer-register.d.ts +0 -0
  5695. /package/dist/components/{archive-viewer → viewers/archive-viewer}/archive-viewer-register.js +0 -0
  5696. /package/dist/components/{archive-viewer → viewers/archive-viewer}/archive-viewer.styles.d.ts +0 -0
  5697. /package/dist/components/{archive-viewer → viewers/archive-viewer}/archive-viewer.styles.js +0 -0
  5698. /package/dist/components/{calendar-viewer → viewers/calendar-viewer}/calendar-loader.js +0 -0
  5699. /package/dist/components/{calendar-viewer → viewers/calendar-viewer}/calendar-viewer.d.ts +0 -0
  5700. /package/dist/components/{calendar-viewer → viewers/calendar-viewer}/calendar-viewer.styles.d.ts +0 -0
  5701. /package/dist/components/{calendar-viewer → viewers/calendar-viewer}/calendar-viewer.styles.js +0 -0
  5702. /package/dist/components/{contact-viewer → viewers/contact-viewer}/contact-viewer.d.ts +0 -0
  5703. /package/dist/components/{contact-viewer → viewers/contact-viewer}/contact-viewer.styles.d.ts +0 -0
  5704. /package/dist/components/{contact-viewer → viewers/contact-viewer}/contact-viewer.styles.js +0 -0
  5705. /package/dist/components/{contact-viewer → viewers/contact-viewer}/vcard.d.ts +0 -0
  5706. /package/dist/components/{contact-viewer → viewers/contact-viewer}/vcard.js +0 -0
  5707. /package/dist/components/{csv-viewer → viewers/csv-viewer}/csv-viewer.d.ts +0 -0
  5708. /package/dist/components/{csv-viewer → viewers/csv-viewer}/csv-viewer.styles.d.ts +0 -0
  5709. /package/dist/components/{csv-viewer → viewers/csv-viewer}/csv-viewer.styles.js +0 -0
  5710. /package/dist/components/{dataset-viewer → viewers/dataset-viewer}/dataset-viewer.d.ts +0 -0
  5711. /package/dist/components/{dataset-viewer → viewers/dataset-viewer}/dataset-viewer.styles.d.ts +0 -0
  5712. /package/dist/components/{dataset-viewer → viewers/dataset-viewer}/dataset-viewer.styles.js +0 -0
  5713. /package/dist/components/{document-compare → viewers/document-compare}/document-compare.d.ts +0 -0
  5714. /package/dist/components/{document-compare → viewers/document-compare}/document-compare.styles.d.ts +0 -0
  5715. /package/dist/components/{document-compare → viewers/document-compare}/document-compare.styles.js +0 -0
  5716. /package/dist/components/{document-preview → viewers/document-preview}/document-preview.d.ts +0 -0
  5717. /package/dist/components/{document-preview → viewers/document-preview}/document-preview.styles.d.ts +0 -0
  5718. /package/dist/components/{document-preview → viewers/document-preview}/document-preview.styles.js +0 -0
  5719. /package/dist/components/{document-viewer → viewers/document-viewer}/anchors.d.ts +0 -0
  5720. /package/dist/components/{document-viewer → viewers/document-viewer}/anchors.js +0 -0
  5721. /package/dist/components/{document-viewer → viewers/document-viewer}/document-viewer.styles.d.ts +0 -0
  5722. /package/dist/components/{document-viewer → viewers/document-viewer}/document-viewer.styles.js +0 -0
  5723. /package/dist/components/{document-viewer → viewers/document-viewer}/registry.d.ts +0 -0
  5724. /package/dist/components/{document-viewer → viewers/document-viewer}/registry.js +0 -0
  5725. /package/dist/components/{docx-viewer → viewers/docx-viewer}/docx-loader.js +0 -0
  5726. /package/dist/components/{docx-viewer → viewers/docx-viewer}/docx-viewer.d.ts +0 -0
  5727. /package/dist/components/{docx-viewer → viewers/docx-viewer}/docx-viewer.styles.d.ts +0 -0
  5728. /package/dist/components/{docx-viewer → viewers/docx-viewer}/docx-viewer.styles.js +0 -0
  5729. /package/dist/components/{docx-viewer → viewers/docx-viewer}/fixtures/minimal-docx-fixture.d.ts +0 -0
  5730. /package/dist/components/{docx-viewer → viewers/docx-viewer}/fixtures/minimal-docx-fixture.js +0 -0
  5731. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/ebook-loader.js +0 -0
  5732. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/ebook-viewer-register.d.ts +0 -0
  5733. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/ebook-viewer-register.js +0 -0
  5734. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/ebook-viewer.d.ts +0 -0
  5735. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/ebook-viewer.styles.d.ts +0 -0
  5736. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/ebook-viewer.styles.js +0 -0
  5737. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/fixtures/minimal-epub-fixture.d.ts +0 -0
  5738. /package/dist/components/{ebook-viewer → viewers/ebook-viewer}/fixtures/minimal-epub-fixture.js +0 -0
  5739. /package/dist/components/{email-viewer → viewers/email-viewer}/email-loader.js +0 -0
  5740. /package/dist/components/{email-viewer → viewers/email-viewer}/email-viewer.d.ts +0 -0
  5741. /package/dist/components/{email-viewer → viewers/email-viewer}/email-viewer.styles.d.ts +0 -0
  5742. /package/dist/components/{email-viewer → viewers/email-viewer}/email-viewer.styles.js +0 -0
  5743. /package/dist/components/{highlight-layer → viewers/highlight-layer}/highlight-layer.d.ts +0 -0
  5744. /package/dist/components/{highlight-layer → viewers/highlight-layer}/highlight-layer.styles.d.ts +0 -0
  5745. /package/dist/components/{highlight-layer → viewers/highlight-layer}/highlight-layer.styles.js +0 -0
  5746. /package/dist/components/{html-viewer → viewers/html-viewer}/dompurify-loader.js +0 -0
  5747. /package/dist/components/{html-viewer → viewers/html-viewer}/html-viewer.d.ts +0 -0
  5748. /package/dist/components/{html-viewer → viewers/html-viewer}/html-viewer.styles.d.ts +0 -0
  5749. /package/dist/components/{html-viewer → viewers/html-viewer}/html-viewer.styles.js +0 -0
  5750. /package/dist/components/{include → viewers/include}/include.d.ts +0 -0
  5751. /package/dist/components/{include → viewers/include}/include.styles.d.ts +0 -0
  5752. /package/dist/components/{include → viewers/include}/include.styles.js +0 -0
  5753. /package/dist/components/{notebook-viewer → viewers/notebook-viewer}/dompurify-loader.js +0 -0
  5754. /package/dist/components/{notebook-viewer → viewers/notebook-viewer}/notebook-viewer.styles.d.ts +0 -0
  5755. /package/dist/components/{notebook-viewer → viewers/notebook-viewer}/notebook-viewer.styles.js +0 -0
  5756. /package/dist/components/{page-rail → viewers/page-rail}/page-rail.d.ts +0 -0
  5757. /package/dist/components/{page-rail → viewers/page-rail}/page-rail.styles.d.ts +0 -0
  5758. /package/dist/components/{page-rail → viewers/page-rail}/page-rail.styles.js +0 -0
  5759. /package/dist/components/{pdf-viewer → viewers/pdf-viewer}/pdf-loader.js +0 -0
  5760. /package/dist/components/{pdf-viewer → viewers/pdf-viewer}/pdf-viewer.d.ts +0 -0
  5761. /package/dist/components/{pdf-viewer → viewers/pdf-viewer}/pdf-viewer.styles.d.ts +0 -0
  5762. /package/dist/components/{pdf-viewer → viewers/pdf-viewer}/pdf-viewer.styles.js +0 -0
  5763. /package/dist/components/{pptx-viewer → viewers/pptx-viewer}/pptx-loader.js +0 -0
  5764. /package/dist/components/{pptx-viewer → viewers/pptx-viewer}/pptx-viewer.d.ts +0 -0
  5765. /package/dist/components/{pptx-viewer → viewers/pptx-viewer}/pptx-viewer.styles.d.ts +0 -0
  5766. /package/dist/components/{pptx-viewer → viewers/pptx-viewer}/pptx-viewer.styles.js +0 -0
  5767. /package/dist/components/{spreadsheet-viewer → viewers/spreadsheet-viewer}/spreadsheet-loader.js +0 -0
  5768. /package/dist/components/{spreadsheet-viewer → viewers/spreadsheet-viewer}/spreadsheet-viewer.d.ts +0 -0
  5769. /package/dist/components/{spreadsheet-viewer → viewers/spreadsheet-viewer}/spreadsheet-viewer.styles.d.ts +0 -0
  5770. /package/dist/components/{spreadsheet-viewer → viewers/spreadsheet-viewer}/spreadsheet-viewer.styles.js +0 -0
  5771. /package/dist/components/{svg-viewer → viewers/svg-viewer}/dompurify-loader.js +0 -0
  5772. /package/dist/components/{svg-viewer → viewers/svg-viewer}/svg-viewer.d.ts +0 -0
  5773. /package/dist/components/{svg-viewer → viewers/svg-viewer}/svg-viewer.styles.d.ts +0 -0
  5774. /package/dist/components/{svg-viewer → viewers/svg-viewer}/svg-viewer.styles.js +0 -0
  5775. /package/dist/components/{xml-viewer → viewers/xml-viewer}/xml-viewer.d.ts +0 -0
  5776. /package/dist/components/{xml-viewer → viewers/xml-viewer}/xml-viewer.styles.d.ts +0 -0
  5777. /package/dist/components/{xml-viewer → viewers/xml-viewer}/xml-viewer.styles.js +0 -0
@@ -65,7 +65,7 @@
65
65
  "name": "lr-activity-feed",
66
66
  "description": {
67
67
  "kind": "markdown",
68
- "value": "`<lr-activity-feed>` — an append-only streaming log of granular agent actions (\"Searching the\nweb…\", \"Read src/index.ts\"), collapsing to a localized \"Completed N steps\" summary once the run\nis over. Entries never change state once added (a step whose status mutates in place belongs to\n`<lr-task-list>` instead). Implements the shared follow (stick-to-bottom) contract: `follow`\nis a component-managed, host-assignable property, released on user scroll-up and re-engaged at\nthe bottom, firing `lr-follow-change` on every transition (mount excluded). At/above\n`virtualizeThreshold` entries, the body renders through an internal `<lr-virtual-list>`\ninstead of a plain keyed list — same list semantics either way, keyed by `id`.\n\nEach entry's `text` renders as plain text by default; a host needing richer per-entry content\n(rendered markdown, a trailing tool-call chip list, etc.) sets `renderText` to fully replace it,\nidentically whether or not the feed is currently virtualized.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The scrollable region containing the entries (or the internal virtual-list). |\n| `entry` | One entry row; carries `data-tone`. |\n| `entry-icon` | The literal `icon` hint, or a tone dot when unset. |\n| `entry-text` | The entry's `text`. Not rendered while `renderText` is set — its returned content replaces this part entirely. |\n| `entry-timestamp` | The formatted timestamp, only rendered while `showTimestamps` and a valid `timestamp` is set. |\n| `header` | The clickable header (`<button>`). |\n| `status-dot` | The decorative mode indicator dot; pulses while `mode=\"live\"`. |\n| `summary` | The header's one-line ticker (`live`) or completed-count summary (`post-hoc`). |\n| `toggle` | The chevron indicator inside the header. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-activity-feed-max-height` (default: `16rem`) — Cap on how tall the expanded body grows before it scrolls internally (non-virtualized mode); also sizes the internal virtual-list."
68
+ "value": "`<lr-activity-feed>` — an append-only streaming log of granular agent actions (\"Searching the\nweb…\", \"Read src/index.ts\"), collapsing to a localized \"Completed N steps\" summary once the run\nis over. Entries never change state once added (a step whose status mutates in place belongs to\n`<lr-task-list>` instead). Implements the shared follow (stick-to-bottom) contract: `follow`\nis a component-managed, host-assignable property, released on user scroll-up and re-engaged at\nthe bottom, firing `lr-follow-change` on every transition (mount excluded). At/above\n`virtualizeThreshold` entries, the body renders through an internal `<lr-virtual-list>`\ninstead of a plain keyed list — same list semantics either way, keyed by `id`.\n\nEach entry's `text` renders as plain text by default; a host needing richer per-entry content\n(rendered markdown, a trailing tool-call chip list, etc.) sets `renderText` to fully replace it,\nidentically whether or not the feed is currently virtualized.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The scrollable region containing the entries (or the internal virtual-list). |\n| `entry` | One entry row; carries `data-tone`. |\n| `entry-icon` | The literal `icon` hint, or a tone dot when unset. |\n| `entry-text` | The entry's `text`. Not rendered while `renderText` is set — its returned content replaces this part entirely. |\n| `entry-timestamp` | The formatted timestamp, only rendered while `showTimestamps` and a valid `timestamp` is set. |\n| `header` | The clickable header (`<button>`). |\n| `label` | The header's title text — `label`, or its localized default when `label` is left at `'Activity'`. |\n| `status-dot` | The decorative mode indicator dot; pulses while `mode=\"live\"`. |\n| `summary` | The header's one-line ticker (`live`) or completed-count summary (`post-hoc`). |\n| `toggle` | The chevron indicator inside the header. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-activity-feed-max-height` (default: `16rem`) — Cap on how tall the expanded body grows before it scrolls internally (non-virtualized mode); also sizes the internal virtual-list."
69
69
  },
70
70
  "attributes": [
71
71
  {
@@ -123,7 +123,7 @@
123
123
  "name": "lr-agent-run",
124
124
  "description": {
125
125
  "kind": "markdown",
126
- "value": "`<lr-agent-run>` — the top-level shell for one `AgentRun`: lifecycle-status badge, elapsed\ntime, current step, model/cost summary, and built-in Cancel/Retry controls in a header, plus\nfour named composition slots (`tasks`/`tools`/`reasoning`/`output`) for the run's actual\ncontent. This is deliberately a SHELL, not a new step-rendering surface — every piece of\nper-step or per-invocation rendering routes through an existing primitive:\n\n- **Elapsed time**: composes `<lr-generation-status>` (`active`/`started-at`, its own built-in\n Stop button hidden via `show-stop=\"false\"` since this component renders its own Cancel/Retry\n pair instead) for the *live, ticking* readout while the run is genuinely in progress\n (`running`/`waiting-input`/`waiting-approval`). `<lr-stream-status>` was considered too (per\n this family's own composition brief) but doesn't fit: its `phase` vocabulary\n (`idle`/`connecting`/`streaming`/`stalled`) models transport/connection health, not an agent\n run's seven-state lifecycle, and it exposes no elapsed-time readout at all — exactly the\n distinction `<lr-generation-status>`'s own class doc already draws between the two. Once the\n run reaches a terminal state (`done`/`error`/`cancelled`) with both a `startedAt` and an\n `endedAt`, this component instead renders a small locally-formatted static duration\n (`endedAt - startedAt`): `<lr-generation-status>`'s freeze-on-`active=false` semantics only\n ever freeze at whatever it last computed *live*, so mounting it directly against a completed\n run loaded from history (e.g. `startedAt` yesterday, `endedAt` five minutes later, loaded\n today) would either show a stale zero or the wrong multi-hour span — it has no way to render a\n fixed historical span on demand. That static fallback reuses the same small `formatDuration()`\n algorithm `<lr-usage-badge>` and `<lr-tool-call-chip>` already duplicate locally for the same\n reason (see this file's own copy).\n- **Model + cost summary**: composes `<lr-usage-badge>`, fed `run.costEstimate` (formatted via\n `formatCost`, or a plain `Intl.NumberFormat` by default — this library never assumes a\n currency, see `<lr-format-number>`'s own explicit `currency` prop) as its `cost-text`.\n `run.model` (a plain string with no analogous `<lr-usage-badge>` property) renders alongside\n as plain text.\n- **Current step**: a single-line summary of whichever `run.steps` entry currently has\n `status.kind === 'running'` (the last such entry, if more than one) — a plain text line, not a\n list, so it doesn't duplicate `<lr-task-list>`'s own per-item rendering.\n- **Tasks slot default content**: when the host doesn't slot anything into `tasks` and\n `run.steps` is non-empty, this component's own `<slot>` fallback renders a `<lr-task-list>`\n populated by mapping every `AgentStep` to a `TaskItem` (see `toTaskItem()`) — a plain data\n adapter between the two existing shapes, not new rendering.\n- **Status badge**: composes `<lr-badge>`. **Empty state**: composes `<lr-empty>` when `run` is\n `null`.\n\n`tools`/`reasoning`/`output` are plain named slots with no default content — entirely the\nhost's own composition (typically `<lr-tool-call-chip>`/`<lr-tool-result-view>` rows,\nreasoning/streaming text, and final output respectively). An `actions` slot adds extra header\ncontrols alongside the built-in Cancel/Retry pair. The `header` and `summary` slots replace the\nbuilt-in lifecycle header and model/usage/metrics summary respectively. `statusLabels` and\n`statusVariants` make application-defined lifecycle kinds first-class, while `metrics` renders\narbitrary labeled values such as prompt and completion token counts.\n\nThe built-in Cancel button renders while `showCancel` is true and the run's status is one of\n`TICKING_KINDS` (still genuinely in progress); Retry renders while `showRetry` is true and the\nstatus is `error` or `cancelled`. Clicking either fires `lr-cancel`/`lr-retry` with\n`CancelEventDetail`/`RetryEventDetail` from `src/ai/types.ts` — this component never cancels or\nretries anything itself, it only requests. `RetryEventDetail.attempt` is a 1-based counter\nlocal to this component, incremented on every `lr-retry` click and reset to `0` whenever\n`run.id` changes (a genuinely new run replacing the old one, as opposed to the same run's status\nmerely updating in place).\n\nLifecycle transitions into an attention-needing or terminal state (`waiting-input`,\n`waiting-approval`, `done`, `error`, `cancelled`) are announced through an internal\n`<lr-live-region>`, mirroring `<lr-stream-status>`'s own stall/recover announcements —\n`running`/`idle` transitions are frequent and not independently actionable, so they stay\nsilent, and whatever status a freshly-assigned `run` (a new `run.id`) happens to already carry\nis never itself treated as an eventful transition, only a later in-place change is.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Extra header actions alongside the built-in Cancel/Retry buttons. |\n| `header` | Replaces the built-in lifecycle header and its built-in actions. |\n| `output` | The run's final output content. No default content. |\n| `reasoning` | Reasoning/thinking content. No default content. |\n| `summary` | Replaces the built-in model, usage, and metrics summary. |\n| `tasks` | Task/plan content. Falls back to a `<lr-task-list>` built from `run.steps` when nothing is slotted and `run.steps` is non-empty. |\n| `tools` | Tool-call content (e.g. `<lr-tool-call-chip>`/`<lr-tool-result-view>` rows). No default content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Wrapper around the `actions` slot and the built-in Cancel/Retry buttons. |\n| `base` | The root container. |\n| `body` | Wrapper around the four composition slots. |\n| `cancel-button` | The built-in Cancel button. Only rendered while cancelable (see the class doc). |\n| `current-step` | Wrapper around the current-step icon and label. Only rendered while a step has `status.kind === 'running'`. |\n| `current-step-icon` | The spinning current-step icon. |\n| `current-step-label` | The current step's `label` text. |\n| `elapsed` | The composed `<lr-generation-status>`, only rendered while the run is actively ticking (see the class doc). |\n| `elapsed-static` | The static formatted duration for a terminal run with both `startedAt` and `endedAt`. |\n| `empty` | The `<lr-empty>` shown when `run` is `null`. |\n| `header` | The header row wrapping status, elapsed time, current step, summary, and actions. |\n| `metric` | One arbitrary metric in the built-in summary. |\n| `metric-label` | The metric's label. |\n| `metric-value` | The metric's value. |\n| `model` | `run.model`, when set. |\n| `output` | The `output` slot. |\n| `reasoning` | The `reasoning` slot. |\n| `retry-button` | The built-in Retry button. Only rendered while retryable. |\n| `status` | Wrapper around the status badge and optional status message. |\n| `status-badge` | The resolved `<lr-badge>` lifecycle-status pill. |\n| `status-message` | `run.status.message`, when set. |\n| `summary` | Wrapper around the model text and the composed `<lr-usage-badge>`. Only rendered while `run.model` or a valid `run.costEstimate` is present. |\n| `tasks` | The `tasks` slot. |\n| `tools` | The `tools` slot. |\n| `usage` | The composed `<lr-usage-badge>`. |"
126
+ "value": "`<lr-agent-run>` — the top-level shell for one `AgentRun`: lifecycle-status badge, elapsed\ntime, current step, model/cost summary, and built-in Cancel/Retry controls in a header, plus\nfour named composition slots (`tasks`/`tools`/`reasoning`/`output`) for the run's actual\ncontent. This is deliberately a SHELL, not a new step-rendering surface — every piece of\nper-step or per-invocation rendering routes through an existing primitive:\n\n- **Elapsed time**: composes `<lr-generation-status>` (`active`/`started-at`, its own built-in\n Stop button hidden via `show-stop=\"false\"` since this component renders its own Cancel/Retry\n pair instead) for the *live, ticking* readout while the run is genuinely in progress\n (`running`/`collecting`/`waiting-input`/`waiting-approval`). `<lr-stream-status>` doesn't fit:\n its `phase` vocabulary\n (`idle`/`connecting`/`streaming`/`stalled`) models transport/connection health, not an agent\n run's nine built-in lifecycle statuses (plus application-defined extensions), and it exposes no elapsed-time readout at all — exactly the\n distinction `<lr-generation-status>`'s own class doc already draws between the two. Once the\n run reaches a terminal state (`done`/`error`/`cancelled`) with both a `startedAt` and an\n `endedAt`, this component instead renders a small locally-formatted static duration\n (`endedAt - startedAt`): `<lr-generation-status>`'s freeze-on-`active=false` semantics only\n ever freeze at whatever it last computed *live*, so mounting it directly against a completed\n run loaded from history (e.g. `startedAt` yesterday, `endedAt` five minutes later, loaded\n today) would either show a stale zero or the wrong multi-hour span — it has no way to render a\n fixed historical span on demand. That static fallback reuses the same small `formatDuration()`\n algorithm `<lr-usage-badge>` and `<lr-tool-call-chip>` already duplicate locally for the same\n reason (see this file's own copy).\n- **Model + cost summary**: composes `<lr-usage-badge>`, fed `run.costEstimate` (formatted via\n `formatCost`, or a plain `Intl.NumberFormat` by default — this library never assumes a\n currency, see `<lr-format-number>`'s own explicit `currency` prop) as its `cost-text`.\n `run.model` (a plain string with no analogous `<lr-usage-badge>` property) renders alongside\n as plain text.\n- **Current step**: a single-line summary of whichever `run.steps` entry currently has\n `status.kind === 'running'` (the last such entry, if more than one) — a plain text line, not a\n list, so it doesn't duplicate `<lr-task-list>`'s own per-item rendering.\n- **Tasks slot default content**: when the host doesn't slot anything into `tasks` and\n `run.steps` is non-empty, this component's own `<slot>` fallback renders a `<lr-task-list>`\n populated by mapping every `AgentStep` to a `TaskItem` (see `toTaskItem()`) — a plain data\n adapter between the two existing shapes, not new rendering.\n- **Status badge**: composes `<lr-badge>`. **Empty state**: composes `<lr-empty>` when `run` is\n `null`.\n\n`tools`/`reasoning`/`output` are plain named slots with no default content — entirely the\nhost's own composition (typically `<lr-tool-call-chip>`/`<lr-tool-result-view>` rows,\nreasoning/streaming text, and final output respectively). An `actions` slot adds extra header\ncontrols alongside the built-in Cancel/Retry pair. The `header` and `summary` slots replace the\nbuilt-in lifecycle header and model/usage/metrics summary respectively. `statusLabels` and\n`statusVariants` make application-defined lifecycle kinds first-class, while `metrics` renders\narbitrary labeled values such as prompt and completion token counts.\n\nThe built-in Cancel button renders while `showCancel` is true and the run's status is one of\n`TICKING_KINDS` (still genuinely in progress); Retry renders while `showRetry` is true and the\nstatus is `error` or `cancelled`. Clicking either fires `lr-cancel`/`lr-retry` with\n`CancelEventDetail`/`RetryEventDetail` from `src/ai/types.ts` — this component never cancels or\nretries anything itself, it only requests. `RetryEventDetail.attempt` is a 1-based counter\nlocal to this component, incremented on every `lr-retry` click and reset to `0` whenever\n`run.id` changes (a genuinely new run replacing the old one, as opposed to the same run's status\nmerely updating in place).\n\nLifecycle transitions into an attention-needing or terminal state (`waiting-input`,\n`waiting-approval`, `done`, `error`, `cancelled`) are announced through an internal\n`<lr-live-region>`, mirroring `<lr-stream-status>`'s own stall/recover announcements —\n`running`/`idle` transitions are frequent and not independently actionable, so they stay\nsilent, and whatever status a freshly-assigned `run` (a new `run.id`) happens to already carry\nis never itself treated as an eventful transition, only a later in-place change is.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Extra header actions alongside the built-in Cancel/Retry buttons. |\n| `header` | Replaces the built-in lifecycle header and its built-in actions. |\n| `output` | The run's final output content. No default content. |\n| `reasoning` | Reasoning/thinking content. No default content. |\n| `summary` | Replaces the built-in model, usage, and metrics summary. |\n| `tasks` | Task/plan content. Falls back to a `<lr-task-list>` built from `run.steps` when nothing is slotted and `run.steps` is non-empty. |\n| `tools` | Tool-call content (e.g. `<lr-tool-call-chip>`/`<lr-tool-result-view>` rows). No default content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Wrapper around the `actions` slot and the built-in Cancel/Retry buttons. |\n| `base` | The root container. |\n| `body` | Wrapper around the four composition slots. |\n| `cancel-button` | The built-in Cancel button. Only rendered while cancelable (see the class doc). |\n| `current-step` | Wrapper around the current-step icon and label. Only rendered while a step has `status.kind === 'running'`. |\n| `current-step-icon` | The spinning current-step icon. |\n| `current-step-label` | The current step's `label` text. |\n| `elapsed` | The composed `<lr-generation-status>`, only rendered while the run is actively ticking (see the class doc). |\n| `elapsed-static` | The static formatted duration for a terminal run with both `startedAt` and `endedAt`. |\n| `empty` | The `<lr-empty>` shown when `run` is `null`. |\n| `header` | The header row wrapping status, elapsed time, current step, summary, and actions. |\n| `metric` | One arbitrary metric in the built-in summary. |\n| `metric-label` | The metric's label. |\n| `metric-value` | The metric's value. |\n| `model` | `run.model`, when set. |\n| `output` | The `output` slot. |\n| `reasoning` | The `reasoning` slot. |\n| `retry-button` | The built-in Retry button. Only rendered while retryable. |\n| `status` | Wrapper around the status badge and optional status message. |\n| `status-badge` | The resolved `<lr-badge>` lifecycle-status pill. |\n| `status-message` | `run.status.message`, when set. |\n| `summary` | Wrapper around the model text and the composed `<lr-usage-badge>`. Only rendered while `run.model` or a valid `run.costEstimate` is present. |\n| `tasks` | The `tasks` slot. |\n| `tools` | The `tools` slot. |\n| `usage` | The composed `<lr-usage-badge>`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-agent-run-spin` (default: `1s linear`) — Current-step icon spin animation duration and timing."
127
127
  },
128
128
  "attributes": [
129
129
  {
@@ -137,7 +137,7 @@
137
137
  "name": "show-cancel",
138
138
  "description": {
139
139
  "kind": "markdown",
140
- "value": "Whether the built-in Cancel button can render at all -- still gated by the run's own status\nbeing cancelable (`running`/`waiting-input`/`waiting-approval`). Set `false` for a read-only\nviewer.\n\nType: `boolean` \nDefault: `true`"
140
+ "value": "Whether the built-in Cancel button can render at all -- still gated by the run's own status\nbeing cancelable (`running`/`collecting`/`waiting-input`/`waiting-approval`). Set `false` for a read-only\nviewer.\n\nType: `boolean` \nDefault: `true`"
141
141
  }
142
142
  },
143
143
  {
@@ -504,7 +504,7 @@
504
504
  "name": "lr-app-rail",
505
505
  "description": {
506
506
  "kind": "markdown",
507
- "value": "`<lr-app-rail>` — a responsive navigation rail that adapts across three\npresentations as the *viewport* narrows (not this element's own inline\nsize — see the `mode` accessor doc for why): `'full'` (nav items show\nicon + label, inline), `'icon-only'` (a narrower inline rail, icons only),\nand `'mobile'` (hidden behind a toggle button; opening it shows a\nfocus-trapped floating overlay over the page).\n\nBreakpoints are viewport-width `matchMedia()` queries against\n`icon-only-breakpoint`/`mobile-breakpoint`, not a `ResizeObserver` on this\nelement — a nav rail's presentation should track the actual device/window\nwidth the way a native OS shell's navigation does, not however much\nhorizontal space a particular layout happens to give it.\n\nThe `'mobile'` state participates in the library's shared overlay stack,\nwhich supplies focus trapping, Escape/backdrop dismissal, inerting, and\nfocus restoration without nesting a `<lr-dialog>` in this component's\nshadow template. `[part=\"base\"]` (the inline\n`'full'`/`'icon-only'` presentation) and `[part=\"panel\"]` (the mobile\noverlay) are the *same* element promoted in place across modes (mirrors\n`<lr-widget>`'s fullscreen mode) — never both at once, and never two\nseparate copies of the slotted content, which slot projection can't\nproduce anyway (a light-DOM node is only ever assigned to one `<slot>`).\nIt's a plain `<div>` with an explicit `role=\"navigation\"` rather than a\nliteral `<nav>` tag: a `<nav>`'s implicit role can't be overridden to\n`role=\"dialog\"` while the overlay is modal without an `aria-allowed-role`\nviolation (verified against axe), whereas an explicit `role=\"navigation\"`\non a generic element can be swapped for `role=\"dialog\"` freely.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Nav items. Use `<lr-app-rail-item>` for the explicit icon/label contract that automatically hides labels in `'icon-only'` mode. Generic links and buttons remain supported, but their compact presentation is the consumer's responsibility. While the mobile overlay is open, clicking anywhere inside this slot closes it. |\n| `footer` | A trailing user/settings trigger, shown below the nav items. |\n| `header` | Logo/brand content, shown above the nav items in every mode. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The mobile overlay's scrim. Only rendered while open. |\n| `base` | The rail root while inline (`'full'`/`'icon-only'` modes). |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The wrapper around the `header` slot. |\n| `nav` | The wrapper around the default (nav items) slot. |\n| `panel` | The mobile overlay's floating panel — see the class doc for why it's the same element as `base`, never both at once. |\n| `resizer` | The `resizable` opt-in's drag handle -- its interactive hit target, sized to the shared minimum tappable size (`--lr-icon-button-size`), independent of the slimmer visible line rendered by its `resizer-track` child. Only rendered while `resizable` and `mode` is `'full'`. |\n| `resizer-track` | The resizer's slim visible drag line, centered inside `[part=\"resizer\"]`'s larger hit target (mirrors `<lr-swatch-picker>`'s `[part=\"swatch\"]`/`[part=\"swatch-fill\"]` split). Colors on hover/focus the same way the whole handle previously did. |\n| `toggle` | The mobile hamburger/close toggle button. Hidden via CSS outside `'mobile'` mode, or entirely via `hideToggle`. |"
507
+ "value": "`<lr-app-rail>` — a responsive navigation rail that adapts across three\npresentations as the *viewport* narrows (not this element's own inline\nsize — see the `mode` accessor doc for why): `'full'` (nav items show\nicon + label, inline), `'icon-only'` (a narrower inline rail, icons only),\nand `'mobile'` (hidden behind a toggle button; opening it shows a\nfocus-trapped floating overlay over the page).\n\nBreakpoints are viewport-width `matchMedia()` queries against\n`icon-only-breakpoint`/`mobile-breakpoint`, not a `ResizeObserver` on this\nelement — a nav rail's presentation should track the actual device/window\nwidth the way a native OS shell's navigation does, not however much\nhorizontal space a particular layout happens to give it.\n\nThe `'mobile'` state participates in the library's shared overlay stack,\nwhich supplies focus trapping, Escape/backdrop dismissal, inerting, and\nfocus restoration without nesting a `<lr-dialog>` in this component's\nshadow template. `[part=\"base\"]` (the inline\n`'full'`/`'icon-only'` presentation) and `[part=\"panel\"]` (the mobile\noverlay) are the *same* element promoted in place across modes (mirrors\n`<lr-widget>`'s fullscreen mode) — never both at once, and never two\nseparate copies of the slotted content, which slot projection can't\nproduce anyway (a light-DOM node is only ever assigned to one `<slot>`).\nIt's a plain `<div>` with an explicit `role=\"navigation\"` rather than a\nliteral `<nav>` tag: a `<nav>`'s implicit role can't be overridden to\n`role=\"dialog\"` while the overlay is modal without an `aria-allowed-role`\nviolation (verified against axe), whereas an explicit `role=\"navigation\"`\non a generic element can be swapped for `role=\"dialog\"` freely.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Nav items. Use `<lr-app-rail-item>` for the explicit icon/label contract that automatically hides labels in `'icon-only'` mode. Generic links and buttons remain supported, but their compact presentation is the consumer's responsibility. While the mobile overlay is open, clicking anywhere inside this slot closes it. |\n| `footer` | A trailing user/settings trigger, shown below the nav items. |\n| `header` | Logo/brand content, shown above the nav items in every mode. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The mobile overlay's scrim. Only rendered while open. |\n| `base` | The rail root while inline (`'full'`/`'icon-only'` modes). |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The wrapper around the `header` slot. |\n| `nav` | The wrapper around the default (nav items) slot. |\n| `panel` | The mobile overlay's floating panel — see the class doc for why it's the same element as `base`, never both at once. |\n| `resizer` | The `resizable` opt-in's drag handle -- its interactive hit target, sized to the shared minimum tappable size (`--lr-icon-button-size`), independent of the slimmer visible line rendered by its `resizer-track` child. Only rendered while `resizable` and `mode` is `'full'`. |\n| `resizer-track` | The resizer's slim visible drag line, centered inside `[part=\"resizer\"]`'s larger hit target (mirrors `<lr-swatch-picker>`'s `[part=\"swatch\"]`/`[part=\"swatch-fill\"]` split). Colors on hover/focus the same way the whole handle previously did. |\n| `toggle` | The mobile hamburger/close toggle button. Hidden via CSS outside `'mobile'` mode, or entirely via `hideToggle`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-app-rail-width` (default: `var(--lr-size-15rem)`) — The inline rail's width in `'full'` mode. Overridden by an inline width while a `resizable` rail has an explicit `railWidthPx`.\n- `--lr-app-rail-icon-width` (default: `var(--lr-size-4rem)`) — The inline rail's width in `'icon-only'` mode, and the maximum width of each slotted `<lr-app-rail-item>` in that mode.\n- `--lr-app-rail-mobile-width` (default: `var(--lr-size-18rem)`) — The mobile overlay panel's width, capped at `85vw`.\n- `--lr-app-rail-overlay-color` (default: `var(--lr-color-overlay)`) — The mobile overlay scrim's background."
508
508
  },
509
509
  "attributes": [
510
510
  {
@@ -780,7 +780,7 @@
780
780
  "name": "lr-attachment-chip",
781
781
  "description": {
782
782
  "kind": "markdown",
783
- "value": "`<lr-attachment-chip>` — a compact chip representing one file queued for\n(or already part of) a chat message: a composer's pre-send attachment\ntray, or a sent message's `attachments` slot (see `<lr-chat-message>`).\n\nTwo independent ways to populate it, matching the two points in a message's\nlifecycle this is used at:\n - Set `file` to a real `File` (fresh from a picker/drop) — `name`, `size`,\n `mime-type` and the image thumbnail are all auto-derived from it.\n - Set the plain `name`/`size`/`mime-type`/`thumbnail-src` props instead,\n for reconstructing a chip from server-persisted attachment metadata\n (e.g. after a page reload, when no real `File` object exists any more).\n\n`file` always wins when both are present — see each accessor's own doc.\nThe image thumbnail for a real `File` is a cached `URL.createObjectURL()`\nblob URL, created in the update lifecycle immediately before the thumbnail\nrenders and revoked automatically once `file`\nchanges away from the object it was created for, and on disconnect — this\ncomponent never leaks a blob URL.\n\nIdentifying *which* attachment a `lr-remove`/`lr-retry` event is about:\nthis deliberately reuses the platform's own `id`/`id` attribute (every\nelement already has one; there's no need to shadow it with a second,\ndifferently-named Lit property, unlike e.g. `<lr-tool-call-chip>`'s\n`call-id` which identifies a *call*, a concept distinct from the chip\nelement itself). Set `id=\"...\"` when you have a stable server-side\nattachment id. When `id` is left unset and `file` is set, a stable id is\nderived from `` `${file.name}:${file.size}:${file.lastModified}` `` — stable\nacross re-renders of the *same* `File` object without requiring the\nconsumer to invent one. When neither is available, a generated internal id\nis used as a last resort so the event always has *some* id.\n\ni18n/locale: complete contextual messages (including filename/percentage\nplacement and punctuation) route through the shared localization registry.\n`removeLabel`/`retryLabel`/`uploadingLabel`/`uploadFailedLabel` remain as\nsimple per-instance copy overrides; use the component's `.strings` map or a\nregistered locale when a translation needs to reorder the interpolated\nvalues. These are plain properties, not slots — this component still\nexposes no slots.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chip's root container. |\n| `meta` | Wrapper around `name` and `size`. |\n| `name` | The filename (ellipsis-truncated via CSS; the untruncated name is always available via the native `title` tooltip). |\n| `preview-button` | The preview affordance, rendered when a file or `preview-src` is available. |\n| `progress` | The numeric upload progress bar (`role=\"progressbar\"`), shown only while `status=\"uploading\"` and `progress` is a meaningful (>0) number. |\n| `progress-fill` | The filled portion of `progress`. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n| `retry-button` | The retry affordance, only rendered while `status=\"error\"`. |\n| `size` | The human-readable formatted file size. Hidden when no size is known. |\n| `spinner` | The indeterminate upload spinner, shown instead of `progress` while `status=\"uploading\"` and `progress` is unset/0. |\n| `status-text` | The visible text twin of the status accent color — carries the state in text, not just color. Empty/hidden for `pending`/`done`. Gets `role=\"alert\"` for `status=\"error\"` only, so a screen-reader user not already focused on the chip still hears an upload failure; the ticking `'uploading'` readout deliberately stays out of the accessibility tree the same way `<lr-generation-status>`'s per-second elapsed/token readout does — a live region re-announcing every progress tick would be noise, not information, while a one-shot failure is exactly the kind of infrequent, actionable transition a live region exists for. |\n| `thumbnail` | The leading image thumbnail / generic file glyph. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-attachment-chip-spinner-duration` (default: `0.8s`) — Duration of one indeterminate upload-spinner rotation. The ambient loop stops under reduced motion."
783
+ "value": "`<lr-attachment-chip>` — a compact chip representing one file queued for\n(or already part of) a chat message: a composer's pre-send attachment\ntray, or a sent message's `attachments` slot (see `<lr-chat-message>`).\n\nTwo independent ways to populate it, matching the two points in a message's\nlifecycle this is used at:\n - Set `file` to a real `File` (fresh from a picker/drop) — `name`, `size`,\n `mime-type` and the image thumbnail are all auto-derived from it.\n - Set the plain `name`/`size`/`mime-type`/`thumbnail-src` props instead,\n for reconstructing a chip from server-persisted attachment metadata\n (e.g. after a page reload, when no real `File` object exists any more).\n\n`file` always wins when both are present — see each accessor's own doc.\nThe image thumbnail for a real `File` is a cached `URL.createObjectURL()`\nblob URL, created in the update lifecycle immediately before the thumbnail\nrenders and revoked automatically once `file`\nchanges away from the object it was created for, and on disconnect — this\ncomponent never leaks a blob URL.\n\nIdentifying *which* attachment a `lr-remove`/`lr-retry` event is about:\nthis deliberately reuses the platform's own `id`/`id` attribute (every\nelement already has one; there's no need to shadow it with a second,\ndifferently-named Lit property, unlike e.g. `<lr-tool-call-chip>`'s\n`call-id` which identifies a *call*, a concept distinct from the chip\nelement itself). Set `id=\"...\"` when you have a stable server-side\nattachment id. When `id` is left unset and `file` is set, a stable id is\nderived from `` `${file.name}:${file.size}:${file.lastModified}` `` — stable\nacross re-renders of the *same* `File` object without requiring the\nconsumer to invent one. When neither is available, a generated internal id\nis used as a last resort so the event always has *some* id.\n\ni18n/locale: complete contextual messages (including filename/percentage\nplacement and punctuation) route through the shared localization registry.\n`removeLabel`/`retryLabel`/`uploadingLabel`/`uploadFailedLabel` remain as\nsimple per-instance copy overrides; use the component's `.strings` map or a\nregistered locale when a translation needs to reorder the interpolated\nvalues. These are plain properties, not slots — this component still\nexposes no slots.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chip's root container. |\n| `meta` | Wrapper around `name` and `size`. |\n| `name` | The filename (ellipsis-truncated via CSS; the untruncated name is always available via the native `title` tooltip). |\n| `preview-button` | The preview affordance, rendered when a file or `preview-src` is available. |\n| `progress` | The numeric upload progress bar (`role=\"progressbar\"`), shown only while `status=\"uploading\"` and `progress` is a meaningful (>0) number. |\n| `progress-fill` | The filled portion of `progress`. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n| `retry-button` | The retry affordance, only rendered while `status=\"error\"`. |\n| `size` | The human-readable formatted file size. Hidden when no size is known. |\n| `spinner` | The indeterminate upload spinner, shown instead of `progress` while `status=\"uploading\"` and `progress` is unset/0. |\n| `status-text` | The visible text twin of the status accent color — carries the state in text, not just color. Empty/hidden for `pending`/`done`. Gets `role=\"alert\"` for `status=\"error\"` only, so a screen-reader user not already focused on the chip still hears an upload failure; the ticking `'uploading'` readout deliberately stays out of the accessibility tree the same way `<lr-generation-status>`'s per-second elapsed/token readout does — a live region re-announcing every progress tick would be noise, not information, while a one-shot failure is exactly the kind of infrequent, actionable transition a live region exists for. |\n| `thumbnail` | The leading image thumbnail / generic file glyph. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-attachment-chip-spinner-duration` (default: `0.8s`) — Duration of one indeterminate upload-spinner rotation. The ambient loop stops under reduced motion.\n- `--lr-attachment-chip-accent` (default: `var(--lr-color-text-quiet)`) — Accent color used for the status text, spinner, and progress fill. Auto-swapped per `status` (`uploading`/`error`/`done`); the default is the neutral `pending` tone.\n- `--lr-attachment-chip-bg` (default: `var(--lr-color-surface)`) — Chip background, auto-swapped per `status` to that status's `-quiet` tint.\n- `--lr-attachment-chip-border` (default: `var(--lr-color-border)`) — Chip border color. Every non-`pending` `status` sets it to `transparent`.\n- `--lr-attachment-chip-compact-thumbnail-size` (default: `var(--lr-size-1-75rem)`) — Thumbnail size while `compact`, rethemeable independently of `--lr-icon-button-size`.\n- `--lr-attachment-chip-compact-font-size` (default: `var(--lr-font-size-xs)`) — Font size of `[part=\"base\"]` while `compact`.\n- `--lr-attachment-chip-compact-gap` (default: `var(--lr-size-0-25rem)`) — Gap between the chip's parts while `compact`."
784
784
  },
785
785
  "attributes": [
786
786
  {
@@ -959,7 +959,7 @@
959
959
  "name": "lr-audio-visualizer",
960
960
  "description": {
961
961
  "kind": "markdown",
962
- "value": "`<lr-audio-visualizer>` — a presentational, canvas-drawn voice-activity visualization (bars or\nwaveform), the LiveKit-BarVisualizer counterpart for this library. Driven by a `MediaStream`\n(lazily wired to a WebAudio `AnalyserNode`), a numeric `level` for hosts that already compute\nlevels (e.g. `lr-push-to-talk`'s `lr-level`), or `state` alone for an ambient animation when no\nreal signal exists. A real signal (`stream` or `level`) always drives amplitude regardless of\n`prefers-reduced-motion` — that is live, user-controlled feedback, not decorative motion; only the\nsignal-less ambient animation is throttled and simplified under reduced motion.\n\nAnimation frames are only scheduled while the drawn output is actually time-varying (live analyser\ndata, or a non-reduced ambient pulse/sweep). Static output — a constant `level`, idle bars, or the\nflattened reduced-motion ambient patterns — draws once and stops; any change that could alter the\nnext frame (properties, stream/`AudioContext` state, size, theme, motion preference) re-enters the\nloop via `scheduleDraw()`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `canvas` | The drawing surface (`aria-hidden`; the host itself carries `role=\"img\"` and the accessible name). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-audio-visualizer-color` (default: `var(--lr-color-brand)`) — Active bar/waveform color.\n- `--lr-audio-visualizer-quiet-color` (default: `var(--lr-color-brand-quiet)`) — Inactive/idle color."
962
+ "value": "`<lr-audio-visualizer>` — a presentational, canvas-drawn voice-activity visualization (bars or\nwaveform), the LiveKit-BarVisualizer counterpart for this library. Driven by a `MediaStream`\n(lazily wired to a WebAudio `AnalyserNode`), a numeric `level` for hosts that already compute\nlevels (e.g. `lr-push-to-talk`'s `lr-level`), or `state` alone for an ambient animation when no\nreal signal exists. A real signal (`stream` or `level`) always drives amplitude regardless of\n`prefers-reduced-motion` — that is live, user-controlled feedback, not decorative motion; only the\nsignal-less ambient animation is throttled and simplified under reduced motion.\n\nAnimation frames are only scheduled while the drawn output is actually time-varying (live analyser\ndata, or a non-reduced ambient pulse/sweep). Static output — a constant `level`, idle bars, or the\nflattened reduced-motion ambient patterns — draws once and stops; any change that could alter the\nnext frame (properties, stream/`AudioContext` state, size, theme, motion preference) re-enters the\nloop via `scheduleDraw()`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `canvas` | The drawing surface (`aria-hidden`; the host itself carries `role=\"img\"` and the accessible name). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-audio-visualizer-color` (default: `var(--lr-color-brand)`) — Active bar/waveform color.\n- `--lr-audio-visualizer-quiet-color` (default: `var(--lr-color-brand-quiet)`) — Inactive/idle color.\n- `--lr-audio-visualizer-height` (default: `var(--lr-size-3rem)`) — The host's block size, which the canvas fills at 100%."
963
963
  },
964
964
  "attributes": [
965
965
  {
@@ -1107,7 +1107,7 @@
1107
1107
  "name": "lr-avatar",
1108
1108
  "description": {
1109
1109
  "kind": "markdown",
1110
- "value": "`<lr-avatar>` — a small, fixed-size identity marker: default-slotted icon/glyph content, an\nimage, or an initials fallback, in that priority order (whichever's set takes over from the\nnext). First-party invention (no Web Awesome equivalent) -- purely presentational, no built-in\ninteractivity; a consumer wraps it in their own `<button>`/`<lr-menu>` trigger for a\nuser-menu affordance.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Icon/glyph content (e.g. an inline SVG) shown in place of the image/initials, e.g. to mark a chat message avatar as \"AI\" vs. \"user\" with a role glyph instead of a photo or initials. Takes priority over both `src` and `initials`. The glyph itself is treated as decorative (`aria-hidden`); set `alt` alongside it for an accessible name. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer circle/square container. |\n| `icon` | Wrapper around the default-slotted icon/glyph content. Only rendered while the slot has assigned content. |\n| `image` | The `<img>`, only rendered while `src` is set and has not failed to load (and no icon content is slotted). |\n| `initials` | The fallback initials text, rendered whenever neither slotted content nor `image` is. |"
1110
+ "value": "`<lr-avatar>` — a small, fixed-size identity marker: default-slotted icon/glyph content, an\nimage, or an initials fallback, in that priority order (whichever's set takes over from the\nnext). First-party invention (no Web Awesome equivalent) -- purely presentational, no built-in\ninteractivity; a consumer wraps it in their own `<button>`/`<lr-menu>` trigger for a\nuser-menu affordance.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Icon/glyph content (e.g. an inline SVG) shown in place of the image/initials, e.g. to mark a chat message avatar as \"AI\" vs. \"user\" with a role glyph instead of a photo or initials. Takes priority over both `src` and `initials`. The glyph itself is treated as decorative (`aria-hidden`); set `alt` alongside it for an accessible name. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer circle/square container. |\n| `icon` | Wrapper around the default-slotted icon/glyph content. Only rendered while the slot has assigned content. |\n| `image` | The `<img>`, only rendered while `src` is set and has not failed to load (and no icon content is slotted). |\n| `initials` | The fallback initials text, rendered whenever neither slotted content nor `image` is. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-avatar-size` (default: `var(--lr-size-2rem)`) — Inline and block size of the container. `size` swaps it to `var(--lr-size-1-5rem)` (`sm`) or `var(--lr-size-2-5rem)` (`lg`).\n- `--lr-avatar-bg` (default: `var(--lr-color-border)`) — Container background. Each non-neutral `tone` sets it to that tone's `-quiet` tint.\n- `--lr-avatar-color` (default: `var(--lr-color-text)`) — Initials/glyph color. Each non-neutral `tone` sets it to that tone's loud color."
1111
1111
  },
1112
1112
  "attributes": [
1113
1113
  {
@@ -1216,7 +1216,7 @@
1216
1216
  "name": "lr-badge",
1217
1217
  "description": {
1218
1218
  "kind": "markdown",
1219
- "value": "`<lr-badge>` — a compact status label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |"
1219
+ "value": "`<lr-badge>` — a compact status label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color."
1220
1220
  },
1221
1221
  "attributes": [
1222
1222
  {
@@ -1239,7 +1239,7 @@
1239
1239
  "name": "lr-bar-chart",
1240
1240
  "description": {
1241
1241
  "kind": "markdown",
1242
- "value": "`<lr-bar-chart>` — `<lr-chart>` with `type` locked to `\"bar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
1242
+ "value": "`<lr-bar-chart>` — `<lr-chart>` with `type` locked to `\"bar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
1243
1243
  },
1244
1244
  "attributes": [
1245
1245
  {
@@ -1425,7 +1425,7 @@
1425
1425
  "name": "lr-branch-picker",
1426
1426
  "description": {
1427
1427
  "kind": "markdown",
1428
- "value": "`<lr-branch-picker>` — the \"‹ 2 / 5 ›\" navigator across regenerated/edited variants of one\nmessage. Pure controlled: it never mutates its own `index` — the same contract `<lr-pagination>`\nalready establishes for `page`. The host listens for `lr-branch-change`, swaps the displayed\nbranch content, and applies the new `index` back.\n\nRenders nothing at all while `count < 2`, so a host can bind it unconditionally on every message\nregardless of whether that message actually has multiple branches yet.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The group wrapper (`role=\"group\"`). |\n| `next-button` | The next-branch chevron button. |\n| `position` | The visible \"2 / 5\" text. |\n| `previous-button` | The previous-branch chevron button. |"
1428
+ "value": "`<lr-branch-picker>` — the \"‹ 2 / 5 ›\" navigator across regenerated/edited variants of one\nmessage. Pure controlled: it never mutates its own `index` — the same contract `<lr-pagination>`\nalready establishes for `page`. The host listens for `lr-branch-change`, swaps the displayed\nbranch content, and applies the new `index` back.\n\nRenders nothing at all while `count < 2`, so a host can bind it unconditionally on every message\nregardless of whether that message actually has multiple branches yet.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The group wrapper (`role=\"group\"`). |\n| `next-button` | The next-branch chevron button. |\n| `next-glyph` | The chevron glyph wrapper inside `next-button`. |\n| `position` | The visible \"2 / 5\" text. |\n| `previous-button` | The previous-branch chevron button. |\n| `previous-glyph` | The chevron glyph wrapper inside `previous-button`. |"
1429
1429
  },
1430
1430
  "attributes": [
1431
1431
  {
@@ -1588,7 +1588,7 @@
1588
1588
  "name": "lr-bubble-chart",
1589
1589
  "description": {
1590
1590
  "kind": "markdown",
1591
- "value": "`<lr-bubble-chart>` — `<lr-chart>` with `type` locked to `\"bubble\"`. Feed\npoints via `Series.points`, each needing an `x`/`y`/`r` (radius) triple —\ncast the array through `as unknown as Series['points']` (or a local\n`BubblePoint` type) when constructing it, since `Series.points` itself is\ntyped as `{ x; y; label? }[]` with no `r` field.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
1591
+ "value": "`<lr-bubble-chart>` — `<lr-chart>` with `type` locked to `\"bubble\"`. Feed\npoints via `Series.points`, each needing an `x`/`y`/`r` (radius) triple —\ncast the array through `as unknown as Series['points']` (or a local\n`BubblePoint` type) when constructing it, since `Series.points` itself is\ntyped as `{ x; y; label? }[]` with no `r` field.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
1592
1592
  },
1593
1593
  "attributes": [
1594
1594
  {
@@ -1709,7 +1709,7 @@
1709
1709
  "name": "lr-button",
1710
1710
  "description": {
1711
1711
  "kind": "markdown",
1712
- "value": "`<lr-button>` — a generic action-button primitive. Renders an internal native\n`<button part=\"base\">`. `type=\"submit\"`/`type=\"reset\"`\nare handled by this component itself via the host's own `closest('form')` — a shadow-internal\nnative `<button type=\"submit\">` does not participate in an ancestor light-DOM form's submission\non its own, since form-submitter semantics don't cross the shadow boundary.\n\nA host `aria-label` is forwarded to the internal button as a literal string (for an icon-only\nbutton with no visible label); external `aria-labelledby`/`aria-describedby` idrefs are not\ncopied across the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Default slot: the button's label content. |\n| `end` | Trailing icon/content, rendered after the label. |\n| `start` | Leading icon/content, rendered before the label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The internal native `<button>`. |\n| `end` | The `end` slot wrapper. |\n| `label` | The default-slot label wrapper. |\n| `spinner` | The loading spinner, present only while `loading` is `true`. |\n| `start` | The `start` slot wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-button-width` (default: `100%`) — Inline size of the internal button. The host defaults it to `100%` so the native button follows the host's own width; override to `auto` (or any other value) for a compact inline composition.\n- `--lr-button-hover-brightness` (default: `1.08`) — `filter: brightness()` multiplier applied while hovering a non-disabled button.\n- `--lr-button-active-scale` (default: `0.9875`) — `transform: scale()` factor applied while a non-disabled button is pressed.\n- `--lr-button-spinner-duration` (default: `1s`) — Rotation period of the `loading` spinner."
1712
+ "value": "`<lr-button>` — a generic action-button primitive. Renders an internal native\n`<button part=\"base\">`. `type=\"submit\"`/`type=\"reset\"`\nare handled by this component itself via the host's own `closest('form')` — a shadow-internal\nnative `<button type=\"submit\">` does not participate in an ancestor light-DOM form's submission\non its own, since form-submitter semantics don't cross the shadow boundary.\n\nA host `aria-label` is forwarded to the internal button as a literal string (for an icon-only\nbutton with no visible label); external `aria-labelledby`/`aria-describedby` idrefs are not\ncopied across the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Default slot: the button's label content. |\n| `end` | Trailing icon/content, rendered after the label. |\n| `start` | Leading icon/content, rendered before the label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The internal native `<button>`. |\n| `end` | The `end` slot wrapper. |\n| `label` | The default-slot label wrapper. |\n| `spinner` | The loading spinner, present only while `loading` is `true`. |\n| `start` | The `start` slot wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-button-width` (default: `100%`) — Inline size of the internal button. The host defaults it to `100%` so the native button follows the host's own width; override to `auto` (or any other value) for a compact inline composition.\n- `--lr-button-hover-brightness` (default: `1.08`) — `filter: brightness()` multiplier applied while hovering a non-disabled button.\n- `--lr-button-active-scale` (default: `0.9875`) — `transform: scale()` factor applied while a non-disabled button is pressed.\n- `--lr-button-spinner-duration` (default: `1s`) — Rotation period of the `loading` spinner.\n- `--lr-button-accent` (default: `var(--lr-color-text)`) — Text/glyph color for the chrome-less appearances (`outlined`, `plain`, `link`). Swapped per `variant` to that variant's semantic color.\n- `--lr-button-fill` (default: `var(--lr-color-surface)`) — Background of `appearance=\"filled\"`. Swapped per `variant` to that variant's semantic color.\n- `--lr-button-on-fill` (default: `var(--lr-color-text)`) — Text color on top of `--lr-button-fill`. Swapped per `variant` to that variant's `on-*` color.\n- `--lr-button-accent-fill` (default: `var(--lr-color-neutral)`) — Background of `appearance=\"accent\"` (and its border color). Swapped per `variant` to that variant's semantic color.\n- `--lr-button-accent-on-fill` (default: `var(--lr-color-on-neutral)`) — Text color on top of `--lr-button-accent-fill`. Swapped per `variant` to that variant's `on-*` color.\n- `--lr-button-border` (default: `var(--lr-color-border)`) — Border color of the internal button. Swapped per `variant` to that variant's semantic color.\n- `--lr-button-outlined-border` (default: `var(--lr-color-border-strong)`) — Border color of `appearance=\"outlined\"`, which overrides `--lr-button-border`.\n- `--lr-button-quiet-border` (default: `var(--lr-color-border)`) — Border color of `appearance=\"quiet\"`.\n- `--lr-button-quiet-text` (default: `var(--lr-color-text-quiet)`) — Text color of `appearance=\"quiet\"`.\n- `--lr-button-size-2xs` (default: `var(--lr-size-1-25rem)`) — `min-block-size` at `size=\"2xs\"`.\n- `--lr-button-size-xs` (default: `var(--lr-size-1-5rem)`) — `min-block-size` at `size=\"xs\"`.\n- `--lr-button-size-s` (default: `var(--lr-size-1-75rem)`) — `min-block-size` at `size=\"s\"`.\n- `--lr-button-size-m` (default: `var(--lr-size-2rem)`) — `min-block-size` at `size=\"m\"`.\n- `--lr-button-size-l` (default: `var(--lr-size-2-5rem)`) — `min-block-size` at `size=\"l\"`.\n- `--lr-button-size-xl` (default: `var(--lr-size-3rem)`) — `min-block-size` at `size=\"xl\"`."
1713
1713
  },
1714
1714
  "attributes": [
1715
1715
  {
@@ -1767,7 +1767,7 @@
1767
1767
  "name": "lr-button-group",
1768
1768
  "description": {
1769
1769
  "kind": "markdown",
1770
- "value": "`<lr-button-group>` — a responsive grouping primitive for related actions.\nIt preserves the consumer's button elements and exposes the group semantics\non the element that owns the label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Buttons or other action controls. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The group wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-button-group-gap` — Gap between grouped controls."
1770
+ "value": "`<lr-button-group>` — a responsive grouping primitive for related actions.\nIt preserves the consumer's button elements and exposes the group semantics\non the element that owns the label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Buttons or other action controls. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The group wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-button-group-gap` (default: `var(--lr-space-2xs)`) — Gap between grouped controls."
1771
1771
  },
1772
1772
  "attributes": [
1773
1773
  {
@@ -1797,7 +1797,7 @@
1797
1797
  "name": "lr-calendar",
1798
1798
  "description": {
1799
1799
  "kind": "markdown",
1800
- "value": "`<lr-calendar>` — responsive month calendar with event markers and agenda mode.\n\nMonth-view event markers are a mouse-only quick-select affordance layered on\ntop of the focusable day cell: the day grid's own roving-tabindex/arrow-key\nnavigation already targets the day `<button>`, and nesting a second\nfocusable control inside that same native `<button>` is not valid (a\n`<button>` element must not contain interactive/tabindex descendants, and\n`role=\"button\"` itself forbids focusable descendants regardless). Agenda\nview renders each event as its own real `<button part=\"agenda-event\">` and\nis the fully keyboard-accessible way to reach `lr-event-select`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `agenda` | Agenda list. |\n| `day` | Day cell. |\n| `event` | Event marker. |\n| `grid` | Month grid. |\n| `header` | Calendar header. |\n| `nav-glyph` | The previous/next chevron glyph, mirrored under RTL. |\n| `week` | One week row within the month grid. |\n| `weekday` | One weekday header cell. |\n| `weekdays` | Weekday header row. |"
1800
+ "value": "`<lr-calendar>` — responsive month calendar with event markers and agenda mode.\n\nMonth-view event markers are a mouse-only quick-select affordance layered on\ntop of the focusable day cell: the day grid's own roving-tabindex/arrow-key\nnavigation already targets the day `<button>`, and nesting a second\nfocusable control inside that same native `<button>` is not valid (a\n`<button>` element must not contain interactive/tabindex descendants, and\n`role=\"button\"` itself forbids focusable descendants regardless). Agenda\nview renders each event as its own real `<button part=\"agenda-event\">` and\nis the fully keyboard-accessible way to reach `lr-event-select`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `agenda` | Agenda list. |\n| `agenda-event` | One focusable event button in agenda view (`view=\"agenda\"` only). |\n| `date` | The day-of-month number inside a day cell. |\n| `day` | Day cell. |\n| `event` | Event marker. |\n| `grid` | Month grid. |\n| `header` | Calendar header. |\n| `nav` | A previous/next navigation control in the header (the previous button, and the wrapper around the next button). |\n| `nav-glyph` | The previous/next chevron glyph, mirrored under RTL. |\n| `title` | The header's month/year title. |\n| `week` | One week row within the month grid. |\n| `weekday` | One weekday header cell. |\n| `weekdays` | Weekday header row. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-calendar-day-min-block-size` (default: `var(--lr-size-6rem)`) — Minimum block size of a day cell.\n- `--lr-calendar-day-min-block-size-narrow` (default: `4rem`) — Minimum block size of a day cell once the host is narrower than 28rem."
1801
1801
  },
1802
1802
  "attributes": [
1803
1803
  {
@@ -1852,7 +1852,7 @@
1852
1852
  "name": "lr-calendar-viewer",
1853
1853
  "description": {
1854
1854
  "kind": "markdown",
1855
- "value": "Parses `.ics` calendars with the optional `ical.js` peer and renders each\nVEVENT as plain text, preserving summaries, times, locations, and details.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The scrollable calendar body. |\n| `error` | The error region. |\n| `event` | One calendar event. |\n| `event-description` | The event description. |\n| `event-list` | The event list. |\n| `event-location` | The event location. |\n| `event-summary` | The event title. |\n| `event-time` | The formatted event time. |\n| `spinner` | The loading region. |"
1855
+ "value": "Parses `.ics` calendars with the optional `ical.js` peer and renders each\nVEVENT as plain text, preserving summaries, times, locations, and details.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The scrollable calendar body. |\n| `error` | The error region. |\n| `event` | One calendar event. |\n| `event-description` | The event description. |\n| `event-list` | The event list. |\n| `event-location` | The event location. |\n| `event-summary` | The event title. |\n| `event-time` | The formatted event time. |\n| `spinner` | The loading region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-calendar-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
1856
1856
  },
1857
1857
  "attributes": [
1858
1858
  {
@@ -1889,7 +1889,7 @@
1889
1889
  "name": "lr-callout",
1890
1890
  "description": {
1891
1891
  "kind": "markdown",
1892
- "value": "`<lr-callout>` — an inline message surface for status, warning, and error content.\nSet `inline` for lightweight reactive status/error text: it removes the panel chrome while\npreserving the semantic role, optional leading icon, and close action.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Message content. |\n| `heading` | Optional heading. |\n| `icon` | Optional icon. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The callout surface. |\n| `close-button` | The close button's interactive hit target, sized to the shared minimum tappable size (`--lr-icon-button-size`) in both the default panel and the compact `inline` variant. |\n| `close-icon` | The close button's visible \"×\" glyph, independent of `close-button`'s hit target size -- shrinks in the `inline` variant while the hit target stays full-size. |\n| `content` | The message content. |\n| `heading` | The heading wrapper. |\n| `icon` | The icon wrapper. |\n| `message` | The message content wrapper. |"
1892
+ "value": "`<lr-callout>` — an inline message surface for status, warning, and error content.\nSet `inline` for lightweight reactive status/error text: it removes the panel chrome while\npreserving the semantic role, optional leading icon, and close action.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Message content. |\n| `heading` | Optional heading. |\n| `icon` | Optional icon. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The callout surface. |\n| `close-button` | The close button's interactive hit target, sized to the shared minimum tappable size (`--lr-icon-button-size`) in both the default panel and the compact `inline` variant. |\n| `close-icon` | The close button's visible \"×\" glyph, independent of `close-button`'s hit target size -- shrinks in the `inline` variant while the hit target stays full-size. |\n| `content` | The message content. |\n| `heading` | The heading wrapper. |\n| `icon` | The icon wrapper. |\n| `message` | The message content wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-callout-background` (default: `var(--lr-color-surface)`) — The callout surface's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-callout-border` (default: `var(--lr-color-border)`) — The callout surface's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-callout-color` (default: `var(--lr-color-text)`) — The callout's text color. Each non-neutral `variant` sets it to that variant's loud color."
1893
1893
  },
1894
1894
  "attributes": [
1895
1895
  {
@@ -2065,7 +2065,7 @@
2065
2065
  "name": "lr-chart",
2066
2066
  "description": {
2067
2067
  "kind": "markdown",
2068
- "value": "`<lr-chart>` — the core Chart.js wrapper every other `lr-*-chart` tag\nsubclasses. Requires the optional peer deps `chart.js` + `chartjs-plugin-zoom`.\n\n**API mirror note:** the real `wa-chart` docs page\n(https://webawesome.com/docs/components/chart/) documents a `config:\nChartJS['config']` property alongside its simplified attributes — \"a\nflexible wrapper around Chart.js\" supporting *both* simplified attributes\nand full Chart.js configuration passthrough, not a `data`/`options` prop\npair. `lr-chart` mirrors that dual surface: the `Series`-based\n`datasets`/`labels`/`type`/`legend`/`xLabel`/`yLabel`/`zoom` attributes\nbelow are the simplified surface (compatible with WA's `type`, `xLabel`,\n`yLabel`, `withoutLegend`-equivalent `legend`, etc.), and the additional\n`config` property is the raw-passthrough escape hatch — a\n`Partial<ChartConfiguration>` deep-merged over the generated config in\n`buildConfig()`, mirroring WA's `config` property without discarding the\n`Series` shape the rest of this component family (subclasses, box-plot,\nhistogram) is built on.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
2068
+ "value": "`<lr-chart>` — the core Chart.js wrapper every other `lr-*-chart` tag\nsubclasses. Requires the optional peer deps `chart.js` + `chartjs-plugin-zoom`.\n\n**API mirror note:** the real `wa-chart` docs page\n(https://webawesome.com/docs/components/chart/) documents a `config:\nChartJS['config']` property alongside its simplified attributes — \"a\nflexible wrapper around Chart.js\" supporting *both* simplified attributes\nand full Chart.js configuration passthrough, not a `data`/`options` prop\npair. `lr-chart` mirrors that dual surface: the `Series`-based\n`datasets`/`labels`/`type`/`legend`/`xLabel`/`yLabel`/`zoom` attributes\nbelow are the simplified surface (compatible with WA's `type`, `xLabel`,\n`yLabel`, `withoutLegend`-equivalent `legend`, etc.), and the additional\n`config` property is the raw-passthrough escape hatch — a\n`Partial<ChartConfiguration>` deep-merged over the generated config in\n`buildConfig()`, mirroring WA's `config` property without discarding the\n`Series` shape the rest of this component family (subclasses, box-plot,\nhistogram) is built on.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
2069
2069
  },
2070
2070
  "attributes": [
2071
2071
  {
@@ -2186,7 +2186,7 @@
2186
2186
  "name": "lr-chat-composer",
2187
2187
  "description": {
2188
2188
  "kind": "markdown",
2189
- "value": "`<lr-chat-composer>` — the message input for a chat/agent conversation\nsurface: an auto-resizing textarea plus a send/stop button. Form-\nassociated via the `FormAssociated` mixin (see `<lr-date-input>` for the\nsame shape), so it participates in native `<form>` submission/validation/\nreset like any other text control — `name`/`value`/`disabled`/`required`/\n`checkValidity()`/`reportValidity()` all come from that mixin.\n\nAuto-resize reads the textarea's own *computed* line-height/padding/\nborder at runtime (`resizeTextarea()`) rather than assuming a fixed\npx-per-row constant, so it stays correct under a consumer's own font-size/\nline-height overrides. It grows between `min-rows` and `max-rows`, then\nswitches to internal scrolling. A `ResizeObserver` on the textarea itself\nre-runs the same fit whenever its *width* changes (a responsive\nbreakpoint, a sidebar toggling, a window resize, an orientation change)\neven though `value`/`min-rows`/`max-rows` never did -- a narrower box\nwraps the same text across more lines, so the previously-fitted height\nwould otherwise go stale and clip content with no scrollbar to reveal it.\n\nEnter-to-send (only active while `submit-on-enter` is true, the default):\nplain Enter submits and is prevented from inserting a newline; Shift+Enter\nalways inserts a newline no matter what; an IME composition step (checked\nvia `isComposing`, with `keyCode === 229` as a defense-in-depth fallback\nfor browsers that report `isComposing` inconsistently on the\ncompositionend-adjacent keydown) is never treated as a submit trigger;\nand while `status` isn't `\"idle\"` Enter is left alone to insert a newline\ntoo, rather than trying to submit again -- there is nothing meaningful to\nsubmit while a previous message is still sending/streaming, and the\ntextarea deliberately stays interactive (see `disabled` below) so a user\ncan keep composing their next message in the meantime.\n\nDeliberately no label/hint/error chrome -- a composite chat-input control, not a labeled form\nfield; wrap it in your own layout for that context. A host `aria-label` is forwarded to the\ninternal textarea and takes precedence over the placeholder-derived name.\n\n`lr-submit`'s `detail.value` is always the exact, untrimmed current\nvalue (`detail.value === value` at the moment it fires) -- trimming is\nleft to the consumer so it never silently diverges from what `value`\nitself reports. Submitting does not clear `value`; the consumer clears it\nonce the submission has actually been accepted (so e.g. a failed send can\nleave the text in place for retry).\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `chips` | An attachment tray rendered above the input row (e.g. files queued for this message). |\n| `leading` | Content rendered before the textarea (e.g. an attach-file trigger button). |\n| `trailing` | Overrides the built-in send/stop button entirely when it has assigned content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `action-button` | The built-in send/stop button. Absent from the accessibility tree's meaningful content whenever `trailing` has assigned content. Style its busy treatment via `:host([status='sending'])`/`:host([status='streaming'])`. |\n| `base` | The bordered root container. |\n| `chips` | The wrapper around the `chips` slot. Hidden entirely when the slot is empty. |\n| `leading` | The wrapper around the `leading` slot. Hidden entirely when the slot is empty. |\n| `row` | The row holding the leading slot, textarea, and trailing slot/button. |\n| `textarea` | The auto-resizing `<textarea>` itself. |\n| `trailing` | The wrapper around the `trailing` slot and the built-in `action-button`. |"
2189
+ "value": "`<lr-chat-composer>` — the message input for a chat/agent conversation\nsurface: an auto-resizing textarea plus a send/stop button. Form-\nassociated via the `FormAssociated` mixin (see `<lr-date-input>` for the\nsame shape), so it participates in native `<form>` submission/validation/\nreset like any other text control — `name`/`value`/`disabled`/`required`/\n`checkValidity()`/`reportValidity()` all come from that mixin.\n\nAuto-resize reads the textarea's own *computed* line-height/padding/\nborder at runtime (`resizeTextarea()`) rather than assuming a fixed\npx-per-row constant, so it stays correct under a consumer's own font-size/\nline-height overrides. It grows between `min-rows` and `max-rows`, then\nswitches to internal scrolling. A `ResizeObserver` on the textarea itself\nre-runs the same fit whenever its *width* changes (a responsive\nbreakpoint, a sidebar toggling, a window resize, an orientation change)\neven though `value`/`min-rows`/`max-rows` never did -- a narrower box\nwraps the same text across more lines, so the previously-fitted height\nwould otherwise go stale and clip content with no scrollbar to reveal it.\n\nEnter-to-send (only active while `submit-on-enter` is true, the default):\nplain Enter submits and is prevented from inserting a newline; Shift+Enter\nalways inserts a newline no matter what; an IME composition step (checked\nvia `isComposing`, with `keyCode === 229` as a defense-in-depth fallback\nfor browsers that report `isComposing` inconsistently on the\ncompositionend-adjacent keydown) is never treated as a submit trigger;\nand while `status` isn't `\"idle\"` Enter is left alone to insert a newline\ntoo, rather than trying to submit again -- there is nothing meaningful to\nsubmit while a previous message is still sending/streaming, and the\ntextarea deliberately stays interactive (see `disabled` below) so a user\ncan keep composing their next message in the meantime.\n\nDeliberately no label/hint/error chrome -- a composite chat-input control, not a labeled form\nfield; wrap it in your own layout for that context. A host `aria-label` is forwarded to the\ninternal textarea and takes precedence over the placeholder-derived name.\n\n`lr-submit`'s `detail.value` is always the exact, untrimmed current\nvalue (`detail.value === value` at the moment it fires) -- trimming is\nleft to the consumer so it never silently diverges from what `value`\nitself reports. Submitting does not clear `value`; the consumer clears it\nonce the submission has actually been accepted (so e.g. a failed send can\nleave the text in place for retry).\n`submitDisabled` lets the consumer apply its own validation policy without\ndisabling the textarea or the busy-state Stop action.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `chips` | An attachment tray rendered above the input row (e.g. files queued for this message). |\n| `leading` | Content rendered before the textarea (e.g. an attach-file trigger button). |\n| `trailing` | Overrides the built-in send/stop button entirely when it has assigned content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `action-button` | The built-in send/stop button. Absent from the accessibility tree's meaningful content whenever `trailing` has assigned content. Style its busy treatment via `:host([status='sending'])`/`:host([status='streaming'])`. |\n| `base` | The bordered root container. |\n| `chips` | The wrapper around the `chips` slot. Hidden entirely when the slot is empty. |\n| `leading` | The wrapper around the `leading` slot. Hidden entirely when the slot is empty. |\n| `row` | The row holding the leading slot, textarea, and trailing slot/button. |\n| `textarea` | The auto-resizing `<textarea>` itself. |\n| `trailing` | The wrapper around the `trailing` slot and the built-in `action-button`. |"
2190
2190
  },
2191
2191
  "attributes": [
2192
2192
  {
@@ -2280,6 +2280,13 @@
2280
2280
  "value": "When `false`, the built-in button never renders as a Stop/cancel control\nwhile busy -- instead it stays a (disabled) Send button, since there is\nno cancellation operation to offer. Defaults to `true`, reproducing\ntoday's Stop-button behavior for every `status` other than `'idle'`.\n\nType: `boolean` \nDefault: `true`"
2281
2281
  }
2282
2282
  },
2283
+ {
2284
+ "name": "submit-disabled",
2285
+ "description": {
2286
+ "kind": "markdown",
2287
+ "value": "Consumer-controlled validation gate for submission. While idle, disables the built-in Send\nbutton and suppresses Enter/click submission without disabling the textarea. Busy Stop behavior\nremains governed by `status` and `stoppable`.\n\nType: `boolean` \nDefault: `false`"
2288
+ }
2289
+ },
2283
2290
  {
2284
2291
  "name": "submit-on-enter",
2285
2292
  "description": {
@@ -2300,7 +2307,7 @@
2300
2307
  "name": "lr-chat-message",
2301
2308
  "description": {
2302
2309
  "kind": "markdown",
2303
- "value": "`<lr-chat-message>` — a role-based message bubble *shell* for a chat/\nagent conversation surface. It renders none of the message content itself:\nthe default slot carries whatever a consumer wants to display (plain\ntext, a `<lr-markdown>`, a custom template, anything at all) and this\ncomponent only supplies the surrounding chrome — alignment/coloring by\n`role`, an avatar/badges header row, an optional collapse toggle, an\nattachments strip, and a status-aware footer (a live-updating status dot +\ntext, the formatted `timestamp`, a built-in retry affordance for\n`status=\"failed\"`, and an `actions` slot for everything else).\n\nNo built-in copy button is rendered. Deciding what \"the copyable text\" of\nan arbitrary slotted message even means (plain text? the rendered\nmarkdown source? something else?) is exactly the kind of content\ninterpretation this shell deliberately stays out of — slot a copy control\ninto `actions` instead. Firing `lr-copy` (`detail: { text }`) from that\ncontrol keeps the event name consistent with `<lr-json-viewer>`'s own\ncopy affordance, for anything listening at the conversation-surface level.\n\nAccessibility of `status`: the current status is always available as\nplain visible text (`[part=\"status-text\"]`), never color alone. A\ntransition *to* `\"failed\"`, or *from* `\"streaming\"` to `\"sent\"` (a stream\nfinishing), is additionally announced through an internal\n`<lr-live-region>` (see that component's header for the throttled-\nannouncement wiring this composes) so a screen-reader user who isn't\ncurrently focused on this message still learns about it — *unless* the\n`failure` slot has content, in which case this internal announcement is\nskipped: the host's own `role=\"alert\"` failure content is expected to\nannounce itself, and firing both would double-announce the same failure\nwith two different (and differently specific) messages. This differs\nfrom `<lr-typing-indicator>`'s deliberately simpler `role=\"status\"`\napproach — that component only ever has one thing to announce (its own\nmount); this one has a `status` that can flip between several values\nacross a single element's lifetime, which is exactly the coalescing job\n`<lr-live-region>` exists for.\n\n`role` is a message-author role (`user`/`assistant`/`system`, matching\nthe vocabulary of every chat/completion API), *not* a WAI-ARIA role, so\nit reflects to a `data-role` attribute rather than the bare `role`\nattribute — `role=\"user\"` would collide with `Element`'s own ARIA `role`\naccessor and is not a valid ARIA role token to begin with.\n\n`actionsOutsideBubble` allows the `actions` slot to render as a sibling\nimmediately after the message bubble instead of nested inside the footer —\nuseful for consumers whose action row (e.g., a hover-reveal copy button)\nmust sit visually outside the bubble's chrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The message body. |\n| `actions` | Action controls (e.g. copy, retry), rendered at the end of the footer. |\n| `attachments` | File/image attachment chips, rendered below the message body by default; see `attachments-position`. |\n| `avatar` | An avatar/icon for the message author. |\n| `badges` | Small status/metric chips (e.g. token count, latency, model name) — entirely app-supplied; this component computes none of that itself. |\n| `failure` | Only ever rendered while `status=\"failed\"`. Empty (the default), the footer keeps its built-in `[part=\"status-text\"]`/`[part=\"retry-button\"]` exactly as before. The moment this slot has assigned content, that built-in status text and retry button are suppressed — the host is now fully responsible for presenting its own failure UI, and the built-in `chatFailedAnnounce` live-region announcement is suppressed too (see `@event lr-retry` below for the effect on that event, and the \"Accessibility of `status`\" paragraph above for the built-in announcement this replaces). Content assigned here should carry `role=\"alert\"` itself when it represents an actionable send failure — this component does not add that role on the host's behalf, since it has no way to know what markup the host puts in this slot. This mirrors `lr-flow-node`'s `header` slot, which replaces that component's own built-in heading row the same way. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | The wrapper around the `actions` slot. Rendered inside the footer by default; a sibling immediately after `bubble` when `actionsOutsideBubble` is set. |\n| `attachments` | The wrapper around the `attachments` slot. |\n| `avatar` | The wrapper around the `avatar` slot. |\n| `badges` | The wrapper around the `badges` slot. |\n| `body` | The wrapper around the default slot (the message content). Hidden while `collapsed`. |\n| `bubble` | The message bubble root. Programmatically focusable (`tabindex=\"-1\"`) so focus has a stable place to land when the built-in retry button is removed (e.g. a `lr-retry` listener flipping `status` away from `\"failed\"`). |\n| `collapse-button` | The built-in collapse/expand toggle (only rendered when `collapsible`). |\n| `failure` | The `failure` slot itself (`display: contents` — it contributes no box of its own, so the host's own content lays out exactly as if it were a direct child of `bubble`, with no `::part(failure)` override needed to get there). Only present in the DOM while `status=\"failed\"`. |\n| `footer` | The row below the message body — status, timestamp, retry, and actions. Hidden entirely when none of those have anything to show. |\n| `header` | The row above the message body — avatar, badges, and the collapse toggle. Hidden entirely when none of those have anything to show. |\n| `retry-button` | The built-in retry button (only rendered when `status=\"failed\"`). |\n| `status-indicator` | A small decorative (`aria-hidden`) dot reflecting `status`; absent while `status=\"sent\"`. |\n| `status-text` | The visible text twin of `status-indicator` — carries the state in text, not just color. |\n| `timestamp` | The formatted `timestamp`, rendered in a `<time>` element. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chat-message-max-width` (default: `80%`) — Maximum inline size of the message bubble.\n- `--lr-transition-ambient` (default: `1.8s ease-in-out`) — Streaming-indicator animation duration and timing function."
2310
+ "value": "`<lr-chat-message>` — a role-based message bubble *shell* for a chat/\nagent conversation surface. It renders none of the message content itself:\nthe default slot carries whatever a consumer wants to display (plain\ntext, a `<lr-markdown>`, a custom template, anything at all) and this\ncomponent only supplies the surrounding chrome — alignment/coloring by\n`role`, an avatar/badges header row, an optional collapse toggle, an\nattachments strip, and a status-aware footer (a live-updating status dot +\ntext, the formatted `timestamp`, a built-in retry affordance for\n`status=\"failed\"`, and an `actions` slot for everything else).\n\nNo built-in copy button is rendered. Deciding what \"the copyable text\" of\nan arbitrary slotted message even means (plain text? the rendered\nmarkdown source? something else?) is exactly the kind of content\ninterpretation this shell deliberately stays out of — slot a copy control\ninto `actions` instead. Firing `lr-copy` (`detail: { text }`) from that\ncontrol keeps the event name consistent with `<lr-json-viewer>`'s own\ncopy affordance, for anything listening at the conversation-surface level.\n\nAccessibility of `status`: the current status is always available as\nplain visible text (`[part=\"status-text\"]`), never color alone. A\ntransition *to* `\"failed\"`, or *from* `\"streaming\"` to `\"sent\"` (a stream\nfinishing), is additionally announced through an internal\n`<lr-live-region>` (see that component's header for the throttled-\nannouncement wiring this composes) so a screen-reader user who isn't\ncurrently focused on this message still learns about it — *unless* the\n`failure` slot has content, in which case this internal announcement is\nskipped: the host's own `role=\"alert\"` failure content is expected to\nannounce itself, and firing both would double-announce the same failure\nwith two different (and differently specific) messages. This differs\nfrom `<lr-typing-indicator>`'s deliberately simpler `role=\"status\"`\napproach — that component only ever has one thing to announce (its own\nmount); this one has a `status` that can flip between several values\nacross a single element's lifetime, which is exactly the coalescing job\n`<lr-live-region>` exists for.\n\n`role` is a message-author role (`user`/`assistant`/`system`, matching\nthe vocabulary of every chat/completion API), *not* a WAI-ARIA role, so\nit reflects to a `data-role` attribute rather than the bare `role`\nattribute — `role=\"user\"` would collide with `Element`'s own ARIA `role`\naccessor and is not a valid ARIA role token to begin with.\n\n`actionsOutsideBubble` allows the `actions` slot to render as a sibling\nimmediately after the message bubble instead of nested inside the footer —\nuseful for consumers whose action row (e.g., a hover-reveal copy button)\nmust sit visually outside the bubble's chrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The message body. |\n| `actions` | Action controls (e.g. copy, retry), rendered at the end of the footer. |\n| `attachments` | File/image attachment chips, rendered below the message body by default; see `attachments-position`. |\n| `avatar` | An avatar/icon for the message author. |\n| `badges` | Small status/metric chips (e.g. token count, latency, model name) — entirely app-supplied; this component computes none of that itself. |\n| `failure` | Only ever rendered while `status=\"failed\"`. Empty (the default), the footer keeps its built-in `[part=\"status-text\"]`/`[part=\"retry-button\"]` exactly as before. The moment this slot has assigned content, that built-in status text and retry button are suppressed — the host is now fully responsible for presenting its own failure UI, and the built-in `chatFailedAnnounce` live-region announcement is suppressed too (see `@event lr-retry` below for the effect on that event, and the \"Accessibility of `status`\" paragraph above for the built-in announcement this replaces). Content assigned here should carry `role=\"alert\"` itself when it represents an actionable send failure — this component does not add that role on the host's behalf, since it has no way to know what markup the host puts in this slot. This mirrors `lr-flow-node`'s `header` slot, which replaces that component's own built-in heading row the same way. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | The wrapper around the `actions` slot. Rendered inside the footer by default; a sibling immediately after `bubble` when `actionsOutsideBubble` is set. |\n| `attachments` | The wrapper around the `attachments` slot. |\n| `avatar` | The wrapper around the `avatar` slot. |\n| `badges` | The wrapper around the `badges` slot. |\n| `body` | The wrapper around the default slot (the message content). Hidden while `collapsed`. |\n| `bubble` | The message bubble root. Programmatically focusable (`tabindex=\"-1\"`) so focus has a stable place to land when the built-in retry button is removed (e.g. a `lr-retry` listener flipping `status` away from `\"failed\"`). Its fill/text derive from `--lr-chat-message-bubble-bg`/`--lr-chat-message-bubble-color` for every role except `user`, which derives from `--lr-chat-message-user-bubble-bg`/`--lr-chat-message-user-bubble-color` instead — override those cssprops rather than the shared `--lr-color-*` tokens they default to. |\n| `collapse-button` | The built-in collapse/expand toggle (only rendered when `collapsible`). |\n| `failure` | The `failure` slot itself (`display: contents` — it contributes no box of its own, so the host's own content lays out exactly as if it were a direct child of `bubble`, with no `::part(failure)` override needed to get there). Only present in the DOM while `status=\"failed\"`. |\n| `footer` | The row below the message body — status, timestamp, retry, and actions. Hidden entirely when none of those have anything to show. |\n| `header` | The row above the message body — avatar, badges, and the collapse toggle. Hidden entirely when none of those have anything to show. |\n| `retry-button` | The built-in retry button (only rendered when `status=\"failed\"`). |\n| `status-indicator` | A small decorative (`aria-hidden`) dot reflecting `status`; absent while `status=\"sent\"`. |\n| `status-text` | The visible text twin of `status-indicator` — carries the state in text, not just color. |\n| `timestamp` | The formatted `timestamp`, rendered in a `<time>` element. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chat-message-max-width` (default: `80%`) — Maximum inline size of the message bubble.\n- `--lr-chat-message-bubble-bg` (default: `var(--lr-color-surface)`) — Bubble fill for every role except `user`.\n- `--lr-chat-message-bubble-color` (default: `var(--lr-color-text)`) — Bubble text color for every role except `user`.\n- `--lr-chat-message-user-bubble-bg` (default: `var(--lr-color-brand-quiet)`) — Bubble fill for `data-role=\"user\"`.\n- `--lr-chat-message-user-bubble-color` (default: `var(--lr-color-text)`) — Bubble text color for `data-role=\"user\"`.\n- `--lr-transition-ambient` (default: `1.8s ease-in-out`) — Streaming-indicator animation duration and timing function."
2304
2311
  },
2305
2312
  "attributes": [
2306
2313
  {
@@ -2373,7 +2380,7 @@
2373
2380
  "name": "lr-chat-viewport",
2374
2381
  "description": {
2375
2382
  "kind": "markdown",
2376
- "value": "`<lr-chat-viewport>` — the transcript scroll container: owns stick-to-bottom behavior while an\nanswer streams, the \"jump to latest\" pill, and the unread divider.\n\n**Two supported content shapes, auto-detected:** ordinary element children (typically\n`<lr-chat-message>`s -- *slotted mode*), or exactly one `<lr-virtual-list>` (*virtual mode*,\ndetected via `instanceof` against the imported class so custom prefixes keep working). In virtual\nmode this component defers all scrolling to the slotted list's own `scrollToIndex()`.\n\n**Follow/release state machine.** While `follow` is engaged, content growth re-scrolls to the end.\nRelease happens only on a *user-intent* gesture (wheel, touchmove, scrollbar-drag, or\nPageUp/ArrowUp/Home while the log region has focus) that leaves the view more than\n`bottomThreshold` from the end -- a scroll caused by this component's own programmatic scrolling,\nor by a layout shift, never releases it. Reaching the bottom again by any means re-engages `follow`.\n\n**`scrollToUnread()` in virtual mode.** The target row is scrolled with `align: 'start'` so the\ndivider boundary lands at the top of the view with the unread content visible below it -- the\nonly alignment that matches what \"scroll to the divider\" means here. The underlying virtual list\nonly issues a corrective re-scroll for an initially-unmeasured target when that target's *own*\nheight is what was uncertain (`align: 'end'`/a downward `align: 'auto'`); a `'start'`-aligned\ntarget's position is a function of the rows *before* it, so it has no such self-correction. In\npractice the rows leading up to an unread boundary are usually ones the reader already scrolled\npast (and so already measured), which keeps this accurate in the common case; a still-unmeasured\nlong-distance jump can land approximately rather than pixel-exact. Fixing that fully would mean\nchanging how the underlying list resolves offsets, which is out of scope here -- `align: 'end'`\nwas considered and rejected because it changes the visible outcome (it would put the *bottom* of\nthe boundary row at the viewport's bottom edge, hiding the unread content the jump is meant to\nreveal, not just changing how precisely it lands).\n\nRenders no messages and computes no unread state itself -- the host supplies `unreadStartIndex`;\nno virtualization of its own (`<lr-virtual-list>`); not a generic overflow surface\n(`<lr-scroller>`); no message semantics (`<lr-chat-message>`).\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The transcript: ordinary element children, or exactly one `<lr-virtual-list>`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The positioning root. |\n| `content` | The slotted-content wrapper the growth observers watch. |\n| `jump-pill` | The built-in jump-to-latest button, absent while `follow` is engaged. |\n| `scroll` | The scroll container (`role=\"log\"`, `tabindex=\"0\"`). In virtual mode it stops scrolling itself (the slotted list scrolls) but keeps the role. |\n| `unread-divider` | The \"New messages\" separator (slotted mode only). |"
2383
+ "value": "`<lr-chat-viewport>` — the transcript scroll container: owns stick-to-bottom behavior while an\nanswer streams, the \"jump to latest\" pill, and the unread divider.\n\n**Two supported content shapes, auto-detected:** ordinary element children (typically\n`<lr-chat-message>`s -- *slotted mode*), or exactly one `<lr-virtual-list>` (*virtual mode*,\ndetected via `instanceof` against the imported class so custom prefixes keep working). In virtual\nmode this component defers all scrolling to the slotted list's own `scrollToIndex()`.\n\n**Follow/release state machine.** While `follow` is engaged, content growth re-scrolls to the end.\nRelease happens only on a *user-intent* gesture (wheel, touchmove, scrollbar-drag, or\nPageUp/ArrowUp/Home while the log region has focus) that leaves the view more than\n`bottomThreshold` from the end -- a scroll caused by this component's own programmatic scrolling,\nor by a layout shift, never releases it. Reaching the bottom again by any means re-engages `follow`.\nThe internal log defaults to `live=\"off\"`, which avoids announcing every streaming token. Consumers\nthat append complete messages at an announcement-safe cadence can opt into `polite` or `assertive`.\n\n**`scrollToUnread()` in virtual mode.** The target row is scrolled with `align: 'start'` so the\ndivider boundary lands at the top of the view with the unread content visible below it -- the\nonly alignment that matches what \"scroll to the divider\" means here. The underlying virtual list\nonly issues a corrective re-scroll for an initially-unmeasured target when that target's *own*\nheight is what was uncertain (`align: 'end'`/a downward `align: 'auto'`); a `'start'`-aligned\ntarget's position is a function of the rows *before* it, so it has no such self-correction. In\npractice the rows leading up to an unread boundary are usually ones the reader already scrolled\npast (and so already measured), which keeps this accurate in the common case; a still-unmeasured\nlong-distance jump can land approximately rather than pixel-exact. Fixing that fully would mean\nchanging how the underlying list resolves offsets, which is out of scope here -- `align: 'end'`\nwas considered and rejected because it changes the visible outcome (it would put the *bottom* of\nthe boundary row at the viewport's bottom edge, hiding the unread content the jump is meant to\nreveal, not just changing how precisely it lands).\n\nRenders no messages and computes no unread state itself -- the host supplies `unreadStartIndex`;\nno virtualization of its own (`<lr-virtual-list>`); not a generic overflow surface\n(`<lr-scroller>`); no message semantics (`<lr-chat-message>`).\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The transcript: ordinary element children, or exactly one `<lr-virtual-list>`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The positioning root. |\n| `content` | The slotted-content wrapper the growth observers watch. |\n| `jump-pill` | The built-in jump-to-latest button, absent while `follow` is engaged. |\n| `scroll` | The scroll container (`role=\"log\"`, `tabindex=\"0\"`). In virtual mode it stops scrolling itself (the slotted list scrolls) but keeps the role. |\n| `unread-divider` | The \"New messages\" separator (slotted mode only). |"
2377
2384
  },
2378
2385
  "attributes": [
2379
2386
  {
@@ -2404,6 +2411,13 @@
2404
2411
  "value": "Accessible name for the log region. Defaults to the localized `chatViewportLabel`;\na host `aria-label` (see `accessibleLabel`) wins over both.\n\nType: `string` \nDefault: `''`"
2405
2412
  }
2406
2413
  },
2414
+ {
2415
+ "name": "live",
2416
+ "description": {
2417
+ "kind": "markdown",
2418
+ "value": "Live-region policy forwarded to the internal `role=\"log\"`. Keep `off` for token-by-token\nstreaming; use `polite` or `assertive` only when messages are appended at an announcement-safe\ncadence.\n\nType: `ChatViewportLive` \nDefault: `'off'`"
2419
+ }
2420
+ },
2407
2421
  {
2408
2422
  "name": "locale",
2409
2423
  "description": {
@@ -2598,7 +2612,7 @@
2598
2612
  "name": "lr-chip",
2599
2613
  "description": {
2600
2614
  "kind": "markdown",
2601
- "value": "`<lr-chip>` — a small, content-agnostic pill for a short label: a tag, an\nactive-filter/scope indicator, etc. Distinct from `<lr-attachment-chip>`\n(specifically file-shaped, with a thumbnail/size/upload-progress) — this\none carries no domain assumptions at all, just a label and an optional\nleading icon/dot.\n\n`tone` tints the whole pill using the same loud-color-on-quiet-tint\nconvention `<lr-tool-call-chip>`/`<lr-citation-badge>` already\nestablish for status coloring: background is the tone's `-quiet` tint,\ntext/icon is the tone's loud color. `neutral` (the default) has no\ndedicated token pair of its own, so it falls back to a plain\nbordered-surface look — the same \"no signal\" treatment\n`<lr-citation-badge>`'s `default` status and `<lr-tool-call-chip>`'s\n`pending` status already use.\n\nThis is a controlled component: clicking the remove (×) button only fires\n`lr-remove` — the chip never removes itself from the DOM on its own\ninteraction, the same contract `<lr-attachment-chip>`/\n`<lr-conversation-item>` already follow. A consumer owns the underlying\nlist and decides whether/how the click actually removes anything.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The chip's label content. |\n| `icon` | Optional leading icon or status dot. Nothing is reserved for it (no extra gap) when left empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The pill's root container. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely while empty. |\n| `label` | Wrapper around the default slot. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-pressed-bg` (default: `var(--lr-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background."
2615
+ "value": "`<lr-chip>` — a small, content-agnostic pill for a short label: a tag, an\nactive-filter/scope indicator, etc. Distinct from `<lr-attachment-chip>`\n(specifically file-shaped, with a thumbnail/size/upload-progress) — this\none carries no domain assumptions at all, just a label and an optional\nleading icon/dot.\n\n`tone` tints the whole pill using the same loud-color-on-quiet-tint\nconvention `<lr-tool-call-chip>`/`<lr-citation-badge>` already\nestablish for status coloring: background is the tone's `-quiet` tint,\ntext/icon is the tone's loud color. `neutral` (the default) has no\ndedicated token pair of its own, so it falls back to a plain\nbordered-surface look — the same \"no signal\" treatment\n`<lr-citation-badge>`'s `default` status and `<lr-tool-call-chip>`'s\n`pending` status already use.\n\nThis is a controlled component: clicking the remove (×) button only fires\n`lr-remove` — the chip never removes itself from the DOM on its own\ninteraction, the same contract `<lr-attachment-chip>`/\n`<lr-conversation-item>` already follow. A consumer owns the underlying\nlist and decides whether/how the click actually removes anything.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The chip's label content. |\n| `icon` | Optional leading icon or status dot. Nothing is reserved for it (no extra gap) when left empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The pill's root container. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely while empty. |\n| `label` | Wrapper around the default slot. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-accent` (default: `var(--lr-color-text)`) — Text/icon color of the pill. Each `tone` sets it to that tone's loud color.\n- `--lr-chip-bg` (default: `var(--lr-color-surface)`) — Background of the pill. Each `tone` sets it to that tone's `-quiet` tint.\n- `--lr-chip-border` (default: `var(--lr-color-border)`) — Border color of the pill. Every non-neutral `tone` sets it to `transparent`.\n- `--lr-chip-font-size` (default: `var(--lr-font-size-sm)`) — Label font size. Each `size` sets it to that step's font size.\n- `--lr-chip-gap` (default: `var(--lr-space-xs)`) — Gap between the icon, label, and remove button. Each `size` sets it to that step's gap.\n- `--lr-chip-icon-size` (default: `var(--lr-font-size-sm)`) — Font size of the `icon` slot wrapper. Each `size` sets it to that step's icon size.\n- `--lr-chip-padding-block` (default: `var(--lr-size-0-25rem)`) — Block padding of the pill. Each `size` sets it to that step's block padding.\n- `--lr-chip-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of the pill. Each `size` sets it to that step's inline padding.\n- `--lr-chip-pressed-bg` (default: `var(--lr-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background.\n- `--lr-chip-pressed-border` (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color."
2602
2616
  },
2603
2617
  "attributes": [
2604
2618
  {
@@ -2622,6 +2636,13 @@
2622
2636
  "value": "Opt-in toggle/pressed mode -- the current pressed value. Setting `selected` (to `true`, the\ncommon way to start a chip already pressed) opts the chip into toggle mode automatically, so\n`<lr-chip selected>` alone is enough: `[part='base']` becomes focusable and\nkeyboard-activatable (Enter/Space, mirroring native `<button>` behavior), reflects\n`aria-pressed`, and toggles on click/activation, emitting `lr-chip-select`. That opt-in\n(tracked by `toggleable`, see below) persists once made, so toggling `selected` back to\n`false` never strips the chip's interactivity -- a chip a user has clicked \"off\" must stay\nclickable to turn it back \"on\". Has no effect (no interactive semantics added to\n`[part='base']`) when combined with `removable`, since the remove button already nests inside\n`[part='base']` -- axe-core's `nested-interactive` rule forbids a focusable descendant of a\n`role=\"button\"` ancestor, and this component's two real use cases (a chart-series visibility\ntoggle, a category filter chip) never need both at once. `false` (the default, with\n`toggleable` also left at its default) reproduces today's exact passive-label-pill output.\n\nType: `boolean` \nDefault: `false`"
2623
2637
  }
2624
2638
  },
2639
+ {
2640
+ "name": "size",
2641
+ "description": {
2642
+ "kind": "markdown",
2643
+ "value": "Visual density. `m` preserves the original chip dimensions.\n\nType: `ChipSize` \nDefault: `'m'`"
2644
+ }
2645
+ },
2625
2646
  {
2626
2647
  "name": "toggleable",
2627
2648
  "description": {
@@ -2731,7 +2752,7 @@
2731
2752
  "name": "lr-citation-badge",
2732
2753
  "description": {
2733
2754
  "kind": "markdown",
2734
- "value": "`<lr-citation-badge>` — an inline `[n]` citation marker with a hover/\nfocus preview popover and confidence/verification-status coloring. Used\nfor an agent response's inline citations, each carrying a `source-id`\nthat matches a corresponding `<lr-source-card>` shown elsewhere on the\npage (a sibling component in this same family — this component doesn't\nimport or know anything about it, only carries the id through its\nevents).\n\nThe default slot is *not* the badge's visible content — the badge always\nrenders `[index]` — it's reserved for optional rich preview content (e.g.\na filename + short excerpt) shown in a floating popover on hover/focus,\npositioned with `internal/positioner.js`'s `place()` the same way\n`<lr-tool-call-chip>` positions its own detail tooltip. No popover shows\nat all when the slot carries no content, and the popover never traps\nfocus — it's supplementary preview content, not a modal, so Tab continues\npast the badge normally even while it happens to be visible from a mouse\nhover. When preview content exists, the button keeps a stable\n`aria-describedby` relationship to the `role=\"tooltip\"` panel while it is\nboth hidden and visible, so assistive technology can resolve the preview\nas soon as focus causes it to open.\n\nTwo distinct signals fire from the same badge: `lr-citation-activate`\n(click, or Enter while focused — native `<button>` behavior, no listener\nneeded for the Enter case) is the lightweight \"jump to this source\"\nsignal a host wires to scrolling/highlighting the matching\n`<lr-source-card>`. `lr-citation-open` (dblclick, or Space while\nfocused) is a distinct \"full preview\" signal — `href` in its detail is\n`undefined` when the `href` prop isn't set; the consumer decides what\n\"open\" means (a new tab, a dialog, etc). A double-click still fires two\n`lr-citation-activate` events (one per constituent click — standard\nbrowser `dblclick` behavior) in addition to the one `lr-citation-open`;\na consumer that only cares about the richer signal on a double-click\nshould ignore the paired activate events in that case.\n\nStatus coloring: `verified`/`high` use the success tones (a claim that's\nbeen checked out, or the model is confident in). `medium`/`low` use\nwarning (progressively less certain, but still a real citation).\n`unverified` uses danger — deliberately distinct from `low`: \"hasn't been\nchecked at all\" is a different (arguably riskier) claim than \"checked but\nuncertain\". `default` renders as plain neutral text with no background\ntint, for citations that carry no confidence/verification signal at all.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Rich preview/tooltip content (e.g. a filename + excerpt), shown in a floating popover on hover/focus. Nothing renders (no hover affordance at all) when this slot is empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The clickable badge (`<button>`). |\n| `bracket` | Each of the two literal `[`/`]` glyphs. |\n| `index` | The citation number. |\n| `popover` | The floating preview panel (only meaningful while open). |"
2755
+ "value": "`<lr-citation-badge>` — an inline `[n]` citation marker with a hover/\nfocus preview popover and confidence/verification-status coloring. Used\nfor an agent response's inline citations, each carrying a `source-id`\nthat matches a corresponding `<lr-source-card>` shown elsewhere on the\npage (a sibling component in this same family — this component doesn't\nimport or know anything about it, only carries the id through its\nevents).\n\nThe default slot is *not* the badge's visible content — the badge always\nrenders `[index]` — it's reserved for optional rich preview content (e.g.\na filename + short excerpt) shown in a floating popover on hover/focus,\npositioned with `internal/positioner.js`'s `place()` the same way\n`<lr-tool-call-chip>` positions its own detail tooltip. No popover shows\nat all when the slot carries no content, and the popover never traps\nfocus — it's supplementary preview content, not a modal, so Tab continues\npast the badge normally even while it happens to be visible from a mouse\nhover. When preview content exists, the button keeps a stable\n`aria-describedby` relationship to the `role=\"tooltip\"` panel while it is\nboth hidden and visible, so assistive technology can resolve the preview\nas soon as focus causes it to open.\n\nTwo distinct signals fire from the same badge: `lr-citation-activate`\n(click, or Enter while focused — native `<button>` behavior, no listener\nneeded for the Enter case) is the lightweight \"jump to this source\"\nsignal a host wires to scrolling/highlighting the matching\n`<lr-source-card>`. `lr-citation-open` (dblclick, or Space while\nfocused) is a distinct \"full preview\" signal — `href` in its detail is\n`undefined` when the `href` prop isn't set; the consumer decides what\n\"open\" means (a new tab, a dialog, etc). A double-click still fires two\n`lr-citation-activate` events (one per constituent click — standard\nbrowser `dblclick` behavior) in addition to the one `lr-citation-open`;\na consumer that only cares about the richer signal on a double-click\nshould ignore the paired activate events in that case.\n\nStatus coloring: `verified`/`high` use the success tones (a claim that's\nbeen checked out, or the model is confident in). `medium`/`low` use\nwarning (progressively less certain, but still a real citation).\n`unverified` uses danger — deliberately distinct from `low`: \"hasn't been\nchecked at all\" is a different (arguably riskier) claim than \"checked but\nuncertain\". `default` renders as plain neutral text with no background\ntint, for citations that carry no confidence/verification signal at all.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Rich preview/tooltip content (e.g. a filename + excerpt), shown in a floating popover on hover/focus. Nothing renders (no hover affordance at all) when this slot is empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The clickable badge (`<button>`). |\n| `bracket` | Each of the two literal `[`/`]` glyphs. |\n| `index` | The citation number. |\n| `popover` | The floating preview panel (only meaningful while open). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-citation-badge-accent` (default: `var(--lr-color-text-quiet)`) — Text color of `base`, and its hover border color. Swapped by the reflected `status`: `var(--lr-color-success)` for `high`/`verified`, `var(--lr-color-warning)` for `medium`/`low`, `var(--lr-color-danger)` for `unverified`.\n- `--lr-citation-badge-bg` (default: `transparent`) — Background of `base`. Swapped by the reflected `status` to the matching `-quiet` tone (`success`/`warning`/`danger`).\n- `--lr-citation-badge-border` (default: `transparent`) — Resting border color of `base`; no `status` changes it, so it stays transparent unless a host overrides it."
2735
2756
  },
2736
2757
  "attributes": [
2737
2758
  {
@@ -2782,7 +2803,7 @@
2782
2803
  "name": "lr-code-block",
2783
2804
  "description": {
2784
2805
  "kind": "markdown",
2785
- "value": "`<lr-code-block>` — fenced code display with optional lazy syntax\nhighlighting and a copy button. No highlighting grammar ships in this\ncomponent itself: it lazy-loads the optional peer dependency `shiki` (see\n`code-loader.ts`) for the actual tokenizing, and degrades to a plain\n`<pre><code>` when that peer isn't installed or `language` is unset/\nunrecognized — the exact same optional-peer shape `<lr-markdown>` and\n`<lr-chart>` already establish. That fallback is the *default* rendering\npath, not a degraded one: unhighlighted code is perfectly usable, and it's\nwhat every instance renders at zero extra bytes until shiki resolves.\n\nA `<lr-skeleton>` placeholder stands in only while shiki itself is\nloading for the very first time on the page (cached — see\n`loadShikiHighlighter()`) and `language` is set. It's deliberately *not*\nshown again for a subsequent per-language grammar load (e.g. a second\n`<lr-code-block>` requesting a language no earlier instance has used\nyet) — that grammar fetch is typically fast, and the plain-text fallback\nis already a perfectly readable placeholder for it, so a second\nloading-chrome state would add complexity for little practical benefit.\n\nSet a host `aria-label` (or the matching `accessibleLabel` property) to\noverride the filename/language-derived name on the internal focusable code\nregion. The name is forwarded to the element that owns `role=\"group\"`, not\nleft only on the custom-element host across the shadow boundary.\n\n`languages` is an additive, opt-in escape hatch from that default path for\na consumer whose language set is fixed and known ahead of time: a map of\nlanguage id to an already-imported shiki grammar module (e.g. `import bash\nfrom 'shiki/langs/bash.mjs'`). When `language` matches a key in `languages`,\nthis component seeds a fine-grained `createHighlighterCore()` highlighter\nwith *only* the pre-supplied grammars (see `code-loader.ts`'s\n`loadShikiHighlighterCore()`) instead of waiting on `loadShikiHighlighter()`\nand its dynamic per-language `loadLanguage()` import. The payoff isn't\nruntime cost — the default dynamic-import path is already well-optimized\nfor that — it's *build output*: shiki's main entry point bundles a dynamic\n`import()` per bundled language (~200 of them) because a bundler can't\nstatically narrow which of those a `loadLanguage(lang: string)` call might\nrequest at runtime, so it conservatively emits a build-output chunk for\nevery one of them. `shiki/core`'s fine-grained API has no such table — a\nbundler only ever sees the exact grammar modules `languages` itself\n`import`s, so a consumer who pins its full language set this way trades a\nhand-maintained list for a build output scoped to just those languages\ninstead of shiki's entire bundled set. A language requested but absent\nfrom `languages` still falls back to the ordinary dynamic-import path\nunchanged, so this is a partial opt-in, not a replacement for it.\n\nAdopts the `line-range` slice of this library's shared anchor-target contract:\n`highlights`/`activeHighlightId` paint (and `highlight-lines` additionally marks) per-line\nemphasis in both the shiki and plain-text-fallback rendering paths identically, and\n`scrollToAnchor()` resolves a `line-range` anchor. `interactive-lines` is a separate, purely\nlocal affordance that turns the (`line-numbers`-gated) gutter into a keyboard-navigable,\nclickable roving-tabindex group emitting `lr-line-click` — it doesn't require `highlights` to\nbe set.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The scrollable region wrapping the code (or the loading skeleton); respects `max-height`, `hidden` while `collapsible` and `collapsed`. |\n| `code` | The rendered `<code>`, same split as `pre` above. |\n| `copy-button` | The copy-to-clipboard button, when `copyable`. |\n| `filename` | The `filename` text, when set. |\n| `header` | The row above the code (filename/language/copy/toggle), present whenever there's anything to put in it. |\n| `language` | The `language` badge, when set, so the language is exposed to assistive tech as visible text rather than only a `language` attribute a screen reader would never announce. |\n| `line-button` | A gutter line-number button, only rendered while `interactive-lines` and `line-numbers` are both set. |\n| `line-highlight` | A line marked by `highlight-lines` or a `line-range` entry in `highlights`. |\n| `pre` | The rendered `<pre>` — shiki's own in the highlighted path, this component's own plain one in the fallback path. |\n| `toggle` | The collapse/expand chevron button, when `collapsible`. |"
2806
+ "value": "`<lr-code-block>` — fenced code display with optional lazy syntax\nhighlighting and a copy button. No highlighting grammar ships in this\ncomponent itself: it lazy-loads the optional peer dependency `shiki` (see\n`code-loader.ts`) for the actual tokenizing, and degrades to a plain\n`<pre><code>` when that peer isn't installed or `language` is unset/\nunrecognized — the exact same optional-peer shape `<lr-markdown>` and\n`<lr-chart>` already establish. That fallback is the *default* rendering\npath, not a degraded one: unhighlighted code is perfectly usable, and it's\nwhat every instance renders at zero extra bytes until shiki resolves.\n\nA `<lr-skeleton>` placeholder stands in only while shiki itself is\nloading for the very first time on the page (cached — see\n`loadShikiHighlighter()`) and `language` is set. It's deliberately *not*\nshown again for a subsequent per-language grammar load (e.g. a second\n`<lr-code-block>` requesting a language no earlier instance has used\nyet) — that grammar fetch is typically fast, and the plain-text fallback\nis already a perfectly readable placeholder for it, so a second\nloading-chrome state would add complexity for little practical benefit.\n\nSet a host `aria-label` (or the matching `accessibleLabel` property) to\noverride the filename/language-derived name on the internal focusable code\nregion. The name is forwarded to the element that owns `role=\"group\"`, not\nleft only on the custom-element host across the shadow boundary.\n\n`languages` is an additive, opt-in escape hatch from that default path for\na consumer whose language set is fixed and known ahead of time: a map of\nlanguage id to an already-imported shiki grammar module (e.g. `import bash\nfrom 'shiki/langs/bash.mjs'`). When `language` matches a key in `languages`,\nthis component seeds a fine-grained `createHighlighterCore()` highlighter\nwith *only* the pre-supplied grammars (see `code-loader.ts`'s\n`loadShikiHighlighterCore()`) instead of waiting on `loadShikiHighlighter()`\nand its dynamic per-language `loadLanguage()` import. The payoff isn't\nruntime cost — the default dynamic-import path is already well-optimized\nfor that — it's *build output*: shiki's main entry point bundles a dynamic\n`import()` per bundled language (~200 of them) because a bundler can't\nstatically narrow which of those a `loadLanguage(lang: string)` call might\nrequest at runtime, so it conservatively emits a build-output chunk for\nevery one of them. `shiki/core`'s fine-grained API has no such table — a\nbundler only ever sees the exact grammar modules `languages` itself\n`import`s, so a consumer who pins its full language set this way trades a\nhand-maintained list for a build output scoped to just those languages\ninstead of shiki's entire bundled set. A language requested but absent\nfrom `languages` still falls back to the ordinary dynamic-import path\nunchanged, so this is a partial opt-in, not a replacement for it.\n\nAdopts the `line-range` slice of this library's shared anchor-target contract:\n`highlights`/`activeHighlightId` paint (and `highlight-lines` additionally marks) per-line\nemphasis in both the shiki and plain-text-fallback rendering paths identically, and\n`scrollToAnchor()` resolves a `line-range` anchor. `interactive-lines` is a separate, purely\nlocal affordance that turns the (`line-numbers`-gated) gutter into a keyboard-navigable,\nclickable roving-tabindex group emitting `lr-line-click` — it doesn't require `highlights` to\nbe set.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The scrollable region wrapping the code (or the loading skeleton); respects `max-height`, `hidden` while `collapsible` and `collapsed`. |\n| `code` | The rendered `<code>`, same split as `pre` above. |\n| `copy-button` | The copy-to-clipboard button, when `copyable`. |\n| `filename` | The `filename` text, when set. |\n| `header` | The row above the code (filename/language/copy/toggle), present whenever there's anything to put in it. |\n| `language` | The `language` badge, when set, so the language is exposed to assistive tech as visible text rather than only a `language` attribute a screen reader would never announce. |\n| `line-button` | A gutter line-number button, only rendered while `interactive-lines` and `line-numbers` are both set. |\n| `line-highlight` | A line marked by `highlight-lines` or a `line-range` entry in `highlights`. |\n| `pre` | The rendered `<pre>` — shiki's own in the highlighted path, this component's own plain one in the fallback path. |\n| `toggle` | The collapse/expand chevron button, when `collapsible`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-code-block-max-height` (default: `none`) — Scroll cap applied to `body`. The `max-height` attribute, when set, writes this same property inline on `body` and therefore wins.\n- `--lr-code-block-font` (default: `var(--lr-font-mono)`) — Monospace family for the rendered `pre` and `code`."
2786
2807
  },
2787
2808
  "attributes": [
2788
2809
  {
@@ -2989,7 +3010,7 @@
2989
3010
  "name": "lr-code-editor",
2990
3011
  "description": {
2991
3012
  "kind": "markdown",
2992
- "value": "`<lr-code-editor>` — dependency-free multiline code editing surface with optional line numbers.\n\nKeyboard contract (no keyboard trap, WCAG 2.1.2): Tab inserts `tabSize` spaces at the caret.\nShift+Tab is never captured, so it always performs native reverse focus traversal. Pressing\nEscape releases the next Tab for native forward traversal instead of indenting; typing any other\nkey, or focus leaving the editor, re-arms Tab indentation.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Validation message. |\n| `hint` | Supporting text. |\n| `label` | Visible label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `editor` | Editor frame. |\n| `error` | Validation message. |\n| `form-control` | Outer wrapper. |\n| `gutter` | Line-number gutter. |\n| `hint` | Supporting text. |\n| `label` | Label. |\n| `textarea` | Native textarea. |"
3013
+ "value": "`<lr-code-editor>` — dependency-free multiline code editing surface with optional line numbers.\n\nKeyboard contract (no keyboard trap, WCAG 2.1.2): Tab inserts one indent unit of spaces at the\ncaret. Shift+Tab is never captured, so it always performs native reverse focus traversal.\nPressing Escape releases the next Tab for native forward traversal instead of indenting; typing\nany other key, or focus leaving the editor, re-arms Tab indentation.\n\nTab-width precedence, highest first: an explicitly assigned `tabSize` (property or `tab-size`\nattribute) wins over everything; otherwise a host-level `--lr-code-editor-tab-size` override\nwins; otherwise the stylesheet's `:host` default of `2` applies. The property therefore stays the\nprimary knob, but it no longer silently shadows the token while it sits at its default -- see\n`indentWidth` for how the same order drives the Tab key, not just the rendered tab stops.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Validation message. |\n| `hint` | Supporting text. |\n| `label` | Visible label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `editor` | Editor frame. |\n| `error` | Validation message. |\n| `form-control` | Outer wrapper. |\n| `gutter` | Line-number gutter. |\n| `hint` | Supporting text. |\n| `label` | Label. |\n| `textarea` | Native textarea. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-code-editor-min-block-size` (default: `var(--lr-size-8rem)`) — Minimum block size of the editor frame and its textarea.\n- `--lr-code-editor-line-height` (default: `1.5`) — Line height shared by the gutter and the textarea, so line numbers stay aligned with their lines.\n- `--lr-code-editor-tab-size` (default: `2`) — The textarea's `tab-size`. The single channel for tab width — the class writes this token rather than setting `tab-size` directly."
2993
3014
  },
2994
3015
  "attributes": [
2995
3016
  {
@@ -3101,7 +3122,7 @@
3101
3122
  "name": "tab-size",
3102
3123
  "description": {
3103
3124
  "kind": "markdown",
3104
- "value": "Spaces inserted per Tab keypress, and the native `tab-size` CSS value. Confirmed-crash\nhistory: this used to feed `' '.repeat(Math.max(1, this.tabSize))` directly in `onKeyDown`\nbelow -- `String.prototype.repeat()` throws a `RangeError` for a count of `+Infinity`\nspecifically (e.g. a literal `tab-size=\"Infinity\"` attribute, which `Number(\"Infinity\")`\nhappily converts to), and `Math.max(1, NaN)` is itself `NaN`, silently producing an empty,\nnon-indenting insert for a NaN `tabSize`. Sanitized to a finite integer in `[1, 16]` at\nassignment time instead, so both the `repeat()` call and the inline `tab-size` style always\nsee a safe value.\n\nType: `number`"
3125
+ "value": "Spaces inserted per Tab keypress, and the rendered `tab-size`. Assigning it (or setting the\n`tab-size` attribute) pins both, overriding any `--lr-code-editor-tab-size` the host set;\nleaving it alone lets that token drive them instead. Confirmed-crash history: this used to\nfeed `' '.repeat(Math.max(1, this.tabSize))` directly in `onKeyDown` below --\n`String.prototype.repeat()` throws a `RangeError` for a count of `+Infinity` specifically\n(e.g. a literal `tab-size=\"Infinity\"` attribute, which `Number(\"Infinity\")` happily converts\nto), and `Math.max(1, NaN)` is itself `NaN`, silently producing an empty, non-indenting insert\nfor a NaN `tabSize`. Sanitized to a finite integer in `[1, 16]` at assignment time instead, so\nboth the `repeat()` call and the emitted tab-width style always see a safe value.\n\nType: `number`"
3105
3126
  }
3106
3127
  },
3107
3128
  {
@@ -3172,7 +3193,7 @@
3172
3193
  "name": "lr-combobox",
3173
3194
  "description": {
3174
3195
  "kind": "markdown",
3175
- "value": "`<lr-combobox>` — a filterable single/multi select that combines a text\ninput with a listbox. Mirrors the core `<wa-combobox>` API under `lr-`.\n\nOptions are `<lr-option value>` children. Emits native-style `change`/`input`\n(like Web Awesome) plus `lr-show`/`lr-hide`/`lr-clear`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear button. |\n| `combobox` | The input container (positioning anchor). |\n| `combobox-input` | The text input. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, combobox, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-badge` | An async option row's optional trailing metadata badge. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-icon` | An async option row's optional decorative leading visual. |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-overflow` | The \"+N more\" indicator shown when rows are capped by `maxRender`. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `tag` | An individual selected tag. |\n| `tag__remove-button` | A tag's remove button. |\n| `tags` | The multi-select tag container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-combobox-trigger-padding` — Padding inside the input container.\n- `--lr-combobox-trigger-min-height` — Minimum input-container block size.\n- `--lr-combobox-font-size` — Input text size.\n- `--lr-combobox-tag-padding` — Selected-tag padding.\n- `--lr-combobox-tag-font-size` — Selected-tag text size."
3196
+ "value": "`<lr-combobox>` — a filterable single/multi select that combines a text\ninput with a listbox. Mirrors the core `<wa-combobox>` API under `lr-`.\n\nOptions are `<lr-option value>` children. Emits native-style `change`/`input`\n(like Web Awesome) plus `lr-show`/`lr-hide`/`lr-clear`.\nStandard size tiers share their outer control height with sibling Lyra controls; the decorative\nexpand icon scales inside that allocation without creating an independent action target.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear button. |\n| `combobox` | The input container (positioning anchor). |\n| `combobox-input` | The text input. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, combobox, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-badge` | An async option row's optional trailing metadata badge. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-icon` | An async option row's optional decorative leading visual. |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-overflow` | The \"+N more\" indicator shown when rows are capped by `maxRender`. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `tag` | An individual selected tag. |\n| `tag__remove-button` | A tag's remove button. |\n| `tags` | The multi-select tag container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-combobox-trigger-padding` — Padding inside the input container.\n- `--lr-combobox-trigger-min-height` — Minimum input-container block size.\n- `--lr-combobox-font-size` — Input text size.\n- `--lr-combobox-tag-padding` — Selected-tag padding.\n- `--lr-combobox-tag-font-size` — Selected-tag text size.\n- `--lr-combobox-expand-size` — Decorative expand-icon box size, scaled by `size`."
3176
3197
  },
3177
3198
  "attributes": [
3178
3199
  {
@@ -3356,7 +3377,7 @@
3356
3377
  "name": "lr-command-palette",
3357
3378
  "description": {
3358
3379
  "kind": "markdown",
3359
- "value": "`<lr-command-palette>` — searchable application command menu with keyboard navigation.\nShared overlay infrastructure (the same one `<lr-dialog>` uses) coordinates focus-trapping\nTab, Escape dismissal, and document scroll-locking for as long as the palette is open.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | Modal backdrop. |\n| `command` | A command button. |\n| `dialog` | Palette dialog. |\n| `input` | Search input. |\n| `list` | Command list. |"
3380
+ "value": "`<lr-command-palette>` — searchable application command menu with keyboard navigation.\nShared overlay infrastructure (the same one `<lr-dialog>` uses) coordinates focus-trapping\nTab, Escape dismissal, and document scroll-locking for as long as the palette is open.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | Modal backdrop. |\n| `command` | A command button. |\n| `description` | A command's secondary description text. Rendered for every command; empty when the command has no `description`. |\n| `dialog` | Palette dialog. |\n| `empty` | The \"no results\" message. Only rendered when the filter matches no command. |\n| `group` | A group heading, rendered before the first command of each `group`. |\n| `input` | Search input. |\n| `list` | Command list. |\n| `search` | The search row wrapping the leading icon and the `input`. |\n| `shortcut` | A command's trailing shortcut hint. Only rendered when the command has a `shortcut`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-command-palette-z-index` (default: `var(--lr-overlay-stack-index, var(--lr-layer-modal))`) — Stacking index of the backdrop.\n- `--lr-command-palette-max-inline-size` (default: `var(--lr-size-48rem)`) — Maximum dialog width.\n- `--lr-command-palette-max-block-size` (default: `70vh`) — Maximum dialog height.\n- `--lr-command-palette-list-max-block-size` (default: `50vh`) — Maximum height of the scrolling command list.\n- `--lr-command-palette-offset-block-start` (default: `12vh`) — Gap between the viewport top and the dialog."
3360
3381
  },
3361
3382
  "attributes": [
3362
3383
  {
@@ -3474,7 +3495,7 @@
3474
3495
  "name": "lr-compare-panel",
3475
3496
  "description": {
3476
3497
  "kind": "markdown",
3477
- "value": "`<lr-compare-panel>` — side-by-side A/B output comparison with a winner\nvote (LMSYS-arena / LangSmith-pairwise style): two slotted panes, a vote\nbar, synchronized reading.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `a` | The first output (any content — a chat message, markdown, a viewer). |\n| `b` | The second output. |\n| `prompt` | Optional shared-input header above both panes. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer wrapper. |\n| `live-region` | The internal vote-announcement live region. |\n| `pane-a` | The first pane's labeled scroll region. |\n| `pane-b` | The second pane's labeled scroll region. |\n| `pane-header` | A pane's visible heading. |\n| `panes` | The row (or, under 640px, column) wrapping both panes. |\n| `prompt` | The optional prompt header, hidden when the `prompt` slot is empty. |\n| `vote-bar` | The `role=\"group\"` row of vote buttons. |\n| `vote-button` | One vote button. |"
3498
+ "value": "`<lr-compare-panel>` — side-by-side A/B output comparison with a winner\nvote (LMSYS-arena / LangSmith-pairwise style): two slotted panes, a vote\nbar, synchronized reading.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `a` | The first output (any content — a chat message, markdown, a viewer). |\n| `b` | The second output. |\n| `prompt` | Optional shared-input header above both panes. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer wrapper. |\n| `live-region` | The internal vote-announcement live region. |\n| `pane-a` | The first pane's labeled scroll region. |\n| `pane-b` | The second pane's labeled scroll region. |\n| `pane-header` | A pane's visible heading. |\n| `panes` | The row (or, under 640px, column) wrapping both panes. |\n| `prompt` | The optional prompt header, hidden when the `prompt` slot is empty. |\n| `vote-bar` | The `role=\"group\"` row of vote buttons. |\n| `vote-button` | One vote button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-compare-panel-max-height` (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally."
3478
3499
  },
3479
3500
  "attributes": [
3480
3501
  {
@@ -3664,7 +3685,7 @@
3664
3685
  "name": "lr-context-meter",
3665
3686
  "description": {
3666
3687
  "kind": "markdown",
3667
- "value": "`<lr-context-meter>` — a segmented occupancy meter (bar or ring) for\nshowing how a fixed capacity (a model's context window, a token budget,\nany consumable quota) is divided across labeled categories. First-party\ninvention; no equivalent exists in Web Awesome.\n\nPure data visualization: it renders `segments`/`total` as given and never\ncomputes token counts, costs, or any other domain-specific estimate\nitself — the one exception is the plain arithmetic sum of the segment\nvalues used to build the accessible \"X of Y used\" summary below.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The component's root wrapper (a `<div>` for `bar`, an `<svg>` for `ring`). |\n| `label` | The visible caption, when `label` is set. |\n| `segment` | One occupied segment. Carries `data-tone` for styling and `--lr-context-meter-segment-color` when `color` is set. |\n| `track` | The unfilled/empty capacity track. |"
3688
+ "value": "`<lr-context-meter>` — a segmented occupancy meter (bar or ring) for\nshowing how a fixed capacity (a model's context window, a token budget,\nany consumable quota) is divided across labeled categories. First-party\ninvention; no equivalent exists in Web Awesome.\n\nPure data visualization: it renders `segments`/`total` as given and never\ncomputes token counts, costs, or any other domain-specific estimate\nitself — the one exception is the plain arithmetic sum of the segment\nvalues used to build the accessible \"X of Y used\" summary below.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The component's root wrapper (a `<div>` for `bar`, an `<svg>` for `ring`). |\n| `label` | The visible caption, when `label` is set. |\n| `segment` | One occupied segment. Carries `data-tone` for styling and `--lr-context-meter-segment-color` when `color` is set. |\n| `track` | The unfilled/empty capacity track. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-context-meter-segment-color` — Per-segment color. Set inline on `[part=\"segment\"]` by the component itself whenever that segment supplies a `color`; unset (and the token unread) otherwise, leaving the `data-tone` palette in charge."
3668
3689
  },
3669
3690
  "attributes": [
3670
3691
  {
@@ -3701,7 +3722,7 @@
3701
3722
  "name": "lr-control-group",
3702
3723
  "description": {
3703
3724
  "kind": "markdown",
3704
- "value": "`<lr-control-group>` — a responsive layout primitive for a row of mixed form\ncontrols and action buttons (e.g. a segmented metric switcher beside a compact\nselect and an export button in a dashboard toolbar). Unlike `<lr-button-group>`\n(a uniform-height row of `<lr-button>`s that stretches every child to the row's\nfull height), this centers children of differing intrinsic heights and does not\nassume any particular child type.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Form controls, buttons, or any other action content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The group wrapper (`role=\"group\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-control-group-gap` — Gap between grouped controls."
3725
+ "value": "`<lr-control-group>` — a responsive layout primitive for a row of mixed form\ncontrols and action buttons (e.g. a segmented metric switcher beside a compact\nselect and an export button in a dashboard toolbar). Unlike `<lr-button-group>`\n(a uniform-height row of `<lr-button>`s that stretches every child to the row's\nfull height), this centers children of differing intrinsic heights and does not\nassume any particular child type.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Form controls, buttons, or any other action content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The group wrapper (`role=\"group\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-control-group-gap` (default: `var(--lr-space-xs)`) — Gap between grouped controls."
3705
3726
  },
3706
3727
  "attributes": [
3707
3728
  {
@@ -3724,7 +3745,7 @@
3724
3745
  "name": "lr-conversation-item",
3725
3746
  "description": {
3726
3747
  "kind": "markdown",
3727
- "value": "`<lr-conversation-item>` — a selectable row representing one chat\nsession in a history sidebar list. Usable standalone or as the\n`renderItem()` payload of a sibling virtualized-list component; this\nmodule has no dependency on that (or any) other component.\n\nTakes `title`/`excerpt`/`timestamp` as individual primitive props rather\nthan one opaque bound object, deliberately consistent with how\n`<lr-chat-message>` takes individual props instead of a single\n`.message` blob -- every other component in this family follows that\nshape, so this one does too even though a single bound `.session` object\nwould also have been a reasonable design.\n\nIdentifying *which* session a `lr-select` click/keypress was about: this\nreuses the platform's own `id` attribute (every element already has one)\nrather than inventing a second, differently-named id-carrying prop --\nconsumers already have the event's `target`/`currentTarget` (and thus\n`.id`), the same reasoning `<lr-attachment-chip>` documents for its own\nidentically-shaped choice. `lr-select` therefore carries no detail\npayload at all.\n\n`role=\"button\"` on `[part=\"option\"]` so the item has valid semantics both\nstandalone and when placed in a larger history-list layout. A conversation\nrow activates one current session; it is not itself a listbox option and\ntherefore does not require a particular owner role.\n\n`role=\"button\"` forbids focusable\ndescendants -- verified against axe-core's `nested-interactive` rule,\nwhich flags it. That's why the rename button and the `actions` slot are\nrendered as DOM *siblings* of `[part=\"option\"]` (both inside\n`[part=\"base\"]`) rather than nested inside it: `[part=\"option\"]` only ever\ncontains plain text/`<time>` content. The in-place rename `<input>` is the\nsame problem one level deeper -- it replaces the title *inside*\n`[part=\"option\"]` while renaming -- so `[part=\"option\"]` sheds its\n`role`/`tabindex`/`aria-current`/`aria-label` entirely for the duration\nof an edit. A row mid-edit is a text field, so suspending the button\nsemantics is also the more accurate\ndescription of what's on screen.\n\nInline rename is a dedicated pencil/edit icon button (not a double-click\non the title) -- double-click has no keyboard/screen-reader equivalent\nand would silently swallow the row's own single-click `lr-select`,\nwhereas a button is independently focusable, has its own accessible name,\nand composes cleanly with click-to-select.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Overflow/icon-button controls (for example a pin/delete button or a `lr-menu` trigger) rendered at the trailing edge of the row. |\n| `content` | Replaces the built-in title, excerpt, and meta content area with host-supplied non-interactive row content. |\n| `excerpt` | Full override of the excerpt presentation (e.g. a search-hit snippet with `<mark>` highlighting). Wins over the `excerpt` property whenever it has assigned content, even if `excerpt` is also set. Only non-focusable content should be slotted here — see the `excerpt` property's own doc for why. |\n| `leading` | Non-interactive leading content such as an avatar, purpose icon, or status indicator. It is rendered inside the selectable region before the title/excerpt content. |\n| `meta` | Small, non-focusable structured fields for the row (e.g. a day label, cost, request count) rendered below the title/excerpt. Entirely app-supplied; this component computes none of it. Only non-focusable content should be slotted here, for the same `nested-interactive` reason as `excerpt`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | The wrapper around the `actions` slot. |\n| `base` | The outer row wrapper (plain, no ARIA role) laying out `[part=\"option\"]`, the rename button, and `actions`. |\n| `content` | Wrapper around the title and excerpt. |\n| `excerpt` | The last-message preview snippet. Only rendered when `excerpt` is non-empty. |\n| `option` | The selectable region (`role=\"button\"`, removed while renaming -- see the class doc). Wraps `content` and `timestamp`. |\n| `rename-button` | The pencil/edit affordance that starts a rename (only rendered while `editable` and not already renaming). |\n| `timestamp` | The formatted `timestamp`, rendered in a `<time>` element. Only rendered when `timestamp` is set and valid. |\n| `title` | The title text, shown while not renaming. |\n| `title-input` | The in-place rename `<input>`, shown only while renaming. |"
3748
+ "value": "`<lr-conversation-item>` — a selectable row representing one chat\nsession in a history sidebar list. Usable standalone or as the\n`renderItem()` payload of a sibling virtualized-list component; this\nmodule has no dependency on that (or any) other component.\n\nTakes `title`/`excerpt`/`timestamp` as individual primitive props rather\nthan one opaque bound object, deliberately consistent with how\n`<lr-chat-message>` takes individual props instead of a single\n`.message` blob -- every other component in this family follows that\nshape, so this one does too even though a single bound `.session` object\nwould also have been a reasonable design.\n\nIdentifying *which* session a `lr-select` click/keypress was about: this\nreuses the platform's own `id` attribute (every element already has one)\nrather than inventing a second, differently-named id-carrying prop --\nconsumers already have the event's `target`/`currentTarget` (and thus\n`.id`), the same reasoning `<lr-attachment-chip>` documents for its own\nidentically-shaped choice. `lr-select` therefore carries no detail\npayload at all.\n\n`role=\"button\"` on `[part=\"option\"]` so the item has valid semantics both\nstandalone and when placed in a larger history-list layout. A conversation\nrow activates one current session; it is not itself a listbox option and\ntherefore does not require a particular owner role.\n\n`role=\"button\"` forbids focusable\ndescendants -- verified against axe-core's `nested-interactive` rule,\nwhich flags it. That's why the rename button and the `actions` slot are\nrendered as DOM *siblings* of `[part=\"option\"]` (both inside\n`[part=\"base\"]`) rather than nested inside it: `[part=\"option\"]` only ever\ncontains plain text/`<time>` content. The in-place rename `<input>` is the\nsame problem one level deeper -- it replaces the title *inside*\n`[part=\"option\"]` while renaming -- so `[part=\"option\"]` sheds its\n`role`/`tabindex`/`aria-current`/`aria-label` entirely for the duration\nof an edit. A row mid-edit is a text field, so suspending the button\nsemantics is also the more accurate\ndescription of what's on screen.\n\nInline rename is a dedicated pencil/edit icon button (not a double-click\non the title) -- double-click has no keyboard/screen-reader equivalent\nand would silently swallow the row's own single-click `lr-select`,\nwhereas a button is independently focusable, has its own accessible name,\nand composes cleanly with click-to-select.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Overflow/icon-button controls (for example a pin/delete button or a `lr-menu` trigger) rendered at the trailing edge of the row. |\n| `content` | Replaces the built-in title, excerpt, and meta content area with host-supplied non-interactive row content. |\n| `excerpt` | Full override of the excerpt presentation (e.g. a search-hit snippet with `<mark>` highlighting). Wins over the `excerpt` property whenever it has assigned content, even if `excerpt` is also set. Only non-focusable content should be slotted here — see the `excerpt` property's own doc for why. |\n| `leading` | Non-interactive leading content such as an avatar, purpose icon, or status indicator. It is rendered inside the selectable region before the title/excerpt content. |\n| `meta` | Small, non-focusable structured fields for the row (e.g. a day label, cost, request count) rendered below the title/excerpt. Entirely app-supplied; this component computes none of it. Only non-focusable content should be slotted here, for the same `nested-interactive` reason as `excerpt`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | The wrapper around the `actions` slot. |\n| `base` | The outer row wrapper (plain, no ARIA role) laying out `[part=\"option\"]`, the rename button, and `actions`. |\n| `content` | Wrapper around the title and excerpt. |\n| `excerpt` | The last-message preview snippet. Only rendered when `excerpt` is non-empty. |\n| `leading` | The wrapper around the `leading` slot, inside `option`. Always rendered, but `hidden` while that slot is empty. |\n| `meta` | The wrapper around the `meta` slot. Only rendered in the built-in content path (not when the `content` slot is used), and `hidden` while the `meta` slot is empty. |\n| `option` | The selectable region (`role=\"button\"`, removed while renaming -- see the class doc). Wraps `content` and `timestamp`. |\n| `rename-button` | The pencil/edit affordance that starts a rename (only rendered while `editable` and not already renaming). |\n| `timestamp` | The formatted `timestamp`, rendered in a `<time>` element. Only rendered when `timestamp` is set and valid. |\n| `title` | The title text, shown while not renaming. |\n| `title-input` | The in-place rename `<input>`, shown only while renaming. |"
3728
3749
  },
3729
3750
  "attributes": [
3730
3751
  {
@@ -3870,7 +3891,7 @@
3870
3891
  "name": "lr-dashboard-grid",
3871
3892
  "description": {
3872
3893
  "kind": "markdown",
3873
- "value": "`<lr-dashboard-grid>` — a responsive, keyboard-accessible widget grid: positions `layout`\nentries (`DashboardCell`: `x`/`y`/`w`/`h` grid units + a widget descriptor) on a CSS Grid,\ncomposing `<lr-widget>` + `<lr-widget-renderer>` for each cell's default content, and owns all\ndrag/resize/collision interaction as controlled events -- it never mutates `layout` itself, nor\never touches `localStorage`/network; the host applies (or ignores) every emitted event and owns\npersistence entirely, mirroring `lr-flow-canvas`/`lr-table`'s own controlled-component\nconvention. Readonly (viewer) by default; opt into editor gestures individually via\n`cells-draggable`/`cells-resizable`, or lock the whole grid via `locked`.\n\nCell content: a `layout` entry with no matching light-DOM child (matched by `cell-id`) gets a\ndefault `<lr-widget label=\"...\">` wrapping an `<lr-widget-renderer .tree=${cell.widget}>`\nauto-created and adopted into `slot=\"cell-{id}\"` -- this component's own job is the grid\nlayout/drag/resize/collision/persistence-event mechanics *around* that content, not widget\nrendering itself (see `lr-widget-renderer`'s own doc for its declarative-tree contract). A\nconsumer wanting full control over one cell's markup can instead author\n`<div cell-id=\"...\">...</div>` as a direct child; it is adopted in place of the default cell.\n\nKeyboard: cells share one roving tabindex, in row-major (`sortSpatial`) order. Arrow\nkeys/Home/End move the roving focus (RTL-aware: physical Left/Right always match what the\ncursor visually does, matching `lr-flow-canvas`'s own convention). While a cell has focus,\nCtrl/Cmd+Arrow moves it by one grid unit and Ctrl/Cmd+Shift+Arrow resizes it by one grid unit\n(Right/Down grow, Left/Up shrink) -- the full keyboard-operable equivalent of the pointer\ndrag/resize gestures below, per this library's accessibility bar (no pointer-only interaction).\n\nCollision: every move/resize request -- pointer or keyboard -- is resolved through `collision`\n(`'reject'` the default, `'push'`, or `'overlap'`; see `resolvePlacement()` in `layout.ts` for\nthe exact rule). A rejected request leaves `layout` untouched and only announces; an accepted\none emits `lr-cell-move`/`lr-cell-resize` plus a `lr-layout-change` snapshot of the full\nproposed layout (including any `'push'` cascade) -- the host's one persistence hook: listen for\nit and persist `event.detail.layout` however it likes (`localStorage`, a network call, neither).\n\nResponsive: below a ~40rem container allocation (`@container`, not the viewport -- a dashboard\ngrid is commonly embedded in a panel of varying width), cells stack into a single flowing\ncolumn in the same row-major order the grid itself renders them in, instead of overflowing or\nshrinking columns unreadably.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `cell-{id}` | A `layout` entry's cell content; auto-populated by a default composed `<lr-widget>`/`<lr-widget-renderer>` pair unless a light-DOM `[cell-id=\"{id}\"]` child is authored instead. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The grid root. |\n| `cell` | A single cell's positioned wrapper. |\n| `empty` | The `lr-empty` shown when `layout` is empty. |\n| `live-region` | The current move/resize/collision announcement. |\n| `resize-handle` | The pointer resize grip in a cell's trailing/bottom corner (only rendered while `cells-resizable`); the Ctrl/Cmd+Shift+Arrow keyboard path is the resize handle's full accessible equivalent, so the handle itself is `aria-hidden`. |"
3894
+ "value": "`<lr-dashboard-grid>` — a responsive, keyboard-accessible widget grid: positions `layout`\nentries (`DashboardCell`: `x`/`y`/`w`/`h` grid units + a widget descriptor) on a CSS Grid,\ncomposing `<lr-widget>` + `<lr-widget-renderer>` for each cell's default content, and owns all\ndrag/resize/collision interaction as controlled events -- it never mutates `layout` itself, nor\never touches `localStorage`/network; the host applies (or ignores) every emitted event and owns\npersistence entirely, mirroring `lr-flow-canvas`/`lr-table`'s own controlled-component\nconvention. Readonly (viewer) by default; opt into editor gestures individually via\n`cells-draggable`/`cells-resizable`, or lock the whole grid via `locked`.\n\nCell content: a `layout` entry with no matching light-DOM child (matched by `cell-id`) gets a\ndefault `<lr-widget label=\"...\">` wrapping an `<lr-widget-renderer .tree=${cell.widget}>`\nauto-created and adopted into `slot=\"cell-{id}\"` -- this component's own job is the grid\nlayout/drag/resize/collision/persistence-event mechanics *around* that content, not widget\nrendering itself (see `lr-widget-renderer`'s own doc for its declarative-tree contract). A\nconsumer wanting full control over one cell's markup can instead author\n`<div cell-id=\"...\">...</div>` as a direct child; it is adopted in place of the default cell.\n\nKeyboard: cells share one roving tabindex, in row-major (`sortSpatial`) order. Arrow\nkeys/Home/End move the roving focus (RTL-aware: physical Left/Right always match what the\ncursor visually does, matching `lr-flow-canvas`'s own convention). While a cell has focus,\nCtrl/Cmd+Arrow moves it by one grid unit and Ctrl/Cmd+Shift+Arrow resizes it by one grid unit\n(Right/Down grow, Left/Up shrink) -- the full keyboard-operable equivalent of the pointer\ndrag/resize gestures below, per this library's accessibility bar (no pointer-only interaction).\n\nCollision: every move/resize request -- pointer or keyboard -- is resolved through `collision`\n(`'reject'` the default, `'push'`, or `'overlap'`; see `resolvePlacement()` in `layout.ts` for\nthe exact rule). A rejected request leaves `layout` untouched and only announces; an accepted\none emits `lr-cell-move`/`lr-cell-resize` plus a `lr-layout-change` snapshot of the full\nproposed layout (including any `'push'` cascade) -- the host's one persistence hook: listen for\nit and persist `event.detail.layout` however it likes (`localStorage`, a network call, neither).\n\nResponsive: below a ~40rem container allocation (`@container`, not the viewport -- a dashboard\ngrid is commonly embedded in a panel of varying width), cells stack into a single flowing\ncolumn in the same row-major order the grid itself renders them in, instead of overflowing or\nshrinking columns unreadably.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `cell-{id}` | A `layout` entry's cell content; auto-populated by a default composed `<lr-widget>`/`<lr-widget-renderer>` pair unless a light-DOM `[cell-id=\"{id}\"]` child is authored instead. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The grid root. |\n| `cell` | A single cell's positioned wrapper. |\n| `empty` | The `lr-empty` shown when `layout` is empty. |\n| `live-region` | The current move/resize/collision announcement. |\n| `resize-handle` | The pointer resize grip in a cell's trailing/bottom corner (only rendered while `cells-resizable`); the Ctrl/Cmd+Shift+Arrow keyboard path is the resize handle's full accessible equivalent, so the handle itself is `aria-hidden`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dashboard-grid-columns` (default: `12`) — Column count of the underlying CSS Grid. Written inline on `[part=\"base\"]` from the `columns` property on every render, so the fallback only applies to a `[part=\"base\"]` this component has not rendered yet.\n- `--lr-dashboard-grid-row-height` (default: `var(--lr-size-5rem)`) — Row track height. Written inline on `[part=\"base\"]` from the `rowHeight` property (in px) on every render.\n- `--lr-dashboard-grid-gap` (default: `var(--lr-space-m)`) — Gap between cells on both axes. Written inline on `[part=\"base\"]` from the `gap` property (in px) on every render."
3874
3895
  },
3875
3896
  "attributes": [
3876
3897
  {
@@ -3942,7 +3963,7 @@
3942
3963
  "name": "lr-data-grid",
3943
3964
  "description": {
3944
3965
  "kind": "markdown",
3945
- "value": "`<lr-data-grid>` — keyboard-navigable, responsive data grid with sortable columns.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `cell` | Body cell. |\n| `grid` | Native table grid. |\n| `header` | Header cell. |\n| `row` | Body row. |\n| `viewport` | Scrollable grid viewport. |"
3966
+ "value": "`<lr-data-grid>` — keyboard-navigable, responsive data grid with sortable columns.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `cell` | Body cell. |\n| `empty` | The single full-width cell rendered in place of body rows while `loading`, or when `rows` is empty. |\n| `grid` | Native table grid. |\n| `header` | Header cell. |\n| `row` | Body row. |\n| `viewport` | Scrollable grid viewport. |"
3946
3967
  },
3947
3968
  "attributes": [
3948
3969
  {
@@ -3979,7 +4000,7 @@
3979
4000
  "name": "lr-dataset-viewer",
3980
4001
  "description": {
3981
4002
  "kind": "markdown",
3982
- "value": "Fetches delimited text and renders a virtualized, accessible data table: a `role=\"table\"`\ncontainer with a sticky `role=\"row\"` header, composed with `<lr-virtual-list item-role=\"row\">`\nfor the body so files far larger than a real synchronous `<table>` can render without locking the\nmain thread.\n\nAdopts `DocumentAnchorTarget`: a `cell-range` anchor addresses the raw file grid, 1-based, with\nthe header row always occupying row 1 (this component always parses with PapaParse's `header:\ntrue`, so the first row is never part of the virtualized body) -- `scrollToAnchor()` scrolls the\naddressed row into view via the virtualized list's `active-id`. A `sheet`-qualified anchor never\nresolves here -- this viewer has no sheets. `highlights` paint as a `part=\"cell-highlight\"` cell\nwrapping a focusable `part=\"cell-highlight-action\"` native button (keeping the ARIA table tree\nintact) on membership, recomputed per row inside `renderRow()` so a row scrolled out and back\nin reconstructs its highlight for free, with no persistent DOM to keep in sync. `search()` is a\ncase-insensitive substring match over every body cell's raw string value, ordered row then column.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `body` | The scrollable body wrapper. |\n| `cell` | One rendered cell (`role=\"cell\"`). |\n| `cell-highlight` | A cell (`role=\"cell\"`) covered by a `highlights` entry; wraps the `cell-highlight-action` button. |\n| `cell-highlight-action` | The native button filling a highlighted cell -- focusable, emits `lr-highlight-activate` on click or Enter/Space. |\n| `data-row` | One virtualized data row. |\n| `error` | The error message region. |\n| `header-cell` | A header cell (`role=\"columnheader\"`). |\n| `header-row` | The sticky header row (`role=\"row\"`). |\n| `spinner` | The loading status region. |\n| `table` | The `role=\"table\"` container (accessible name via `aria-label`). |"
4003
+ "value": "Fetches delimited text and renders a virtualized, accessible data table: a `role=\"table\"`\ncontainer with a sticky `role=\"row\"` header, composed with `<lr-virtual-list item-role=\"row\">`\nfor the body so files far larger than a real synchronous `<table>` can render without locking the\nmain thread.\n\nAdopts `DocumentAnchorTarget`: a `cell-range` anchor addresses the raw file grid, 1-based, with\nthe header row always occupying row 1 (this component always parses with PapaParse's `header:\ntrue`, so the first row is never part of the virtualized body) -- `scrollToAnchor()` scrolls the\naddressed row into view via the virtualized list's `active-id`. A `sheet`-qualified anchor never\nresolves here -- this viewer has no sheets. `highlights` paint as a `part=\"cell-highlight\"` cell\nwrapping a focusable `part=\"cell-highlight-action\"` native button (keeping the ARIA table tree\nintact) on membership, recomputed per row inside `renderRow()` so a row scrolled out and back\nin reconstructs its highlight for free, with no persistent DOM to keep in sync. `search()` is a\ncase-insensitive substring match over every body cell's raw string value, ordered row then column.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `body` | The scrollable body wrapper. |\n| `cell` | One rendered cell (`role=\"cell\"`). |\n| `cell-highlight` | A cell (`role=\"cell\"`) covered by a `highlights` entry; wraps the `cell-highlight-action` button. |\n| `cell-highlight-action` | The native button filling a highlighted cell -- focusable, emits `lr-highlight-activate` on click or Enter/Space. |\n| `data-row` | One virtualized data row. |\n| `error` | The error message region. |\n| `header-cell` | A header cell (`role=\"columnheader\"`). |\n| `header-row` | The sticky header row (`role=\"row\"`). |\n| `spinner` | The loading status region. |\n| `table` | The `role=\"table\"` container (accessible name via `aria-label`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dataset-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.\n- `--lr-dataset-viewer-highlight-color` (default: `var(--lr-color-brand)`) — Outline color of a highlighted cell. The active highlight sets it inline to `var(--lr-color-warning, var(--lr-color-brand))`."
3983
4004
  },
3984
4005
  "attributes": [
3985
4006
  {
@@ -4016,7 +4037,7 @@
4016
4037
  "name": "lr-date-input",
4017
4038
  "description": {
4018
4039
  "kind": "markdown",
4019
- "value": "`<lr-date-input>` — a date field with an attached calendar popover.\nMirrors the core `<wa-date-input>` API under `lr-`. Value is ISO 8601\n(`YYYY-MM-DD`, or `YYYY-MM-DD/YYYY-MM-DD` in range mode). Form-associated.\n\nThis component uses a single text field; typing accepts ISO or a\nlocale-parseable date.\n\n`size` uses the same `2xs`–`xl` scale as `lr-input`/`lr-select`/`lr-combobox`'s own `size`,\ndefault `m`. The calendar-toggle and clear buttons keep a constant touch-target size at every\ntier (mirroring `lr-input`'s own password-toggle button), so only the field's density scales.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear control. |\n| `date-picker` | The nested date picker. |\n| `error` | The validation message. |\n| `expand-button` | The calendar popup toggle. |\n| `expand-icon` | The calendar icon. |\n| `form-control` | The outer form-control wrapper. |\n| `form-control-label` | The label wrapper. |\n| `hint` | The hint message. |\n| `input` | The text input. |\n| `input-wrapper` | The input and button wrapper. |\n| `popup` | The positioned calendar popup. |"
4040
+ "value": "`<lr-date-input>` — a date field with an attached calendar popover.\nMirrors the core `<wa-date-input>` API under `lr-`. Value is ISO 8601\n(`YYYY-MM-DD`, or `YYYY-MM-DD/YYYY-MM-DD` in range mode). Form-associated.\n\nThis component uses a single text field; typing accepts ISO or a\nlocale-parseable date.\n\n`size` uses the same `2xs`–`xl` scale as `lr-input`/`lr-select`/`lr-combobox`'s own `size`,\ndefault `m`. The calendar-toggle and clear buttons keep a constant touch-target size at every\ntier (mirroring `lr-input`'s own password-toggle button), so only the field's density scales.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear control. |\n| `date-picker` | The nested date picker. |\n| `error` | The validation message. |\n| `expand-button` | The calendar popup toggle. |\n| `expand-icon` | The calendar icon. |\n| `form-control` | The outer form-control wrapper. |\n| `form-control-label` | The label wrapper. |\n| `hint` | The hint message. |\n| `input` | The text input. |\n| `input-wrapper` | The input and button wrapper. |\n| `popup` | The positioned calendar popup. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-date-input-padding-block` (default: `var(--lr-space-xs)`) — Block padding of the input row, scaled by `size`.\n- `--lr-date-input-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of the input row, scaled by `size`.\n- `--lr-date-input-font-size` (default: `inherit`) — Font size of the text input, scaled by `size`."
4020
4041
  },
4021
4042
  "attributes": [
4022
4043
  {
@@ -4396,7 +4417,7 @@
4396
4417
  "name": "lr-dialog",
4397
4418
  "description": {
4398
4419
  "kind": "markdown",
4399
- "value": "`<lr-dialog>` — a general-purpose modal/overlay. `role=\"dialog\"`,\nfocus-trapped while open, dismissible via Escape or a backdrop click, and\nscroll-locks the document for as long as it's open. Chrome stays minimal by\ndefault — no built-in title bar or close button; a consumer supplies a\nheading and any close affordance itself via the default/`footer` slots.\n`heading`/`closable` are an opt-in convenience for the common case where\nhand-building that chrome isn't worth it (see below).\n\nAccessible name / visible header, in priority order:\n0. If the host element itself has an `aria-label` attribute set, its value\n becomes `aria-label` on the panel outright, overriding every source\n below (including a slotted heading) — the standard ARIA convention for\n a consumer that wants full control over the announced name regardless\n of whatever `heading`/`label` props are also set. Also suppresses the\n visible header/`heading` row and the sr-only `label` element from\n rendering at all, same as case 1 already does to cases 2/3 below.\n1. Otherwise, if a heading element (`h1`–`h6` or `[role=\"heading\"]`) is a *direct\n child* (not inside `slot=\"footer\"`), its text content becomes\n `aria-label` on the panel — unchanged, and takes priority over `heading`\n below so an existing consumer that already slots its own heading keeps\n rendering it exactly as before.\n2. Otherwise, when `heading` is set, a visible header row (`part=\"header\"`)\n renders containing that text (`part=\"heading\"`), which becomes the\n `aria-labelledby` target.\n3. Otherwise, when `label` is set, an invisible (`.sr-only`, exposed as the\n `label` part) element carrying that text is rendered inside the panel\n and `aria-labelledby` points at it instead.\nOnly one of cases 2/3 ever renders at a time, so exactly one element ever\nclaims `aria-labelledby`. `label` itself never renders visible chrome on\nits own — `::part(label)` can be restyled to make the sr-only text visible,\nor `heading` can be set instead, if a consumer wants visible chrome without\nslotting a real heading element.\n\nThe slotted-heading case deliberately uses `aria-label` (a copied string)\nrather than `aria-labelledby` pointing at the heading's `id`: the heading is\n*light-DOM* content while `[part=\"panel\"]` lives in this element's\n*shadow* tree, and an ID-reference attribute can't resolve across that\nboundary (verified against axe's `aria-dialog-name` rule) — unlike the\n`heading`/`label`-prop cases above, where the target element is rendered\ninside the same shadow root it labels, so `aria-labelledby` there is safe.\n\n`closable` renders a close (X) button in the header row (creating one, with\nno heading text, if `heading` is unset) that closes the dialog via the same\n`close()` path as Escape/backdrop-dismiss, with reason `'close-button'`.\n\nStacking: opening one `<lr-dialog>` while another is already open (e.g. a\n`confirm()` launched from within an already-open dialog) is supported --\nEscape and the Tab focus trap only ever act on the topmost open dialog, so\ndialogs beneath it stay open and untouched until the one on top closes.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The dialog body. |\n| `footer` | Action buttons, rendered in a bottom row. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the default slot. |\n| `close-button` | The built-in close button, rendered inside `header` only when `closable` is `true`. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The header row, rendered when `heading` is set (and no heading is slotted) and/or `closable` is `true`. |\n| `heading` | The visible `heading`-text element inside `header`, rendered only when `heading` is set and no heading is slotted. |\n| `label` | The invisible `label`-text element used for `aria-labelledby` when no heading is slotted and `heading` is unset. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). Shrink-wraps to its content by default, capped at `--lr-dialog-max-width` (default `32rem`); set `--lr-dialog-width` for an assertive width instead of only a cap. |"
4420
+ "value": "`<lr-dialog>` — a general-purpose modal/overlay. `role=\"dialog\"`,\nfocus-trapped while open, dismissible via Escape or a backdrop click, and\nscroll-locks the document for as long as it's open. Chrome stays minimal by\ndefault — no built-in title bar or close button; a consumer supplies a\nheading and any close affordance itself via the default/`footer` slots.\n`heading`/`closable` are an opt-in convenience for the common case where\nhand-building that chrome isn't worth it (see below).\n\nAccessible name / visible header, in priority order:\n0. If the host element itself has an `aria-label` attribute set, its value\n becomes `aria-label` on the panel outright, overriding every source\n below (including a slotted heading) — the standard ARIA convention for\n a consumer that wants full control over the announced name regardless\n of whatever `heading`/`label` props are also set. Also suppresses the\n visible header/`heading` row and the sr-only `label` element from\n rendering at all, same as case 1 already does to cases 2/3 below.\n1. Otherwise, if a heading element (`h1`–`h6` or `[role=\"heading\"]`) is a *direct\n child* (not inside `slot=\"footer\"`), its text content becomes\n `aria-label` on the panel — unchanged, and takes priority over `heading`\n below so an existing consumer that already slots its own heading keeps\n rendering it exactly as before.\n2. Otherwise, when `heading` is set, a visible header row (`part=\"header\"`)\n renders containing that text (`part=\"heading\"`), which becomes the\n `aria-labelledby` target.\n3. Otherwise, when `label` is set, an invisible (`.sr-only`, exposed as the\n `label` part) element carrying that text is rendered inside the panel\n and `aria-labelledby` points at it instead.\nOnly one of cases 2/3 ever renders at a time, so exactly one element ever\nclaims `aria-labelledby`. `label` itself never renders visible chrome on\nits own — `::part(label)` can be restyled to make the sr-only text visible,\nor `heading` can be set instead, if a consumer wants visible chrome without\nslotting a real heading element.\n\nThe slotted-heading case deliberately uses `aria-label` (a copied string)\nrather than `aria-labelledby` pointing at the heading's `id`: the heading is\n*light-DOM* content while `[part=\"panel\"]` lives in this element's\n*shadow* tree, and an ID-reference attribute can't resolve across that\nboundary (verified against axe's `aria-dialog-name` rule) — unlike the\n`heading`/`label`-prop cases above, where the target element is rendered\ninside the same shadow root it labels, so `aria-labelledby` there is safe.\n\n`closable` renders a close (X) button in the header row (creating one, with\nno heading text, if `heading` is unset) that closes the dialog via the same\n`close()` path as Escape/backdrop-dismiss, with reason `'close-button'`.\n\nStacking: opening one `<lr-dialog>` while another is already open (e.g. a\n`confirm()` launched from within an already-open dialog) is supported --\nEscape and the Tab focus trap only ever act on the topmost open dialog, so\ndialogs beneath it stay open and untouched until the one on top closes.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The dialog body. |\n| `footer` | Action buttons, rendered in a bottom row. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the default slot. |\n| `close-button` | The built-in close button, rendered inside `header` only when `closable` is `true`. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The header row, rendered when `heading` is set (and no heading is slotted) and/or `closable` is `true`. |\n| `heading` | The visible `heading`-text element inside `header`, rendered only when `heading` is set and no heading is slotted. |\n| `label` | The invisible `label`-text element used for `aria-labelledby` when no heading is slotted and `heading` is unset. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). Shrink-wraps to its content by default, capped at `--lr-dialog-max-width` (default `32rem`); set `--lr-dialog-width` for an assertive width instead of only a cap. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dialog-overlay-color` (default: `var(--lr-color-overlay)`) — Backdrop scrim color.\n- `--lr-dialog-width` (default: `auto`) — Assertive inline size for the panel. Left at `auto` the panel shrink-wraps to its content.\n- `--lr-dialog-max-width` (default: `var(--lr-dialog-width, var(--lr-size-32rem))`) — Cap on the panel's inline size. Falls back to `--lr-dialog-width` when that is set, so an assertive width is not clipped by the 32rem default; the viewport (`100%`) is always a hard limit on top."
4400
4421
  },
4401
4422
  "attributes": [
4402
4423
  {
@@ -4454,7 +4475,7 @@
4454
4475
  "name": "lr-diff-view",
4455
4476
  "description": {
4456
4477
  "kind": "markdown",
4457
- "value": "`<lr-diff-view>` — a real two-string line diff (Myers/LCS-style alignment), rendered as\ninterleaved unified-diff output -- not diff-flavored syntax highlighting over an\nalready-formatted string (`lr-code-block`'s `language=\"diff\"` only lexically colors a string\nthe consumer already unified-diffed; it has no two-string-compare entry point). First-party\ninvention (no Web Awesome equivalent).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `copy-button` | The copy affordance, only rendered while `copyable`. |\n| `line` | A single line. Carries `data-type=\"equal\"\\|\"add\"\\|\"remove\"\\|\"empty\"\\|\"fold\"` (`\"empty\"` is an unbalanced-replace placeholder cell in `layout=\"split\"` and never carries a `+`/`-` prefix; `\"fold\"` is the collapsed-unchanged-lines marker `contextLines` produces). |\n| `side` | One column in `layout=\"split\"` (`data-side=\"old\"\\|\"new\"`). |"
4478
+ "value": "`<lr-diff-view>` — a real two-string line diff (Myers/LCS-style alignment), rendered as\ninterleaved unified-diff output -- not diff-flavored syntax highlighting over an\nalready-formatted string (`lr-code-block`'s `language=\"diff\"` only lexically colors a string\nthe consumer already unified-diffed; it has no two-string-compare entry point). First-party\ninvention (no Web Awesome equivalent).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `copy-button` | The copy affordance, only rendered while `copyable`. |\n| `line` | A single line. Carries `data-type=\"equal\"\\|\"add\"\\|\"remove\"\\|\"empty\"\\|\"fold\"` (`\"empty\"` is an unbalanced-replace placeholder cell in `layout=\"split\"` and never carries a `+`/`-` prefix; `\"fold\"` is the collapsed-unchanged-lines marker `contextLines` produces). |\n| `side` | One column in `layout=\"split\"` (`data-side=\"old\"\\|\"new\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-diff-view-font` (default: `var(--lr-font-mono)`) — Font family used for the diff lines."
4458
4479
  },
4459
4480
  "attributes": [
4460
4481
  {
@@ -4529,7 +4550,7 @@
4529
4550
  "name": "lr-dock-panel",
4530
4551
  "description": {
4531
4552
  "kind": "markdown",
4532
- "value": "`<lr-dock-panel>` — a single panel docked to one edge of whatever\ncontains it, resizable by dragging its inner edge. Unlike `<lr-split>`\n(which owns and lays out N sibling panels, and requires restructuring a\nlayout so every panel becomes its direct child), this is one self-\ncontained element you drop next to your existing content -- typically as\nan absolutely-positioned child of a `position: relative` parent, or as a\nflex item alongside a main-content sibling. It deliberately imposes no\n`position`/`inset` of its own (see the styles module): it only manages its\nown size along the resize axis (`inline-size` for `start`/`end`,\n`block-size` for `top`/`bottom`) and fills 100% of the cross axis, leaving\nwhere it sits in the page entirely up to the consumer's own layout.\n\n`lr-split` stays the right primitive for the multi-sibling-panel case;\nthis is the primitive for the single-edge-docked case, kept as a separate\ncomponent rather than a second mode bolted onto `lr-split`'s API.\n\nPointer-drag-resize mirrors `lr-split`'s pointer-capture technique\n(pointerdown captures the pointer on the handle, pointermove computes a\nnew size, pointerup/pointercancel/lostpointercapture all release it) but\nfor a single draggable edge instead of N-1 dividers between N panels, and\nreasons in raw pixels throughout rather than percent -- `size` is a CSS\nlength, and pointer movement is naturally pixels, so there's no percent\ndomain to convert through here. Every resize (drag step, drag release, or\nkeyboard step) always commits `size` as a `px` string regardless of what\nunit `size`/`min-size`/`max-size` were originally expressed in -- a drag\ninherently produces a pixel-precise result, so re-expressing it in the\ncaller's original unit (e.g. back into `rem`) would just be lossy\nre-derivation for no benefit.\n\nCollapsing hides the slotted content but keeps the panel itself at a\nsmall persistent \"rail\" width/height (`--lr-dock-panel-collapsed-size`,\ndefault `var(--lr-icon-button-size)`) rather than collapsing to zero --\na zero-size collapsed panel would have nowhere left to host the toggle\nbutton that re-expands it. `size` itself is left untouched while\ncollapsed, so re-expanding restores exactly what it was.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The panel's own content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The panel root. |\n| `collapse-toggle` | The collapse/expand toggle button. Only rendered when `collapsible`. |\n| `content` | The wrapper around the default slot; hidden while `collapsed`. |\n| `handle` | The draggable resize handle on the panel's inner edge. Only rendered when `resizable` and not `collapsed`. |"
4553
+ "value": "`<lr-dock-panel>` — a single panel docked to one edge of whatever\ncontains it, resizable by dragging its inner edge. Unlike `<lr-split>`\n(which owns and lays out N sibling panels, and requires restructuring a\nlayout so every panel becomes its direct child), this is one self-\ncontained element you drop next to your existing content -- typically as\nan absolutely-positioned child of a `position: relative` parent, or as a\nflex item alongside a main-content sibling. It deliberately imposes no\n`position`/`inset` of its own (see the styles module): it only manages its\nown size along the resize axis (`inline-size` for `start`/`end`,\n`block-size` for `top`/`bottom`) and fills 100% of the cross axis, leaving\nwhere it sits in the page entirely up to the consumer's own layout.\n\n`lr-split` stays the right primitive for the multi-sibling-panel case;\nthis is the primitive for the single-edge-docked case, kept as a separate\ncomponent rather than a second mode bolted onto `lr-split`'s API.\n\nPointer-drag-resize mirrors `lr-split`'s pointer-capture technique\n(pointerdown captures the pointer on the handle, pointermove computes a\nnew size, pointerup/pointercancel/lostpointercapture all release it) but\nfor a single draggable edge instead of N-1 dividers between N panels, and\nreasons in raw pixels throughout rather than percent -- `size` is a CSS\nlength, and pointer movement is naturally pixels, so there's no percent\ndomain to convert through here. Every resize (drag step, drag release, or\nkeyboard step) always commits `size` as a `px` string regardless of what\nunit `size`/`min-size`/`max-size` were originally expressed in -- a drag\ninherently produces a pixel-precise result, so re-expressing it in the\ncaller's original unit (e.g. back into `rem`) would just be lossy\nre-derivation for no benefit.\n\nCollapsing hides the slotted content but keeps the panel itself at a\nsmall persistent \"rail\" width/height (`--lr-dock-panel-collapsed-size`,\ndefault `var(--lr-icon-button-size)`) rather than collapsing to zero --\na zero-size collapsed panel would have nowhere left to host the toggle\nbutton that re-expands it. `size` itself is left untouched while\ncollapsed, so re-expanding restores exactly what it was.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The panel's own content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The panel root. |\n| `collapse-toggle` | The collapse/expand toggle button. Only rendered when `collapsible`. |\n| `content` | The wrapper around the default slot; hidden while `collapsed`. |\n| `handle` | The draggable resize handle on the panel's inner edge. Only rendered when `resizable` and not `collapsed`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dock-panel-collapsed-size` (default: `var(--lr-icon-button-size)`) — The extent the panel keeps along its resize axis while `collapsed` -- enough to still host the toggle button that re-expands it."
4533
4554
  },
4534
4555
  "attributes": [
4535
4556
  {
@@ -4594,7 +4615,7 @@
4594
4615
  "name": "lr-document-compare",
4595
4616
  "description": {
4596
4617
  "kind": "markdown",
4597
- "value": "`<lr-document-compare>` — side-by-side or inline comparison of two document versions, composed\nentirely from two existing primitives rather than reimplementing either: `<lr-diff-view>` is the\nreal two-string line diff (`view=\"diff\"`, the default), and `<lr-document-preview>` renders each\nversion's own actual content in `view=\"side-by-side\"`.\n\n**Synchronized anchors.** `<lr-diff-view>`'s own `layout=\"split\"` needs no scroll-sync of its\nown -- both columns already live inside one shared scrolling container, so they move together\nfor free. `view=\"side-by-side\"` is different: it renders two *independent*\n`<lr-document-preview>` panes, each with its own scrollbar, so nothing keeps them aligned on its\nown. This component adds exactly two minimal, purpose-built coordination mechanisms for that\ncase (mirroring `<lr-compare-panel>`'s own proven proportional-scroll algorithm rather than\ninventing a new one):\n- **Continuous scroll sync** (`syncScroll`, default `true`): scrolling either pane\n proportionally scrolls the other to the same *fraction* of its own scrollable range, not the\n same pixel offset -- the two versions can have very different lengths. A re-entrancy guard\n stops the mirrored write from bouncing back.\n- **Highlight-anchor sync**: activating a region highlight in one pane (`lr-highlight-activate`)\n that shares its `id` with a highlight in the *other* version's `highlights` scrolls that pane\n to its own matching highlight via `<lr-document-preview>`'s own `scrollToAnchor()`. The\n `lr-highlight-activate` event itself still bubbles through unchanged (`detail: { id }`, no\n side discriminator) so an existing listener contract stays exactly what\n `<lr-document-preview>` already documents.\n- A shared `anchor` property (same declarative shape as `<lr-document-viewer>`'s own `anchor`)\n drives both panes to the same target at once via their own `scrollToAnchor()`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `diff` | The internal `<lr-diff-view>`, rendered while `view=\"diff\"`. |\n| `pane-empty` | The placeholder shown in a pane whose version is unset. |\n| `pane-header` | A pane's visible label. |\n| `pane-new` | The second (new/after) version's labeled, independently-scrollable pane. |\n| `pane-old` | The first (old/before) version's labeled, independently-scrollable pane. |\n| `panes` | The row (or, under 640px, column) wrapping both panes, rendered while `view=\"side-by-side\"`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-document-compare-pane-max-height` (default: `24rem`) — Maximum block size of a side-by-side pane before it scrolls internally."
4618
+ "value": "`<lr-document-compare>` — side-by-side or inline comparison of two document versions, composed\nentirely from two existing primitives rather than reimplementing either: `<lr-diff-view>` is the\nreal two-string line diff (`view=\"diff\"`, the default), and `<lr-document-preview>` renders each\nversion's own actual content in `view=\"side-by-side\"`.\n\n**Synchronized anchors.** `<lr-diff-view>`'s own `layout=\"split\"` needs no scroll-sync of its\nown -- both columns already live inside one shared scrolling container, so they move together\nfor free. `view=\"side-by-side\"` is different: it renders two *independent*\n`<lr-document-preview>` panes, each with its own scrollbar, so nothing keeps them aligned on its\nown. This component adds exactly two minimal, purpose-built coordination mechanisms for that\ncase (mirroring `<lr-compare-panel>`'s own proven proportional-scroll algorithm rather than\ninventing a new one):\n- **Continuous scroll sync** (`syncScroll`, default `true`): scrolling either pane\n proportionally scrolls the other to the same *fraction* of its own scrollable range, not the\n same pixel offset -- the two versions can have very different lengths. A re-entrancy guard\n stops the mirrored write from bouncing back.\n- **Highlight-anchor sync**: activating a region highlight in one pane (`lr-highlight-activate`)\n that shares its `id` with a highlight in the *other* version's `highlights` scrolls that pane\n to its own matching highlight via `<lr-document-preview>`'s own `scrollToAnchor()`. The\n `lr-highlight-activate` event itself still bubbles through unchanged (`detail: { id }`, no\n side discriminator) so an existing listener contract stays exactly what\n `<lr-document-preview>` already documents.\n- A shared `anchor` property (same declarative shape as `<lr-document-viewer>`'s own `anchor`)\n drives both panes to the same target at once via their own `scrollToAnchor()`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `diff` | The internal `<lr-diff-view>`, rendered while `view=\"diff\"`. |\n| `pane-empty` | The placeholder shown in a pane whose version is unset. |\n| `pane-header` | A pane's visible label. |\n| `pane-new` | The second (new/after) version's labeled, independently-scrollable pane. |\n| `pane-old` | The first (old/before) version's labeled, independently-scrollable pane. |\n| `panes` | The row (or, under 640px, column) wrapping both panes, rendered while `view=\"side-by-side\"`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-document-compare-pane-max-height` (default: `var(--lr-size-24rem)`) — Maximum block size of a side-by-side pane before it scrolls internally."
4598
4619
  },
4599
4620
  "attributes": [
4600
4621
  {
@@ -4713,7 +4734,7 @@
4713
4734
  "name": "lr-document-preview",
4714
4735
  "description": {
4715
4736
  "kind": "markdown",
4716
- "value": "`<lr-document-preview>` — a format-dispatching viewer for one document/\nattachment, plus the visual state machine for an async server-side\nconversion a host app runs in front of it.\n\nFormat dispatch is intentionally minimal (see this family's scope\nguidance): only `text/*`/`application/json` (plain, scrollable `<pre>` —\nno syntax highlighting; compose `<lr-code-block>` yourself via the\n`unsupported` slot for that) and `image/*` (a contained `<img>`) render\ninline. Everything else — PDF, office documents, video, audio, or any\nunrecognized MIME type — falls back to a generic \"can't preview this\"\nstate: a file glyph, a short message, and (when `src` is set) a native\n`<a download>` link. This is a deliberate ceiling, not a gap: this\ncomponent ships a dispatch *shell*, not a format registry. The\n`unsupported` slot is the escape hatch for every format left out of the\nbuilt-in three — plug in a PDF.js viewer, an office-doc renderer, a\n`<lr-code-block>`, or anything else keyed off `mime-type` yourself.\n\n`status=\"converting\"` is a second, independent axis from format dispatch.\nThis component does not know your backend's conversion API shape and\ntherefore owns none of the actual polling/fetch — a host that's converting\na non-natively-previewable format server-side (e.g. .docx → .pdf) polls\nits own backend and updates `status`/`progress`/`src` here as that\nproceeds. This component only *visualizes* that state: an indeterminate\nspinner, or a determinate one once `progress` is supplied. Once the host\nflips `status` to `\"ready\"` (typically alongside a new `src`/`mime-type`\npointing at the converted artifact), normal format dispatch resumes.\n\nThe one piece of async work this component *does* own is fetching a\n`text/*`/`application/json` `src` itself (there's no other way to get a\n`<pre>`'s text content from a URL) — gated behind the same generation-\ncounter guard `<lr-tool-result-view>`'s `resolve()` uses, plus an\n`AbortController`, so a `src` reassigned mid-fetch cancels the obsolete\nrequest and can't have a stale response clobber a newer one. A\nfailure here (network error, non-2xx response) renders inline via\n`[part=\"error\"]` and fires `lr-render-error`, independently of the\nhost-owned `status` prop — mirrors `<lr-markdown>`'s identical stance\nthat a *rendering* failure and a host's own state machine are different\nconcerns.\n\nEvery `src` is validated for the DOM/API sink that consumes it. Text\nfetches and image sources allow relative URLs plus `http:`, `https:`,\n`blob:`, and `data:`. Download links deliberately exclude `data:` because\nfollowing a `data:text/html` URL can create an active document. Unsafe or\nmalformed URLs never reach `fetch()`, an image `src`, or an anchor `href`;\nthey render a non-interactive fallback/error instead.\n\nAccessibility: the `\"converting\"` state (no numeric `progress`) is a\n`role=\"status\"` region wrapping a visually-hidden \"Converting document…\"\nstring. This is a *plain* static region, not routed through\n`<lr-live-region>`/`Announcer` — like `<lr-typing-indicator>`'s\nidentical judgement call (see that component's class doc), this only ever\nhas one thing to announce (entering the state), not a rapidly-repeating\nstream of updates, so the coalescing machinery a high-frequency component\nneeds would be pure overhead here. Once real `progress` is available, the\nregion becomes a standard `role=\"progressbar\"` instead, which is\nself-describing via `aria-valuenow` with no extra live-region wiring\nneeded. `status=\"error\"` renders `[part=\"error\"]` as `role=\"alert\"` — an\nassertive, one-shot failure notice, the same native-role shortcut\n`<lr-live-region>`'s own `mode=\"assertive\"` maps to, without requiring\nthe announcer machinery here either.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `unsupported` | Escape hatch: when populated, its content renders *instead of* the generic download fallback for any `mime-type` this component doesn't natively support (i.e. whenever format dispatch would otherwise fall through to \"generic\"). Ignored while `mime-type` resolves to `text`/`image` dispatch, or while `status` is `\"converting\"`/`\"error\"`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The wrapper around whichever content is currently showing (text/image preview, the generic fallback, the spinner, or the error message). |\n| `download-link` | The `<a download>` affordance in the generic fallback. Only rendered when `src` is set and safe for link navigation. |\n| `error` | The error message region (`role=\"alert\"`) — used both for `status=\"error\"` and for a failed text fetch. |\n| `filename` | The filename text. |\n| `frame-content` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-controls` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-reset` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-viewport` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-zoom-in` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-zoom-out` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `header` | The row above the body, holding `filename`. Hidden entirely when `filename` is unset. |\n| `highlight-layer` | The wrapper around every rendered region highlight (image format only). |\n| `region-highlight` | One region highlight (`data-tone`, `data-active`) (image format only). |\n| `spinner` | The converting/loading indicator — indeterminate (`role=\"status\"`) or, once numeric progress is known, a determinate `role=\"progressbar\"`. Used both for `status=\"converting\"` and for this component's own in-flight text fetch. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-document-preview-max-height` (default: `none`) — Maximum body block size before the preview scrolls internally.\n- `--lr-document-preview-font` (default: `var(--lr-font-mono)`) — Font used for plain-text previews.\n- `--lr-document-preview-spin-duration` (default: `0.8s`) — Duration of one indeterminate loading-indicator rotation."
4737
+ "value": "`<lr-document-preview>` — a format-dispatching viewer for one document/\nattachment, plus the visual state machine for an async server-side\nconversion a host app runs in front of it.\n\nFormat dispatch is intentionally minimal (see this family's scope\nguidance): only `text/*`/`application/json` (plain, scrollable `<pre>` —\nno syntax highlighting; compose `<lr-code-block>` yourself via the\n`unsupported` slot for that) and `image/*` (a contained `<img>`) render\ninline. Everything else — PDF, office documents, video, audio, or any\nunrecognized MIME type — falls back to a generic \"can't preview this\"\nstate: a file glyph, a short message, and (when `src` is set) a native\n`<a download>` link. This is a deliberate ceiling, not a gap: this\ncomponent ships a dispatch *shell*, not a format registry. The\n`unsupported` slot is the escape hatch for every format left out of the\nbuilt-in three — plug in a PDF.js viewer, an office-doc renderer, a\n`<lr-code-block>`, or anything else keyed off `mime-type` yourself.\n\n`status=\"converting\"` is a second, independent axis from format dispatch.\nThis component does not know your backend's conversion API shape and\ntherefore owns none of the actual polling/fetch — a host that's converting\na non-natively-previewable format server-side (e.g. .docx → .pdf) polls\nits own backend and updates `status`/`progress`/`src` here as that\nproceeds. This component only *visualizes* that state: an indeterminate\nspinner, or a determinate one once `progress` is supplied. Once the host\nflips `status` to `\"ready\"` (typically alongside a new `src`/`mime-type`\npointing at the converted artifact), normal format dispatch resumes.\n\nThe one piece of async work this component *does* own is fetching a\n`text/*`/`application/json` `src` itself (there's no other way to get a\n`<pre>`'s text content from a URL) — gated behind the same generation-\ncounter guard `<lr-tool-result-view>`'s `resolve()` uses, plus an\n`AbortController`, so a `src` reassigned mid-fetch cancels the obsolete\nrequest and can't have a stale response clobber a newer one. A\nfailure here (network error, non-2xx response) renders inline via\n`[part=\"error\"]` and fires `lr-render-error`, independently of the\nhost-owned `status` prop — mirrors `<lr-markdown>`'s identical stance\nthat a *rendering* failure and a host's own state machine are different\nconcerns.\n\nEvery `src` is validated for the DOM/API sink that consumes it. Text\nfetches and image sources allow relative URLs plus `http:`, `https:`,\n`blob:`, and `data:`. Download links deliberately exclude `data:` because\nfollowing a `data:text/html` URL can create an active document. Unsafe or\nmalformed URLs never reach `fetch()`, an image `src`, or an anchor `href`;\nthey render a non-interactive fallback/error instead.\n\nAccessibility: the `\"converting\"` state (no numeric `progress`) is a\n`role=\"status\"` region wrapping a visually-hidden \"Converting document…\"\nstring. This is a *plain* static region, not routed through\n`<lr-live-region>`/`Announcer` — like `<lr-typing-indicator>`'s\nidentical judgement call (see that component's class doc), this only ever\nhas one thing to announce (entering the state), not a rapidly-repeating\nstream of updates, so the coalescing machinery a high-frequency component\nneeds would be pure overhead here. Once real `progress` is available, the\nregion becomes a standard `role=\"progressbar\"` instead, which is\nself-describing via `aria-valuenow` with no extra live-region wiring\nneeded. `status=\"error\"` renders `[part=\"error\"]` as `role=\"alert\"` — an\nassertive, one-shot failure notice, the same native-role shortcut\n`<lr-live-region>`'s own `mode=\"assertive\"` maps to, without requiring\nthe announcer machinery here either.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `unsupported` | Escape hatch: when populated, its content renders *instead of* the generic download fallback for any `mime-type` this component doesn't natively support (i.e. whenever format dispatch would otherwise fall through to \"generic\"). Ignored while `mime-type` resolves to `text`/`image` dispatch, or while `status` is `\"converting\"`/`\"error\"`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The wrapper around whichever content is currently showing (text/image preview, the generic fallback, the spinner, or the error message). |\n| `download-link` | The `<a download>` affordance in the generic fallback. Only rendered when `src` is set and safe for link navigation. |\n| `error` | The error message region (`role=\"alert\"`) — used both for `status=\"error\"` and for a failed text fetch. |\n| `filename` | The filename text. |\n| `frame-content` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-controls` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-reset` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-viewport` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-zoom-in` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `frame-zoom-out` | Forwarded from the internal `<lr-zoomable-frame>` when `zoomable` (image format only). |\n| `header` | The row above the body, holding `filename`. Hidden entirely when `filename` is unset. |\n| `highlight-layer` | The wrapper around every rendered region highlight (image format only). |\n| `region-highlight` | One region highlight (`data-tone`, `data-active`) (image format only). |\n| `spinner` | The converting/loading indicator — indeterminate (`role=\"status\"`) or, once numeric progress is known, a determinate `role=\"progressbar\"`. Used both for `status=\"converting\"` and for this component's own in-flight text fetch. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-document-preview-max-height` (default: `none`) — Maximum body block size before the preview scrolls internally.\n- `--lr-document-preview-font` (default: `var(--lr-font-mono)`) — Font used for plain-text previews.\n- `--lr-document-preview-spin-duration` (default: `0.8s`) — Duration of one indeterminate loading-indicator rotation.\n- `--lr-document-preview-progress` (default: `0`) — Unitless 0-100 completion of the determinate loading ring (multiplied by `1%` in its conic gradient). Written inline by the component from the clamped `progress` value, so it is a read-out rather than a consumer knob."
4717
4738
  },
4718
4739
  "attributes": [
4719
4740
  {
@@ -4887,7 +4908,7 @@
4887
4908
  "name": "lr-doughnut-chart",
4888
4909
  "description": {
4889
4910
  "kind": "markdown",
4890
- "value": "`<lr-doughnut-chart>` — `<lr-chart>` with `type` locked to `\"doughnut\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
4911
+ "value": "`<lr-doughnut-chart>` — `<lr-chart>` with `type` locked to `\"doughnut\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
4891
4912
  },
4892
4913
  "attributes": [
4893
4914
  {
@@ -5008,7 +5029,7 @@
5008
5029
  "name": "lr-drawer",
5009
5030
  "description": {
5010
5031
  "kind": "markdown",
5011
- "value": "`<lr-drawer>` — a modal panel anchored to one logical edge of the\nviewport. It shares Lyra's dialog focus trap, Escape/backdrop dismissal,\nscroll lock, stacking, accessible naming, and cancelable close event.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The drawer body. |\n| `footer` | Action buttons rendered in the footer row. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the default slot. |\n| `close-button` | The built-in close button, rendered inside `header` only when `closable` is `true`. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The header row, rendered when `heading` is set (and no heading is slotted) and/or `closable` is `true`. |\n| `heading` | The visible `heading`-text element inside `header`, rendered only when `heading` is set and no heading is slotted. |\n| `label` | The invisible `label`-text element used for `aria-labelledby` when no heading is slotted and `heading` is unset. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). Shrink-wraps to its content by default, capped at `--lr-dialog-max-width` (default `32rem`); set `--lr-dialog-width` for an assertive width instead of only a cap. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-drawer-width` — Inline size for start/end drawers.\n- `--lr-drawer-height` — Block size for top/bottom drawers."
5032
+ "value": "`<lr-drawer>` — a modal panel anchored to one logical edge of the\nviewport. It shares Lyra's dialog focus trap, Escape/backdrop dismissal,\nscroll lock, stacking, accessible naming, and cancelable close event.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The drawer body. |\n| `footer` | Action buttons rendered in the footer row. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the default slot. |\n| `close-button` | The built-in close button, rendered inside `header` only when `closable` is `true`. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The header row, rendered when `heading` is set (and no heading is slotted) and/or `closable` is `true`. |\n| `heading` | The visible `heading`-text element inside `header`, rendered only when `heading` is set and no heading is slotted. |\n| `label` | The invisible `label`-text element used for `aria-labelledby` when no heading is slotted and `heading` is unset. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). Shrink-wraps to its content by default, capped at `--lr-dialog-max-width` (default `32rem`); set `--lr-dialog-width` for an assertive width instead of only a cap. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-drawer-width` — Inline size for start/end drawers.\n- `--lr-drawer-height` — Block size for top/bottom drawers.\n- `--lr-drawer-enter-x` (default: `calc(-1 * var(--lr-size-1rem))`) — Horizontal offset the panel animates in from for start/end drawers. Set per placement (and flipped under RTL) by the stylesheet; only read when `prefers-reduced-motion` is `no-preference`.\n- `--lr-drawer-enter-y` (default: `calc(-1 * var(--lr-size-1rem))`) — Vertical offset the panel animates in from for top/bottom drawers. Set to `var(--lr-size-1rem)` for `bottom`; only read when `prefers-reduced-motion` is `no-preference`.\n- `--lr-dialog-overlay-color` (default: `var(--lr-color-overlay)`) — Backdrop scrim color.\n- `--lr-dialog-width` (default: `auto`) — Assertive inline size for the panel. Left at `auto` the panel shrink-wraps to its content.\n- `--lr-dialog-max-width` (default: `var(--lr-dialog-width, var(--lr-size-32rem))`) — Cap on the panel's inline size. Falls back to `--lr-dialog-width` when that is set, so an assertive width is not clipped by the 32rem default; the viewport (`100%`) is always a hard limit on top."
5012
5033
  },
5013
5034
  "attributes": [
5014
5035
  {
@@ -5264,7 +5285,7 @@
5264
5285
  "name": "lr-email-viewer",
5265
5286
  "description": {
5266
5287
  "kind": "markdown",
5267
- "value": "Parses `.eml` messages with the optional `postal-mime` peer and renders\ntheir HTML body only after DOMPurify sanitization. Plain-text messages remain\nuseful without DOMPurify. Attachment rows are real buttons that emit\n`lr-attachment-open` with the attachment's decoded bytes -- this component itself never\nopens, downloads, or object-URLs the content; a host routes the event into e.g.\n`URL.createObjectURL(new Blob([content], { type: mimeType }))` -> `lr-document-viewer` ->\nrevoke on `lr-close`. `fold-quotes` collapses trailing quoted-reply text/HTML behind a\nlocalized toggle.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `attachment-button` | An attachment's open button. |\n| `attachment-item` | An attachment metadata item. |\n| `attachment-list` | The attachment list. |\n| `attachments` | The attachment region. |\n| `attachments-label` | The localized attachment heading. |\n| `base` | The root container. |\n| `body` | The scrollable message body. |\n| `body-html` | The sanitized HTML body. |\n| `body-text` | The plain-text body. |\n| `date` | The message date. |\n| `date-label` | The localized date label. |\n| `error` | The error region. |\n| `from` | The sender address. |\n| `from-label` | The localized sender label. |\n| `headers` | Message metadata. |\n| `quote-toggle` | The show/hide-quoted-text toggle button. |\n| `quoted` | A folded quoted-text block (hidden until expanded). |\n| `spinner` | The loading region. |\n| `subject` | The message subject. |\n| `subject-label` | The localized subject label. |\n| `to` | The recipient addresses. |\n| `to-label` | The localized recipient label. |"
5288
+ "value": "Parses `.eml` messages with the optional `postal-mime` peer and renders\ntheir HTML body only after DOMPurify sanitization. Plain-text messages remain\nuseful without DOMPurify. Attachment rows are real buttons that emit\n`lr-attachment-open` with the attachment's decoded bytes -- this component itself never\nopens, downloads, or object-URLs the content; a host routes the event into e.g.\n`URL.createObjectURL(new Blob([content], { type: mimeType }))` -> `lr-document-viewer` ->\nrevoke on `lr-close`. `fold-quotes` collapses trailing quoted-reply text/HTML behind a\nlocalized toggle.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `attachment-button` | An attachment's open button. |\n| `attachment-item` | An attachment metadata item. |\n| `attachment-list` | The attachment list. |\n| `attachments` | The attachment region. |\n| `attachments-label` | The localized attachment heading. |\n| `base` | The root container. |\n| `body` | The scrollable message body. |\n| `body-html` | The sanitized HTML body. |\n| `body-text` | The plain-text body. |\n| `date` | The message date. |\n| `date-label` | The localized date label. |\n| `error` | The error region. |\n| `from` | The sender address. |\n| `from-label` | The localized sender label. |\n| `headers` | Message metadata. |\n| `quote-toggle` | The show/hide-quoted-text toggle button. |\n| `quoted` | A folded quoted-text block (hidden until expanded). |\n| `spinner` | The loading region. |\n| `subject` | The message subject. |\n| `subject-label` | The localized subject label. |\n| `to` | The recipient addresses. |\n| `to-label` | The localized recipient label. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-email-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
5268
5289
  },
5269
5290
  "attributes": [
5270
5291
  {
@@ -5308,7 +5329,7 @@
5308
5329
  "name": "lr-emoji-picker",
5309
5330
  "description": {
5310
5331
  "kind": "markdown",
5311
- "value": "`<lr-emoji-picker>` — a searchable, keyboard-navigable, form-associated emoji picker. In the\nsame \"zero/optional-peer dependency\" spirit as `<lr-lite-chart>`/`<lr-heatmap>`: `groups` is\nfully consumer-suppliable (this component ships no emoji data of its own), with an *optional*\nconvenience auto-loader for a default set — see `emoji-data-loader.ts` and the class doc there for\nexactly what that covers.\n\nKeyboard model: the grid is a roving-tabindex listbox (a single Tab stop — only the active emoji\nis tabbable). Arrow keys move the active option (Left/Right follow reading direction and swap\nunder RTL; Up/Down move by one visual row, measured from the live wrap layout), Home/End jump to\nthe first/last option, and Enter/Space picks. The search input doubles as a `role=\"combobox\"`\nover the same listbox: the arrow keys and Enter also work there while focus stays in the input,\nwith `aria-activedescendant` tracking the active option. Large data sets automatically window\ntheir visible rows so scrolling does not create one button per supplied emoji in the DOM.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `emoji` | Each emoji's own `<button>`; meets the shared minimum tappable size (`--lr-icon-button-size`) without enlarging the rendered emoji glyph itself. |\n| `empty` | The empty-state message, shown when the search matches nothing. |\n| `grid` | The keyboard-navigable emoji grid. |\n| `group-label` | Each group's heading, rendered above its emojis. |\n| `search` | The search/filter `<input>` (`role=\"combobox\"` over the grid). |"
5332
+ "value": "`<lr-emoji-picker>` — a searchable, keyboard-navigable, form-associated emoji picker. In the\nsame \"zero/optional-peer dependency\" spirit as `<lr-lite-chart>`/`<lr-heatmap>`: `groups` is\nfully consumer-suppliable (this component ships no emoji data of its own), with an *optional*\nconvenience auto-loader for a default set — see `emoji-data-loader.ts` and the class doc there for\nexactly what that covers.\n\nKeyboard model: the grid is a roving-tabindex listbox (a single Tab stop — only the active emoji\nis tabbable). Arrow keys move the active option (Left/Right follow reading direction and swap\nunder RTL; Up/Down move by one visual row, measured from the live wrap layout), Home/End jump to\nthe first/last option, and Enter/Space picks. The search input doubles as a `role=\"combobox\"`\nover the same listbox: the arrow keys and Enter also work there while focus stays in the input,\nwith `aria-activedescendant` tracking the active option. Large data sets automatically window\ntheir visible rows so scrolling does not create one button per supplied emoji in the DOM.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `emoji` | Each emoji's own `<button>`; meets the shared minimum tappable size (`--lr-icon-button-size`) without enlarging the rendered emoji glyph itself. |\n| `empty` | The empty-state message, shown when the search matches nothing. |\n| `grid` | The keyboard-navigable emoji grid. |\n| `group-label` | Each group's heading, rendered above its emojis. |\n| `search` | The search/filter `<input>` (`role=\"combobox\"` over the grid). |\n| `virtual-items` | The flex row holding one windowed row's emoji buttons. |\n| `virtual-label` | The `aria-hidden` placeholder that reserves a row's group-label band when that row has no label, keeping every row the same height. Rendered on the windowed path only. |\n| `virtual-row` | One windowed row, absolutely positioned at the `--lr-emoji-picker-row-height` pitch. Rendered on the windowed path only. |\n| `virtual-spacer` | The full-height scroll spacer that gives the grid its scrollbar while only the visible rows exist in the DOM. Rendered on the windowed path only. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-emoji-picker-item-size` (default: `var(--lr-icon-button-size)`) — Each emoji button's box. Clamped up to `--lr-icon-button-size`: a smaller value does not shrink the button.\n- `--lr-emoji-picker-gap` (default: `var(--lr-space-2xs)`) — Gap between emoji within a windowed row.\n- `--lr-emoji-picker-row-height` (default: `calc(var(--lr-emoji-picker-item-size) + var(--lr-space-l))`) — One windowed row's height. Must stay at or above the item size plus the group-label band, or consecutive absolutely-positioned rows overlap."
5312
5333
  },
5313
5334
  "attributes": [
5314
5335
  {
@@ -5398,7 +5419,7 @@
5398
5419
  "name": "lr-entity-chip",
5399
5420
  "description": {
5400
5421
  "kind": "markdown",
5401
- "value": "`<lr-entity-chip>` — an inline `@entity` mention for agent prose: flow content,\nkeyboard-focusable, with a hover/focus preview popover. The knowledge-graph sibling of\n`lr-citation-badge`, reusing its interaction contract wholesale. Carries ids through events\nonly -- no entity data resolution, no navigation.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Rich preview content (typically a compact `lr-entity-card`), shown in a floating popover on hover/focus. No content -> no popover and no hover affordance at all. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The clickable chip (`<button>`). |\n| `label` | The chip's visible label text. |\n| `popover` | The floating preview panel. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-entity-chip-color` (default: `var(--lr-color-brand)`) — Text/accent color. Reflected `type` lets a host theme per type from CSS, e.g. `lr-entity-chip[type='person'] { --lr-entity-chip-color: ... }`.\n- `--lr-entity-chip-bg` (default: `var(--lr-color-brand-quiet)`) — Background color."
5422
+ "value": "`<lr-entity-chip>` — an inline `@entity` mention for agent prose: flow content,\nkeyboard-focusable, with a hover/focus preview popover. The knowledge-graph sibling of\n`lr-citation-badge`, reusing its interaction contract wholesale. Carries ids through events\nonly -- no entity data resolution, no navigation.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Rich preview content (typically a compact `lr-entity-card`), shown in a floating popover on hover/focus. No content -> no popover and no hover affordance at all. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The clickable chip (`<button>`). |\n| `label` | The chip's visible label text. |\n| `popover` | The floating preview panel. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-entity-chip-color` (default: `var(--lr-color-brand)`) — Text/accent color. Reflected `type` lets a host theme per type from CSS, e.g. `lr-entity-chip[type='person'] { --lr-entity-chip-color: ... }`.\n- `--lr-entity-chip-bg` (default: `var(--lr-color-brand-quiet)`) — Background color.\n- `--lr-entity-chip-border` (default: `transparent`) — Border color of the chip."
5402
5423
  },
5403
5424
  "attributes": [
5404
5425
  {
@@ -5989,7 +6010,7 @@
5989
6010
  "name": "lr-flow-canvas",
5990
6011
  "description": {
5991
6012
  "kind": "markdown",
5992
- "value": "`<lr-flow-canvas>` — a pannable/zoomable DAG workflow canvas: positions HTML node cards, draws\nSVG edges between their handles, runs a shared layered auto-layout for unpositioned nodes, and owns\nall selection/drag/connect interaction as controlled events. Readonly (viewer) by default; opt into\neditor gestures individually via `nodes-draggable`, `connectable`, `droppable`. Never mutates `nodes`\nor `edges` itself — every edit intent is an event the host applies, mirroring `lr-stepper`/\n`lr-table`'s controlled-component contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `lr-flow-node` children to adopt by `node-id`; non-matching children are ignored with a console warning. |\n| `bottom-end` | Floating corner overlay (e.g. `lr-flow-minimap`). |\n| `bottom-start` | Floating corner overlay (e.g. `lr-flow-controls`). |\n| `top-end` | Floating corner overlay. |\n| `top-start` | Floating corner overlay (e.g. `lr-flow-run-overlay`). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `arrowhead` | The shared directed-edge arrowhead marker. |\n| `background` | The dotted background grid. |\n| `base` | The root wrapper. |\n| `connection-line` | The in-progress connect-gesture path. |\n| `edge` | A single edge path. |\n| `edge-label` | An edge's drawn label. |\n| `edge-list` | A visually hidden list of every edge. |\n| `edges` | The edges SVG. |\n| `empty` | The `lr-empty` shown when `nodes` is empty. |\n| `live-region` | The current item/gesture announcement. |\n| `node` | A node's positioned wrapper. |\n| `stub` | A dangling-edge stub line. |\n| `viewport` | The focusable pan/zoom surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-canvas-grid-size` (default: `8px`) — Dotted background spacing.\n- `--lr-flow-canvas-march-duration` (default: `var(--lr-transition-ambient)`) — Running-edge march animation duration."
6013
+ "value": "`<lr-flow-canvas>` — a pannable/zoomable DAG workflow canvas: positions HTML node cards, draws\nSVG edges between their handles, runs a shared layered auto-layout for unpositioned nodes, and owns\nall selection/drag/connect interaction as controlled events. Readonly (viewer) by default; opt into\neditor gestures individually via `nodes-draggable`, `connectable`, `droppable`. Never mutates `nodes`\nor `edges` itself — every edit intent is an event the host applies, mirroring `lr-stepper`/\n`lr-table`'s controlled-component contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `lr-flow-node` children to adopt by `node-id`; non-matching children are ignored with a console warning. |\n| `bottom-end` | Floating corner overlay (e.g. `lr-flow-minimap`). |\n| `bottom-start` | Floating corner overlay (e.g. `lr-flow-controls`). |\n| `top-end` | Floating corner overlay. |\n| `top-start` | Floating corner overlay (e.g. `lr-flow-run-overlay`). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `arrowhead` | The shared directed-edge arrowhead marker. |\n| `background` | The dotted background grid. |\n| `base` | The root wrapper. |\n| `connection-line` | The in-progress connect-gesture path. |\n| `edge` | A single edge path. |\n| `edge-label` | An edge's drawn label. |\n| `edge-list` | A visually hidden list of every edge. |\n| `edges` | The edges SVG. |\n| `empty` | The `lr-empty` shown when `nodes` is empty. |\n| `live-region` | The current item/gesture announcement. |\n| `node` | A node's positioned wrapper. |\n| `stub` | A dangling-edge stub line. |\n| `viewport` | The focusable pan/zoom surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-canvas-grid-size` (default: `var(--lr-size-0-5rem)`) — Dotted background spacing. The canvas also writes it inline as `${grid}px` from the `grid` property, which wins over the stylesheet fallback whenever a grid is in effect.\n- `--lr-flow-canvas-march-duration` (default: `var(--lr-transition-ambient)`) — Running-edge march animation duration."
5993
6014
  },
5994
6015
  "attributes": [
5995
6016
  {
@@ -6135,7 +6156,7 @@
6135
6156
  "name": "lr-flow-minimap",
6136
6157
  "description": {
6137
6158
  "kind": "markdown",
6138
- "value": "`<lr-flow-minimap>` — a corner overview map of a `lr-flow-canvas`: scaled node rectangles plus\na draggable viewport rectangle, for orientation and fast navigation on canvases larger than the\nscreen. Draws no edges (nodes only, matching the React Flow/n8n minimap convention) and never\nreads `nodes` itself — geometry always comes from the canvas's `registerCompanion()` snapshots, so\nthe two can never disagree.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `map` | The scaled SVG. |\n| `node` | One rect per node. |\n| `viewport` | The draggable, focusable view rectangle. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-minimap-inline-size` (default: `12rem`) — Map inline size.\n- `--lr-flow-minimap-block-size` (default: `8rem`) — Map block size."
6159
+ "value": "`<lr-flow-minimap>` — a corner overview map of a `lr-flow-canvas`: scaled node rectangles plus\na draggable viewport rectangle, for orientation and fast navigation on canvases larger than the\nscreen. Draws no edges (nodes only, matching the React Flow/n8n minimap convention) and never\nreads `nodes` itself — geometry always comes from the canvas's `registerCompanion()` snapshots, so\nthe two can never disagree.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `map` | The scaled SVG. |\n| `node` | One rect per node. |\n| `viewport` | The draggable, focusable view rectangle. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-minimap-inline-size` (default: `var(--lr-size-12rem)`) — Map inline size.\n- `--lr-flow-minimap-block-size` (default: `var(--lr-size-8rem)`) — Map block size."
6139
6160
  },
6140
6161
  "attributes": [
6141
6162
  {
@@ -6165,7 +6186,7 @@
6165
6186
  "name": "lr-flow-node",
6166
6187
  "description": {
6167
6188
  "kind": "markdown",
6168
- "value": "`<lr-flow-node>` — the card a workflow node renders as: header/body/toolbar chrome,\ntool-lifecycle status tones, and the named connection-handle elements edges anchor to. Used as\n`lr-flow-canvas`'s default card and as a slotted override; also renders standalone (palette\npreviews, docs). Purely presentational — activation, selection, movement, and connection are all\n`lr-flow-canvas` events; this component owns none of that.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Body content. |\n| `header` | Replaces the built-in heading row entirely. |\n| `icon` | Leading header glyph. |\n| `toolbar` | Action row at the block-end edge. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The card root. |\n| `body` | The default-slot body wrapper. |\n| `handle` | Every handle dot (input or output). |\n| `handle-input` | An input handle dot (also carries the shared `handle` part). |\n| `handle-output` | An output handle dot (also carries the shared `handle` part). |\n| `header` | The built-in header row (omitted when the `header` slot has content). |\n| `heading` | The heading text. |\n| `icon` | The wrapper around the `icon` slot. |\n| `progress` | The determinate progress bar. |\n| `status` | The visible status chip (status is never color-only). |\n| `toolbar` | The toolbar row wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-node-min-inline-size` (default: `11rem`) — Minimum card inline size."
6189
+ "value": "`<lr-flow-node>` — the card a workflow node renders as: header/body/toolbar chrome,\ntool-lifecycle status tones, and the named connection-handle elements edges anchor to. Used as\n`lr-flow-canvas`'s default card and as a slotted override; also renders standalone (palette\npreviews, docs). Purely presentational — activation, selection, movement, and connection are all\n`lr-flow-canvas` events; this component owns none of that.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Body content. |\n| `header` | Replaces the built-in heading row entirely. |\n| `icon` | Leading header glyph. |\n| `toolbar` | Action row at the block-end edge. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The card root. |\n| `body` | The default-slot body wrapper. |\n| `handle` | Every handle dot (input or output). |\n| `handle-input` | An input handle dot (also carries the shared `handle` part). |\n| `handle-output` | An output handle dot (also carries the shared `handle` part). |\n| `header` | The built-in header row (omitted when the `header` slot has content). |\n| `heading` | The heading text. |\n| `icon` | The wrapper around the `icon` slot. |\n| `progress` | The determinate progress bar. |\n| `status` | The visible status chip (status is never color-only). |\n| `toolbar` | The toolbar row wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-node-min-inline-size` (default: `calc(var(--lr-size-10rem) + var(--lr-size-1rem))`) — Minimum card inline size."
6169
6190
  },
6170
6191
  "attributes": [
6171
6192
  {
@@ -6319,7 +6340,7 @@
6319
6340
  "name": "lr-format-date",
6320
6341
  "description": {
6321
6342
  "kind": "markdown",
6322
- "value": "`<lr-format-date>` — locale-aware `Intl.DateTimeFormat` output.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Fallback content for an invalid date. |"
6343
+ "value": "`<lr-format-date>` — locale-aware `Intl.DateTimeFormat` output.\n`timeZone` is forwarded to both granular and style-based formatting. An invalid zone falls back\nto the browser's local time zone instead of making the component fail to render.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Fallback content for an invalid date. |"
6323
6344
  },
6324
6345
  "attributes": [
6325
6346
  {
@@ -6364,6 +6385,13 @@
6364
6385
  "value": "Type: `Intl.DateTimeFormatOptions['timeStyle'] | undefined`"
6365
6386
  }
6366
6387
  },
6388
+ {
6389
+ "name": "time-zone",
6390
+ "description": {
6391
+ "kind": "markdown",
6392
+ "value": "IANA time-zone name forwarded to `Intl.DateTimeFormat` (attribute `time-zone`).\n\nType: `Intl.DateTimeFormatOptions['timeZone'] | undefined`"
6393
+ }
6394
+ },
6367
6395
  {
6368
6396
  "name": "year",
6369
6397
  "description": {
@@ -6574,7 +6602,7 @@
6574
6602
  "name": "lr-graph",
6575
6603
  "description": {
6576
6604
  "kind": "markdown",
6577
- "value": "`<lr-graph>` — a force-directed node-link diagram with pan/zoom/drag.\nRequires the optional peer deps `d3-force`/`d3-drag`/`d3-zoom`/`d3-selection`\n(lazy-loaded; a consumer who never uses this component pays zero d3 cost).\n\nSet `seed` for a deterministic layout: node initial positions become\nreproducible (keyed by node id) and the settle happens synchronously\ninstead of animating, like `prefers-reduced-motion`. `seed` only takes\neffect on the update that first populates `nodes`/`links` (or a later\nupdate that adds genuinely new node ids) — willUpdate() only reads it from\ninside rebuildSimulation(), which itself only ever assigns x/y to nodes\nthat don't already have a settled position, so changing `seed` on an\nalready-rendered graph is a no-op; nothing re-derives already-positioned\nnodes' x/y from the new value.\n\n`hiddenTypes` filters nodes/links by `GraphNode.type` without discarding position state --\n`lastPositionById` remembers every node's last settled x/y across a hide/show round-trip, so\ntoggling a type off and back on restores each node where it was instead of re-randomizing it.\n\n`communities` draws one translucent convex-hull blob per entry, behind links/nodes -- a hull's\nmembership is the union of its own `memberIds` and every node whose `communityId` matches its\n`id`. A community with no currently-visible members (all its nodes hidden by `hiddenTypes`, or\nsimply empty) renders no hull.\n\n`layout=\"layered\"` swaps the d3-force simulation for a deterministic layered layout (see\n`src/internal/layered-layout.ts`) -- node drag is disabled in that mode, and `chargeStrength` is\na documented no-op.\n\n`renderer=\"canvas\"` swaps the per-node/per-link SVG DOM for a single DPR-aware `<canvas>` --\nevery event/method/property behaves identically to `renderer=\"svg\"` (the default), with hit-\ntesting resolved via an offscreen color-picking canvas instead of DOM event targets. The\ndocumented trade-offs: no `::part(node)`/`::part(link)` styling (pixels, not elements -- theme\nvia cssprops instead), no native SVG `<title>` tooltip (replaced by `part=\"tooltip\"`), and a\ndrawn focus ring instead of a CSS one. Keyboard roving/announcements are preserved through an\noffscreen `part=\"cursor-item\"` button per node/link/hull, driving the identical roving-tabindex\nlogic as `renderer=\"svg\"`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `arrowhead` | The marker used by directed graph links. |\n| `base` | The graph wrapper. |\n| `canvas` | The single canvas surface (`renderer=\"canvas\"` only). |\n| `community-label` | A hull's label text. |\n| `cursor-item` | An offscreen keyboard-roving item (`renderer=\"canvas\"`'s a11y virtual cursor). |\n| `cursor-items` | The container of offscreen keyboard-roving items (`renderer=\"canvas\"` only). |\n| `data-list` | A visually hidden list alternative for graph data. |\n| `empty` | The empty-state message, shown when `nodes` is empty. |\n| `expand-indicator` | The \"+\" badge rendered on a node with `expandable: true`. |\n| `focus-halo` | The persistent ring tracking `focusId`'s node. |\n| `hull` | A community hull (behind links/nodes; role=\"button\"). |\n| `label` | A node label. |\n| `link` | A graph link. |\n| `link-label` | A drawn edge label (only rendered when `showEdgeLabels` is set). |\n| `live-region` | The current graph item announcement. |\n| `node` | A graph node. |\n| `svg` | The graph SVG. |\n| `tooltip` | The hover tooltip (`renderer=\"canvas\"` only; the SVG `<title>` replacement). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-node-fill` (default: `var(--lr-color-brand)`) — Default node fill, overridden per-node by `GraphNode.color`.\n- `--lr-link-color` (default: `var(--lr-color-border)`) — Default link stroke, overridden per-link by a link's own `color`.\n- `--lr-graph-cat-1..8` — Ordered categorical fallback palette for a typed node with no `GraphNodeType.color`, assigned by the type's index in `nodeTypes` (wraps every 8 entries). Declared centrally in `tokens.styles.ts` so `<lr-graph>` and any future `<lr-graph-legend>`- style component resolve the identical default.\n- `--lr-graph-edge-label-halo` (default: `var(--lr-color-surface)`) — Legibility halo (`stroke`) behind a drawn edge label, painted under the fill via `paint-order: stroke`.\n- `--lr-graph-focus-halo-color` (default: `var(--lr-color-brand)`) — `focus-halo` stroke color.\n- `--lr-graph-selected-color` (default: `var(--lr-color-success)`) — Selected node/link stroke.\n- `--lr-graph-dimmed-opacity` (default: `1`) — Opacity applied to a node/link when `dimmedNodeIds`/`dimmedLinkIds` includes its id (both SVG and canvas renderers). `1` (the default) is a no-op -- an unset host sees no visual change.\n- `--lr-graph-hull-fill` (default: `var(--lr-color-brand)`) — Hull fill/stroke color.\n- `--lr-graph-hull-opacity` (default: `0.12`) — Hull element opacity (composites fill+stroke as one group, avoiding a double-opacity seam at the fill/stroke boundary)."
6605
+ "value": "`<lr-graph>` — a force-directed node-link diagram with pan/zoom/drag.\nRequires the optional peer deps `d3-force`/`d3-drag`/`d3-zoom`/`d3-selection`\n(lazy-loaded; a consumer who never uses this component pays zero d3 cost).\n\nSet `seed` for a deterministic layout: node initial positions become\nreproducible (keyed by node id) and the settle happens synchronously\ninstead of animating, like `prefers-reduced-motion`. `seed` only takes\neffect on the update that first populates `nodes`/`links` (or a later\nupdate that adds genuinely new node ids) — willUpdate() only reads it from\ninside rebuildSimulation(), which itself only ever assigns x/y to nodes\nthat don't already have a settled position, so changing `seed` on an\nalready-rendered graph is a no-op; nothing re-derives already-positioned\nnodes' x/y from the new value.\n\n`hiddenTypes` filters nodes/links by `GraphNode.type` without discarding position state --\n`lastPositionById` remembers every node's last settled x/y across a hide/show round-trip, so\ntoggling a type off and back on restores each node where it was instead of re-randomizing it.\n\n`communities` draws one translucent convex-hull blob per entry, behind links/nodes -- a hull's\nmembership is the union of its own `memberIds` and every node whose `communityId` matches its\n`id`. A community with no currently-visible members (all its nodes hidden by `hiddenTypes`, or\nsimply empty) renders no hull.\n\n`layout=\"layered\"` swaps the d3-force simulation for a deterministic layered layout (see\n`src/internal/layered-layout.ts`) -- node drag is disabled in that mode, and `chargeStrength` is\na documented no-op.\n\n`renderer=\"canvas\"` swaps the per-node/per-link SVG DOM for a single DPR-aware `<canvas>` --\nevery event/method/property behaves identically to `renderer=\"svg\"` (the default), with hit-\ntesting resolved via an offscreen color-picking canvas instead of DOM event targets. The\ndocumented trade-offs: no `::part(node)`/`::part(link)` styling (pixels, not elements -- theme\nvia cssprops instead), no native SVG `<title>` tooltip (replaced by `part=\"tooltip\"`), and a\ndrawn focus ring instead of a CSS one. Keyboard roving/announcements are preserved through an\noffscreen `part=\"cursor-item\"` button per node/link/hull, driving the identical roving-tabindex\nlogic as `renderer=\"svg\"`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `arrowhead` | The marker used by directed graph links. |\n| `base` | The graph wrapper. |\n| `canvas` | The single canvas surface (`renderer=\"canvas\"` only). |\n| `community-label` | A hull's label text. |\n| `cursor-item` | An offscreen keyboard-roving item (`renderer=\"canvas\"`'s a11y virtual cursor). |\n| `cursor-items` | The container of offscreen keyboard-roving items (`renderer=\"canvas\"` only). |\n| `data-list` | A visually hidden list alternative for graph data. |\n| `empty` | The empty-state message, shown when `nodes` is empty. |\n| `expand-indicator` | The \"+\" badge rendered on a node with `expandable: true`. |\n| `focus-halo` | The persistent ring tracking `focusId`'s node. |\n| `hull` | A community hull (behind links/nodes; role=\"button\"). |\n| `label` | A node label. |\n| `link` | A graph link. |\n| `link-label` | A drawn edge label (only rendered when `showEdgeLabels` is set). |\n| `live-region` | The current graph item announcement. |\n| `node` | A graph node. |\n| `svg` | The graph SVG. |\n| `tooltip` | The hover tooltip (`renderer=\"canvas\"` only; the SVG `<title>` replacement). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-node-fill` (default: `var(--lr-color-brand)`) — Default node fill, overridden per-node by `GraphNode.color`.\n- `--lr-link-color` (default: `var(--lr-color-border)`) — Default link stroke, overridden per-link by a link's own `color`.\n- `--lr-graph-cat-1..8` — Ordered categorical fallback palette for a typed node with no `GraphNodeType.color`, assigned by the type's index in `nodeTypes` (wraps every 8 entries). Declared centrally in `tokens.styles.ts` so `<lr-graph>` and any future `<lr-graph-legend>`- style component resolve the identical default.\n- `--lr-graph-edge-label-halo` (default: `var(--lr-color-surface)`) — Legibility halo (`stroke`) behind a drawn edge label, painted under the fill via `paint-order: stroke`.\n- `--lr-graph-focus-halo-color` (default: `var(--lr-color-brand)`) — `focus-halo` stroke color.\n- `--lr-graph-selected-color` (default: `var(--lr-color-success)`) — Selected node/link stroke.\n- `--lr-graph-dimmed-opacity` (default: `0.35`) — Opacity applied to a node/link when `dimmedNodeIds`/`dimmedLinkIds` includes its id (both SVG and canvas renderers). Visible by default -- a consumer controlling `dimmedNodeIds`/`dimmedLinkIds` (e.g. `lr-knowledge-graph-explorer`) sees the dimming take effect with no extra host styling.\n- `--lr-graph-hull-fill` (default: `var(--lr-color-brand)`) — Hull fill/stroke color.\n- `--lr-graph-hull-opacity` (default: `0.12`) — Hull element opacity (composites fill+stroke as one group, avoiding a double-opacity seam at the fill/stroke boundary)."
6578
6606
  },
6579
6607
  "attributes": [
6580
6608
  {
@@ -6849,7 +6877,7 @@
6849
6877
  "name": "lr-heatmap",
6850
6878
  "description": {
6851
6879
  "kind": "markdown",
6852
- "value": "`<lr-heatmap>` — a Canvas heatmap with a DPR-aware, resize-aware redraw\nloop, in one of two `mode`s:\n\n- `\"matrix\"` (default): a `rowLabels` x `colLabels` grid of `values`. `-1`\n (or any non-finite value) is treated as \"no data\". `scale=\"sqrt\"`\n compresses the ramp via `sqrtStep()` so one heavy cell doesn't wash out\n the rest; the default `\"linear\"` scale maps linearly instead.\n- `\"calendar\"`: a GitHub-style Sunday-Saturday (or `firstDayOfWeek`-anchored\n — see below) x week grid built from `days`. `scale` governs its\n bucketing too: the default `\"linear\"` buckets by `quartileBucket()`\n (today's original behavior, unchanged); `\"sqrt\"` instead compresses via\n the same `sqrtStep()` magnitude compression matrix mode uses, so one\n heavy day doesn't wash out the rest. As in matrix mode, a cell whose\n `value` is negative or non-finite is treated as \"no data\" rather than\n being bucketed — as is a grid position with no matching entry in `days`\n at all (a gap in a sparse calendar).\n\nThe sequential color ramp's endpoints are read from the\n`--lr-heatmap-scale-lo`/`-hi` custom properties (declared in\n`heatmap.styles.ts`) so hosts can retheme it — canvas can't consume\n`var()` directly, so they're resolved once per draw via\n`getComputedStyle`, then normalized to RGB by `resolveRgb()` (any valid\nCSS color syntax, not just hex — see its doc comment).\n\nEvery cell is independently addressable: a `pointermove` hit test over the\ncanvas shows `[part=\"tooltip\"]` with that cell's label + value (hidden on\n`pointerleave`); the canvas is `tabindex=\"0\"` with arrow-key roving focus\n(a stroked ring redrawn over the focused cell on every draw, plus a\nvisually-hidden `aria-live=\"polite\"` status announcement — avoids a\nDOM-node-per-cell overlay, which would be hundreds of nodes for a year\ncalendar); and a click, or Enter/Space on the focused cell, fires\n`lr-cell-click`. `annotations` additionally strokes a ring around\nspecific cells (e.g. to call out an anomaly), each one optionally\nsurfaced in the legend too via `[part=\"legend-annotation\"]`.\nSet `accessibleCells` when each cell needs a persistent DOM control for\nassistive technology. The opt-in overlay uses native buttons with a\nroving tabindex, localized `aria-label`, and explicit `aria-pressed` state\nderived from the controlled `selectedCell` property; the canvas remains the\nvisual rendering surface underneath.\n\n`columnX` (calendar mode only) overrides the x-origin computed for each\nweek column — drawing, hit-testing, the focus ring, and month-label\npositioning all consult it consistently, so a consumer can pixel-align a\ncalendar's week columns with a sibling chart's coordinate system. Unset\n(the default) keeps the original evenly-spaced formula. `rowY` is its\ncalendar-mode vertical analogue — overrides the y-origin computed for each\nweekday row, consulted consistently by drawing, hit-testing, and the focus\nring via the private `rowYFor()` helper (mirroring `columnXFor()` exactly).\n\n`firstDayOfWeek` (calendar mode only, default `0`/Sunday, no-op in matrix\nmode) anchors the calendar grid at a different weekday — `0`-`6`, same\nnumbering as `CalendarCellPos.weekday` (`0` Sunday .. `6` Saturday) —\nthreaded into `buildCalendarGrid()`.\n\n`cellSize`/`fitToWidth` (previously matrix-mode only) also drive calendar\nmode's per-cell size: unset, calendar mode keeps today's original 11px\ncell size unchanged; explicitly set, the same fixed size (or, with\n`fitToWidth`, the same host-width-derived size matrix mode already\nsupports) governs calendar mode's grid too.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The heatmap wrapper. |\n| `canvas` | The heatmap canvas. |\n| `cell` | An opt-in native button for one matrix or calendar cell. |\n| `cells` | The opt-in per-cell accessibility overlay. |\n| `legend` | The color legend. |\n| `legend-annotation` | An annotation label. |\n| `legend-hi` | The high legend endpoint. |\n| `legend-lo` | The low legend endpoint. |\n| `live-region` | The visually hidden keyboard announcement region. |\n| `tooltip` | The hover tooltip. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-heatmap-scale-lo` (default: `var(--lr-color-brand-quiet)`) — Low endpoint of the sequential color ramp.\n- `--lr-heatmap-scale-hi` (default: `var(--lr-color-brand)`) — High endpoint of the sequential color ramp.\n- `--lr-heatmap-no-data-fill` (default: `var(--lr-color-no-data)`) — Fill for cells with no value.\n- `--lr-heatmap-label-font` — Font for axis/legend labels drawn on the canvas.\n- `--lr-heatmap-tooltip-bg` (default: `var(--lr-color-surface)`) — Hover tooltip background.\n- `--lr-heatmap-tooltip-text` (default: `var(--lr-color-text)`) — Hover tooltip text color.\n- `--lr-heatmap-focus-ring-color` (default: `var(--lr-focus-ring-color)`) — Focus ring around a focused cell.\n- `--lr-heatmap-annotation-color` (default: `var(--lr-color-danger)`) — Border color for an annotated cell.\n- `--lr-heatmap-selected-color` (default: `var(--lr-color-success)`) — Border color for the selected cell."
6880
+ "value": "`<lr-heatmap>` — a Canvas heatmap with a DPR-aware, resize-aware redraw\nloop, in one of two `mode`s:\n\n- `\"matrix\"` (default): a `rowLabels` x `colLabels` grid of `values`. `-1`\n (or any non-finite value) is treated as \"no data\". `scale=\"sqrt\"`\n compresses the ramp via `sqrtStep()` so one heavy cell doesn't wash out\n the rest; the default `\"linear\"` scale maps linearly instead.\n- `\"calendar\"`: a GitHub-style Sunday-Saturday (or `firstDayOfWeek`-anchored\n — see below) x week grid built from `days`. `scale` governs its\n bucketing too: the default `\"linear\"` buckets by `quartileBucket()`\n (today's original behavior, unchanged); `\"sqrt\"` instead compresses via\n the same `sqrtStep()` magnitude compression matrix mode uses, so one\n heavy day doesn't wash out the rest. As in matrix mode, a cell whose\n `value` is negative or non-finite is treated as \"no data\" rather than\n being bucketed — as is a grid position with no matching entry in `days`\n at all (a gap in a sparse calendar).\n\nThe sequential color ramp's endpoints are read from the\n`--lr-heatmap-scale-lo`/`-hi` custom properties (declared in\n`heatmap.styles.ts`) so hosts can retheme it — canvas can't consume\n`var()` directly, so they're resolved once per draw via\n`getComputedStyle`, then normalized to RGB by `resolveRgb()` (any valid\nCSS color syntax, not just hex — see its doc comment).\n\nEvery cell is independently addressable: a `pointermove` hit test over the\ncanvas shows `[part=\"tooltip\"]` with that cell's label + value (hidden on\n`pointerleave`); the canvas is `tabindex=\"0\"` with arrow-key roving focus\n(a stroked ring redrawn over the focused cell on every draw, plus a\nvisually-hidden `aria-live=\"polite\"` status announcement — avoids a\nDOM-node-per-cell overlay, which would be hundreds of nodes for a year\ncalendar); and a click, or Enter/Space on the focused cell, fires\n`lr-cell-click`. `annotations` additionally strokes a ring around\nspecific cells (e.g. to call out an anomaly), each one optionally\nsurfaced in the legend too via `[part=\"legend-annotation\"]`.\n\n`legendStops` swaps the legend's two-endpoint gradient bar for a discrete\nkey of swatches, so a consumer whose `cellColor` callback paints an\nentirely different domain than the `--lr-heatmap-scale-lo`/`-hi` ramp can\nkeep the built-in legend (labels, number formatting, annotation entries)\ninstead of hiding `[part=\"legend\"]` and hand-rolling swatches. It is\npresentation only — it never feeds back into the cell colors.\n\nSet `accessibleCells` when each cell needs a persistent DOM control for\nassistive technology. The opt-in overlay uses native buttons with a\nroving tabindex, localized `aria-label`, and explicit `aria-pressed` state\nderived from the controlled `selectedCell` property; the canvas remains the\nvisual rendering surface underneath.\n\n`columnX` (calendar mode only) overrides the x-origin computed for each\nweek column — drawing, hit-testing, the focus ring, and month-label\npositioning all consult it consistently, so a consumer can pixel-align a\ncalendar's week columns with a sibling chart's coordinate system. Unset\n(the default) keeps the original evenly-spaced formula. `rowY` is its\ncalendar-mode vertical analogue — overrides the y-origin computed for each\nweekday row, consulted consistently by drawing, hit-testing, and the focus\nring via the private `rowYFor()` helper (mirroring `columnXFor()` exactly).\n\n`firstDayOfWeek` (calendar mode only, default `0`/Sunday, no-op in matrix\nmode) anchors the calendar grid at a different weekday — `0`-`6`, same\nnumbering as `CalendarCellPos.weekday` (`0` Sunday .. `6` Saturday) —\nthreaded into `buildCalendarGrid()`.\n\n`cellSize`/`fitToWidth` (previously matrix-mode only) also drive calendar\nmode's per-cell size: unset, calendar mode keeps today's original 11px\ncell size unchanged; explicitly set, the same fixed size (or, with\n`fitToWidth`, the same host-width-derived size matrix mode already\nsupports) governs calendar mode's grid too.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The heatmap wrapper. |\n| `canvas` | The heatmap canvas. |\n| `cell` | An opt-in native button for one matrix or calendar cell. |\n| `cells` | The opt-in per-cell accessibility overlay. |\n| `legend` | The color legend. |\n| `legend-annotation` | An annotation label. |\n| `legend-hi` | The high legend endpoint (omitted when `legendStops` is supplied). |\n| `legend-lo` | The low legend endpoint (omitted when `legendStops` is supplied). |\n| `legend-stop` | One discrete `legendStops` entry — swatch plus label. |\n| `legend-stop-label` | The text of one `legendStops` entry. |\n| `legend-swatch` | The color swatch of one `legendStops` entry. |\n| `live-region` | The visually hidden keyboard announcement region. |\n| `tooltip` | The hover tooltip. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-heatmap-scale-lo` (default: `var(--lr-color-brand-quiet)`) — Low endpoint of the sequential color ramp.\n- `--lr-heatmap-scale-hi` (default: `var(--lr-color-brand)`) — High endpoint of the sequential color ramp.\n- `--lr-heatmap-no-data-fill` (default: `var(--lr-color-no-data)`) — Fill for cells with no value.\n- `--lr-heatmap-label-font` — Font for axis/legend labels drawn on the canvas.\n- `--lr-heatmap-tooltip-bg` (default: `var(--lr-color-surface)`) — Hover tooltip background.\n- `--lr-heatmap-tooltip-text` (default: `var(--lr-color-text)`) — Hover tooltip text color.\n- `--lr-heatmap-focus-ring-color` (default: `var(--lr-focus-ring-color)`) — Focus ring around a focused cell.\n- `--lr-heatmap-annotation-color` (default: `var(--lr-color-danger)`) — Border color for an annotated cell.\n- `--lr-heatmap-selected-color` (default: `var(--lr-color-success)`) — Border color for the selected cell.\n- `--lr-heatmap-color-steps-gradient` (default: `linear-gradient(to right, var(--lr-heatmap-scale-lo), var(--lr-heatmap-scale-hi))`) — Gradient painted on the continuous legend bar. Set on the host by the component itself while `colorSteps` is supplied, and removed again when it is not; the fallback is the two-endpoint scale ramp."
6853
6881
  },
6854
6882
  "attributes": [
6855
6883
  {
@@ -6967,7 +6995,7 @@
6967
6995
  "name": "lr-histogram",
6968
6996
  "description": {
6969
6997
  "kind": "markdown",
6970
- "value": "`<lr-histogram>` — bins `values` into `bins` equal-width buckets and\nrenders them as a bar chart. Chart.js has no built-in histogram\ncontroller; this composes `binValues()` with the plain `bar` type.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
6998
+ "value": "`<lr-histogram>` — bins `values` into `bins` equal-width buckets and\nrenders them as a bar chart. Chart.js has no built-in histogram\ncontroller; this composes `binValues()` with the plain `bar` type.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
6971
6999
  },
6972
7000
  "attributes": [
6973
7001
  {
@@ -7102,7 +7130,7 @@
7102
7130
  "name": "lr-html-viewer",
7103
7131
  "description": {
7104
7132
  "kind": "markdown",
7105
- "value": "Fetches and safely renders an inline HTML document.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The wrapper around the fetched-state content. |\n| `error` | The error region. |\n| `html` | The sanitized HTML document, once loaded. |\n| `spinner` | The loading region. |"
7133
+ "value": "Fetches and safely renders an inline HTML document.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The wrapper around the fetched-state content. |\n| `error` | The error region. |\n| `html` | The sanitized HTML document, once loaded. |\n| `spinner` | The loading region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-html-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
7106
7134
  },
7107
7135
  "attributes": [
7108
7136
  {
@@ -7139,7 +7167,7 @@
7139
7167
  "name": "lr-icon",
7140
7168
  "description": {
7141
7169
  "kind": "markdown",
7142
- "value": "`<lr-icon>` — a tiny dependency-free SVG icon primitive using a named path set.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom SVG/path content when `name` is not supplied. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `svg` | The rendered SVG. |"
7170
+ "value": "`<lr-icon>` — a tiny dependency-free SVG icon primitive using a named path set.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom SVG/path content when `name` is not supplied. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `svg` | The rendered SVG. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-icon-size` (default: `var(--lr-size-1-25rem)`) — Inline and block size of the icon box."
7143
7171
  },
7144
7172
  "attributes": [
7145
7173
  {
@@ -7176,7 +7204,7 @@
7176
7204
  "name": "lr-icon-button",
7177
7205
  "description": {
7178
7206
  "kind": "markdown",
7179
- "value": "`<lr-icon-button>` — an accessible icon-only action button.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom icon content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `button` | Native button. |"
7207
+ "value": "`<lr-icon-button>` — an accessible icon-only action button.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom icon content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `button` | Native button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-icon-button-size` (default: `2.5rem`) — Inline and block size of the native button. A library-wide token (declared on `:root` by `tokens.styles.ts`, and the shared minimum tappable size several other components size their icon controls against), so overriding it globally resizes all of them together."
7180
7208
  },
7181
7209
  "attributes": [
7182
7210
  {
@@ -7384,7 +7412,7 @@
7384
7412
  "name": "lr-ingestion-queue",
7385
7413
  "description": {
7386
7414
  "kind": "markdown",
7387
- "value": "`<lr-ingestion-queue>` — a controlled list of documents moving through an ingestion pipeline\n(upload → text extraction → chunking → embedding → indexing), each row showing its stage,\nprogress, chunk/embedding counts, and a retry or cancel affordance. Presentation only: this\ncomponent runs no ingestion itself, persists nothing, and never mutates `items` -- retrying or\ncancelling a row fires a controlled `lr-retry`/`lr-cancel` request event and waits for the host\nto supply an updated `items` array, the same request/response convention `<lr-thread-list>`'s\n`lr-thread-pin`/`-archive`/`-delete` events already establish.\n\nAt or above `virtualizeThreshold` items, the list renders through an internal\n`<lr-virtual-list>` instead of a plain keyed list (same precedent as `<lr-thread-list>`'s data\nmode and `<lr-activity-feed>`'s `virtualizeThreshold`) -- identical row markup and behavior\neither way, keyed by `id`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root region. |\n| `cancel-button` | Fires `lr-cancel`. Only rendered for non-terminal rows. |\n| `empty` | The `<lr-empty>` zero-items state. |\n| `item` | One queue item row; carries `data-stage`. When virtualized, reached from this component's own stylesheet via `lr-virtual-list::part(item)` (renders inside the internal `<lr-virtual-list>`'s own shadow root, not this component's). |\n| `item-actions` | Wrapper around the retry/cancel buttons. |\n| `item-attempts` | The attempt count, only rendered once `attempts` is greater than 0. |\n| `item-chunk-count` | The chunk count, only rendered once `chunkCount` is set. |\n| `item-embedding-status` | The \"N of M chunks embedded\" text, only rendered once both `chunkCount` and `embeddedChunkCount` are set. |\n| `item-error` | The failure message, only rendered for `stage=\"failed\"` with `error` set. |\n| `item-header` | The row's name/stage-badge line. |\n| `item-meta` | Wrapper around the chunk-count/embedding-status/attempt-count text. |\n| `item-name` | The document's `name`. |\n| `item-progress` | The row's `<lr-progress-bar>`, only rendered for an active (uploading through indexing) stage. |\n| `list` | The row container in non-virtualized mode (`role=\"list\"`). |\n| `retry-button` | Fires `lr-retry`. Only rendered for `stage=\"failed\"` rows. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-ingestion-queue-max-height` (default: `none`) — Non-virtualized mode only: caps how tall the list grows before it scrolls internally. Has no effect once virtualized -- the internal `<lr-virtual-list>`'s own viewport keeps its independent, fixed default height (retheme it directly via `<lr-ingestion-queue>`'s own `lr-virtual-list { --lr-virtual-list-height: ... }` if needed)."
7415
+ "value": "`<lr-ingestion-queue>` — a controlled list of documents moving through an ingestion pipeline\n(upload → text extraction → chunking → embedding → indexing), each row showing its stage,\nprogress, chunk/embedding counts, and a retry or cancel affordance. Presentation only: this\ncomponent runs no ingestion itself, persists nothing, and never mutates `items` -- retrying or\ncancelling a row fires a controlled `lr-retry`/`lr-cancel` request event and waits for the host\nto supply an updated `items` array, the same request/response convention `<lr-thread-list>`'s\n`lr-thread-pin`/`-archive`/`-delete` events already establish.\n\nAt or above `virtualizeThreshold` items, the list renders through an internal\n`<lr-virtual-list>` instead of a plain keyed list (same precedent as `<lr-thread-list>`'s data\nmode and `<lr-activity-feed>`'s `virtualizeThreshold`) -- identical row markup and behavior\neither way, keyed by `id`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root region. |\n| `cancel-button` | Fires `lr-cancel`. Only rendered for non-terminal rows. |\n| `empty` | The `<lr-empty>` zero-items state. |\n| `item` | One queue item row; carries `data-stage`. When virtualized, reached from this component's own stylesheet via `lr-virtual-list::part(item)` (renders inside the internal `<lr-virtual-list>`'s own shadow root, not this component's). |\n| `item-actions` | Wrapper around the retry/cancel buttons. |\n| `item-attempts` | The attempt count, only rendered once `attempts` is greater than 0. |\n| `item-chunk-count` | The chunk count, only rendered once `chunkCount` is set. |\n| `item-embedding-status` | The \"N of M chunks embedded\" text, only rendered once both `chunkCount` and `embeddedChunkCount` are set. |\n| `item-error` | The failure message, only rendered for `stage=\"failed\"` with `error` set. |\n| `item-header` | The row's name/stage-badge line. |\n| `item-meta` | Wrapper around the chunk-count/embedding-status/attempt-count text. |\n| `item-name` | The document's `name`. |\n| `item-progress` | The row's `<lr-progress-bar>`, only rendered for an active (uploading through indexing) stage. |\n| `item-stage` | The row's `<lr-badge>` showing the localized stage label; its `variant` tracks `stage`. |\n| `list` | The row container in non-virtualized mode (`role=\"list\"`). |\n| `retry-button` | Fires `lr-retry`. Only rendered for `stage=\"failed\"` rows. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-ingestion-queue-max-height` (default: `none`) — Non-virtualized mode only: caps how tall the list grows before it scrolls internally. Has no effect once virtualized -- the internal `<lr-virtual-list>`'s own viewport keeps its independent, fixed default height (retheme it directly via `<lr-ingestion-queue>`'s own `lr-virtual-list { --lr-virtual-list-height: ... }` if needed)."
7388
7416
  },
7389
7417
  "attributes": [
7390
7418
  {
@@ -7414,7 +7442,7 @@
7414
7442
  "name": "lr-input",
7415
7443
  "description": {
7416
7444
  "kind": "markdown",
7417
- "value": "`<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain\n`wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).\n\nShips the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/\n`<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`\nparts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as\n`<lr-select>`/`<lr-combobox>`. `type=\"password\"` always renders a\n`password-toggle` eye-icon button that flips the internal native input between\n`type=\"password\"`/`type=\"text\"` and tracks `passwordVisible`. `type=\"email\"`/`type=\"number\"`\n(with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own\nbrowser-computed `validity`, bridged into this element's `ElementInternals` by `updateValidity()`.\n`type=\"search\"`/`type=\"time\"` forward straight through to the native input with no additional\nchrome or validation, the same as `type=\"text\"`.\n\nA host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;\nexternal `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |"
7445
+ "value": "`<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain\n`wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).\n\nShips the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/\n`<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`\nparts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as\n`<lr-select>`/`<lr-combobox>`. `type=\"password\"` always renders a\n`password-toggle` eye-icon button that flips the internal native input between\n`type=\"password\"`/`type=\"text\"` and tracks `passwordVisible`. `type=\"email\"`/`type=\"number\"`\n(with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own\nbrowser-computed `validity`, bridged into this element's `ElementInternals` by `updateValidity()`.\n`type=\"search\"`/`type=\"time\"` forward straight through to the native input with no additional\nchrome or validation, the same as `type=\"text\"`.\n\nA host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;\nexternal `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`."
7418
7446
  },
7419
7447
  "attributes": [
7420
7448
  {
@@ -7445,6 +7473,13 @@
7445
7473
  "value": "Type: `string` \nDefault: `''`"
7446
7474
  }
7447
7475
  },
7476
+ {
7477
+ "name": "clearable",
7478
+ "description": {
7479
+ "kind": "markdown",
7480
+ "value": "Shows a built-in clear action for non-empty `text` and `search` inputs.\n\nType: `boolean` \nDefault: `false`"
7481
+ }
7482
+ },
7448
7483
  {
7449
7484
  "name": "enterkeyhint",
7450
7485
  "description": {
@@ -7491,14 +7526,14 @@
7491
7526
  "name": "max",
7492
7527
  "description": {
7493
7528
  "kind": "markdown",
7494
- "value": "Type: `number | undefined`"
7529
+ "value": "Upper counterpart of `min`, with the same parsing and the same default of `undefined`.\n\nType: `number | string | undefined`"
7495
7530
  }
7496
7531
  },
7497
7532
  {
7498
7533
  "name": "min",
7499
7534
  "description": {
7500
7535
  "kind": "markdown",
7501
- "value": "`type=\"number\"` only — forwarded to the internal native `<input>`'s own `min`/`max`/`step`\nand consulted by that same native input's constraint validation (see `updateValidity()`).\n\nType: `number | undefined`"
7536
+ "value": "`type=\"number\"` only — forwarded to the internal native `<input>`'s own `min`/`max`/`step`\nand consulted by that same native input's constraint validation (see `updateValidity()`).\nDefaults to `undefined` (no lower bound). The `min` attribute is parsed as a number here; the\ndeclared type also admits a string so a subclass bound to a non-numeric native input type can\nnarrow the attribute parsing to that type's own literal form (`<lr-time-input>`'s `09:00`)\nwithout redeclaring the whole property surface.\n\nType: `number | string | undefined`"
7502
7537
  }
7503
7538
  },
7504
7539
  {
@@ -7515,6 +7550,13 @@
7515
7550
  "value": "Type: `string` \nDefault: `''`"
7516
7551
  }
7517
7552
  },
7553
+ {
7554
+ "name": "readonly",
7555
+ "description": {
7556
+ "kind": "markdown",
7557
+ "value": "Forwards native read-only behavior to the internal input and disables the clear action.\n\nType: `boolean` \nDefault: `false`"
7558
+ }
7559
+ },
7518
7560
  {
7519
7561
  "name": "size",
7520
7562
  "description": {
@@ -7579,7 +7621,7 @@
7579
7621
  "name": "lr-json-viewer",
7580
7622
  "description": {
7581
7623
  "kind": "markdown",
7582
- "value": "`<lr-json-viewer>` — a collapsible, copyable tree view for an arbitrary\nJSON-serializable value (object/array/string/number/boolean/null/\nundefined). Serves as the fallback renderer wherever a raw payload (tool\ncall arguments, a tool result, an API response) needs inspecting without a\nbespoke view.\n\nExpand/collapse state is keyed by structural path (not by object identity),\nso it survives a `data` reassignment that keeps the same shape -- e.g. a\nstreaming tool result being patched in place.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root scroll container; respects `max-height`. |\n| `bracket` | A `{`, `}`, `[`, or `]` delimiter. |\n| `copy-button` | A copy-to-clipboard button -- the top-level one (in `toolbar`, labelled \"Copy JSON to clipboard\") or a per-node one (only rendered when `copyable`; labelled with its own key/type, e.g. \"Copy age\", so assistive tech can tell rows apart). |\n| `key` | An object property key or array index label. |\n| `toggle` | A container node's expand/collapse button (hidden, but present for row alignment, on leaf/empty nodes). |\n| `toolbar` | The wrapper around the top-level copy button (only rendered when `copyable`). |\n| `tree` | The wrapper around the rendered node tree. |\n| `value` | A primitive value's text -- carries `data-type` (`string`/`number`/`boolean`/`null`/`undefined`, or `circular` for a self-reference marker in place of a re-visited container's subtree) for per-type coloring, `data-match` while it matches `search`, and `data-active` while it is the current `searchNext()`/`searchPrevious()` cursor position. |"
7624
+ "value": "`<lr-json-viewer>` — a collapsible, copyable tree view for an arbitrary\nJSON-serializable value (object/array/string/number/boolean/null/\nundefined). Serves as the fallback renderer wherever a raw payload (tool\ncall arguments, a tool result, an API response) needs inspecting without a\nbespoke view.\n\nExpand/collapse state is keyed by structural path (not by object identity),\nso it survives a `data` reassignment that keeps the same shape -- e.g. a\nstreaming tool result being patched in place.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root scroll container; respects `max-height`. |\n| `bracket` | A `{`, `}`, `[`, or `]` delimiter. |\n| `copy-button` | A copy-to-clipboard button -- the top-level one (in `toolbar`, labelled \"Copy JSON to clipboard\") or a per-node one (only rendered when `copyable`; labelled with its own key/type, e.g. \"Copy age\", so assistive tech can tell rows apart). |\n| `key` | An object property key or array index label. |\n| `toggle` | A container node's expand/collapse button (hidden, but present for row alignment, on leaf/empty nodes). |\n| `toolbar` | The wrapper around the top-level copy button (only rendered when `copyable`). |\n| `tree` | The wrapper around the rendered node tree. |\n| `value` | A primitive value's text -- carries `data-type` (`string`/`number`/`boolean`/`null`/`undefined`, or `circular` for a self-reference marker in place of a re-visited container's subtree) for per-type coloring, `data-match` while it matches `search`, and `data-active` while it is the current `searchNext()`/`searchPrevious()` cursor position. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-json-viewer-max-height` (default: `none`) — Cap on `[part=\"base\"]`'s block size, past which the viewer scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.\n- `--lr-json-viewer-font` (default: `var(--lr-font-mono)`) — Font family used for the rendered tree."
7583
7625
  },
7584
7626
  "attributes": [
7585
7627
  {
@@ -7683,7 +7725,7 @@
7683
7725
  "name": "lr-knowledge-graph-explorer",
7684
7726
  "description": {
7685
7727
  "kind": "markdown",
7686
- "value": "`<lr-knowledge-graph-explorer>` — an orchestration-level surface for exploring a knowledge\ngraph: the `lr-graph` canvas plus entity search, type filters, neighborhood expansion, pinned\nnodes, path finding between pins, node selection, and a details overlay. Composes existing\nprimitives rather than re-implementing graph rendering: `lr-graph` (canvas/pan-zoom/selection),\n`lr-graph-legend` (type filters), `lr-entity-card` (the details popover's default content),\n`lr-neighbor-list` (the selected entity's relationships), `lr-path-strip` (a found path), and\n`lr-popover.showAt()` (the details overlay itself).\n\n**How the details popover finds its viewport position.** `lr-graph.getNodePosition()` and the\n`lr-node-click` event's `{ x, y }` are in the graph's own *local drawing space* (pre pan/zoom),\nnever viewport pixels -- passing them straight to `showAt()` would anchor the popover at the\nwrong place as soon as the graph has panned or zoomed even once. A direct node click resolves\nthe correct viewport rect the way this library's own documented `lr-graph` + `lr-popover.showAt()`\ncomposition does: for `renderer=\"svg\"` (the default), `event.composedPath()` (the native `click`\nthat bubbles out of `lr-graph`'s shadow root) locates the actual clicked `[part=\"node\"]` element,\nwhose `getBoundingClientRect()` is already viewport-relative; for `renderer=\"canvas\"` (no\nper-node DOM element to find), the click event's own `clientX`/`clientY` are used directly, since\ncanvas hit-testing already treats those as viewport coordinates internally. While the popover\nstays open after an `renderer=\"svg\"` click, this component re-reads that same resolved node\nelement's `getBoundingClientRect()` on a bounded `requestAnimationFrame` loop and re-calls\n`showAt()` every frame -- `lr-graph` exposes no public pan/zoom/tick event to subscribe to\ninstead, so polling the live element (which pan/zoom moves via an ancestor transform, not by\nmutating the element itself) is the closest available approximation to the \"re-anchor on\npan/zoom\" contract `showAt()`'s own docs describe as the caller's responsibility; the loop stops\nautomatically once the popover closes or the element leaves the DOM. Selecting a node any other\nway -- a search result, a neighbor row, a path-strip element, keyboard Enter/Space on a graph\nnode (which never dispatches a native `click`) -- has no click event to read a rect from, so it\ninstead calls the public `lr-graph.focusNode(id)` (which centers that node in the viewport) and\nthen anchors the popover at the graph element's own `getBoundingClientRect()` center once that\nsettles; no continuous tracking applies to that path.\n\n**Controlled vs. self-managed state.** `nodes`/`links`/`nodeTypes`/`communities`/`entityDetails`/\n`path` are purely host-supplied data, rendered as given. `hiddenTypes`/`selectedNodeId`/\n`searchQuery`/`pinnedNodeIds` are this component's own genuinely new contribution: it wires them\ninto `lr-graph`'s existing controlled props (`hiddenTypes`, `selectedNodeIds`, `dimmedNodeIds`)\nitself, toggling its own copy on interaction (the same self-toggle-then-emit contract\n`lr-graph-legend` already uses) so every feature works with zero host wiring, while still being\npresettable/observable properties and emitting events (`lr-pin-change`, `lr-path-request`,\nplus every composed primitive's own event bubbling straight through unmodified) for a host that\nwants to persist or react to them.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `details` | Overrides the details popover's default content (an `lr-entity-card` with a nested `lr-neighbor-list` and a pin toggle). Receives no data -- a consumer overriding this slot reads the selected entity from `selectedNodeId`/`nodes` itself. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root `role=\"group\"` wrapper. |\n| `detail-card` | The default-content `lr-entity-card`, only present while `selectedNodeId` resolves to a node. |\n| `detail-popover` | The composed `lr-popover` hosting the details overlay. |\n| `graph` | The composed `lr-graph`. |\n| `legend` | The composed `lr-graph-legend`. |\n| `path` | The composed `lr-path-strip`, only rendered while `path` is non-empty. |\n| `pinned` | The pinned-nodes row, only rendered while `pinnedNodeIds` is non-empty. |\n| `pinned-heading` | The pinned-nodes row's leading label. |\n| `search` | The composed `lr-entity-card` search `lr-input`. |\n| `search-empty` | The \"no matches\" message, shown when `searchQuery` is non-empty but no node matches. |\n| `search-result` | One search-match row (`role=\"listitem\"`, wrapping a `<button>`). |\n| `search-results` | The search-match list, only rendered while `searchQuery` is non-empty. |\n| `toolbar` | The row wrapping the search input and the type-filter legend. |"
7728
+ "value": "`<lr-knowledge-graph-explorer>` — an orchestration-level surface for exploring a knowledge\ngraph: the `lr-graph` canvas plus entity search, type filters, neighborhood expansion, pinned\nnodes, path finding between pins, node selection, and a details overlay. Composes existing\nprimitives rather than re-implementing graph rendering: `lr-graph` (canvas/pan-zoom/selection),\n`lr-graph-legend` (type filters), `lr-entity-card` (the details popover's default content),\n`lr-neighbor-list` (the selected entity's relationships), `lr-path-strip` (a found path), and\n`lr-popover.showAt()` (the details overlay itself).\n\n**How the details popover finds its viewport position.** `lr-graph.getNodePosition()` and the\n`lr-node-click` event's `{ x, y }` are in the graph's own *local drawing space* (pre pan/zoom),\nnever viewport pixels -- passing them straight to `showAt()` would anchor the popover at the\nwrong place as soon as the graph has panned or zoomed even once. A direct node click resolves\nthe correct viewport rect the way this library's own documented `lr-graph` + `lr-popover.showAt()`\ncomposition does: for `renderer=\"svg\"` (the default), `event.composedPath()` (the native `click`\nthat bubbles out of `lr-graph`'s shadow root) locates the actual clicked `[part=\"node\"]` element,\nwhose `getBoundingClientRect()` is already viewport-relative; for `renderer=\"canvas\"` (no\nper-node DOM element to find), the click event's own `clientX`/`clientY` are used directly, since\ncanvas hit-testing already treats those as viewport coordinates internally. While the popover\nstays open after an `renderer=\"svg\"` click, this component re-reads that same resolved node\nelement's `getBoundingClientRect()` and re-calls `showAt()` every time the composed `lr-graph`\nemits its own `lr-viewport-change` (a frame-coalesced pan/zoom/simulation-tick signal) --\nschedules no `requestAnimationFrame` loop of its own, unlike an idle popover polling the DOM on\nevery frame regardless of whether anything actually moved. Selecting a node any other\nway -- a search result, a neighbor row, a path-strip element, keyboard Enter/Space on a graph\nnode (which never dispatches a native `click`) -- has no click event to read a rect from, so it\ninstead calls the public `lr-graph.focusNode(id)` (which centers that node in the viewport) and\nthen anchors the popover at the graph element's own `getBoundingClientRect()` center once that\nsettles; no continuous tracking applies to that path.\n\n**Controlled vs. self-managed state.** `nodes`/`links`/`nodeTypes`/`communities`/`entityDetails`/\n`path` are purely host-supplied data, rendered as given. `hiddenTypes`/`selectedNodeId`/\n`searchQuery`/`pinnedNodeIds` are this component's own genuinely new contribution: it wires them\ninto `lr-graph`'s existing controlled props (`hiddenTypes`, `selectedNodeIds`, `dimmedNodeIds`,\n`dimmedLinkIds`) itself, toggling its own copy on interaction (the same self-toggle-then-emit\ncontract `lr-graph-legend` already uses) so every feature works with zero host wiring, while\nstill being presettable/observable properties and emitting events (`lr-pin-change`,\n`lr-path-request`, plus every composed primitive's own event bubbling straight through\nunmodified) for a host that wants to persist or react to them.\n\n`highlight` controls what drives that dimming, on top of the always-active search-match\ndimming: `'selection'` (the default) dims by the selected node's immediate neighborhood;\n`'hover'` also dims by whichever node is currently pointer-hovered (falling back to the selected\nnode's neighborhood while nothing is hovered); `'none'` turns this component's own dimming off\nentirely, forwarding empty `dimmedNodeIds`/`dimmedLinkIds` regardless of search/selection state\n-- for a host that wants to drive `lr-graph`'s dimming through a different composition instead.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `details` | Overrides the details popover's default content (an `lr-entity-card` with a nested `lr-neighbor-list` and a pin toggle). Receives no data -- a consumer overriding this slot reads the selected entity from `selectedNodeId`/`nodes` itself. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root `role=\"group\"` wrapper. |\n| `detail-card` | The default-content `lr-entity-card`, only present while `selectedNodeId` resolves to a node. |\n| `detail-popover` | The composed `lr-popover` hosting the details overlay. |\n| `graph` | The composed `lr-graph`. |\n| `legend` | The composed `lr-graph-legend`. |\n| `path` | The composed `lr-path-strip`, only rendered while `path` is non-empty. |\n| `pinned` | The pinned-nodes row, only rendered while `pinnedNodeIds` is non-empty. |\n| `pinned-heading` | The pinned-nodes row's leading label. |\n| `search` | The composed `lr-entity-card` search `lr-input`. |\n| `search-empty` | The \"no matches\" message, shown when `searchQuery` is non-empty but no node matches. |\n| `search-result` | One search-match row (`role=\"listitem\"`, wrapping a `<button>`). |\n| `search-results` | The search-match list, only rendered while `searchQuery` is non-empty. |\n| `toolbar` | The row wrapping the search input and the type-filter legend. |"
7687
7729
  },
7688
7730
  "attributes": [
7689
7731
  {
@@ -7693,6 +7735,24 @@
7693
7735
  "value": "Type: `number` \nDefault: `600`"
7694
7736
  }
7695
7737
  },
7738
+ {
7739
+ "name": "highlight",
7740
+ "description": {
7741
+ "kind": "markdown",
7742
+ "value": "What drives this component's own `dimmedNodeIds`/`dimmedLinkIds` forwarding, on top of the\nalways-active search-match dimming -- see the class doc's dedicated paragraph.\n\nType: `'selection' | 'hover' | 'none'` \nDefault: `'selection'`"
7743
+ },
7744
+ "values": [
7745
+ {
7746
+ "name": "selection"
7747
+ },
7748
+ {
7749
+ "name": "hover"
7750
+ },
7751
+ {
7752
+ "name": "none"
7753
+ }
7754
+ ]
7755
+ },
7696
7756
  {
7697
7757
  "name": "label",
7698
7758
  "description": {
@@ -7742,7 +7802,7 @@
7742
7802
  "name": "lr-known-date",
7743
7803
  "description": {
7744
7804
  "kind": "markdown",
7745
- "value": "`<lr-known-date>` — a date a user already knows (a birthdate, a passport\nissue/expiry date) collected as three plain, labeled day/month/year number\nfields in the locale's natural field order, rather than a calendar popup.\nForm-associated; the submitted form value is always canonical ISO 8601\n(`YYYY-MM-DD`), or `''` while any field is blank or the combination isn't a\nreal calendar date. Mirrors Web Awesome's `wa-known-date` API surface under\n`lr-`, with `appearance`/`pill`/`form` dropped and `size` normalized to\nthis library's own `xs`–`xl` scale, matching every other lyra form control\nmirrored from a Web Awesome counterpart.\n\nA field's own `<input>` shows exactly what was typed (never reformatted or\nreverted) -- only the composite `value` is zero-padded. Auto-advance\n(typing a field's last digit moves focus to the next field) and\nbackspace-to-previous-field-when-empty are this library's own additions on\ntop of Web Awesome's bare typing model, which documents no auto-advance;\ndon't remove them to \"restore\" WA parity. Arrow-key field-to-field\nnavigation at a field's text boundary is RTL-aware: the *physical* key that\nmeans \"toward the next field\" flips under an inherited `dir=\"rtl\"`, while\nthe field order itself (locale-derived) does not. Non-digit keystrokes are\nrejected before they reach a field's state -- no locale-specific numeral\ninput (e.g. Arabic-Indic digits) is supported.\n\nNo resizable text-editing surface exists (three fixed-width digit fields),\nso resize forwarding doesn't apply, and `spellcheck`/`autocapitalize`/\n`autocorrect`/`wrap` don't meaningfully apply to 2–4-digit numeric fields\neither -- the same carve-out `lr-input[type=\"number\"]` already documents.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content, alongside the `errorText` attribute. |\n| `hint` | Custom hint content, alongside the `hint` attribute. |\n| `label` | Custom label/legend content, alongside the `label` attribute. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The validation message. |\n| `field` | Each field block (label + input), repeated three times; distinguished by `data-field=\"day\"\\|\"month\"\\|\"year\"`. |\n| `field-input` | The native per-field `<input type=\"text\" inputmode=\"numeric\">`, repeated three times; distinguished by `data-field=\"day\"\\|\"month\"\\|\"year\"`. |\n| `field-label` | The small visible per-field text label (\"Day\"/\"Month\"/\"Year\"). |\n| `fields` | The row wrapping the three field blocks. |\n| `fieldset` | The `<fieldset>` grouping the three fields. |\n| `form-control` | The outer wrapper around legend, fieldset, hint, and error. |\n| `hint` | The hint message. |\n| `legend` | The `<legend>` element. |"
7805
+ "value": "`<lr-known-date>` — a date a user already knows (a birthdate, a passport\nissue/expiry date) collected as three plain, labeled day/month/year number\nfields in the locale's natural field order, rather than a calendar popup.\nForm-associated; the submitted form value is always canonical ISO 8601\n(`YYYY-MM-DD`), or `''` while any field is blank or the combination isn't a\nreal calendar date. Mirrors Web Awesome's `wa-known-date` API surface under\n`lr-`, with `appearance`/`pill`/`form` dropped and `size` normalized to\nthis library's own `xs`–`xl` scale, matching every other lyra form control\nmirrored from a Web Awesome counterpart.\n\nA field's own `<input>` shows exactly what was typed (never reformatted or\nreverted) -- only the composite `value` is zero-padded. Auto-advance\n(typing a field's last digit moves focus to the next field) and\nbackspace-to-previous-field-when-empty are this library's own additions on\ntop of Web Awesome's bare typing model, which documents no auto-advance;\ndon't remove them to \"restore\" WA parity. Arrow-key field-to-field\nnavigation at a field's text boundary is RTL-aware: the *physical* key that\nmeans \"toward the next field\" flips under an inherited `dir=\"rtl\"`, while\nthe field order itself (locale-derived) does not. Non-digit keystrokes are\nrejected before they reach a field's state -- no locale-specific numeral\ninput (e.g. Arabic-Indic digits) is supported.\n\nNo resizable text-editing surface exists (three fixed-width digit fields),\nso resize forwarding doesn't apply, and `spellcheck`/`autocapitalize`/\n`autocorrect`/`wrap` don't meaningfully apply to 2–4-digit numeric fields\neither -- the same carve-out `lr-input[type=\"number\"]` already documents.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content, alongside the `errorText` attribute. |\n| `hint` | Custom hint content, alongside the `hint` attribute. |\n| `label` | Custom label/legend content, alongside the `label` attribute. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The validation message. |\n| `field` | Each field block (label + input), repeated three times; distinguished by `data-field=\"day\"\\|\"month\"\\|\"year\"`. |\n| `field-input` | The native per-field `<input type=\"text\" inputmode=\"numeric\">`, repeated three times; distinguished by `data-field=\"day\"\\|\"month\"\\|\"year\"`. |\n| `field-label` | The small visible per-field text label (\"Day\"/\"Month\"/\"Year\"). |\n| `fields` | The row wrapping the three field blocks. |\n| `fieldset` | The `<fieldset>` grouping the three fields. |\n| `form-control` | The outer wrapper around legend, fieldset, hint, and error. |\n| `hint` | The hint message. |\n| `legend` | The `<legend>` element. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-known-date-field-padding-block` (default: `var(--lr-space-s)`) — Block padding of each `field-input`, auto-swapped per `size`.\n- `--lr-known-date-field-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of each `field-input`, auto-swapped per `size`.\n- `--lr-known-date-field-font-size` (default: `var(--lr-font-size-md-sm)`) — Font size of each `field-input`, auto-swapped per `size`.\n- `--lr-known-date-field-gap` (default: `var(--lr-space-s)`) — Gap between the three field blocks.\n- `--lr-known-date-day-field-width` (default: `var(--lr-size-3-5em)`) — Inline size of the day field.\n- `--lr-known-date-month-field-width` (default: `var(--lr-size-3-5em)`) — Inline size of the month field.\n- `--lr-known-date-year-field-width` (default: `var(--lr-size-5em)`) — Inline size of the year field."
7746
7806
  },
7747
7807
  "attributes": [
7748
7808
  {
@@ -7921,7 +7981,7 @@
7921
7981
  "name": "lr-line-chart",
7922
7982
  "description": {
7923
7983
  "kind": "markdown",
7924
- "value": "`<lr-line-chart>` — `<lr-chart>` with `type` locked to `\"line\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
7984
+ "value": "`<lr-line-chart>` — `<lr-chart>` with `type` locked to `\"line\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
7925
7985
  },
7926
7986
  "attributes": [
7927
7987
  {
@@ -8259,7 +8319,7 @@
8259
8319
  "name": "lr-markdown",
8260
8320
  "description": {
8261
8321
  "kind": "markdown",
8262
- "value": "`<lr-markdown>` — sanitized Markdown-to-HTML rendering (GFM tables,\nfenced code blocks, links, blockquotes) built on the optional peer\ndependencies `marked` (parsing) and `dompurify` (sanitizing), both\nlazy-loaded via `markdown-loader.ts` on first connect.\n\nRendering never ships unsanitized or broken markup silently:\n- If `marked` fails to load, or throws while parsing malformed input, the\n component falls back to plain text (`white-space: pre-wrap`, no HTML\n parsing at all) and fires `lr-render-error`.\n- If `sanitize` is `true` (the default) and `dompurify` fails to load, the\n component *also* falls back to plain text + `lr-render-error` — it\n never renders marked's raw HTML output when sanitization was requested\n (or defaulted to) but is unavailable, even though `marked` itself loaded\n fine.\n- If `sanitize` is explicitly `false`, marked's raw output renders as-is\n regardless of whether `dompurify` is installed — the consumer opted out\n of sanitization, so `dompurify`'s absence is irrelevant to that path.\n\nThat same plain-text fallback rendering (`data-fallback` on the `content`\npart) is also, unconditionally and by default, a brief *transient* state on\nevery connect, not just a failure path: `connectedCallback()`'s dynamic\n`import()` of `marked`/`dompurify` (see `markdown-loader.ts`) is\nasynchronous, so the very first paint of any `<lr-markdown>` on a page\nshows plain text for at least one microtask — even when both peers are\nalready installed and load without error — until that import resolves and\na second render replaces it with the real Markdown output. Set\n`eager-load` to skip that window once the shared dependency cache is\nalready warm; see that property's doc for exactly what \"warm\" requires.\n\n`heading`/`code`/`blockquote`/`table`/`link`/`image` tokens are rendered\nthrough a `marked` renderer override that injects `part=\"...\"` attributes\ndirectly into the produced HTML — a single pass, not a second DOM walk\nafter insertion.\n\nFenced code blocks are syntax-highlighted via the same optional `shiki` peer `<lr-code-block>`\nuses (`highlightCode`, default `true` — a pure upgrade gated by whether `shiki` is installed at\nall, not a separate opt-in). `languages`/`languagesOnly` mirror `<lr-code-block>`'s own\nfine-grained bundle-size controls. The very first render of any content is always plain\n(identical to today's output); highlighting arrives as an asynchronous upgrade one render later,\nonce shiki resolves. No highlighting is attempted while `streaming` is `true` — it applies once a\nstream settles, so there is no added per-chunk cost while content is still arriving.\n\nWhen `heading-anchors` is set, every rendered heading's slug (computed via the shared\nGitHub-slugger-style `Slugger`) is stamped as its `id`; `getHeadingTree()` computes that same\noutline on every parse regardless of `heading-anchors`, so a host can build a table of contents\neven while ids aren't in the DOM yet. `scrollToAnchor()` (from the adopted `DocumentAnchorTarget`\nmixin) resolves `fragment` anchors against that outline and `text-quote` anchors via\n`internal/text-quote.ts`'s shared scope/resolve helpers; `highlights` re-resolve by quote after\nevery render (never by node identity), so a highlight painted before a `streaming` update\nfinishes still finds its quote once the matching text arrives. Highlight painting uses\n`internal/text-highlights.ts`'s `acquireHighlightHandle()` -- the CSS Custom Highlight API where\nthe browser supports it (no DOM mutation at all), a `<mark>`-wrap fallback otherwise.\n\n`math` renders `$...$`/`$$...$$` TeX as MathML via the optional `katex` peer's\n`renderToString(tex, { output: 'mathml' })` -- MathML Core renders natively and accessibly in\nevergreen browsers with no extra stylesheet or webfont needing to cross the shadow boundary. A\nmissing `katex` peer renders the literal, unparsed TeX source (delimiters included) and fires one\n`lr-render-error`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `blockquote` | Every rendered `<blockquote>`. |\n| `code-block` | Every rendered fenced/indented `<pre>`. |\n| `content` | The wrapper around the rendered (or plain-text fallback) output. |\n| `heading` | Every rendered `<h1>`–`<h6>` (shifted by `heading-offset`). |\n| `img` | Every rendered `<img>`. |\n| `inline-code` | Every rendered inline `<code>` span (backtick spans, not fenced blocks). |\n| `link` | Every rendered `<a>`. |\n| `list` | Every rendered `<ul>`/`<ol>`. |\n| `math` | A rendered inline or block math span (`data-display=\"inline\"\\|\"block\"`). |\n| `paragraph` | Every rendered `<p>`. |\n| `table` | Every rendered `<table>`. |"
8322
+ "value": "`<lr-markdown>` — sanitized Markdown-to-HTML rendering (GFM tables,\nfenced code blocks, links, blockquotes) built on the optional peer\ndependencies `marked` (parsing) and `dompurify` (sanitizing), both\nlazy-loaded via `markdown-loader.ts` on first connect.\n\nRendering never ships unsanitized or broken markup silently:\n- If `marked` fails to load, or throws while parsing malformed input, the\n component falls back to plain text (`white-space: pre-wrap`, no HTML\n parsing at all) and fires `lr-render-error`.\n- If `sanitize` is `true` (the default) and `dompurify` fails to load, the\n component *also* falls back to plain text + `lr-render-error` — it\n never renders marked's raw HTML output when sanitization was requested\n (or defaulted to) but is unavailable, even though `marked` itself loaded\n fine.\n- If `sanitize` is explicitly `false`, marked's raw output renders as-is\n regardless of whether `dompurify` is installed — the consumer opted out\n of sanitization, so `dompurify`'s absence is irrelevant to that path.\n\nThat same plain-text fallback rendering (`data-fallback` on the `content`\npart) is also, unconditionally and by default, a brief *transient* state on\nevery connect, not just a failure path: `connectedCallback()`'s dynamic\n`import()` of `marked`/`dompurify` (see `markdown-loader.ts`) is\nasynchronous, so the very first paint of any `<lr-markdown>` on a page\nshows plain text for at least one microtask — even when both peers are\nalready installed and load without error — until that import resolves and\na second render replaces it with the real Markdown output. Set\n`eager-load` to skip that window once the shared dependency cache is\nalready warm; see that property's doc for exactly what \"warm\" requires.\n\n`heading`/`code`/`blockquote`/`table`/`link`/`image` tokens are rendered\nthrough a `marked` renderer override that injects `part=\"...\"` attributes\ndirectly into the produced HTML — a single pass, not a second DOM walk\nafter insertion.\n\nFenced code blocks are syntax-highlighted via the same optional `shiki` peer `<lr-code-block>`\nuses (`highlightCode`, default `true` — a pure upgrade gated by whether `shiki` is installed at\nall, not a separate opt-in). `languages`/`languagesOnly` mirror `<lr-code-block>`'s own\nfine-grained bundle-size controls. The very first render of any content is always plain\n(identical to today's output); highlighting arrives as an asynchronous upgrade one render later,\nonce shiki resolves. No highlighting is attempted while `streaming` is `true` — it applies once a\nstream settles, so there is no added per-chunk cost while content is still arriving.\n\nWhen `heading-anchors` is set, every rendered heading's slug (computed via the shared\nGitHub-slugger-style `Slugger`) is stamped as its `id`; `getHeadingTree()` computes that same\noutline on every parse regardless of `heading-anchors`, so a host can build a table of contents\neven while ids aren't in the DOM yet. `scrollToAnchor()` (from the adopted `DocumentAnchorTarget`\nmixin) resolves `fragment` anchors against that outline and `text-quote` anchors via\n`internal/text-quote.ts`'s shared scope/resolve helpers; `highlights` re-resolve by quote after\nevery render (never by node identity), so a highlight painted before a `streaming` update\nfinishes still finds its quote once the matching text arrives. Highlight painting uses\n`internal/text-highlights.ts`'s `acquireHighlightHandle()` -- the CSS Custom Highlight API where\nthe browser supports it (no DOM mutation at all), a `<mark>`-wrap fallback otherwise.\n\n`math` renders `$...$`/`$$...$$` TeX as MathML via the optional `katex` peer's\n`renderToString(tex, { output: 'mathml' })` -- MathML Core renders natively and accessibly in\nevergreen browsers with no extra stylesheet or webfont needing to cross the shadow boundary. A\nmissing `katex` peer renders the literal, unparsed TeX source (delimiters included) and fires one\n`lr-render-error`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `blockquote` | Every rendered `<blockquote>`. |\n| `code-block` | Every rendered fenced/indented `<pre>`. |\n| `content` | The wrapper around the rendered (or plain-text fallback) output. |\n| `heading` | Every rendered `<h1>`–`<h6>` (shifted by `heading-offset`). |\n| `img` | Every rendered `<img>`. |\n| `inline-code` | Every rendered inline `<code>` span (backtick spans, not fenced blocks). |\n| `link` | Every rendered `<a>`. |\n| `list` | Every rendered `<ul>`/`<ol>`. |\n| `math` | A rendered inline or block math span (`data-display=\"inline\"\\|\"block\"`). |\n| `paragraph` | Every rendered `<p>`. |\n| `table` | Every rendered `<table>`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-markdown-font-mono` (default: `var(--lr-font-mono)`) — Monospace family for rendered `<code>` inside `content`."
8263
8323
  },
8264
8324
  "attributes": [
8265
8325
  {
@@ -8466,7 +8526,7 @@
8466
8526
  "name": "lr-media-card",
8467
8527
  "description": {
8468
8528
  "kind": "markdown",
8469
- "value": "`<lr-media-card>` — a lightweight inline preview for one already-sent,\nalready-available attachment inside a rendered chat message body (e.g.\nplugged into `<lr-chat-message>`'s `attachments` slot, or embedded\ndirectly by a markdown/message renderer). Distinct from two other,\nsimilarly-named components in this family: `<lr-document-preview>` is a\nfuller viewer with header chrome and an async server-side-conversion\nstate machine (`status=\"converting\"`), and `<lr-attachment-chip>` is a\npre-send queued-file chip with upload progress. This component has\nneither concern — it only ever shows a `src` that's already final.\n\n**Format dispatch.** `kind` selects `'image'` (a plain `<img>`), `'video'`\n(a plain `<video controls>`), or `'file'` (an icon + filename chip with a\ndownload/open affordance). Leave `kind` unset to auto-detect from\n`mime-type` (`image/*` / `video/*` / anything else -> `'file'`);\nexplicitly setting `kind` always wins over detection.\n\n**Safe-URL checking.** `src` is validated before it's ever assigned to an\n`<img>`/`<video>` `src` or an `<a href>` — only `http:`/`https:`/`blob:`\n(plus `data:` for a *media* `src` only) or a scheme-relative/relative URL\nwith no scheme at all pass; anything else (`javascript:`, `vbscript:`,\nand similarly suspicious schemes) is rejected. `safeMediaSrc()` and\n`safeLinkHref()` share a platform-URL-based validator; their sink-specific\nallowlists explain why `data:` gets two different answers depending on\nwhere it is used. An `image`/`video` `kind` whose `src` fails the\nmedia-src check falls back to the generic file-chip rendering — this is\nthe \"plain preview unavailable state\" a dangerous URL degrades to, rather\nthan ever reaching a real media/anchor sink. That fallback also re-checks\n`src` against the stricter href allowlist for its own download affordance,\nbut since the href allowlist is a strict subset of the media-src allowlist,\nthat re-check can only ever change the outcome for a direct/auto-detected\n`kind=\"file\"` `src` — an `image`/`video` `src` that already failed the\nwider media-src check necessarily fails the narrower href check too, so\nthe fallback for those two kinds is always the plain, unclickable `span`.\n\n**The `video` case renders its open affordance separately from `base`.**\n`image`/`file` wrap their *entire* card in one native `<button>`/`<a>` —\nsafe because an `<img>` and a plain icon+text chip have no interactive\ncontent of their own to conflict with. A `<video controls>` element is\nitself interactive content (its own play/seek/volume controls), and HTML\nforbids nesting interactive content inside a `<button>`/`<a>` — doing so\nanyway would also make every click on the video's own controls bubble up\nand spuriously fire `lr-open`. So for `kind=\"video\"`, `base` is a plain,\nnon-interactive wrapper around `[part=\"media\"]`, and a small separate\n`[part=\"open-button\"]` (not one of this component's originally-scoped\nparts, added as the \"explicit view/open affordance\" the class is free to\nprovide) is the thing that actually fires `lr-open`.\n\n**Navigation.** This component never navigates on its own for `image`/\n`video` — activating the card only fires `lr-open`; a host decides what\n\"open\" means (a lightbox, a new tab, whatever). The `file`-chip case is\nthe one exception: when `src` passes the (stricter) href safety check, the\nchip is a real `<a href download>` so a bare drop-in still does something\nuseful — but `lr-open` fires first and is `cancelable`; a host that\ncalls `preventDefault()` on it suppresses that default download/open so it\ncan substitute its own handling instead.\n\n**Accessible action name.** The host `aria-label` maps to\n`accessibleLabel` and overrides the filename/alt/per-kind action name on\nwhichever internal element is actionable for the resolved kind. The name\nis therefore applied directly to the button or link across the shadow\nboundary; it does not replace the image alt text or the video control's\nown label.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root interactive/container element. A `<button>` for `kind=\"image\"`, a plain wrapper `<div>` for `kind=\"video\"`, and either an `<a>` (when `src` passes the href safety check) or a plain `<span>` (otherwise) for the `file`-chip fallback. |\n| `file-icon` | The generic file glyph, shown only in the file-chip fallback. |\n| `filename` | The filename text, shown only in the file-chip fallback. |\n| `media` | The `<img>` or `<video>` element. |\n| `open-button` | The explicit \"open\" affordance rendered next to `[part=\"media\"]` for `kind=\"video\"` only — see the class doc. |"
8529
+ "value": "`<lr-media-card>` — a lightweight inline preview for one already-sent,\nalready-available attachment inside a rendered chat message body (e.g.\nplugged into `<lr-chat-message>`'s `attachments` slot, or embedded\ndirectly by a markdown/message renderer). Distinct from two other,\nsimilarly-named components in this family: `<lr-document-preview>` is a\nfuller viewer with header chrome and an async server-side-conversion\nstate machine (`status=\"converting\"`), and `<lr-attachment-chip>` is a\npre-send queued-file chip with upload progress. This component has\nneither concern — it only ever shows a `src` that's already final.\n\n**Format dispatch.** `kind` selects `'image'` (a plain `<img>`), `'video'`\n(a plain `<video controls>`), or `'file'` (an icon + filename chip with a\ndownload/open affordance). Leave `kind` unset to auto-detect from\n`mime-type` (`image/*` / `video/*` / anything else -> `'file'`);\nexplicitly setting `kind` always wins over detection.\n\n**Safe-URL checking.** `src` is validated before it's ever assigned to an\n`<img>`/`<video>` `src` or an `<a href>` — only `http:`/`https:`/`blob:`\n(plus `data:` for a *media* `src` only) or a scheme-relative/relative URL\nwith no scheme at all pass; anything else (`javascript:`, `vbscript:`,\nand similarly suspicious schemes) is rejected. `safeMediaSrc()` and\n`safeLinkHref()` share a platform-URL-based validator; their sink-specific\nallowlists explain why `data:` gets two different answers depending on\nwhere it is used. An `image`/`video` `kind` whose `src` fails the\nmedia-src check falls back to the generic file-chip rendering — this is\nthe \"plain preview unavailable state\" a dangerous URL degrades to, rather\nthan ever reaching a real media/anchor sink. That fallback also re-checks\n`src` against the stricter href allowlist for its own download affordance,\nbut since the href allowlist is a strict subset of the media-src allowlist,\nthat re-check can only ever change the outcome for a direct/auto-detected\n`kind=\"file\"` `src` — an `image`/`video` `src` that already failed the\nwider media-src check necessarily fails the narrower href check too, so\nthe fallback for those two kinds is always the plain, unclickable `span`.\n\n**The `video` case renders its open affordance separately from `base`.**\n`image`/`file` wrap their *entire* card in one native `<button>`/`<a>` —\nsafe because an `<img>` and a plain icon+text chip have no interactive\ncontent of their own to conflict with. A `<video controls>` element is\nitself interactive content (its own play/seek/volume controls), and HTML\nforbids nesting interactive content inside a `<button>`/`<a>` — doing so\nanyway would also make every click on the video's own controls bubble up\nand spuriously fire `lr-open`. So for `kind=\"video\"`, `base` is a plain,\nnon-interactive wrapper around `[part=\"media\"]`, and a small separate\n`[part=\"open-button\"]` (not one of this component's originally-scoped\nparts, added as the \"explicit view/open affordance\" the class is free to\nprovide) is the thing that actually fires `lr-open`.\n\n**Navigation.** This component never navigates on its own for `image`/\n`video` — activating the card only fires `lr-open`; a host decides what\n\"open\" means (a lightbox, a new tab, whatever). The `file`-chip case is\nthe one exception: when `src` passes the (stricter) href safety check, the\nchip is a real `<a href download>` so a bare drop-in still does something\nuseful — but `lr-open` fires first and is `cancelable`; a host that\ncalls `preventDefault()` on it suppresses that default download/open so it\ncan substitute its own handling instead.\n\n**Accessible action name.** The host `aria-label` maps to\n`accessibleLabel` and overrides the filename/alt/per-kind action name on\nwhichever internal element is actionable for the resolved kind. The name\nis therefore applied directly to the button or link across the shadow\nboundary; it does not replace the image alt text or the video control's\nown label.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root interactive/container element. A `<button>` for `kind=\"image\"`, a plain wrapper `<div>` for `kind=\"video\"`, and either an `<a>` (when `src` passes the href safety check) or a plain `<span>` (otherwise) for the `file`-chip fallback. |\n| `file-icon` | The generic file glyph, shown only in the file-chip fallback. |\n| `filename` | The filename text, shown only in the file-chip fallback. |\n| `media` | The `<img>` or `<video>` element. |\n| `open-button` | The explicit \"open\" affordance rendered next to `[part=\"media\"]` for `kind=\"video\"` only — see the class doc. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-media-card-max-height` (default: `var(--lr-size-20rem)`) — Cap on the block size of the `<img>`/`<video>` in `[part=\"media\"]`."
8470
8530
  },
8471
8531
  "attributes": [
8472
8532
  {
@@ -9225,7 +9285,7 @@
9225
9285
  "name": "lr-number-input",
9226
9286
  "description": {
9227
9287
  "kind": "markdown",
9228
- "value": "`<lr-number-input>` — a numeric-input alias with the complete `lr-input`\nform, validation, and native editing contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |"
9288
+ "value": "`<lr-number-input>` — a numeric-input alias with the complete `lr-input`\nform, validation, and native editing contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`."
9229
9289
  },
9230
9290
  "attributes": [
9231
9291
  {
@@ -9256,6 +9316,13 @@
9256
9316
  "value": "Type: `string` \nDefault: `''`"
9257
9317
  }
9258
9318
  },
9319
+ {
9320
+ "name": "clearable",
9321
+ "description": {
9322
+ "kind": "markdown",
9323
+ "value": "Shows a built-in clear action for non-empty `text` and `search` inputs.\n\nType: `boolean` \nDefault: `false`"
9324
+ }
9325
+ },
9259
9326
  {
9260
9327
  "name": "enterkeyhint",
9261
9328
  "description": {
@@ -9302,14 +9369,14 @@
9302
9369
  "name": "max",
9303
9370
  "description": {
9304
9371
  "kind": "markdown",
9305
- "value": "Type: `number | undefined`"
9372
+ "value": "Upper counterpart of `min`, with the same parsing and the same default of `undefined`.\n\nType: `number | string | undefined`"
9306
9373
  }
9307
9374
  },
9308
9375
  {
9309
9376
  "name": "min",
9310
9377
  "description": {
9311
9378
  "kind": "markdown",
9312
- "value": "`type=\"number\"` only — forwarded to the internal native `<input>`'s own `min`/`max`/`step`\nand consulted by that same native input's constraint validation (see `updateValidity()`).\n\nType: `number | undefined`"
9379
+ "value": "`type=\"number\"` only — forwarded to the internal native `<input>`'s own `min`/`max`/`step`\nand consulted by that same native input's constraint validation (see `updateValidity()`).\nDefaults to `undefined` (no lower bound). The `min` attribute is parsed as a number here; the\ndeclared type also admits a string so a subclass bound to a non-numeric native input type can\nnarrow the attribute parsing to that type's own literal form (`<lr-time-input>`'s `09:00`)\nwithout redeclaring the whole property surface.\n\nType: `number | string | undefined`"
9313
9380
  }
9314
9381
  },
9315
9382
  {
@@ -9326,6 +9393,13 @@
9326
9393
  "value": "Type: `string` \nDefault: `''`"
9327
9394
  }
9328
9395
  },
9396
+ {
9397
+ "name": "readonly",
9398
+ "description": {
9399
+ "kind": "markdown",
9400
+ "value": "Forwards native read-only behavior to the internal input and disables the clear action.\n\nType: `boolean` \nDefault: `false`"
9401
+ }
9402
+ },
9329
9403
  {
9330
9404
  "name": "size",
9331
9405
  "description": {
@@ -9360,7 +9434,7 @@
9360
9434
  "name": "lr-option",
9361
9435
  "description": {
9362
9436
  "kind": "markdown",
9363
- "value": "`<lr-option>` custom element."
9437
+ "value": "`<lr-option>` a selectable option for `<lr-combobox>`.\nMirrors `<wa-option>`. Acts as the data source; the combobox renders the\ninteractive rows in its own shadow root and filters/caps them.\n\nThe label is the element's text content (or an explicit `label` attribute)."
9364
9438
  },
9365
9439
  "attributes": [
9366
9440
  {
@@ -9796,7 +9870,7 @@
9796
9870
  "name": "lr-pie-chart",
9797
9871
  "description": {
9798
9872
  "kind": "markdown",
9799
- "value": "`<lr-pie-chart>` — `<lr-chart>` with `type` locked to `\"pie\"`. Single-series:\none `Series` with `data: number[]` and `color: string[]` as the slice palette.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
9873
+ "value": "`<lr-pie-chart>` — `<lr-chart>` with `type` locked to `\"pie\"`. Single-series:\none `Series` with `data: number[]` and `color: string[]` as the slice palette.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
9800
9874
  },
9801
9875
  "attributes": [
9802
9876
  {
@@ -9917,7 +9991,7 @@
9917
9991
  "name": "lr-playback",
9918
9992
  "description": {
9919
9993
  "kind": "markdown",
9920
- "value": "`<lr-playback>` — steps an index through `[0, length)` on a fixed\ninterval (play/pause), the common building block behind ad-hoc\nplay-timers in time-series dashboards.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The playback controls wrapper. |\n| `play-button` | The play/pause button. |\n| `slider` | The playback position slider. |"
9994
+ "value": "`<lr-playback>` — steps an index through `[0, length)` on a fixed\ninterval (play/pause), the common building block behind ad-hoc\nplay-timers in time-series dashboards.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The playback controls wrapper. |\n| `play-button` | The play/pause button. |\n| `slider` | The playback position slider. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-playback-icon-size` (default: `calc(var(--lr-icon-button-size) * 0.35)`) — Font size of the play/pause glyph, derived from the shared icon-button hit-target size."
9921
9995
  },
9922
9996
  "attributes": [
9923
9997
  {
@@ -9975,7 +10049,7 @@
9975
10049
  "name": "lr-polar-area-chart",
9976
10050
  "description": {
9977
10051
  "kind": "markdown",
9978
- "value": "`<lr-polar-area-chart>` — `<lr-chart>` with `type` locked to `\"polarArea\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
10052
+ "value": "`<lr-polar-area-chart>` — `<lr-chart>` with `type` locked to `\"polarArea\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
9979
10053
  },
9980
10054
  "attributes": [
9981
10055
  {
@@ -10303,7 +10377,7 @@
10303
10377
  "name": "lr-progress-ring",
10304
10378
  "description": {
10305
10379
  "kind": "markdown",
10306
- "value": "`<lr-progress-ring>` — a circular determinate or indeterminate progress indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional center label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The progress wrapper. |\n| `indicator` | The SVG indicator. |\n| `label` | The center label. |\n| `track` | The SVG track. |"
10380
+ "value": "`<lr-progress-ring>` — a circular determinate or indeterminate progress indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional center label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The progress wrapper. |\n| `indicator` | The SVG indicator. |\n| `label` | The center label. |\n| `track` | The SVG track. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-progress-ring-size` (default: `var(--lr-size-2-5rem)`) — Outer diameter of the ring."
10307
10381
  },
10308
10382
  "attributes": [
10309
10383
  {
@@ -10370,7 +10444,7 @@
10370
10444
  "name": "lr-push-to-talk",
10371
10445
  "description": {
10372
10446
  "kind": "markdown",
10373
- "value": "`<lr-push-to-talk>` — a mic capture button owning the full `getUserMedia` + `MediaRecorder`\nlifecycle: permission request, recording, optional chunked streaming, teardown. The one place in\nthis library that touches the microphone — no SDK, no LiveKit/ElevenLabs import, native browser\nAPIs only.\n\n`mode=\"hold\"` (the default) is a press-and-hold gesture: pointerdown/Enter-or-Space-keydown starts,\npointerup/keyup/blur stops. `mode=\"toggle\"` is click-to-start/click-to-stop with `aria-pressed`.\nEscape cancels the in-progress take in either mode (discarding it — `lr-record-cancel`, never\n`lr-record-stop`). `state` is a read-only lifecycle reflected to the `data-state` attribute (not\n`state`, avoiding any ambiguity with a native form-control `state`): `'idle' | 'requesting' |\n'denied' | 'recording' | 'error'`. A host-level `aria-label` (set on `<lr-push-to-talk>` itself)\noverrides the computed trigger label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `icon` | Replaces the default mic glyph. |\n| `recording-icon` | Replaces the default recording-state pulse glyph. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `icon` | Wrapper around the `icon` slot / default mic glyph. |\n| `pulse` | Wrapper around the `recording-icon` slot / default pulse glyph, rendered only while recording. |\n| `status` | Visible status text for the `requesting`/`denied`/`error`/unsupported states. |\n| `timer` | The `M:SS` elapsed-time readout, rendered only while recording and `show-timer`. |\n| `trigger` | The capture button. |"
10447
+ "value": "`<lr-push-to-talk>` — a mic capture button owning the full `getUserMedia` + `MediaRecorder`\nlifecycle: permission request, recording, optional chunked streaming, teardown. The one place in\nthis library that touches the microphone — no SDK, no LiveKit/ElevenLabs import, native browser\nAPIs only.\n\n`mode=\"hold\"` (the default) is a press-and-hold gesture: pointerdown/Enter-or-Space-keydown starts,\npointerup/keyup/blur stops. `mode=\"toggle\"` is click-to-start/click-to-stop with `aria-pressed`.\nEscape cancels the in-progress take in either mode (discarding it — `lr-record-cancel`, never\n`lr-record-stop`). `state` is a read-only lifecycle reflected to the `data-state` attribute (not\n`state`, avoiding any ambiguity with a native form-control `state`): `'idle' | 'requesting' |\n'denied' | 'recording' | 'error'`. A host-level `aria-label` (set on `<lr-push-to-talk>` itself)\noverrides the computed trigger label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `icon` | Replaces the default mic glyph. |\n| `recording-icon` | Replaces the default recording-state pulse glyph. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `icon` | Wrapper around the `icon` slot / default mic glyph. |\n| `pulse` | Wrapper around the `recording-icon` slot / default pulse glyph, rendered only while recording. |\n| `status` | Visible status text for the `requesting`/`denied`/`error`/unsupported states. |\n| `timer` | The `M:SS` elapsed-time readout, rendered only while recording and `show-timer`. |\n| `trigger` | The capture button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-push-to-talk-size` (default: `var(--lr-size-3rem)`) — Inline and block size of the circular `trigger` button."
10374
10448
  },
10375
10449
  "attributes": [
10376
10450
  {
@@ -10516,7 +10590,7 @@
10516
10590
  "name": "lr-radar-chart",
10517
10591
  "description": {
10518
10592
  "kind": "markdown",
10519
- "value": "`<lr-radar-chart>` — `<lr-chart>` with `type` locked to `\"radar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
10593
+ "value": "`<lr-radar-chart>` — `<lr-chart>` with `type` locked to `\"radar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
10520
10594
  },
10521
10595
  "attributes": [
10522
10596
  {
@@ -10944,7 +11018,7 @@
10944
11018
  "name": "lr-responsive-panel",
10945
11019
  "description": {
10946
11020
  "kind": "markdown",
10947
- "value": "`<lr-responsive-panel>` — the same slotted content either docked inline\nin the page's normal layout flow (desktop) or presented as a full-screen/\nbottom-sheet overlay (mobile), depending on viewport width. Typical uses:\na settings panel or a conversation-history sidebar that's a permanent\ndocked pane on a wide screen but a modal on a phone.\n\nBreakpoint detection uses `matchMedia('(max-width: ' + mobileBreakpoint +\n')')`, re-evaluated live while connected -- resizing/rotating a device\nthat crosses the breakpoint while `mode=\"auto\"` (the default) updates the\neffective presentation without unmounting or re-creating the slotted\ncontent: inline and overlay presentation share the exact same shadow DOM\nstructure (only a css class, and the overlay-only `role`/`aria-modal`\nattributes and backdrop element, differ), so lit-html's diffing keeps\n`[part=\"body\"]` and its `<slot>` as the same DOM node across the\ntransition -- scroll position and focus inside the slotted content survive\nit for free. When an open inline panel becomes modal, focus already inside\nis preserved and outside focus moves to the first available target. Closing\nstill returns to the opener captured by the original inline open.\n\nThe overlay presentation uses the library's shared overlay coordinator for\nfocus trapping, Escape/backdrop dismissal, inerting, and stack ordering,\nwhile retaining this component's own responsive rendering and close event.\n\nAccessible name (overlay presentation only -- the inline presentation has\nno dialog semantics to name), in priority order: if the host element itself\nhas an `aria-label` attribute set, its value wins outright, overriding\nevery source below -- the standard ARIA convention for a consumer that\nwants full control over the announced name, matching lr-dialog's\n`accessibleLabel` pattern. Otherwise `label`, when set, is used verbatim.\nWhen both are empty, this falls back to the `header` slot's content -- a\nheading element (`h1`–`h6` or `[role=\"heading\"]`) among the slotted header\ncontent wins if present, otherwise the header slot's full text content is\nused, mirroring lr-dialog's `detectHeading()`/`headingText` fallback (see\ndialog.ts's module doc for why this uses `aria-label`, a copied string,\nrather than `aria-labelledby`: the header content is light DOM while\n`[part=\"panel\"]` lives in this element's shadow tree, and an ID-reference\nattribute can't resolve across that boundary). A panel opened without a\nhost `aria-label`, `label`, or header content still renders `role=\"dialog\"`\nwith no accessible name -- set one of those to avoid that.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The panel body. |\n| `footer` | Optional footer content (e.g. action buttons), rendered below the body. |\n| `header` | Optional header content, rendered above the body. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel -- only rendered in the overlay presentation. |\n| `base` | The root wrapper; `display: none` while closed, positioned `fixed` while open and in the overlay presentation. |\n| `body` | The wrapper around the default slot. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The wrapper around the `header` slot. |\n| `panel` | The panel surface itself (`role=\"dialog\"` while open and in the overlay presentation). |"
11021
+ "value": "`<lr-responsive-panel>` — the same slotted content either docked inline\nin the page's normal layout flow (desktop) or presented as a full-screen/\nbottom-sheet overlay (mobile), depending on viewport width. Typical uses:\na settings panel or a conversation-history sidebar that's a permanent\ndocked pane on a wide screen but a modal on a phone.\n\nBreakpoint detection uses `matchMedia('(max-width: ' + mobileBreakpoint +\n')')`, re-evaluated live while connected -- resizing/rotating a device\nthat crosses the breakpoint while `mode=\"auto\"` (the default) updates the\neffective presentation without unmounting or re-creating the slotted\ncontent: inline and overlay presentation share the exact same shadow DOM\nstructure (only a css class, and the overlay-only `role`/`aria-modal`\nattributes and backdrop element, differ), so lit-html's diffing keeps\n`[part=\"body\"]` and its `<slot>` as the same DOM node across the\ntransition -- scroll position and focus inside the slotted content survive\nit for free. When an open inline panel becomes modal, focus already inside\nis preserved and outside focus moves to the first available target. Closing\nstill returns to the opener captured by the original inline open.\n\nThe overlay presentation uses the library's shared overlay coordinator for\nfocus trapping, Escape/backdrop dismissal, inerting, and stack ordering,\nwhile retaining this component's own responsive rendering and close event.\n\nAccessible name (overlay presentation only -- the inline presentation has\nno dialog semantics to name), in priority order: if the host element itself\nhas an `aria-label` attribute set, its value wins outright, overriding\nevery source below -- the standard ARIA convention for a consumer that\nwants full control over the announced name, matching lr-dialog's\n`accessibleLabel` pattern. Otherwise `label`, when set, is used verbatim.\nWhen both are empty, this falls back to the `header` slot's content -- a\nheading element (`h1`–`h6` or `[role=\"heading\"]`) among the slotted header\ncontent wins if present, otherwise the header slot's full text content is\nused, mirroring lr-dialog's `detectHeading()`/`headingText` fallback (see\ndialog.ts's module doc for why this uses `aria-label`, a copied string,\nrather than `aria-labelledby`: the header content is light DOM while\n`[part=\"panel\"]` lives in this element's shadow tree, and an ID-reference\nattribute can't resolve across that boundary). A panel opened without a\nhost `aria-label`, `label`, or header content still renders `role=\"dialog\"`\nwith no accessible name -- set one of those to avoid that.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The panel body. |\n| `footer` | Optional footer content (e.g. action buttons), rendered below the body. |\n| `header` | Optional header content, rendered above the body. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel -- only rendered in the overlay presentation. |\n| `base` | The root wrapper; `display: none` while closed, positioned `fixed` while open and in the overlay presentation. |\n| `body` | The wrapper around the default slot. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The wrapper around the `header` slot. |\n| `panel` | The panel surface itself (`role=\"dialog\"` while open and in the overlay presentation). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-responsive-panel-overlay-color` (default: `var(--lr-color-overlay)`) — The overlay presentation's scrim color, applied to `[part=\"backdrop\"]`."
10948
11022
  },
10949
11023
  "attributes": [
10950
11024
  {
@@ -11244,7 +11318,7 @@
11244
11318
  "name": "lr-retrieval-trace",
11245
11319
  "description": {
11246
11320
  "kind": "markdown",
11247
- "value": "`<lr-retrieval-trace>` — a retrieval pipeline's stage timeline (query rewriting, embedding,\nretrieval, reranking, filtering), rendered through `<lr-span-waterfall>`'s existing\ntime-scaled bar rendering, plus a disclosure list below it exposing each stage's evidence:\nfree-form text, retrieved/reranked/filtered chunks via `<lr-chunk-inspector>`, and/or arbitrary\nstage metadata. Never fetches, ranks, or computes retrieval results itself.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `evidence-body` | A stage's evidence content wrapper, hidden while collapsed. |\n| `evidence-list` | The wrapper around every stage's evidence disclosure row. Omitted when no stage has evidence. |\n| `evidence-metadata` | A stage's key/value metadata list (a `<dl>`). |\n| `evidence-metadata-key` | One metadata entry's key (a `<dt>`). |\n| `evidence-metadata-value` | One metadata entry's value (a `<dd>`). |\n| `evidence-row` | One stage's evidence disclosure row. Omitted for a stage with no evidence. |\n| `evidence-text` | A stage's free-form text evidence. |\n| `evidence-toggle` | A stage's evidence disclosure `<button>`. |\n| `evidence-toggle-icon` | The disclosure button's chevron glyph. |\n| `timeline` | The internal `<lr-span-waterfall>` element. |"
11321
+ "value": "`<lr-retrieval-trace>` — a retrieval pipeline's stage timeline (query rewriting, embedding,\nretrieval, reranking, filtering), rendered through `<lr-span-waterfall>`'s existing\ntime-scaled bar rendering, plus a disclosure list below it exposing each stage's evidence:\nfree-form text, retrieved/reranked/filtered chunks via `<lr-chunk-inspector>`, and/or arbitrary\nstage metadata. Never fetches, ranks, or computes retrieval results itself.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `evidence-body` | A stage's evidence content wrapper, hidden while collapsed. |\n| `evidence-list` | The wrapper around every stage's evidence disclosure row. Omitted when no stage has evidence. |\n| `evidence-metadata` | A stage's key/value metadata list (a `<dl>`). |\n| `evidence-metadata-key` | One metadata entry's key (a `<dt>`). |\n| `evidence-metadata-row` | One metadata entry's `<dt>`/`<dd>` pair wrapper, inside `evidence-metadata`. |\n| `evidence-metadata-value` | One metadata entry's value (a `<dd>`). |\n| `evidence-row` | One stage's evidence disclosure row. Omitted for a stage with no evidence. |\n| `evidence-text` | A stage's free-form text evidence. |\n| `evidence-toggle` | A stage's evidence disclosure `<button>`. |\n| `evidence-toggle-icon` | The disclosure button's chevron glyph. |\n| `timeline` | The internal `<lr-span-waterfall>` element. |"
11248
11322
  },
11249
11323
  "attributes": [
11250
11324
  {
@@ -11325,7 +11399,7 @@
11325
11399
  "name": "lr-scatter-chart",
11326
11400
  "description": {
11327
11401
  "kind": "markdown",
11328
- "value": "`<lr-scatter-chart>` — `<lr-chart>` with `type` locked to `\"scatter\"`. Feed\npoints via `Series.points`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |"
11402
+ "value": "`<lr-scatter-chart>` — `<lr-chart>` with `type` locked to `\"scatter\"`. Feed\npoints via `Series.points`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The host's `block-size`. Set on the host element from the `height` property on every change (custom properties only cascade downward, so it cannot be set from inside the shadow root); a host-level override is overwritten the next time `height` changes.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
11329
11403
  },
11330
11404
  "attributes": [
11331
11405
  {
@@ -11446,7 +11520,7 @@
11446
11520
  "name": "lr-scroller",
11447
11521
  "description": {
11448
11522
  "kind": "markdown",
11449
- "value": "`<lr-scroller>` — a responsive overflow surface with optional previous\nand next controls. Content remains in the default slot, so cards, tabs, and\nany consumer-owned interactive elements retain their own semantics.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Scrollable content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The overall scroller layout. |\n| `content` | The slotted content wrapper. |\n| `control` | Shared part on both `previous` and `next`. |\n| `next` | The next/end control. |\n| `next-glyph` | The chevron glyph inside `next`, mirrored under RTL. |\n| `previous` | The previous/start control. |\n| `previous-glyph` | The chevron glyph inside `previous`, mirrored under RTL. |\n| `viewport` | The native scroll container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroller-control-size` — Control size.\n- `--lr-scroller-min-block-size` — Minimum vertical scroller size."
11523
+ "value": "`<lr-scroller>` — a responsive overflow surface with optional previous\nand next controls. Content remains in the default slot, so cards, tabs, and\nany consumer-owned interactive elements retain their own semantics.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Scrollable content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The overall scroller layout. |\n| `content` | The slotted content wrapper. |\n| `control` | Shared part on both `previous` and `next`. |\n| `next` | The next/end control. |\n| `next-glyph` | The chevron glyph inside `next`, mirrored under RTL. |\n| `previous` | The previous/start control. |\n| `previous-glyph` | The chevron glyph inside `previous`, mirrored under RTL. |\n| `viewport` | The native scroll container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroller-control-size` (default: `var(--lr-size-2rem)`) — Control size.\n- `--lr-scroller-min-block-size` (default: `var(--lr-size-10rem)`) — Minimum vertical scroller size."
11450
11524
  },
11451
11525
  "attributes": [
11452
11526
  {
@@ -11497,7 +11571,7 @@
11497
11571
  "name": "lr-segmented",
11498
11572
  "description": {
11499
11573
  "kind": "markdown",
11500
- "value": "`<lr-segmented>` — a single-select button row with the WAI-ARIA APG `radiogroup` contract\nbuilt in: `role=\"radiogroup\"`/`role=\"radio\"`, roving tabindex, automatic activation (click or\narrow-key move both select immediately, like a native radio group), cyclic Arrow/Home/End\nnavigation among non-disabled items. First-party invention --\n\"choose exactly one of N labeled options, rendered as a button row\" is ubiquitous\nsettings/filter-panel UI. Supports the same `2xs`-`xl` compact-form-control `size` scale as\n`<lr-select>`/`<lr-combobox>`/`<lr-input>`, so it can sit flush beside those controls in a\ntoolbar at a matching height.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `segment` | A single `role=\"radio\"` button. |\n| `segment-icon` | Optional leading visual supplied by the item's `icon` field; content may have a natural aspect ratio and is not restricted to a square icon. |\n| `segment-label` | The segment's label text. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the static fade at each horizontal scroll edge."
11574
+ "value": "`<lr-segmented>` — a single-select button row with the WAI-ARIA APG `radiogroup` contract\nbuilt in: `role=\"radiogroup\"`/`role=\"radio\"`, roving tabindex, automatic activation (click or\narrow-key move both select immediately, like a native radio group), cyclic Arrow/Home/End\nnavigation among non-disabled items. First-party invention --\n\"choose exactly one of N labeled options, rendered as a button row\" is ubiquitous\nsettings/filter-panel UI. Supports the same `2xs`-`xl` compact-form-control `size` scale as\n`<lr-select>`/`<lr-combobox>`/`<lr-input>`, so it can sit flush beside those controls in a\ntoolbar at a matching height.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `segment` | A single `role=\"radio\"` button. |\n| `segment-icon` | Optional leading visual supplied by the item's `icon` field; content may have a natural aspect ratio and is not restricted to a square icon. |\n| `segment-label` | The segment's label text. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the static fade at each horizontal scroll edge.\n- `--lr-segmented-track-min-height` (default: `auto`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `auto` default applies at the unset/`m` size.\n- `--lr-segmented-segment-padding` (default: `var(--lr-size-0-125rem) var(--lr-space-s)`) — Each segment's padding. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-font-size` (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size."
11501
11575
  },
11502
11576
  "attributes": [
11503
11577
  {
@@ -11534,7 +11608,7 @@
11534
11608
  "name": "lr-select",
11535
11609
  "description": {
11536
11610
  "kind": "markdown",
11537
- "value": "`<lr-select>` — a plain closed-list dropdown: a direct `<lr-*>`\ncounterpart to `<wa-select>`/`<wa-option>`. Trigger is a button (not a text\ninput) -- click/Enter/Space/ArrowDown opens it, there's no typing-to-filter.\nA printable keypress instead jumps (or, while closed, directly selects) the\nnext option whose label starts with what's been typed, like a native\n`<select>`'s type-ahead.\n\nOptions are `<lr-option value>` children, the same element `<lr-combobox>`\nuses. Unlike `lr-combobox` this is single-select only, with no filter/\nsource/with-clear/max-options-visible/empty-text/max-render/multiple surface\n-- see `<lr-combobox>` for the filterable/multi-select case.\n\nReuses `lr-combobox`'s popup positioning (`internal/positioner.js`) and\nclick-outside/Escape/Home/End/Arrow-key listbox navigation patterns,\nadapted to a trigger button that keeps DOM focus throughout (the listbox's\n\"active\" row is conveyed via `aria-activedescendant`, never actual focus),\nmatching the WAI-ARIA \"select-only combobox\" pattern.\n\nWhen `autoCommitSingleOption` is set and exactly one option is enabled\n(regardless of how many disabled ones exist alongside it), the popup never\nopens at all: a click, Enter, Space, ArrowDown, or ArrowUp on the trigger\ncommits that sole option directly, and the trigger renders as a plain\n`role=\"button\"` with no chevron/`aria-haspopup`/`aria-expanded` rather than\na combobox with a permanently inert popup state — opening a one-row list to\npick the only available choice is pure friction with no real decision\nbehind it. This never changes `value`/validity defaults on its own — an\nunselected single-option select stays unselected (and a `required` one\nstays invalid) exactly like the multi-option case, until the trigger is\nactually activated. `autoCommitSingleOption` defaults to `false`: by\ndefault a select always renders the normal combobox/listbox/chevron\ntrigger no matter how many options are enabled, matching pre-1.3.0\nbehavior — opt in explicitly if a narrowing-to-one option list should\nauto-commit.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, trigger, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `group-label` | An option group's heading row (shown when any option declares a `group`). |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `trigger` | The trigger button (positioning anchor). |"
11611
+ "value": "`<lr-select>` — a plain closed-list dropdown: a direct `<lr-*>`\ncounterpart to `<wa-select>`/`<wa-option>`. Trigger is a button (not a text\ninput) -- click/Enter/Space/ArrowDown opens it, there's no typing-to-filter.\nA printable keypress instead jumps (or, while closed, directly selects) the\nnext option whose label starts with what's been typed, like a native\n`<select>`'s type-ahead.\n\nOptions are `<lr-option value>` children, the same element `<lr-combobox>`\nuses. Unlike `lr-combobox` this is single-select only, with no filter/\nsource/with-clear/max-options-visible/empty-text/max-render/multiple surface\n-- see `<lr-combobox>` for the filterable/multi-select case.\n\nReuses `lr-combobox`'s popup positioning (`internal/positioner.js`) and\nclick-outside/Escape/Home/End/Arrow-key listbox navigation patterns,\nadapted to a trigger button that keeps DOM focus throughout (the listbox's\n\"active\" row is conveyed via `aria-activedescendant`, never actual focus),\nmatching the WAI-ARIA \"select-only combobox\" pattern.\n\nWhen `autoCommitSingleOption` is set and exactly one option is enabled\n(regardless of how many disabled ones exist alongside it), the popup never\nopens at all: a click, Enter, Space, ArrowDown, or ArrowUp on the trigger\ncommits that sole option directly, and the trigger renders as a plain\n`role=\"button\"` with no chevron/`aria-haspopup`/`aria-expanded` rather than\na combobox with a permanently inert popup state — opening a one-row list to\npick the only available choice is pure friction with no real decision\nbehind it. This never changes `value`/validity defaults on its own — an\nunselected single-option select stays unselected (and a `required` one\nstays invalid) exactly like the multi-option case, until the trigger is\nactually activated. `autoCommitSingleOption` defaults to `false`: by\ndefault a select always renders the normal combobox/listbox/chevron\ntrigger no matter how many options are enabled, matching pre-1.3.0\nbehavior — opt in explicitly if a narrowing-to-one option list should\nauto-commit.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, trigger, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `group-label` | An option group's heading row (shown when any option declares a `group`). |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `trigger` | The trigger button (positioning anchor). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-select-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-select-trigger-padding` — Trigger padding shorthand, scaled by `size`.\n- `--lr-select-trigger-min-height` — Trigger block-size floor, scaled by `size`. Applied only for the `xs`/`s`/`l`/`xl` tiers — see the stylesheet note; the default tier stays floor-free.\n- `--lr-select-font-size` — Trigger font size, scaled by `size`.\n- `--lr-select-trigger-height` (default: `auto`) — Exact trigger height. Left at `auto` the trigger is floored only; set it to a length to both floor and cap the trigger (e.g. to pixel-match a sibling field in the same row)."
11538
11612
  },
11539
11613
  "attributes": [
11540
11614
  {
@@ -11627,7 +11701,7 @@
11627
11701
  "name": "lr-sequence-strip",
11628
11702
  "description": {
11629
11703
  "kind": "markdown",
11630
- "value": "`<lr-sequence-strip>` — a compact, one-thin-cell-per-item strip visualizing a sequence of\ncategorical states, with an optional secondary per-cell marker. Pure CSS/flex, no chart.js/SVG/\ncanvas — sized/named consistently with the sparkline/heatmap family, but a glanceable aggregate\nvisualization (`role=\"img\"`, one summarizing `aria-label`), not a `role=\"list\"` of\nseparately-operable items: no per-cell keyboard focus, no per-cell click event, matching\n`<lr-sparkline>`'s accessibility model rather than `<lr-heatmap>`'s heavier canvas +\nkeyboard-roving one.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root strip wrapper (`role=\"img\"`). |\n| `cell` | Each item's cell, background-colored by its category. |\n| `marker` | The small bottom marker on a cell whose item sets `marker: true`. |\n| `tooltip` | The hover tooltip showing the hovered item's label. |"
11704
+ "value": "`<lr-sequence-strip>` — a compact, one-thin-cell-per-item strip visualizing a sequence of\ncategorical states, with an optional secondary per-cell marker. Pure CSS/flex, no chart.js/SVG/\ncanvas — sized/named consistently with the sparkline/heatmap family, but a glanceable aggregate\nvisualization (`role=\"img\"`, one summarizing `aria-label`), not a `role=\"list\"` of\nseparately-operable items: no per-cell keyboard focus, no per-cell click event, matching\n`<lr-sparkline>`'s accessibility model rather than `<lr-heatmap>`'s heavier canvas +\nkeyboard-roving one.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root strip wrapper (`role=\"img\"`). |\n| `cell` | Each item's cell, background-colored by its category. |\n| `legend` | The static category key rendered below the strip when `showLegend` is set (`aria-hidden` — it repeats the strip's own `aria-label` visually). |\n| `legend-item` | One swatch + label pair in the legend, one per `categories` entry. |\n| `legend-label` | The text of a legend item (the category's `label`, or its `key`). |\n| `legend-swatch` | The color chip of a legend item, matching that category's cell color. |\n| `marker` | The small bottom marker on a cell whose item sets `marker: true`. |\n| `tooltip` | The hover tooltip showing the hovered item's label. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-sequence-strip-height` (default: `var(--lr-size-1-5rem)`) — Block size of the strip.\n- `--lr-sequence-strip-marker-color` (default: `var(--lr-color-text)`) — Color of the bottom marker on a `marker: true` cell.\n- `--lr-sequence-strip-legend-swatch-size` (default: `var(--lr-size-0-625rem)`) — Inline and block size of a legend swatch."
11631
11705
  },
11632
11706
  "attributes": [
11633
11707
  {
@@ -11655,6 +11729,13 @@
11655
11729
  "name": "horizontal"
11656
11730
  }
11657
11731
  ]
11732
+ },
11733
+ {
11734
+ "name": "show-legend",
11735
+ "description": {
11736
+ "kind": "markdown",
11737
+ "value": "Renders a static `[part=\"legend\"]` key of every `categories` entry below the strip, so the\ncolor-to-category mapping is readable without hovering each cell. Deliberately\nnon-interactive: unlike `<lr-graph-legend>` this toggles nothing and emits nothing — the\nstrip is a presentational aggregate, and the key describes the scheme, not the current data\n(a category with no matching item still gets a row).\n\nType: `boolean` \nDefault: `false`"
11738
+ }
11658
11739
  }
11659
11740
  ]
11660
11741
  },
@@ -11662,7 +11743,7 @@
11662
11743
  "name": "lr-skeleton",
11663
11744
  "description": {
11664
11745
  "kind": "markdown",
11665
- "value": "`<lr-skeleton>` — a loading placeholder. First-party invention, standing\nin for the bespoke `animate-pulse` div most dashboards hand-roll.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The placeholder shape. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-transition-ambient` (default: `1.8s ease-in-out`) — Animation duration and timing function shared by the pulse and sheen effects."
11746
+ "value": "`<lr-skeleton>` — a loading placeholder. First-party invention, standing\nin for the bespoke `animate-pulse` div most dashboards hand-roll.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The placeholder shape. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-transition-ambient` (default: `1.8s ease-in-out`) — Animation duration and timing function shared by the pulse and sheen effects.\n- `--lr-skeleton-w` (default: `100%`) — Inline size of the placeholder.\n- `--lr-skeleton-h` (default: `var(--lr-size-1em)`) — Block size of the placeholder."
11666
11747
  },
11667
11748
  "attributes": [
11668
11749
  {
@@ -12009,7 +12090,7 @@
12009
12090
  "name": "lr-spinner",
12010
12091
  "description": {
12011
12092
  "kind": "markdown",
12012
- "value": "`<lr-spinner>` — an indeterminate busy indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional visible label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The wrapper. |\n| `label` | The accessible/visible label wrapper. |\n| `spinner` | The animated indicator. |"
12093
+ "value": "`<lr-spinner>` — an indeterminate busy indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional visible label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The wrapper. |\n| `label` | The accessible/visible label wrapper. |\n| `spinner` | The animated indicator. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-spinner-size` (default: `var(--lr-size-1-25rem)`) — Outer diameter of the indicator.\n- `--lr-spinner-track-width` (default: `var(--lr-border-width-medium)`) — Thickness of the ring track.\n- `--lr-spinner-duration` (default: `800ms`) — Duration of one rotation. Not read under `prefers-reduced-motion: reduce`, where the animation is disabled entirely."
12013
12094
  },
12014
12095
  "attributes": [
12015
12096
  {
@@ -12039,7 +12120,7 @@
12039
12120
  "name": "lr-split",
12040
12121
  "description": {
12041
12122
  "kind": "markdown",
12042
- "value": "`<lr-split>` — resizable panels for dashboard layouts. Direct light-DOM\nchildren are the panels; a divider is auto-inserted between each pair.\n\nOptionally, one pane can opt in to responsive collapse via `collapse`\n(`\"start\"`/`\"end\"`, default `\"none\"` — no behavior change when unset): as\nthe split's own container narrows past `railBreakpoint` that pane clamps\nto a fixed `railWidth`, and past the narrower `floatBreakpoint` it instead\nbecomes an absolutely-positioned overlay \"floating card\" above the other\npane. This component only handles the width-collapse mechanics and\nsignals the current state — via the `collapseState`-derived\n`data-collapse-state` attribute (set on both the host and the collapsing\npanel itself) and the `lr-split-collapse-change` event — it renders no\nicon-only/collapsed UI of its own; slotted content is expected to adapt to\nits own clamped width (e.g. via its own container query).\n\n`collapseState` is a public accessor with force/auto semantics mirroring\n`<lr-app-rail>`'s `mode`: it's normally derived automatically from the\nmeasured container width (via a `ResizeObserver` on `[part=\"base\"]`)\nwhenever it crosses `railBreakpoint`/`floatBreakpoint`, but assigning it a\nconcrete `'wide'`/`'rail'`/`'floating'` value pins it there and stops that\nautomatic tracking — useful for a consumer-driven toggle (e.g. a button\nthat forces `'floating'` regardless of width). Assigning the write-only\n`'auto'` sentinel releases the pin and immediately re-derives the state\nfrom the current measured width, resuming automatic tracking. `'auto'` is\nnever a value this getter returns.\n\nThe `'floating'` state is a hidden-by-default drawer, gated by `open`\n(mirrors `<lr-app-rail>`'s mobile overlay): while `collapseState` is\n`'floating'` and `open` is `false` (the default), the collapsing panel\nrenders nothing — `hidden`, out of the accessibility tree, not just\nvisually hidden — instead of the always-visible overlay card this state\nrendered before `open` existed. Setting `open = true` reveals it as a\nfocus-trapped floating panel with a `[part=\"backdrop\"]` scrim; Escape or a\nbackdrop click set `open` back to `false`. `open` is preserved (not reset)\nwhile `collapseState` isn't `'floating'`, but no drawer chrome renders\nuntil it is again — except that leaving `'floating'` while `open` is\n`true` (a breakpoint crossing back to `'wide'`/`'rail'`, or a forced\nreassignment) also closes it, the same way `<lr-app-rail>` closes its\nmobile overlay when leaving `'mobile'` while open.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Panels to arrange side by side (or stacked, when `orientation=\"vertical\"`); each direct child becomes one resizable panel. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The `'floating'` drawer's scrim. Only rendered while `collapseState === 'floating'` and `open`. |\n| `base` | The flex layout wrapper (`position: relative`, so the `'floating'` collapse state can anchor to it). |\n| `divider` | Each divider between two panels; carries `aria-disabled=\"true\"` and is drag/keyboard-inert while its adjacent panel is collapsed (`'rail'`/`'floating'`). |"
12123
+ "value": "`<lr-split>` — resizable panels for dashboard layouts. Direct light-DOM\nchildren are the panels; a divider is auto-inserted between each pair.\n\nOptionally, one pane can opt in to responsive collapse via `collapse`\n(`\"start\"`/`\"end\"`, default `\"none\"` — no behavior change when unset): as\nthe split's own container narrows past `railBreakpoint` that pane clamps\nto a fixed `railWidth`, and past the narrower `floatBreakpoint` it instead\nbecomes an absolutely-positioned overlay \"floating card\" above the other\npane. This component only handles the width-collapse mechanics and\nsignals the current state — via the `collapseState`-derived\n`data-collapse-state` attribute (set on both the host and the collapsing\npanel itself) and the `lr-split-collapse-change` event — it renders no\nicon-only/collapsed UI of its own; slotted content is expected to adapt to\nits own clamped width (e.g. via its own container query).\n\n`collapseState` is a public accessor with force/auto semantics mirroring\n`<lr-app-rail>`'s `mode`: it's normally derived automatically from the\nmeasured container width (via a `ResizeObserver` on `[part=\"base\"]`)\nwhenever it crosses `railBreakpoint`/`floatBreakpoint`, but assigning it a\nconcrete `'wide'`/`'rail'`/`'floating'` value pins it there and stops that\nautomatic tracking — useful for a consumer-driven toggle (e.g. a button\nthat forces `'floating'` regardless of width). Assigning the write-only\n`'auto'` sentinel releases the pin and immediately re-derives the state\nfrom the current measured width, resuming automatic tracking. `'auto'` is\nnever a value this getter returns.\n\nThe `'floating'` state is a hidden-by-default drawer, gated by `open`\n(mirrors `<lr-app-rail>`'s mobile overlay): while `collapseState` is\n`'floating'` and `open` is `false` (the default), the collapsing panel\nrenders nothing — `hidden`, out of the accessibility tree, not just\nvisually hidden — instead of the always-visible overlay card this state\nrendered before `open` existed. Setting `open = true` reveals it as a\nfocus-trapped floating panel with a `[part=\"backdrop\"]` scrim; Escape or a\nbackdrop click set `open` back to `false`. `open` is preserved (not reset)\nwhile `collapseState` isn't `'floating'`, but no drawer chrome renders\nuntil it is again — except that leaving `'floating'` while `open` is\n`true` (a breakpoint crossing back to `'wide'`/`'rail'`, or a forced\nreassignment) also closes it, the same way `<lr-app-rail>` closes its\nmobile overlay when leaving `'mobile'` while open.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Panels to arrange side by side (or stacked, when `orientation=\"vertical\"`); each direct child becomes one resizable panel. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The `'floating'` drawer's scrim. Only rendered while `collapseState === 'floating'` and `open`. |\n| `base` | The flex layout wrapper (`position: relative`, so the `'floating'` collapse state can anchor to it). |\n| `divider` | Each divider between two panels; carries `aria-disabled=\"true\"` and is drag/keyboard-inert while its adjacent panel is collapsed (`'rail'`/`'floating'`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-split-overlay-color` (default: `var(--lr-color-overlay)`) — The `'floating'` drawer scrim's color, applied to `[part=\"backdrop\"]`."
12043
12124
  },
12044
12125
  "attributes": [
12045
12126
  {
@@ -12077,6 +12158,13 @@
12077
12158
  "value": "Type: `number` \nDefault: `10`"
12078
12159
  }
12079
12160
  },
12161
+ {
12162
+ "name": "narrow-orientation",
12163
+ "description": {
12164
+ "kind": "markdown",
12165
+ "value": "Layout/resize axis used below `orientationBreakpoint`.\n\nType: `SplitOrientation` \nDefault: `'vertical'`"
12166
+ }
12167
+ },
12080
12168
  {
12081
12169
  "name": "open",
12082
12170
  "description": {
@@ -12088,16 +12176,22 @@
12088
12176
  "name": "orientation",
12089
12177
  "description": {
12090
12178
  "kind": "markdown",
12091
- "value": "Type: `'horizontal' | 'vertical'` \nDefault: `'horizontal'`"
12092
- },
12093
- "values": [
12094
- {
12095
- "name": "horizontal"
12096
- },
12097
- {
12098
- "name": "vertical"
12099
- }
12100
- ]
12179
+ "value": "Type: `SplitOrientation` \nDefault: `'horizontal'`"
12180
+ }
12181
+ },
12182
+ {
12183
+ "name": "orientation-breakpoint",
12184
+ "description": {
12185
+ "kind": "markdown",
12186
+ "value": "Opt-in inline-size breakpoint for this component's *own* measured allocation. Below it,\n`narrowOrientation` becomes effective. Unset by default — the whole responsive-orientation\nfeature (and its `ResizeObserver`) is off, and `effectiveOrientation` just tracks\n`orientation`.\n\nAccepts a bare pixel number (`900`, `orientation-breakpoint=\"900\"` — the original form) or a\nCSS length string: `'900px'`, `'56.25rem'`, `'3em'`. Under the default\n`orientationBreakpointBasis=\"container\"`, `rem` resolves against the *document root*'s\ncomputed font size — the rule a `@container` query follows, not a `@media` query's — and `em`\nagainst this element's own computed font size. The length is re-resolved on every measurement,\nnever cached at first render, so a root font-size change moves the crossing width with no\ninvalidation step. To stay in step with a sibling `@media (max-width: 56.25rem)` rule, use\n`orientationBreakpointBasis=\"viewport\"`, which hands the length to the browser instead; see\nthat property for why the two resolve `rem` differently.\n\nAnything else — `''`, `'auto'`, garbage, a non-finite number, and deliberately `%`/`vw`/`vh`/\n`calc()` (which would mix reference boxes against an element-relative measurement) — behaves\nexactly as unset. Set `orientationBreakpointBasis=\"viewport\"` for a viewport-relative\nbreakpoint instead.\n\nType: `number | string | undefined`"
12187
+ }
12188
+ },
12189
+ {
12190
+ "name": "orientation-breakpoint-basis",
12191
+ "description": {
12192
+ "kind": "markdown",
12193
+ "value": "Which box `orientationBreakpoint` measures. `'container'` (the default) observes this\ncomponent's own `[part=\"base\"]` inline size via `ResizeObserver`, comparing strictly `<`.\n`'viewport'` instead evaluates `matchMedia('(max-width: <breakpoint>)')`, which is inclusive\n(`<=`) — native `max-width` semantics, deliberately, so the crossing point matches a CSS\n`@media` rule authored with the same length exactly.\n\nUse `'viewport'` when two siblings in one row must flip together at a shared breakpoint: a row\nthat stacks via a pure-CSS `@media` rule makes each sibling's own width non-monotonic across\nthe transition, so no self-measured threshold can express it. `'viewport'` also lets the\nbrowser resolve a `rem` breakpoint with real `@media` semantics, keeping it in step with such\na rule across browser zoom and user font-size preferences.\n\nType: `OrientationBreakpointBasis` \nDefault: `'container'`"
12194
+ }
12101
12195
  },
12102
12196
  {
12103
12197
  "name": "rail-breakpoint",
@@ -12156,7 +12250,7 @@
12156
12250
  "name": "lr-stack-trace",
12157
12251
  "description": {
12158
12252
  "kind": "markdown",
12159
- "value": "`<lr-stack-trace>` — parses common V8/JS-TS, Firefox/Safari, and Python stack traces into a\nleading message plus activatable frames, splitting chained/caused-by errors into separate\ngroups. Frames matching `internalPatterns` (`node_modules/`, `node:internal`,\n`site-packages/`, ... by default) fold behind a count-labeled toggle. Falls back to verbatim\nraw text when nothing parses. First-party invention (no Web Awesome equivalent).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper; respects `max-height`. |\n| `copy-button` | The copy-to-clipboard button, only rendered while `copyable`. |\n| `frame` | A single frame button; carries `data-internal` for internal frames. |\n| `frame-function` | The frame's function name. |\n| `frame-location` | The frame's `file:line:col` text. |\n| `group` | One chained-error group of frames. |\n| `internal-toggle` | The collapse/expand toggle for a run of internal frames. |\n| `message` | The leading error message text for a group. |\n| `raw` | The verbatim `<pre>` fallback when zero structured frames parsed. |"
12253
+ "value": "`<lr-stack-trace>` — parses common V8/JS-TS, Firefox/Safari, and Python stack traces into a\nleading message plus activatable frames, splitting chained/caused-by errors into separate\ngroups. Frames matching `internalPatterns` (`node_modules/`, `node:internal`,\n`site-packages/`, ... by default) fold behind a count-labeled toggle. Falls back to verbatim\nraw text when nothing parses. First-party invention (no Web Awesome equivalent).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper; respects `max-height`. |\n| `copy-button` | The copy-to-clipboard button, only rendered while `copyable`. |\n| `frame` | A single frame button; carries `data-internal` for internal frames. |\n| `frame-function` | The frame's function name. |\n| `frame-location` | The frame's `file:line:col` text. |\n| `group` | One chained-error group of frames. |\n| `internal-toggle` | The collapse/expand toggle for a run of internal frames. |\n| `message` | The leading error message text for a group. |\n| `raw` | The verbatim `<pre>` fallback when zero structured frames parsed. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-stack-trace-max-height` (default: `none`) — Cap on how tall `[part=\"base\"]` grows before it scrolls internally. `none` lets the component grow with its content; the `max-height` attribute sets this token.\n- `--lr-stack-trace-font` (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback."
12160
12254
  },
12161
12255
  "attributes": [
12162
12256
  {
@@ -12200,7 +12294,7 @@
12200
12294
  "name": "lr-stat",
12201
12295
  "description": {
12202
12296
  "kind": "markdown",
12203
- "value": "`<lr-stat>` — a KPI/stat card. First-party invention consolidating the\n\"metric row\" / \"KPI card\" pattern common to dashboard UIs.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Leading icon. |\n| `caption` | Rich caption content (overrides the `caption` attribute). |\n| `spark` | A sparkline (e.g. `<lr-sparkline>`) or other compact trend visual. `lr-stat` only reserves the slot; it doesn't render one itself. |\n| `sub` | Rich sub-line content (overrides the `sub` attribute). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The component's root wrapper. |\n| `caption` | Container for the caption attribute/slot. |\n| `icon` | Container for the leading icon slot. |\n| `label` | The label text. |\n| `row` | A single breakdown row (one per `rows` entry). |\n| `row-label` | The label text of a breakdown row. |\n| `row-value` | The value text of a breakdown row. Shows the row's `exactValue` (if any) as a hover/focus tooltip, same as the headline `value`, and is accessibly labelled by its `row-label` (via `aria-labelledby`) the same way the headline `value` is. |\n| `rows` | Container for the `rows` breakdown list. |\n| `spark` | Container for the `spark` slot. |\n| `sub` | Container for the `sub` attribute/slot. |\n| `trend` | The trend pill. |\n| `unit` | The unit text. |\n| `value` | The value text. Accessibly labelled by the `label` part (via `aria-labelledby`) whenever `label` is set, so tabbing directly to this (focusable when `exactValue` is set) control still announces which metric it is. |\n| `value-row` | Wrapper around the value and unit. |"
12297
+ "value": "`<lr-stat>` — a KPI/stat card. First-party invention consolidating the\n\"metric row\" / \"KPI card\" pattern common to dashboard UIs.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Leading icon. |\n| `caption` | Rich caption content (overrides the `caption` attribute). |\n| `spark` | A sparkline (e.g. `<lr-sparkline>`) or other compact trend visual. `lr-stat` only reserves the slot; it doesn't render one itself. |\n| `sub` | Rich sub-line content (overrides the `sub` attribute). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The component's root wrapper (`<div>`, or a real `<a>` when `href` is safe). |\n| `caption` | Container for the caption attribute/slot. |\n| `icon` | Container for the leading icon slot. |\n| `label` | The label text. |\n| `row` | A single breakdown row (one per `rows` entry). |\n| `row-label` | The label text of a breakdown row. |\n| `row-value` | The value text of a breakdown row. Shows the row's `exactValue` (if any) as a hover/focus tooltip, same as the headline `value`, and is accessibly labelled by its `row-label` (via `aria-labelledby`) the same way the headline `value` is. |\n| `rows` | Container for the `rows` breakdown list. |\n| `spark` | Container for the `spark` slot. |\n| `sub` | Container for the `sub` attribute/slot. |\n| `trend` | The trend pill. |\n| `unit` | The unit text. |\n| `value` | The value text. Accessibly labelled by the `label` part (via `aria-labelledby`) whenever `label` is set, so tabbing directly to this (focusable when `exactValue` is set) control still announces which metric it is. |\n| `value-row` | Wrapper around the value and unit. |"
12204
12298
  },
12205
12299
  "attributes": [
12206
12300
  {
@@ -12238,6 +12332,13 @@
12238
12332
  "value": "Which trend direction counts as \"good\" — inverts arrow/color polarity for\ncost/latency/error-rate-style metrics where a decrease is the win.\n\nType: `StatGoodDirection` \nDefault: `'up'`"
12239
12333
  }
12240
12334
  },
12335
+ {
12336
+ "name": "href",
12337
+ "description": {
12338
+ "kind": "markdown",
12339
+ "value": "When set to a safe URL, renders the whole stat as a real anchor instead of a static div.\n\nType: `string | undefined`"
12340
+ }
12341
+ },
12241
12342
  {
12242
12343
  "name": "label",
12243
12344
  "description": {
@@ -12259,6 +12360,13 @@
12259
12360
  "value": "Renders `value` as smaller/lighter prose (e.g. a loading/status message) instead of the bold\nnumeric headline style, and hides `unit`.\n\nType: `boolean` \nDefault: `false`"
12260
12361
  }
12261
12362
  },
12363
+ {
12364
+ "name": "rel",
12365
+ "description": {
12366
+ "kind": "markdown",
12367
+ "value": "Native anchor relationship tokens, used only while `href` resolves to a link.\n\nType: `string | undefined`"
12368
+ }
12369
+ },
12262
12370
  {
12263
12371
  "name": "sub",
12264
12372
  "description": {
@@ -12266,6 +12374,13 @@
12266
12374
  "value": "A secondary line distinct from `caption` (e.g. a comparison-period label), rendered between the\ntrend pill and the caption.\n\nType: `string` \nDefault: `''`"
12267
12375
  }
12268
12376
  },
12377
+ {
12378
+ "name": "target",
12379
+ "description": {
12380
+ "kind": "markdown",
12381
+ "value": "Native anchor target, used only while `href` resolves to a link.\n\nType: `string | undefined`"
12382
+ }
12383
+ },
12269
12384
  {
12270
12385
  "name": "trend",
12271
12386
  "description": {
@@ -12300,7 +12415,7 @@
12300
12415
  "name": "lr-stepper",
12301
12416
  "description": {
12302
12417
  "kind": "markdown",
12303
- "value": "`<lr-stepper>` — ordered multi-step wizard/form navigation: label + index per step,\ncurrent/completed/locked/error state, click-to-jump. First-party invention (no Web Awesome\nequivalent). Fully data-driven and controlled, like `lr-table`'s `columns`/`rows` -- it never\nmutates `steps` itself; a click or Enter/Space on a non-disabled step fires a cancelable\n`lr-step-select`, and the host decides whether/how `steps` changes in response (mirroring\n`lr-dialog-close`'s cancelable-event convention).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `step` | A single step button. |\n| `step-check` | The completed-checkmark glyph, shown for `completed` steps instead of `step-index`. |\n| `step-index` | The numbered index chip, shown for `pending`/`current`/`error` steps. |\n| `step-label` | The step's label text. |"
12418
+ "value": "`<lr-stepper>` — ordered multi-step wizard/form navigation: label + index per step,\ncurrent/completed/locked/error state, click-to-jump. First-party invention (no Web Awesome\nequivalent). Fully data-driven and controlled, like `lr-table`'s `columns`/`rows` -- it never\nmutates `steps` itself; a click or Enter/Space on a non-disabled step fires a cancelable\n`lr-step-select`, and the host decides whether/how `steps` changes in response (mirroring\n`lr-dialog-close`'s cancelable-event convention).\n\nAn opt-in `orientationBreakpoint` (unset by default -- no behavior change) makes the effective\nlayout/navigation axis respond to a measured inline size instead of only the authored\n`orientation`: below that width (a pixel number or a `px`/`rem`/`em` CSS length), `narrowOrientation`\nbecomes effective; at/above it, `orientation` does. This mirrors `<lr-split>`'s identically-named\n`orientationBreakpoint`/`narrowOrientation`/`orientationBreakpointBasis` contract. Under the default\n`orientationBreakpointBasis=\"container\"` the breakpoint is measured on this stepper's own\n`[part=\"base\"]` inline size via `ResizeObserver`, so a stepper placed in a narrow split pane or\ndialog still responds correctly even in a wide window; `orientationBreakpointBasis=\"viewport\"`\ninstead evaluates `matchMedia('(max-width: <breakpoint>)')`, needed when the stepper has a fixed\nwidth in a row that stacks at a shared breakpoint. The effective axis is exposed via the\n`effectiveOrientation` getter, a `data-effective-orientation` host attribute (only present while\nthe breakpoint feature is active), and `lr-stepper-orientation-change`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `step` | A single step button. |\n| `step-check` | The completed-checkmark glyph, shown for `completed` steps instead of `step-index`. |\n| `step-index` | The numbered index chip, shown for `pending`/`current`/`error` steps. |\n| `step-label` | The step's label text. |"
12304
12419
  },
12305
12420
  "attributes": [
12306
12421
  {
@@ -12317,20 +12432,33 @@
12317
12432
  "value": "Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used.\n\nType: `string` \nDefault: `''`"
12318
12433
  }
12319
12434
  },
12435
+ {
12436
+ "name": "narrow-orientation",
12437
+ "description": {
12438
+ "kind": "markdown",
12439
+ "value": "Layout/navigation axis used below `orientationBreakpoint`.\n\nType: `StepperOrientation` \nDefault: `'vertical'`"
12440
+ }
12441
+ },
12320
12442
  {
12321
12443
  "name": "orientation",
12322
12444
  "description": {
12323
12445
  "kind": "markdown",
12324
- "value": "`'horizontal'` (the default) lays steps out in a row (Left/Right, RTL-aware, to navigate);\n`'vertical'` stacks them (Up/Down navigate instead, no RTL swap needed).\n\nType: `'horizontal' | 'vertical'` \nDefault: `'horizontal'`"
12325
- },
12326
- "values": [
12327
- {
12328
- "name": "horizontal"
12329
- },
12330
- {
12331
- "name": "vertical"
12332
- }
12333
- ]
12446
+ "value": "`'horizontal'` (the default) lays steps out in a row (Left/Right, RTL-aware, to navigate);\n`'vertical'` stacks them (Up/Down navigate instead, no RTL swap needed). The *authored* axis\nused at/above `orientationBreakpoint` (or always, when that's unset) -- see\n`effectiveOrientation` for the live axis actually in effect.\n\nType: `StepperOrientation` \nDefault: `'horizontal'`"
12447
+ }
12448
+ },
12449
+ {
12450
+ "name": "orientation-breakpoint",
12451
+ "description": {
12452
+ "kind": "markdown",
12453
+ "value": "Opt-in inline-size breakpoint, measured on `[part=\"base\"]`. Below it, `narrowOrientation`\nbecomes effective instead of `orientation`. Unset (the default): no behavior change, the\nauthored `orientation` always applies.\n\nAccepts a bare pixel number (`500`, `'500'`), an explicit `px` length (`'500px'`), a `rem`\nlength (`'31.25rem'`) or an `em` length (`'3em'`). Under the default\n`orientationBreakpointBasis=\"container\"`, `rem` resolves against the **document root**'s\ncomputed font size -- the rule a `@container` query follows, and *not* a `@media` query's --\nwhile `em` resolves against this element's own computed font size. The length is re-resolved\non every measurement, never cached, so browser zoom, a user font-size preference or an app\nbase-size token change are picked up with no invalidation step. To stay in step with a\nsibling `@media (max-width: …rem)` rule, use `orientationBreakpointBasis=\"viewport\"`, which\nhands the length to the browser instead; see that property for why the two differ.\n\nAny other value -- `%`, `vw`, `calc()`, `'auto'`, an unparseable string -- behaves exactly as\nunset (no responsive observation at all), rather than as an armed breakpoint that can never\nbe crossed. Set `orientationBreakpointBasis=\"viewport\"` for a viewport-relative breakpoint\ninstead.\n\nType: `number | string | undefined`"
12454
+ }
12455
+ },
12456
+ {
12457
+ "name": "orientation-breakpoint-basis",
12458
+ "description": {
12459
+ "kind": "markdown",
12460
+ "value": "Which box `orientationBreakpoint` measures. `'container'` (the default) observes this\nstepper's own `[part=\"base\"]` inline size via `ResizeObserver`, comparing strictly `<`.\n`'viewport'` instead evaluates `matchMedia('(max-width: <breakpoint>)')`, which is inclusive\n(`<=`) -- native `max-width` semantics, deliberately, so the crossing point matches a CSS\n`@media` rule authored with the same length exactly.\n\nA stepper given a fixed width in a row layout cannot react to that row stacking by measuring\nitself -- its own width never changes. That case requires `'viewport'`, which also lets the\nbrowser resolve a `rem` breakpoint with real `@media` semantics.\n\nType: `OrientationBreakpointBasis` \nDefault: `'container'`"
12461
+ }
12334
12462
  }
12335
12463
  ]
12336
12464
  },
@@ -12338,7 +12466,7 @@
12338
12466
  "name": "lr-stream-status",
12339
12467
  "description": {
12340
12468
  "kind": "markdown",
12341
- "value": "`<lr-stream-status>` — a compact status indicator for a single streaming\nconnection (SSE, WebSocket, long-poll, …), with built-in heartbeat-aware\nstall detection.\n\nThe host drives `phase` directly for `idle`/`connecting`/`streaming`, and\ncalls `recordActivity()` on every *semantic* frame received while\nstreaming — a real content chunk, never a transport-level keep-alive ping.\nThis component has no payload-inspection logic of its own: \"ignore\nheartbeats\" is entirely a call-site discipline — the host simply never\ncalls `recordActivity()` for a ping, so pings never reset the stall timer\nand a connection that's only sending keep-alives (no real content) for\nlonger than `stall-threshold-ms` correctly reads as stalled.\n\nInternally, an inactivity timer runs only while `phase === 'streaming'`.\nIt's (re)armed whenever the phase transitions to `'streaming'` (directly,\nor via `recordActivity()` recovering from `'stalled'`), on every\nsubsequent `recordActivity()` call while already streaming, whenever\n`stall-threshold-ms` itself changes while already streaming (the new\nvalue takes effect immediately, the same way `<lr-toast-item>`'s\n`duration` re-applies mid-flight, rather than waiting for the next\n`recordActivity()`/phase change), and whenever this element (re)connects\nto the DOM while `phase` is still `'streaming'` (a disconnect always\ndisarms it, so moving the element elsewhere in the page — disconnect then\nreconnect with `phase` unchanged — must resume detection rather than\nsilently disabling it for the rest of the streaming session). It's\ndisarmed the instant `phase` becomes anything else, including a\nhost-driven reassignment away from `'streaming'` — so a stale timer can\nnever fire a stall transition after the host has already moved on. If it\never fires, `phase` becomes `'stalled'` and `lr-stall` is dispatched.\n\n`phase` remains a fully public, directly settable property at all times —\na host can assign `'stalled'` (or any other phase) itself as a manual\noverride, and this component never fights that assignment. `lr-stall`/\n`lr-recover` fire on *any* transition into/out of `'stalled'`\nrespectively, whether timer-driven or host-driven, and never for a\nreassignment to the same value (Lit's default `hasChanged` already skips a\nno-op set, same as every other reflected `@property` in this library).\nLike `<lr-chat-message>`'s `status`, whatever phase this element happens\nto *mount* with is never itself treated as an eventful transition — only a\nlater change fires an event or an announcement.\n\nAccessibility: phase transitions into/out of `'stalled'` are announced\nthrough an internal `<lr-live-region>` (see that component for the\nthrottled/coalesced-announcement machinery this composes) rather than a\nhand-rolled `aria-live` region. `recordActivity()` itself never announces\nanything, no matter how often the host calls it — only the *transition*\nannounces, exactly once per transition, which is the entire point of\nrouting through the throttled announcer instead of writing to a live\nregion on every call. Entering `'stalled'` announces with `mode=\"assertive\"`\n(a stall can need the user's attention, e.g. before they give up and\nnavigate away); leaving `'stalled'` always announces with `mode=\"polite\"`\n(good news doesn't need to interrupt), but the *wording* depends on where\nit lands: `\"Connection restored.\"` only when the destination is\n`'streaming'` (a genuine recovery), or a neutral `\"No longer stalled.\"`\nwhen the destination is `'idle'`/`'connecting'` instead — that's the host\ngiving up on the stream, not the stream recovering, and a screen-reader\nuser must never be told the opposite of what a sighted user sees on\nscreen. The decorative indicator dot is `aria-hidden` — it's a\ncolor/motion cue only, never the sole carrier of state.\n\nVisual: `'stalled'` is styled as a warning, not a danger — a stall is\nusually recoverable (the stream may resume on its own, or the host's own\nretry logic may kick in), so treating it as an actionable warning rather\nthan a hard failure keeps the tone proportionate. A host that wants to\nescalate to danger styling after N stalls can scope its own CSS off\n`[phase=\"stalled\"]`, or simply stop rendering this component and show its\nown danger-styled error state instead.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Custom copy shown only while `phase=\"stalled\"` (e.g. \"Taking longer than usual…\"). A sensible built-in default is used when nothing is slotted. |\n| `actions` | A stop/retry button row. Always present in the template regardless of `phase` — visibility is driven purely by whether anything is slotted, not by `phase`; what to put here, and when, is entirely the host's call. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Wrapper around the `actions` slot. |\n| `base` | The root layout container. |\n| `indicator` | The decorative (`aria-hidden`) status dot. |\n| `message` | Wrapper around the default slot; only rendered while `phase=\"stalled\"`. |"
12469
+ "value": "`<lr-stream-status>` — a compact status indicator for a single streaming\nconnection (SSE, WebSocket, long-poll, …), with built-in heartbeat-aware\nstall detection.\n\nThe host drives `phase` directly for `idle`/`connecting`/`streaming`, and\ncalls `recordActivity()` on every *semantic* frame received while\nstreaming — a real content chunk, never a transport-level keep-alive ping.\nThis component has no payload-inspection logic of its own: \"ignore\nheartbeats\" is entirely a call-site discipline — the host simply never\ncalls `recordActivity()` for a ping, so pings never reset the stall timer\nand a connection that's only sending keep-alives (no real content) for\nlonger than `stall-threshold-ms` correctly reads as stalled.\n\nInternally, an inactivity timer runs only while `phase === 'streaming'`.\nIt's (re)armed whenever the phase transitions to `'streaming'` (directly,\nor via `recordActivity()` recovering from `'stalled'`), on every\nsubsequent `recordActivity()` call while already streaming, whenever\n`stall-threshold-ms` itself changes while already streaming (the new\nvalue takes effect immediately, the same way `<lr-toast-item>`'s\n`duration` re-applies mid-flight, rather than waiting for the next\n`recordActivity()`/phase change), and whenever this element (re)connects\nto the DOM while `phase` is still `'streaming'` (a disconnect always\ndisarms it, so moving the element elsewhere in the page — disconnect then\nreconnect with `phase` unchanged — must resume detection rather than\nsilently disabling it for the rest of the streaming session). It's\ndisarmed the instant `phase` becomes anything else, including a\nhost-driven reassignment away from `'streaming'` — so a stale timer can\nnever fire a stall transition after the host has already moved on. If it\never fires, `phase` becomes `'stalled'` and `lr-stall` is dispatched.\n\n`phase` remains a fully public, directly settable property at all times —\na host can assign `'stalled'` (or any other phase) itself as a manual\noverride, and this component never fights that assignment. `lr-stall`/\n`lr-recover` fire on *any* transition into/out of `'stalled'`\nrespectively, whether timer-driven or host-driven, and never for a\nreassignment to the same value (Lit's default `hasChanged` already skips a\nno-op set, same as every other reflected `@property` in this library).\nLike `<lr-chat-message>`'s `status`, whatever phase this element happens\nto *mount* with is never itself treated as an eventful transition — only a\nlater change fires an event or an announcement.\n\nAccessibility: phase transitions into/out of `'stalled'` are announced\nthrough an internal `<lr-live-region>` (see that component for the\nthrottled/coalesced-announcement machinery this composes) rather than a\nhand-rolled `aria-live` region. `recordActivity()` itself never announces\nanything, no matter how often the host calls it — only the *transition*\nannounces, exactly once per transition, which is the entire point of\nrouting through the throttled announcer instead of writing to a live\nregion on every call. Entering `'stalled'` announces with `mode=\"assertive\"`\n(a stall can need the user's attention, e.g. before they give up and\nnavigate away); leaving `'stalled'` always announces with `mode=\"polite\"`\n(good news doesn't need to interrupt), but the *wording* depends on where\nit lands: `\"Connection restored.\"` only when the destination is\n`'streaming'` (a genuine recovery), or a neutral `\"No longer stalled.\"`\nwhen the destination is `'idle'`/`'connecting'` instead — that's the host\ngiving up on the stream, not the stream recovering, and a screen-reader\nuser must never be told the opposite of what a sighted user sees on\nscreen. The decorative indicator dot is `aria-hidden` — it's a\ncolor/motion cue only, never the sole carrier of state.\n\nVisual: `'stalled'` is styled as a warning, not a danger — a stall is\nusually recoverable (the stream may resume on its own, or the host's own\nretry logic may kick in), so treating it as an actionable warning rather\nthan a hard failure keeps the tone proportionate. A host that wants to\nescalate to danger styling after N stalls can scope its own CSS off\n`[phase=\"stalled\"]`, or simply stop rendering this component and show its\nown danger-styled error state instead.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Custom copy shown only while `phase=\"stalled\"` (e.g. \"Taking longer than usual…\"). A sensible built-in default is used when nothing is slotted. |\n| `actions` | A stop/retry button row. Always present in the template regardless of `phase` — visibility is driven purely by whether anything is slotted, not by `phase`; what to put here, and when, is entirely the host's call. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | Wrapper around the `actions` slot. |\n| `base` | The root layout container. |\n| `indicator` | The decorative (`aria-hidden`) status dot. |\n| `message` | Wrapper around the default slot; only rendered while `phase=\"stalled\"`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-stream-status-dot-color` (default: `var(--lr-color-text-quiet)`) — `indicator` dot color. Swapped by the reflected `phase`: `var(--lr-color-brand)` for `connecting`/`streaming`, `var(--lr-color-warning)` for `stalled`.\n- `--lr-stream-status-dot-opacity` (default: `0.35`) — `indicator` dot opacity. Swapped by the reflected `phase`: `0.6` for `connecting`, `1` for `streaming` and `stalled`."
12342
12470
  },
12343
12471
  "attributes": [
12344
12472
  {
@@ -12368,7 +12496,7 @@
12368
12496
  "name": "lr-streaming-text",
12369
12497
  "description": {
12370
12498
  "kind": "markdown",
12371
- "value": "`<lr-streaming-text>` — a token-coalescing incremental text renderer for\nstreaming assistant output, with an optional blinking cursor and\nauto-detected Markdown rendering.\n\nThe host is expected to assign the *entire* current text on every update\nto `content`, not a delta -- this component does no accumulation or\nordering of its own. That matches how most streaming-UI state (SSE/\nWebSocket token accumulation into a growing string in application state)\nis already managed.\n\nToken-by-token streaming can update `content` far faster than a human can\nusefully perceive a re-render -- dozens of times a second for a fast\nmodel. Re-rendering on every single assignment thrashes layout for no\nvisible benefit, so updates funnel through `Announcer`\n(`../../internal/announcer.js`), reused here purely as the generic\n\"coalesce rapid calls, flush the latest\" timing primitive its own class\ndoc says other components should reuse -- with none of its usual\nDOM/ARIA plumbing (that's `<lr-live-region>`'s job, not this\ncomponent's). Within any `coalesce-ms` window, only the *last* `content`\nvalue assigned actually reaches the rendered DOM. Two cases always bypass\nthe throttle and flush immediately instead of waiting out the window: the\nvery first `content` assignment after mount (so an already-complete\nmessage never shows an artificial startup delay), and any transition of\n`streaming` between `true` and `false` in either direction (so the final\nchunk of a finished stream can never be left stranded mid-window, and a\nstream restarting on a reused element can never keep showing the\nprevious stream's stale final content for the length of the window).\n\n`markdown` is a tri-state property, not a plain boolean: left unset (the\ndefault), it auto-detects via a lightweight regex heuristic (see\n`looksLikeMarkdown`) run against whatever text is currently displayed --\ngood enough to route obviously-Markdown output through `<lr-markdown>`\nwithout the host needing to know or declare it up front, at the cost of\nan occasional one-time mode flip if Markdown syntax only appears partway\nthrough a stream. Explicitly setting `markdown` to `true`/`false` always\nwins over the heuristic. Rendering itself is never reimplemented here:\nMarkdown mode composes `<lr-markdown>` (`../markdown/markdown.js`)\ndirectly, forwarding this component's own `streaming` through as that\ncomponent's own forward-compatible `streaming` hint prop; plain-text mode\nrenders into a `white-space: pre-wrap` span instead.\n\nThe blinking cursor (shown only while `streaming` is `true`) degrades to\na static, always-visible bar under `prefers-reduced-motion: reduce`\nrather than disabling the animation into an invisible frozen frame --\nthe same pattern `<lr-typing-indicator>`'s own `cursor` variant uses. In\nplain-text mode the cursor sits inline at the tail of the final\ncharacter, since the text is one continuous inline flow; in Markdown\nmode it renders as its own trailing block below the rendered content\ninstead of attempting to splice into whatever nested block Markdown\nhappens to end with (a paragraph, a table cell, a list item, a fenced\ncode block, …) -- genuinely interleaving into arbitrary rendered Markdown\nwithout reaching across `<lr-markdown>`'s own shadow boundary isn't a\ntractable general solution, so this component doesn't attempt it.\n\nPurely presentational: no events, driven entirely by its properties. It\nalso doesn't announce anything to assistive tech itself -- a host that\nneeds streamed text announced already has `<lr-live-region>` for that\n(composed, for example, inside `<lr-chat-message>`).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `cursor` | The blinking (or, under reduced motion, static) cursor bar. Only rendered while `streaming` is `true`. |"
12499
+ "value": "`<lr-streaming-text>` — a token-coalescing incremental text renderer for\nstreaming assistant output, with an optional blinking cursor and\nauto-detected Markdown rendering.\n\nThe host is expected to assign the *entire* current text on every update\nto `content`, not a delta -- this component does no accumulation or\nordering of its own. That matches how most streaming-UI state (SSE/\nWebSocket token accumulation into a growing string in application state)\nis already managed.\n\nToken-by-token streaming can update `content` far faster than a human can\nusefully perceive a re-render -- dozens of times a second for a fast\nmodel. Re-rendering on every single assignment thrashes layout for no\nvisible benefit, so updates funnel through `Announcer`\n(`../../internal/announcer.js`), reused here purely as the generic\n\"coalesce rapid calls, flush the latest\" timing primitive its own class\ndoc says other components should reuse -- with none of its usual\nDOM/ARIA plumbing (that's `<lr-live-region>`'s job, not this\ncomponent's). Within any `coalesce-ms` window, only the *last* `content`\nvalue assigned actually reaches the rendered DOM. Two cases always bypass\nthe throttle and flush immediately instead of waiting out the window: the\nvery first `content` assignment after mount (so an already-complete\nmessage never shows an artificial startup delay), and any transition of\n`streaming` between `true` and `false` in either direction (so the final\nchunk of a finished stream can never be left stranded mid-window, and a\nstream restarting on a reused element can never keep showing the\nprevious stream's stale final content for the length of the window).\n\n`markdown` is a tri-state property, not a plain boolean: left unset (the\ndefault), it auto-detects via a lightweight regex heuristic (see\n`looksLikeMarkdown`) run against whatever text is currently displayed --\ngood enough to route obviously-Markdown output through `<lr-markdown>`\nwithout the host needing to know or declare it up front, at the cost of\nan occasional one-time mode flip if Markdown syntax only appears partway\nthrough a stream. Explicitly setting `markdown` to `true`/`false` always\nwins over the heuristic. Rendering itself is never reimplemented here:\nMarkdown mode composes `<lr-markdown>` (`../markdown/markdown.js`)\ndirectly, forwarding this component's own `streaming` through as that\ncomponent's own forward-compatible `streaming` hint prop; plain-text mode\nrenders into a `white-space: pre-wrap` span instead.\n\nThe blinking cursor (shown only while `streaming` is `true`) degrades to\na static, always-visible bar under `prefers-reduced-motion: reduce`\nrather than disabling the animation into an invisible frozen frame --\nthe same pattern `<lr-typing-indicator>`'s own `cursor` variant uses. In\nplain-text mode the cursor sits inline at the tail of the final\ncharacter, since the text is one continuous inline flow; in Markdown\nmode it renders as its own trailing block below the rendered content\ninstead of attempting to splice into whatever nested block Markdown\nhappens to end with (a paragraph, a table cell, a list item, a fenced\ncode block, …) -- genuinely interleaving into arbitrary rendered Markdown\nwithout reaching across `<lr-markdown>`'s own shadow boundary isn't a\ntractable general solution, so this component doesn't attempt it.\n\nPurely presentational: no events, driven entirely by its properties. It\nalso doesn't announce anything to assistive tech itself -- a host that\nneeds streamed text announced already has `<lr-live-region>` for that\n(composed, for example, inside `<lr-chat-message>`).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `cursor` | The blinking (or, under reduced motion, static) cursor bar. Only rendered while `streaming` is `true`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-streaming-text-cursor-width` (default: `var(--lr-size-0-125rem)`) — Width of the `cursor` bar (also its border radius).\n- `--lr-streaming-text-cursor-height` (default: `var(--lr-size-1em)`) — Height of the `cursor` bar."
12372
12500
  },
12373
12501
  "attributes": [
12374
12502
  {
@@ -12493,7 +12621,7 @@
12493
12621
  "name": "lr-swatch-picker",
12494
12622
  "description": {
12495
12623
  "kind": "markdown",
12496
- "value": "`<lr-swatch-picker>` -- a single-select picker over a small, fixed set of color swatches with\nthe WAI-ARIA APG `radiogroup` contract built in: `role=\"radiogroup\"`/`role=\"radio\"`, roving\ntabindex, automatic activation (click or arrow-key move both select immediately, like a native\nradio group), cyclic Arrow/Home/End navigation. Distinct from `<lr-color-picker>`'s freeform\nnative color input -- this picks exactly one of N designer-chosen named colors, the shape apps\notherwise hand-roll as a row of round accent-color buttons.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `swatch` | A single `role=\"radio\"` color swatch's interactive hit target; sized to the shared minimum tappable size (`--lr-icon-button-size`), independent of the smaller visible fill/icon rendered inside it. The selected one is `[part='swatch'][aria-checked='true']`. |\n| `swatch-fill` | The compact filled circle rendered when the option has no custom `icon`. |\n| `swatch-icon` | Optional custom shape supplied by the option's `icon` field; when present it replaces `swatch-fill` and the swatch renders unfilled/unbordered behind it. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-swatch-picker-selected-color` (default: `var(--lr-color-brand)`) — Ring color drawn around the selected swatch, themeable independently of the focus ring and every other ring color.\n- `--lr-swatch-picker-selected-blur` (default: `0px`) — Blur radius of that same ring. 0 by default (a crisp ring); set a real length (e.g. 0.4rem) for a soft glow instead.\n- `--lr-swatch-picker-shine-duration` (default: `0s`) — Duration of a rhythmic brighten-and-settle \"shine\" on the selected swatch. `0s` (the default) is a no-op -- today's static look for every existing consumer. Set a real duration (e.g. 1.6s) for a pulsing shine; disabled outright under `prefers-reduced-motion: reduce`. Independent of `--lr-swatch-picker-selected-blur` (a separate `filter: brightness()` animation, not `box-shadow`), so the two compose freely, and works identically for a plain color circle and an icon swatch alike."
12624
+ "value": "`<lr-swatch-picker>` -- a single-select picker over a small, fixed set of color swatches with\nthe WAI-ARIA APG `radiogroup` contract built in: `role=\"radiogroup\"`/`role=\"radio\"`, roving\ntabindex, automatic activation (click or arrow-key move both select immediately, like a native\nradio group), cyclic Arrow/Home/End navigation. Distinct from `<lr-color-picker>`'s freeform\nnative color input -- this picks exactly one of N designer-chosen named colors, the shape apps\notherwise hand-roll as a row of round accent-color buttons.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `swatch` | A single `role=\"radio\"` color swatch's interactive hit target; sized to the shared minimum tappable size (`--lr-icon-button-size`), independent of the smaller visible fill/icon rendered inside it. The selected one is `[part='swatch'][aria-checked='true']`. |\n| `swatch-fill` | The compact filled circle rendered when the option has no custom `icon`. |\n| `swatch-icon` | Optional custom shape supplied by the option's `icon` field; when present it replaces `swatch-fill` and the swatch renders unfilled/unbordered behind it. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-swatch-picker-selected-color` (default: `var(--lr-color-brand)`) — Ring color drawn around the selected swatch, themeable independently of the focus ring and every other ring color.\n- `--lr-swatch-picker-selected-blur` (default: `0`) — Blur radius of that same ring. 0 by default (a crisp ring); set a real length (e.g. 0.4rem) for a soft glow instead.\n- `--lr-swatch-picker-shine-duration` (default: `0s`) — Duration of a rhythmic brighten-and-settle \"shine\" on the selected swatch. `0s` (the default) is a no-op -- today's static look for every existing consumer. Set a real duration (e.g. 1.6s) for a pulsing shine; disabled outright under `prefers-reduced-motion: reduce`. Independent of `--lr-swatch-picker-selected-blur` (a separate `filter: brightness()` animation, not `box-shadow`), so the two compose freely, and works identically for a plain color circle and an icon swatch alike."
12497
12625
  },
12498
12626
  "attributes": [
12499
12627
  {
@@ -12523,7 +12651,7 @@
12523
12651
  "name": "lr-switch",
12524
12652
  "description": {
12525
12653
  "kind": "markdown",
12526
- "value": "`<lr-switch>` — a boolean toggle-switch form control. Structurally the\nsame idea as a checkbox (form-associated via `ElementInternals`, click and\nSpace/Enter both toggle) but with switch semantics: `role=\"switch\"` +\n`aria-checked` read to assistive tech as an on/off state rather than a\nchecked/unchecked one, and there is no indeterminate state.\n\n`checked` is not a plain string, so this attaches `ElementInternals`\ndirectly and implements its own `updateValidity()` rather than using the\n`FormAssociated` mixin (that mixin's `value` accessor assumes a string —\nsee `<lr-combobox>` for the same direct-`ElementInternals` shape with a\nnon-string value).\n\nShips an opt-in `hint`/`errorText` form-control chrome (props + matching named slots +\n`hint`/`error` CSS parts), mirroring `<lr-select>`'s pattern for those two pieces -- left\nunset, neither renders. Deliberately no separate top-of-field `label` prop/slot/part mirroring\n`<lr-select>`'s `form-control-label`: the default slot already *is* this control's visible,\nclickable label (same as `<lr-checkbox>`), so a second label surface would be redundant.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Label text, rendered next to the track. Clicking it toggles the switch, the same as clicking a checkbox's associated `<label>`. If left empty, set `aria-label` on the host so the control still has an accessible name. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The whole interactive control (`role=\"switch\"`); wraps the track and label. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around the switch, error and hint. |\n| `hint` | The hint message. |\n| `label` | The wrapper around the default slot. |\n| `thumb` | The circular knob that slides across the track. |\n| `track` | The pill-shaped background. |"
12654
+ "value": "`<lr-switch>` — a boolean toggle-switch form control. Structurally the\nsame idea as a checkbox (form-associated via `ElementInternals`, click and\nSpace/Enter both toggle) but with switch semantics: `role=\"switch\"` +\n`aria-checked` read to assistive tech as an on/off state rather than a\nchecked/unchecked one, and there is no indeterminate state.\n\n`checked` is not a plain string, so this attaches `ElementInternals`\ndirectly and implements its own `updateValidity()` rather than using the\n`FormAssociated` mixin (that mixin's `value` accessor assumes a string —\nsee `<lr-combobox>` for the same direct-`ElementInternals` shape with a\nnon-string value).\n\nShips an opt-in `hint`/`errorText` form-control chrome (props + matching named slots +\n`hint`/`error` CSS parts), mirroring `<lr-select>`'s pattern for those two pieces -- left\nunset, neither renders. Deliberately no separate top-of-field `label` prop/slot/part mirroring\n`<lr-select>`'s `form-control-label`: the default slot already *is* this control's visible,\nclickable label (same as `<lr-checkbox>`), so a second label surface would be redundant.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Label text, rendered next to the track. Clicking it toggles the switch, the same as clicking a checkbox's associated `<label>`. If left empty, set `aria-label` on the host so the control still has an accessible name. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The whole interactive control (`role=\"switch\"`); wraps the track and label. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around the switch, error and hint. |\n| `hint` | The hint message. |\n| `label` | The wrapper around the default slot. |\n| `thumb` | The circular knob that slides across the track. |\n| `track` | The pill-shaped background. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-switch-track-inline-size` (default: `var(--lr-size-2-25rem)`) — Inline size of the track, and (with the block size) the distance the thumb travels when checked.\n- `--lr-switch-track-block-size` (default: `var(--lr-size-1-25rem)`) — Block size of the track; the thumb's diameter is derived from it minus twice `--lr-switch-thumb-offset`.\n- `--lr-switch-thumb-offset` (default: `var(--lr-size-2px)`) — Inset of the thumb from the track's edges."
12527
12655
  },
12528
12656
  "attributes": [
12529
12657
  {
@@ -12588,7 +12716,7 @@
12588
12716
  "name": "lr-table",
12589
12717
  "description": {
12590
12718
  "kind": "markdown",
12591
- "value": "`<lr-table>` — a presentational, sort/select-aware data table.\n\nHeader/row activation is delegated: one `click` and one `keydown`\nlistener on `<table>` resolve the target via `closest('[data-col-key]'\n| '[data-row-key]')` and a key→object lookup map, instead of allocating\nfresh per-column/per-row closures on every render. Both listeners guard\nagainst nested interactive `cell()` content first (see\n`INTERACTIVE_SELECTOR`) so a button/link/input inside a cell owns its own\nactivation instead of triggering `lr-row-click`.\n\nKeyboard focus follows a roving-tabindex pattern (one `tabindex=\"0\"` stop\namong the header cells, one among the body rows — see `focusedColKey()` /\n`focusedRowKey()`), matching this repo's other `role=\"grid\"`/composite\nwidgets. Left/Right/Home/End move within the header row; Up/Down/Home/End\nmove within the body; Down from the header enters the body's roving stop,\nand Up from the body's first row returns to the header's roving stop.\nEnter/Space still only sort/activate (see `activateColumn()` /\n`activateRow()`).\n\nSet `aria-label` on the host to give the `role=\"grid\"` element an\naccessible name; it's forwarded into the shadow DOM's `<table>`.\n\n`columns[].priority` ('medium' | 'low') hides that column under\n`[part='base']`'s `@container` breakpoints; `[part='reveal-columns-button']`\nforces them all back into view. Rather than a *static* check of whether any\ncolumn merely declares a `priority`, the button (and the public\n`columnsHidden` property, see below) reflects whether a `priority` column\nis *actually* hidden right now — measured via `ResizeObserver` on\n`[part='base']` plus a post-render DOM check — or the public `showAllColumns`\nforce-visible mode is currently active (so there's still a way to toggle\nit back off). `showAllColumns` defaults to `false` and toggles itself on\n`[part='reveal-columns-button']` activation with no external wiring\nrequired, but is also settable up front (property or the reflected\n`show-all-columns` attribute) to restore a previously-persisted\npreference, and readable back — directly or via the `lr-columns-revealed`\nevent — to persist the current one. `columns[].sticky` pins a column's\nheader/cells to the inline-start (default/`true`) or inline-end (`'end'`)\nedge while the table scrolls horizontally.\n\n`expandedContent` (a table-level `(row: T) => unknown`, not a per-column\nhook, since the resulting panel spans every column via `colspan`) makes\nevery row render a leading chevron-toggle cell before its data columns.\n`canExpand` optionally gates which rows actually get an interactive\ntoggle — a row that fails it still gets a blank leading cell for column\nalignment. Which rows are currently open is fully consumer-owned via\n`expandedKeys` (a `Set<string | number>` of row keys, per `rowKey`/\n`keyOf()`) — the table only reads it and emits `lr-row-expand-toggle`\non activation, mirroring `sortKey`/`selectedKey`'s existing\npresentational-only convention.\n\nSelection is opt-in through the `selectionMode` property. Use `single` or\n`multiple` to self-manage row selection; the default `none` remains\npresentational. `selectedKeys` contains the raw keys selected in multiple\nmode.\n\n`filterable` adds a compact search field above the grid. `filterText` is\ncontrolled and emits `lr-filter-change`; `filter` can provide a typed\npredicate, otherwise the row is matched against its JSON representation.\n`pageSize` enables controlled pagination through the existing\n`<lr-pagination>` primitive. Client mode slices `rows`; server mode\nrenders the supplied page unchanged while using `totalItems` for the\nnavigation summary. `loading` keeps the table shell busy and renders an\nindeterminate spinner.\nColumns with `editable: true` open a native text/number editor on\ndouble-click and emit `lr-cell-edit`; row mutation remains consumer-owned.\n`spellcheck`/`autocapitalize`/`autoCorrect` forward to the filter input and, for a `'text'`\n(the default) `editType`, the inline cell editor -- no effect on a `'number'` cell editor.\n`groupBy` inserts non-focusable group header rows before each group; use\n`groupLabel` when the raw group key needs custom content.\n\n`columns[].heatValue` opts a column into heat-tint mode: its numeric return value is normalized\nagainst a shared scale spanning every `heatValue`-defining column across every currently-rendered\nrow (auto-derived, or overridden via `heatTintScale`) and painted as a `color-mix()` background via\nthe retheme-able `--lr-table-heat-tint-lo`/`-hi` custom properties (matching `lr-heatmap`'s own\nramp-token convention). `rowTotal`/`grandTotal` add a trailing column mirroring `expandedContent`'s\nleading one: `rowTotal(row)` renders per-row, `grandTotal(rows)` renders at its intersection with\nthe footer row (only when a column also defines `footer`) — both share `footer`'s own\n\"consumer computes/renders\" contract rather than assuming addition.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the `<table>` and its footer controls. |\n| `cell` | Each body `<td>`. |\n| `cell-editor` | The native inline cell editor, shown after a double-click on an editable cell. |\n| `expand-toggle-cell` | Each row's (and the header's) leading chevron-toggle cell, rendered only when `expandedContent` is set. |\n| `expanded-cell` | The single `colspan`-spanning `<td>` inside `expanded-row`, containing `expandedContent(row)`. |\n| `expanded-row` | The full-width panel `<tr>` rendered beneath a row whose key is in `expandedKeys`. |\n| `filter` | The optional row-filter input. |\n| `filter-label` | The `<label>` wrapping the filter input. |\n| `foot` | The `<tfoot>`, only rendered when at least one column defines `footer`. |\n| `footer-cell` | A single footer cell. |\n| `footer-row` | The single footer row. |\n| `group-cell` | The full-width group header cell. |\n| `group-row` | A non-focusable group header row. |\n| `head` | The `<thead>` element. |\n| `header-cell` | Each `<th>` header cell. |\n| `loading` | The loading-state wrapper. |\n| `more-button` | The \"load more\" control, shown when `hasMore` is true. |\n| `pagination` | The optional pagination component. |\n| `resize-handle` | The pointer resize handle in a `resizable` column header. |\n| `reveal-columns-button` | The button that toggles `priority`-hidden columns back into view. |\n| `row` | Each body `<tr>`. |\n| `row-expand-icon` | The chevron icon inside `row-expand-toggle`. |\n| `row-expand-toggle` | The `<button>` inside `expand-toggle-cell`, absent for a row that fails `canExpand`. |\n| `row-total-cell` | Each body row's trailing `<td>` holding `rowTotal(row)`, rendered only when `rowTotal` is set. The corresponding footer-row cell (holding `grandTotal`) is a `footer-cell` instead, matching every other footer cell. |\n| `sort-icon` | The chevron shown in the active sortable column's header cell. |\n| `table` | The `<table role=\"grid\">` element. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-table-resize-min-width` (default: `var(--lr-size-3rem)`) — Default minimum width for a resizable column without an explicit pixel `minWidth`.\n- `--lr-table-resize-handle-opacity` (default: `0.12`) — Hover/focus opacity of the resize handle."
12719
+ "value": "`<lr-table>` — a presentational, sort/select-aware data table.\n\nHeader/row activation is delegated: one `click` and one `keydown`\nlistener on `<table>` resolve the target via `closest('[data-col-key]'\n| '[data-row-key]')` and a key→object lookup map, instead of allocating\nfresh per-column/per-row closures on every render. Both listeners guard\nagainst nested interactive `cell()` content first (see\n`INTERACTIVE_SELECTOR`) so a button/link/input inside a cell owns its own\nactivation instead of triggering `lr-row-click`.\n\nKeyboard focus follows a roving-tabindex pattern (one `tabindex=\"0\"` stop\namong the header cells, one among the body rows — see `focusedColKey()` /\n`focusedRowKey()`), matching this repo's other `role=\"grid\"`/composite\nwidgets. Left/Right/Home/End move within the header row; Up/Down/Home/End\nmove within the body; Down from the header enters the body's roving stop,\nand Up from the body's first row returns to the header's roving stop.\nEnter/Space still only sort/activate (see `activateColumn()` /\n`activateRow()`).\n\nSet `aria-label` on the host to give the `role=\"grid\"` element an\naccessible name; it's forwarded into the shadow DOM's `<table>`.\n\n`columns[].priority` ('medium' | 'low') hides that column under\n`[part='base']`'s `@container` breakpoints; `[part='reveal-columns-button']`\nforces them all back into view. Rather than a *static* check of whether any\ncolumn merely declares a `priority`, the button (and the public\n`columnsHidden` property, see below) reflects whether a `priority` column\nis *actually* hidden right now — measured via `ResizeObserver` on\n`[part='base']` plus a post-render DOM check — or the public `showAllColumns`\nforce-visible mode is currently active (so there's still a way to toggle\nit back off). `showAllColumns` defaults to `false` and toggles itself on\n`[part='reveal-columns-button']` activation with no external wiring\nrequired, but is also settable up front (property or the reflected\n`show-all-columns` attribute) to restore a previously-persisted\npreference, and readable back — directly or via the `lr-columns-revealed`\nevent — to persist the current one. `columns[].sticky` pins a column's\nheader/cells to the inline-start (default/`true`) or inline-end (`'end'`)\nedge while the table scrolls horizontally.\n\n`expandedContent` (a table-level `(row: T) => unknown`, not a per-column\nhook, since the resulting panel spans every column via `colspan`) makes\nevery row render a leading chevron-toggle cell before its data columns.\n`canExpand` optionally gates which rows actually get an interactive\ntoggle — a row that fails it still gets a blank leading cell for column\nalignment. Which rows are currently open is fully consumer-owned via\n`expandedKeys` (a `Set<string | number>` of row keys, per `rowKey`/\n`keyOf()`) — the table only reads it and emits `lr-row-expand-toggle`\non activation, mirroring `sortKey`/`selectedKey`'s existing\npresentational-only convention.\n\nSelection is opt-in through the `selectionMode` property. Use `single` or\n`multiple` to self-manage row selection; the default `none` remains\npresentational. `selectedKeys` contains the raw keys selected in multiple\nmode.\n\n`filterable` adds a compact search field above the grid. `filterText` is\ncontrolled and emits `lr-filter-change`; `filter` can provide a typed\npredicate, otherwise the row is matched against its JSON representation.\n`pageSize` enables controlled pagination through the existing\n`<lr-pagination>` primitive. Client mode slices `rows`; server mode\nrenders the supplied page unchanged while using `totalItems` for the\nnavigation summary. `loading` keeps the table shell busy and renders an\nindeterminate spinner.\nColumns with `editable: true` open a native text/number editor on\ndouble-click and emit `lr-cell-edit`; row mutation remains consumer-owned.\n`spellcheck`/`autocapitalize`/`autoCorrect` forward to the filter input and, for a `'text'`\n(the default) `editType`, the inline cell editor -- no effect on a `'number'` cell editor.\n`groupBy` inserts non-focusable group header rows before each group; use\n`groupLabel` when the raw group key needs custom content.\n\n`columns[].heatValue` opts a column into heat-tint mode: its numeric return value is normalized\nagainst a shared scale spanning every `heatValue`-defining column across every currently-rendered\nrow (auto-derived, or overridden via `heatTintScale`) and painted as a `color-mix()` background via\nthe retheme-able `--lr-table-heat-tint-lo`/`-hi` custom properties (matching `lr-heatmap`'s own\nramp-token convention). `rowTotal`/`grandTotal` add a trailing column mirroring `expandedContent`'s\nleading one: `rowTotal(row)` renders per-row, `grandTotal(rows)` renders at its intersection with\nthe footer row (only when a column also defines `footer`) — both share `footer`'s own\n\"consumer computes/renders\" contract rather than assuming addition.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the `<table>` and its footer controls. |\n| `cell` | Each body `<td>`. |\n| `cell-editor` | The native inline cell editor, shown after a double-click on an editable cell. |\n| `expand-toggle-cell` | Each row's (and the header's) leading chevron-toggle cell, rendered only when `expandedContent` is set. |\n| `expanded-cell` | The single `colspan`-spanning `<td>` inside `expanded-row`, containing `expandedContent(row)`. |\n| `expanded-row` | The full-width panel `<tr>` rendered beneath a row whose key is in `expandedKeys`. |\n| `filter` | The optional row-filter input. |\n| `filter-label` | The `<label>` wrapping the filter input. |\n| `foot` | The `<tfoot>`, only rendered when at least one column defines `footer`. |\n| `footer-cell` | A single footer cell. |\n| `footer-row` | The single footer row. |\n| `group-cell` | The full-width group header cell. |\n| `group-row` | A non-focusable group header row. |\n| `head` | The `<thead>` element. |\n| `header-cell` | Each `<th>` header cell. |\n| `loading` | The loading-state wrapper. |\n| `more-button` | The \"load more\" control, shown when `hasMore` is true. |\n| `pagination` | The optional pagination component. |\n| `resize-handle` | The focusable separator used to resize a `resizable` column. |\n| `reveal-columns-button` | The button that toggles `priority`-hidden columns back into view. |\n| `row` | Each body `<tr>`. |\n| `row-expand-icon` | The chevron icon inside `row-expand-toggle`. |\n| `row-expand-toggle` | The `<button>` inside `expand-toggle-cell`, absent for a row that fails `canExpand`. |\n| `row-total-cell` | Each body row's trailing `<td>` holding `rowTotal(row)`, rendered only when `rowTotal` is set. The corresponding footer-row cell (holding `grandTotal`) is a `footer-cell` instead, matching every other footer cell. |\n| `sort-icon` | The chevron shown in the active sortable column's header cell. |\n| `table` | The `<table role=\"grid\">` element. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-table-resize-min-width` (default: `var(--lr-size-3rem)`) — Default minimum width for a resizable column without an explicit pixel `minWidth`.\n- `--lr-table-resize-handle-opacity` (default: `0.12`) — Hover/focus opacity of the resize handle.\n- `--lr-table-max-height` (default: `none`) — Cap on the scroll container's block size, past which the table body scrolls.\n- `--lr-table-heat-tint-lo` (default: `var(--lr-color-brand-quiet)`) — Low endpoint of the heat-tint ramp used by `heatValue` columns.\n- `--lr-table-heat-tint-hi` (default: `var(--lr-color-brand)`) — High endpoint of the heat-tint ramp used by `heatValue` columns.\n- `--lr-table-heat-t` — This cell's position on the heat-tint ramp, as a percentage string. Set inline by the component on each `[data-heat]` cell; not consumer-settable.\n- `--lr-table-sticky-offset` (default: `0`) — Distance a `sticky` column pins from the inline edge. Measured and set inline per column by the component so multiple sticky columns stack instead of overlapping; falls back to `0` for the first one, or before the first measurement pass."
12592
12720
  },
12593
12721
  "attributes": [
12594
12722
  {
@@ -12843,7 +12971,7 @@
12843
12971
  "name": "lr-tag",
12844
12972
  "description": {
12845
12973
  "kind": "markdown",
12846
- "value": "`<lr-tag>` — a semantic alias for the compact badge treatment.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |"
12974
+ "value": "`<lr-tag>` — a semantic alias for the compact badge treatment.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color."
12847
12975
  },
12848
12976
  "attributes": [
12849
12977
  {
@@ -12903,7 +13031,7 @@
12903
13031
  "name": "lr-terminal",
12904
13032
  "description": {
12905
13033
  "kind": "markdown",
12906
- "value": "`<lr-terminal>` — read-only ANSI console for streamed agent/tool output. Not a PTY: no\nstdin/keystroke handling, no cursor-addressed full-screen apps.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `announcer` | The visually-hidden `role=\"status\"` region used when `announce-output` is set. |\n| `base` | The outer container. |\n| `copy-button` | The copy-to-clipboard button. |\n| `download-button` | The download button. |\n| `jump-to-latest` | The pill shown while `follow` is disengaged and new output has arrived. |\n| `line` | One rendered line; carries `data-line-number`, `data-match`, `data-highlight-tone`. Rendered through `<lr-virtual-list>`'s `renderItem`, so it lives inside that element's own shadow root rather than this component's -- this component's own stylesheet reaches it via `lr-virtual-list::part(line)`, one hop of the standard CSS Shadow Parts selector. |\n| `toolbar` | The header row, only rendered when copy/download are enabled. |\n| `viewport` | The `role=\"log\"` scrollable region wrapping the virtualized line list. |"
13034
+ "value": "`<lr-terminal>` — read-only ANSI console for streamed agent/tool output. Not a PTY: no\nstdin/keystroke handling, no cursor-addressed full-screen apps.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `announcer` | The visually-hidden `role=\"status\"` region used when `announce-output` is set. |\n| `base` | The outer container. |\n| `copy-button` | The copy-to-clipboard button. |\n| `download-button` | The download button. |\n| `jump-to-latest` | The pill shown while `follow` is disengaged and new output has arrived. |\n| `line` | One rendered line; carries `data-line-number`, `data-match`, `data-highlight-tone`. Rendered through `<lr-virtual-list>`'s `renderItem`, so it lives inside that element's own shadow root rather than this component's -- this component's own stylesheet reaches it via `lr-virtual-list::part(line)`, one hop of the standard CSS Shadow Parts selector. |\n| `toolbar` | The header row, only rendered when copy/download are enabled. |\n| `viewport` | The `role=\"log\"` scrollable region wrapping the virtualized line list. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-terminal-height` (default: `var(--lr-size-20rem)`) — Block size of `[part=\"viewport\"]`, the scrollable log region. Not declared on `:host`, so it is inherited — set it on the host or any ancestor."
12907
13035
  },
12908
13036
  "attributes": [
12909
13037
  {
@@ -13119,7 +13247,7 @@
13119
13247
  "name": "lr-thinking-panel",
13120
13248
  "description": {
13121
13249
  "kind": "markdown",
13122
- "value": "`<lr-thinking-panel>` — a collapsible panel for an AI agent's\nintermediate reasoning/\"thinking\" transcript, kept visually and\nsemantically distinct from its final response. Same collapsible\nheader-button-plus-region shape as `<lr-source-list>`; the default slot\nis entirely free-form (a consumer-composed `<lr-streaming-text>`,\n`<lr-markdown>`, or plain text) — this component has no dependency on\neither and imposes no structure on what's slotted.\n\n`mode` (`'live'` while reasoning is actively streaming in, `'post-hoc'`\nonce it's complete and being reviewed after the fact) drives two concrete\nbehavior differences, not just a styling hook:\n- **Header hint.** While `duration-ms` is unset, `'live'` shows a pulsing\n \"Thinking…\" placeholder in `[part=\"duration\"]`; `'post-hoc'` shows\n nothing there instead (a finished review with no known duration has\n nothing useful to say in that slot). Once `duration-ms` is set, both\n modes show the same static `\"Thought for …\"` text — a `'post-hoc'`\n consumer that captured a duration is free to supply it too.\n- **Auto-scroll.** Only `'live'` mode auto-follows new content appended to\n the default slot while `expanded` (see below); `'post-hoc'` never\n scrolls on its own, since reviewing finished reasoning is expected to\n start from the top like reading any other completed document. This\n library otherwise defaults to *not* editorializing about a host's data\n (see `<lr-empty>`'s plain-`description` stance), but scroll position\n is presentation, not data, so this one behavior difference earns its\n keep rather than being left as a bare visual/semantic hint the host\n would have to reimplement identically itself.\n\nLive-mode auto-scroll (\"stick to bottom\") is the classic chat-transcript\nconvention: while `mode=\"live\"` and `expanded`, new content keeps the\npanel scrolled to its latest line — *unless* the user has manually\nscrolled up to (re-)read earlier content, in which case their position is\nnever yanked away from them. This is tracked continuously via a `scroll`\nlistener on `[part=\"body\"]` (not recomputed from the mutation itself,\nwhich necessarily observes the DOM only *after* it has already changed):\nevery user-driven scroll records whether the body was left within\n`NEAR_BOTTOM_PX` of its own max scroll position, and only a mutation that\narrives while that's still true triggers a follow-up scroll-to-bottom.\nOpening an already-`'live'` panel (or one that later becomes `'live'`)\nalways resets this to \"anchored\" and jumps to the latest content, the same\nway a chat app's own transcript does when you re-open it.\n\nNew content is detected via a `MutationObserver` on this element's own\nlight DOM (`childList`+`subtree`+`characterData`) rather than the default\nslot's `slotchange` event, because `slotchange` only fires when the set of\ntop-level assigned nodes changes — never for a text node mutating *inside*\nan already-slotted element, which is the more likely shape for streamed\nreasoning (a consumer appending chunks to an existing node's `textContent`\nrather than re-slotting a whole new element per token). The one thing this\ncan't see is a mutation entirely inside a slotted custom element's own\nshadow root (e.g. a `<lr-markdown>` re-rendering its shadow tree after a\n`content` property change) — Shadow DOM encapsulation blocks that by\ndesign, and there is no way for this component to reach across that\nboundary. A slotted element whose *own* internal updates should drive this\npanel's auto-scroll needs to append/mutate visible light-DOM text itself\n(as `<lr-streaming-text>` is expected to), or the host can call this\npanel's own `scrollToBottom()` directly.\n\n`aria-controls` linking the header to the body region uses `nextId()`\n(`../../internal/a11y.js`) for a collision-safe id, the same convention\n`<lr-source-list>` and `<lr-widget>` already establish for every\ntoggle-controls-region pairing in this library.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The reasoning/thinking content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The wrapper around the default slot, `hidden` while collapsed. Independently keyboard-focusable (`tabindex=\"0\"`, `role=\"group\"` named from `label`) since it's its own capped-height scrollable region. |\n| `duration` | The formatted duration / \"Thinking…\" placeholder, when shown. |\n| `header` | The clickable header (`<button>`) toggling `expanded`. |\n| `label` | The `label` text. |\n| `toggle` | The chevron indicator inside the header. |"
13250
+ "value": "`<lr-thinking-panel>` — a collapsible panel for an AI agent's\nintermediate reasoning/\"thinking\" transcript, kept visually and\nsemantically distinct from its final response. Same collapsible\nheader-button-plus-region shape as `<lr-source-list>`; the default slot\nis entirely free-form (a consumer-composed `<lr-streaming-text>`,\n`<lr-markdown>`, or plain text) — this component has no dependency on\neither and imposes no structure on what's slotted.\n\n`mode` (`'live'` while reasoning is actively streaming in, `'post-hoc'`\nonce it's complete and being reviewed after the fact) drives two concrete\nbehavior differences, not just a styling hook:\n- **Header hint.** While `duration-ms` is unset, `'live'` shows a pulsing\n \"Thinking…\" placeholder in `[part=\"duration\"]`; `'post-hoc'` shows\n nothing there instead (a finished review with no known duration has\n nothing useful to say in that slot). Once `duration-ms` is set, both\n modes show the same static `\"Thought for …\"` text — a `'post-hoc'`\n consumer that captured a duration is free to supply it too.\n- **Auto-scroll.** Only `'live'` mode auto-follows new content appended to\n the default slot while `expanded` (see below); `'post-hoc'` never\n scrolls on its own, since reviewing finished reasoning is expected to\n start from the top like reading any other completed document. This\n library otherwise defaults to *not* editorializing about a host's data\n (see `<lr-empty>`'s plain-`description` stance), but scroll position\n is presentation, not data, so this one behavior difference earns its\n keep rather than being left as a bare visual/semantic hint the host\n would have to reimplement identically itself.\n\nLive-mode auto-scroll (\"stick to bottom\") is the classic chat-transcript\nconvention: while `mode=\"live\"` and `expanded`, new content keeps the\npanel scrolled to its latest line — *unless* the user has manually\nscrolled up to (re-)read earlier content, in which case their position is\nnever yanked away from them. This is tracked continuously via a `scroll`\nlistener on `[part=\"body\"]` (not recomputed from the mutation itself,\nwhich necessarily observes the DOM only *after* it has already changed):\nevery user-driven scroll records whether the body was left within\n`NEAR_BOTTOM_PX` of its own max scroll position, and only a mutation that\narrives while that's still true triggers a follow-up scroll-to-bottom.\nOpening an already-`'live'` panel (or one that later becomes `'live'`)\nalways resets this to \"anchored\" and jumps to the latest content, the same\nway a chat app's own transcript does when you re-open it.\n\nNew content is detected via a `MutationObserver` on this element's own\nlight DOM (`childList`+`subtree`+`characterData`) rather than the default\nslot's `slotchange` event, because `slotchange` only fires when the set of\ntop-level assigned nodes changes — never for a text node mutating *inside*\nan already-slotted element, which is the more likely shape for streamed\nreasoning (a consumer appending chunks to an existing node's `textContent`\nrather than re-slotting a whole new element per token). The one thing this\ncan't see is a mutation entirely inside a slotted custom element's own\nshadow root (e.g. a `<lr-markdown>` re-rendering its shadow tree after a\n`content` property change) — Shadow DOM encapsulation blocks that by\ndesign, and there is no way for this component to reach across that\nboundary. A slotted element whose *own* internal updates should drive this\npanel's auto-scroll needs to append/mutate visible light-DOM text itself\n(as `<lr-streaming-text>` is expected to), or the host can call this\npanel's own `scrollToBottom()` directly.\n\n`aria-controls` linking the header to the body region uses `nextId()`\n(`../../internal/a11y.js`) for a collision-safe id, the same convention\n`<lr-source-list>` and `<lr-widget>` already establish for every\ntoggle-controls-region pairing in this library.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The reasoning/thinking content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The wrapper around the default slot, `hidden` while collapsed. Independently keyboard-focusable (`tabindex=\"0\"`, `role=\"group\"` named from `label`) since it's its own capped-height scrollable region. |\n| `duration` | The formatted duration / \"Thinking…\" placeholder, when shown. |\n| `header` | The clickable header (`<button>`) toggling `expanded`. |\n| `label` | The `label` text. |\n| `toggle` | The chevron indicator inside the header. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-thinking-panel-max-block-size` (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally."
13123
13251
  },
13124
13252
  "attributes": [
13125
13253
  {
@@ -13163,7 +13291,7 @@
13163
13291
  "name": "lr-thread-list",
13164
13292
  "description": {
13165
13293
  "kind": "markdown",
13166
- "value": "`<lr-thread-list>` — the conversation sidebar: a grouped, searchable list of chat sessions with\npin/archive/delete/rename affordances. *Data mode* (non-empty `threads`, or empty `threads` with\nnothing slotted) renders every row as a `<lr-conversation-item>` inside an internal\n`<lr-virtual-list>` — virtualized by construction, scroll position and per-row state survive a\n`threads` replacement; zero rows renders the built-in empty state. *Slotted mode* (empty `threads`\n*and* real slotted content) renders host-supplied `<lr-conversation-item>`s from the default slot\nas-is: no grouping, virtualization, or row actions in that mode — those are data-mode-only by design\n(shadow DOM cannot inject group headers between slotted children).\n\nNo thread CRUD or persistence: every mutation (`lr-thread-pin`/`-archive`/`-delete`/`-rename`) is\na controlled event carrying the *requested* new state — the host mutates `threads`.\n\nData mode: a host needing content with no home in `lr-conversation-item`'s own\n`title`/`excerpt`/`meta`/`actions` surface sets `wrapRow` to wrap the already-built row. For\ncommon row composition, `renderLeading`, `renderMeta`, and `renderRowContent` provide focused\nvirtualized render hooks. A host needing a fully custom\n`actions` surface itself — beyond `rowActions`'s closed `pin | archive | delete` set, e.g. a\n`<lr-menu>` with Rename/Delete — sets `renderActions` instead; its content is appended after any\nbuilt-in `rowActions` output in the same slot, and `wrapRow` continues to compose around the result.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Slotted mode only: host-supplied `lr-conversation-item`s, rendered in order. Each top-level assigned element that doesn't already carry an explicit `role` is given `role=\"listitem\"`, since `[part=\"list\"]` is `role=\"list\"` in this mode and `lr-conversation-item` deliberately doesn't self-apply that role (see its own class doc). |\n| `empty` | Replaces the built-in empty state. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root. |\n| `empty` | The empty/no-matches state. |\n| `group-header` | Exported from the internal `lr-virtual-list`'s `group` part (data mode, `grouping=\"date\"`). |\n| `list` | The list region. |\n| `pin-glyph` | The small pin indicator shown in a pinned row's `meta` slot (data mode). |\n| `row` | Exported from the internal `lr-virtual-list`'s `row` part (data mode). |\n| `row-action` | A built-in pin/archive/delete icon button (data mode, when `rowActions` includes it). |\n| `search` | The search field wrapper. |\n| `search-input` | The `<input type=\"search\">`. |"
13294
+ "value": "`<lr-thread-list>` — the conversation sidebar: a grouped, searchable list of chat sessions with\npin/archive/delete/rename affordances. *Data mode* (non-empty `threads`, or empty `threads` with\nnothing slotted) renders every row as a `<lr-conversation-item>` inside an internal\n`<lr-virtual-list>` — virtualized by construction, scroll position and per-row state survive a\n`threads` replacement; zero rows renders the built-in empty state. *Slotted mode* (empty `threads`\n*and* real slotted content) renders host-supplied `<lr-conversation-item>`s from the default slot\nas-is: no grouping, virtualization, or row actions in that mode — those are data-mode-only by design\n(shadow DOM cannot inject group headers between slotted children).\n\nNo thread CRUD or persistence: every mutation (`lr-thread-pin`/`-archive`/`-delete`/`-rename`) is\na controlled event carrying the *requested* new state — the host mutates `threads`.\n\nData mode: a host needing content with no home in `lr-conversation-item`'s own\n`title`/`excerpt`/`meta`/`actions` surface sets `wrapRow` to wrap the already-built row. For\ncommon row composition, `renderLeading`, `renderMeta`, and `renderRowContent` provide focused\nvirtualized render hooks. A host needing a fully custom\n`actions` surface itself — beyond `rowActions`'s closed `pin | archive | delete` set, e.g. a\n`<lr-menu>` with Rename/Delete — sets `renderActions` instead; its content is appended after any\nbuilt-in `rowActions` output in the same slot, and `wrapRow` continues to compose around the result.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Slotted mode only: host-supplied `lr-conversation-item`s, rendered in order. Each top-level assigned element that doesn't already carry an explicit `role` is given `role=\"listitem\"`, since `[part=\"list\"]` is `role=\"list\"` in this mode and `lr-conversation-item` deliberately doesn't self-apply that role (see its own class doc). |\n| `empty` | Replaces the built-in empty state. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root. |\n| `empty` | The empty/no-matches state. |\n| `group-header` | A date/custom group header in data mode. |\n| `group-icon` | The decorative expand/collapse glyph. |\n| `group-label` | The group label inside `group-toggle`. |\n| `group-toggle` | The controlled group expand/collapse button. |\n| `list` | The list region. |\n| `pin-glyph` | The small pin indicator shown in a pinned row's `meta` slot (data mode). |\n| `row` | Exported from the internal `lr-virtual-list`'s `row` part (data mode). |\n| `row-action` | A built-in pin/archive/delete icon button (data mode, when `rowActions` includes it). |\n| `row-actions` | The wrapper around built-in and `renderActions` output. |\n| `row-content` | The wrapper around `renderRowContent` output. |\n| `row-leading` | The wrapper around `renderLeading` output. |\n| `row-meta` | A wrapper around built-in or `renderMeta` metadata. |\n| `search` | The search field wrapper. |\n| `search-input` | The `<input type=\"search\">`. |\n| `viewport` | The real scroll container, exported from the internal `lr-virtual-list`. |"
13167
13295
  },
13168
13296
  "attributes": [
13169
13297
  {
@@ -13184,12 +13312,15 @@
13184
13312
  "name": "grouping",
13185
13313
  "description": {
13186
13314
  "kind": "markdown",
13187
- "value": "Data mode: bucket rows under localized date headers, or `'none'` for a flat, ungrouped list in\nhost order (including archived threads commingled with active ones, when `showArchived`).\n\nType: `'date' | 'none'` \nDefault: `'date'`"
13315
+ "value": "Data mode: bucket rows under localized date headers, use `groupBy` with `'custom'`, or use\n`'none'` for a flat list in host order.\n\nType: `'date' | 'custom' | 'none'` \nDefault: `'date'`"
13188
13316
  },
13189
13317
  "values": [
13190
13318
  {
13191
13319
  "name": "date"
13192
13320
  },
13321
+ {
13322
+ "name": "custom"
13323
+ },
13193
13324
  {
13194
13325
  "name": "none"
13195
13326
  }
@@ -13229,7 +13360,7 @@
13229
13360
  "name": "lr-time-input",
13230
13361
  "description": {
13231
13362
  "kind": "markdown",
13232
- "value": "`<lr-time-input>` — a native time-input alias with Lyra form chrome and events.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |"
13363
+ "value": "`<lr-time-input>` — a native time-input alias with Lyra form chrome and events.\n\nAdds no API of its own beyond re-typing the inherited `min`/`max` bounds for time values; every\nother property, event, slot and part is `<lr-input>`'s.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`."
13233
13364
  },
13234
13365
  "attributes": [
13235
13366
  {
@@ -13260,6 +13391,13 @@
13260
13391
  "value": "Type: `string` \nDefault: `''`"
13261
13392
  }
13262
13393
  },
13394
+ {
13395
+ "name": "clearable",
13396
+ "description": {
13397
+ "kind": "markdown",
13398
+ "value": "Shows a built-in clear action for non-empty `text` and `search` inputs.\n\nType: `boolean` \nDefault: `false`"
13399
+ }
13400
+ },
13263
13401
  {
13264
13402
  "name": "enterkeyhint",
13265
13403
  "description": {
@@ -13306,14 +13444,14 @@
13306
13444
  "name": "max",
13307
13445
  "description": {
13308
13446
  "kind": "markdown",
13309
- "value": "Type: `number | undefined`"
13447
+ "value": "Latest selectable time, in the same form as `min`, reported by the native input as\n`rangeOverflow`. Defaults to `undefined` (no upper bound).\n\nType: `number | string | undefined`"
13310
13448
  }
13311
13449
  },
13312
13450
  {
13313
13451
  "name": "min",
13314
13452
  "description": {
13315
13453
  "kind": "markdown",
13316
- "value": "`type=\"number\"` only forwarded to the internal native `<input>`'s own `min`/`max`/`step`\nand consulted by that same native input's constraint validation (see `updateValidity()`).\n\nType: `number | undefined`"
13454
+ "value": "Earliest selectable time, as the native `<input type=\"time\">` spells it (`HH:MM`, or\n`HH:MM:SS` alongside a seconds-precision `step`). Forwarded verbatim to that native input,\nwhose own constraint validation reports `rangeUnderflow`. Defaults to `undefined` (no lower\nbound). Unlike `<lr-input type=\"number\">`'s numeric `min`, the attribute form is *not*\nparsed as a number.\n\nType: `number | string | undefined`"
13317
13455
  }
13318
13456
  },
13319
13457
  {
@@ -13330,6 +13468,13 @@
13330
13468
  "value": "Type: `string` \nDefault: `''`"
13331
13469
  }
13332
13470
  },
13471
+ {
13472
+ "name": "readonly",
13473
+ "description": {
13474
+ "kind": "markdown",
13475
+ "value": "Forwards native read-only behavior to the internal input and disables the clear action.\n\nType: `boolean` \nDefault: `false`"
13476
+ }
13477
+ },
13333
13478
  {
13334
13479
  "name": "size",
13335
13480
  "description": {
@@ -13466,7 +13611,7 @@
13466
13611
  "name": "lr-timeline-item",
13467
13612
  "description": {
13468
13613
  "kind": "markdown",
13469
- "value": "`<lr-timeline-item>` — one marker + title + optional timestamp + optional description row inside\n`<lr-timeline>`'s default slot. See that component's class doc for the overall shape; this class\ndoc covers the rail-connecting mechanism this item's own `[part=\"track\"]`/`[part=\"rail\"]`\nimplement.\n\nEach item owns and renders *its own trailing rail segment*, not the whole connecting line — think\nof it as a linked list of line segments, one per item, each reaching toward the next item's marker.\n`[part=\"track\"]` (marker then rail) is a flex sibling of `[part=\"content\"]` inside `[part=\"base\"]`,\nwith `[part=\"base\"]`'s default `align-items: stretch` left alone — so `[part=\"track\"]`'s\ncross-axis size automatically equals `[part=\"content\"]`'s own size, including any content-driven\nheight from a long slotted description. `[part=\"rail\"]` is `flex: 1 1 auto` inside `[part=\"track\"]`,\nso once the marker (fixed size) takes its share, the rail fills the rest — no JS measurement, no\n`ResizeObserver`, no absolute positioning. `[part=\"content\"]` carries a trailing logical padding\n(block-end in vertical mode, inline-end in horizontal mode) equal to `<lr-timeline>`'s\n`--lr-timeline-gap`, so the stretched rail visually reaches *into* the gap before the next item's\nmarker with no seam. The last item's rail is suppressed by `<lr-timeline>`'s own pure-CSS\n`::slotted(:last-child)` rule (see that component's stylesheet) — no JS coordination between the\ntwo components is needed anywhere in this mechanism.\n\nA pure display row: no events, no keyboard interaction, and no selection/expansion state of its\nown — a deliberate scope decision, not an oversight. An earlier \"interactive row\" design (mirroring\n`<lr-conversation-item>`'s clickable `role=\"button\"` row) was considered and dropped: this\ncomponent's `title` and `description` are slots that routinely contain focusable content of their\nown (a link, a button) — wrapping them in an ancestor `role=\"button\"` would trip axe's\n`nested-interactive` rule the moment a consumer slots one in, unlike `<lr-conversation-item>`,\nwhich keeps its own focusable content in a sibling `actions` slot specifically to avoid that. A\nconsumer who wants a clickable entry slots an actual interactive element inside `description`\nthemselves — `role=\"listitem\"` places no restriction on focusable descendants. Not a\nform-associated control — no value to submit, no label/hint/error chrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The item's primary heading/title content. Rich content allowed (inline code, a badge, a link) — nothing renders when this slot is empty, a valid if unusual usage. |\n| `description` | Secondary/body content below the title (explanatory text, a diff snippet, a \"view details\" affordance). `[part=\"description\"]` is hidden entirely when this slot is empty. |\n| `icon` | Leading marker/glyph override (e.g. a `<lr-icon>`, an emoji, a small avatar-like element). Falls back to a plain color-coded dot (driven by `variant`) when empty. |\n| `timestamp` | Full override of the timestamp presentation (e.g. `<lr-format-date slot=\"timestamp\">`, a custom string, a differently-configured `<lr-relative-time>`). Wins over the `timestamp` property whenever it has assigned content, even if `timestamp` is also set. Falls back to an internally-rendered `<lr-relative-time>` (driven by the `timestamp` property) wrapped in a `<time>`, or renders nothing at all (`[part=\"timestamp\"]` hidden) when neither the slot nor a valid `timestamp` is present. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. Flex container; `flex-direction` is driven by the `--lr-timeline-item-direction` custom property inherited from `<lr-timeline>`'s `:host` -- `row` in vertical-timeline mode (marker beside content), `column` in horizontal-timeline mode (marker above content). |\n| `content` | Wrapper around `header` and `description`. |\n| `description` | Wrapper around the `description` slot. Hidden entirely when the slot is empty. |\n| `header` | Flex row wrapping `title` and `timestamp`; wraps at narrow widths rather than truncating either. |\n| `marker` | The dot/icon circle. Always `aria-hidden=\"true\"` -- purely decorative, the item's accessible content is its title/timestamp/description text. |\n| `rail` | The connecting line segment extending from this item's marker toward the next item's marker. Hidden (`visibility: hidden`, not removed) for the last item in a `<lr-timeline>` -- see the class doc. |\n| `timestamp` | Wrapper around the `timestamp` slot / the internally-rendered `<time>` fallback. Hidden entirely when there's nothing to show. |\n| `title` | Wrapper around the default (title) slot. |\n| `track` | Wrapper around the marker and rail (the \"spine\"). Always the opposite axis from `[part=\"base\"]` -- see the class doc's rail-mechanism note. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-timeline-marker-size` (default: `var(--lr-size-1-25rem)`) — Diameter of the marker circle (both inline-size and block-size, so the default dot stays circular).\n- `--lr-timeline-rail-width` (default: `var(--lr-border-width-medium)`) — Thickness of the connecting rail line.\n- `--lr-timeline-rail-color` (default: `var(--lr-color-border)`) — Color of the connecting rail line. A component-scoped property (not just inlining `var(--lr-color-border)` at every use site) so a consumer can retint just the rail without touching the library-wide border color elsewhere.\n- `--lr-timeline-marker-color` (default: `var(--lr-color-text-quiet)`) — Marker fill/accent color. Swapped per `variant` (see the class doc's variant table); a consumer overriding this directly on one item wins over the variant default via normal CSS cascade/specificity."
13614
+ "value": "`<lr-timeline-item>` — one marker + title + optional timestamp + optional description row inside\n`<lr-timeline>`'s default slot. See that component's class doc for the overall shape; this class\ndoc covers the rail-connecting mechanism this item's own `[part=\"track\"]`/`[part=\"rail\"]`\nimplement.\n\nEach item owns and renders *its own trailing rail segment*, not the whole connecting line — think\nof it as a linked list of line segments, one per item, each reaching toward the next item's marker.\n`[part=\"track\"]` (marker then rail) is a flex sibling of `[part=\"content\"]` inside `[part=\"base\"]`,\nwith `[part=\"base\"]`'s default `align-items: stretch` left alone — so `[part=\"track\"]`'s\ncross-axis size automatically equals `[part=\"content\"]`'s own size, including any content-driven\nheight from a long slotted description. `[part=\"rail\"]` is `flex: 1 1 auto` inside `[part=\"track\"]`,\nso once the marker (fixed size) takes its share, the rail fills the rest — no JS measurement, no\n`ResizeObserver`, no absolute positioning. `[part=\"content\"]` carries a trailing logical padding\n(block-end in vertical mode, inline-end in horizontal mode) equal to `<lr-timeline>`'s\n`--lr-timeline-gap`, so the stretched rail visually reaches *into* the gap before the next item's\nmarker with no seam. The last item's rail is suppressed by `<lr-timeline>`'s own pure-CSS\n`::slotted(:last-child)` rule (see that component's stylesheet) — no JS coordination between the\ntwo components is needed anywhere in this mechanism.\n\nA pure display row: no events, no keyboard interaction, and no selection/expansion state of its\nown — a deliberate scope decision, not an oversight. An earlier \"interactive row\" design (mirroring\n`<lr-conversation-item>`'s clickable `role=\"button\"` row) was considered and dropped: this\ncomponent's `title` and `description` are slots that routinely contain focusable content of their\nown (a link, a button) — wrapping them in an ancestor `role=\"button\"` would trip axe's\n`nested-interactive` rule the moment a consumer slots one in, unlike `<lr-conversation-item>`,\nwhich keeps its own focusable content in a sibling `actions` slot specifically to avoid that. A\nconsumer who wants a clickable entry slots an actual interactive element inside `description`\nthemselves — `role=\"listitem\"` places no restriction on focusable descendants. Not a\nform-associated control — no value to submit, no label/hint/error chrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The item's primary heading/title content. Rich content allowed (inline code, a badge, a link) — nothing renders when this slot is empty, a valid if unusual usage. |\n| `description` | Secondary/body content below the title (explanatory text, a diff snippet, a \"view details\" affordance). `[part=\"description\"]` is hidden entirely when this slot is empty. |\n| `icon` | Leading marker/glyph override (e.g. a `<lr-icon>`, an emoji, a small avatar-like element). Falls back to a plain color-coded dot (driven by `variant`) when empty. |\n| `timestamp` | Full override of the timestamp presentation (e.g. `<lr-format-date slot=\"timestamp\">`, a custom string, a differently-configured `<lr-relative-time>`). Wins over the `timestamp` property whenever it has assigned content, even if `timestamp` is also set. Falls back to an internally-rendered `<lr-relative-time>` (driven by the `timestamp` property) wrapped in a `<time>`, or renders nothing at all (`[part=\"timestamp\"]` hidden) when neither the slot nor a valid `timestamp` is present. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. Flex container; `flex-direction` is driven by the `--lr-timeline-item-direction` custom property inherited from `<lr-timeline>`'s `:host` -- `row` in vertical-timeline mode (marker beside content), `column` in horizontal-timeline mode (marker above content). |\n| `content` | Wrapper around `header` and `description`. |\n| `description` | Wrapper around the `description` slot. Hidden entirely when the slot is empty. |\n| `header` | Flex row wrapping `title` and `timestamp`; wraps at narrow widths rather than truncating either. |\n| `marker` | The dot/icon circle. Always `aria-hidden=\"true\"` -- purely decorative, the item's accessible content is its title/timestamp/description text. |\n| `rail` | The connecting line segment extending from this item's marker toward the next item's marker. Hidden (`visibility: hidden`, not removed) for the last item in a `<lr-timeline>` -- see the class doc. |\n| `timestamp` | Wrapper around the `timestamp` slot / the internally-rendered `<time>` fallback. Hidden entirely when there's nothing to show. |\n| `title` | Wrapper around the default (title) slot. |\n| `track` | Wrapper around the marker and rail (the \"spine\"). Always the opposite axis from `[part=\"base\"]` -- see the class doc's rail-mechanism note. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-timeline-marker-size` (default: `var(--lr-size-1-25rem)`) — Diameter of the marker circle (both inline-size and block-size, so the default dot stays circular).\n- `--lr-timeline-rail-width` (default: `var(--lr-border-width-medium)`) — Thickness of the connecting rail line.\n- `--lr-timeline-rail-color` (default: `var(--lr-color-border)`) — Color of the connecting rail line. A component-scoped property (not just inlining `var(--lr-color-border)` at every use site) so a consumer can retint just the rail without touching the library-wide border color elsewhere.\n- `--lr-timeline-marker-color` (default: `var(--lr-color-text-quiet)`) — Marker fill/accent color. Swapped per `variant` (see the class doc's variant table); a consumer overriding this directly on one item wins over the variant default via normal CSS cascade/specificity.\n- `--lr-timeline-item-direction` (default: `row`) — Internal orientation plumbing, not a retheming knob: `[part=\"base\"]`'s `flex-direction`, set by an ancestor `<lr-timeline>`'s `:host` and inherited across the slot boundary (`row` vertical, `column` horizontal). The `row` fallback applies when the item is used standalone.\n- `--lr-timeline-item-track-direction` (default: `column`) — Internal orientation plumbing, not a retheming knob: `[part=\"track\"]`'s `flex-direction`, always the opposite axis from `--lr-timeline-item-direction` and set alongside it by `<lr-timeline>`.\n- `--lr-timeline-item-gap-block-end` (default: `0`) — Internal orientation plumbing, not a retheming knob: `[part=\"content\"]`'s `padding-block-end`, set by a vertical `<lr-timeline>` so the rail reaches the next item's marker. `0` when standalone or horizontal; retheme `--lr-timeline-gap` on `<lr-timeline>` instead.\n- `--lr-timeline-item-gap-inline-end` (default: `0`) — Internal orientation plumbing, not a retheming knob: the inline-axis counterpart of `--lr-timeline-item-gap-block-end`, non-zero only under a horizontal `<lr-timeline>`.\n- `--lr-timeline-item-rail-visibility` (default: `visible`) — Internal plumbing, not a retheming knob: `[part=\"rail\"]`'s `visibility`, set to `hidden` by `<lr-timeline>`'s `::slotted(:last-child)` rule so the final item has no trailing rail."
13470
13615
  },
13471
13616
  "attributes": [
13472
13617
  {
@@ -13503,7 +13648,7 @@
13503
13648
  "name": "lr-toast",
13504
13649
  "description": {
13505
13650
  "kind": "markdown",
13506
- "value": "`<lr-toast>` — the stacking toast region. One per page is recommended.\nMirrors the Web Awesome `<wa-toast>` API under the `lr-` prefix.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-toast-item>` elements. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `stack` | The fl-column container holding the items. |"
13651
+ "value": "`<lr-toast>` — the stacking toast region. One per page is recommended.\nMirrors the Web Awesome `<wa-toast>` API under the `lr-` prefix.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-toast-item>` elements. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `stack` | The fl-column container holding the items. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-toast-gap` (default: `var(--lr-space-s)`) — Gap between stacked items.\n- `--lr-toast-width` (default: `var(--lr-size-28rem)`) — Inline size of the stack, capped by the viewport minus the placement insets.\n- `--lr-toast-accent-width` (default: `var(--lr-size-4px)`) — Width of a slotted item's accent bar. Read by `<lr-toast-item>`'s own stylesheet, so set it on the item.\n- `--lr-toast-accent-color` (default: `var(--lr-color-border)`) — Accent bar / icon color of a slotted item, auto-swapped per its `variant`. Read by `<lr-toast-item>`, so set it on the item.\n- `--lr-toast-padding` (default: `var(--lr-space-m)`) — Padding of a slotted item, auto-swapped per its `size`. Read by `<lr-toast-item>`, so set it on the item.\n- `--lr-toast-font-size` (default: `var(--lr-font-size-md)`) — Font size of a slotted item, auto-swapped per its `size`. Read by `<lr-toast-item>`, so set it on the item.\n- `--lr-toast-show-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Show transition of a slotted item. Read by `<lr-toast-item>`, so set it on the item.\n- `--lr-toast-hide-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Hide transition of a slotted item. Read by `<lr-toast-item>`, so set it on the item."
13507
13652
  },
13508
13653
  "attributes": [
13509
13654
  {
@@ -13526,7 +13671,7 @@
13526
13671
  "name": "lr-toast-item",
13527
13672
  "description": {
13528
13673
  "kind": "markdown",
13529
- "value": "`<lr-toast-item>` — a single toast notification.\nMirrors the Web Awesome `<wa-toast-item>` API under the `lr-` prefix.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The message content. |\n| `icon` | Optional icon shown at the start. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `accent` | The colored accent bar. |\n| `close-button` | The dismiss button. |\n| `content` | The message wrapper. |\n| `icon` | The icon wrapper. |\n| `toast-item` | The outer container. |"
13674
+ "value": "`<lr-toast-item>` — a single toast notification.\nMirrors the Web Awesome `<wa-toast-item>` API under the `lr-` prefix.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The message content. |\n| `icon` | Optional icon shown at the start. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `accent` | The colored accent bar. |\n| `close-button` | The dismiss button. |\n| `content` | The message wrapper. |\n| `icon` | The icon wrapper. |\n| `toast-item` | The outer container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-toast-accent-width` (default: `var(--lr-size-4px)`) — Width of the accent bar, and the extra inline-start padding reserved for it.\n- `--lr-toast-accent-color` (default: `var(--lr-color-border)`) — Color of the accent bar and the icon, auto-swapped per `variant`.\n- `--lr-toast-padding` (default: `var(--lr-space-m)`) — Padding of the item, auto-swapped per `size`.\n- `--lr-toast-font-size` (default: `var(--lr-font-size-md)`) — Font size of the item, auto-swapped per `size`.\n- `--lr-toast-show-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Opacity/transform transition used while showing.\n- `--lr-toast-hide-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Opacity/transform transition used while hiding."
13530
13675
  },
13531
13676
  "attributes": [
13532
13677
  {
@@ -13570,7 +13715,7 @@
13570
13715
  "name": "lr-token-input",
13571
13716
  "description": {
13572
13717
  "kind": "markdown",
13573
- "value": "`<lr-token-input>` — an editable, form-associated list of removable tokens.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Validation message. |\n| `hint` | Supporting text. |\n| `label` | Visible label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | Validation message. |\n| `form-control` | Outer control wrapper. |\n| `form-control-label` | Label. |\n| `hint` | Supporting text. |\n| `input` | Native text input. |\n| `input-wrapper` | Token and input row. |\n| `remove` | Token remove button. |\n| `token` | Individual token. |"
13718
+ "value": "`<lr-token-input>` — an editable, form-associated list of removable tokens.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `error` | Validation message. |\n| `hint` | Supporting text. |\n| `label` | Visible label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `error` | Validation message. |\n| `form-control` | Outer control wrapper. |\n| `form-control-label` | Label. |\n| `hint` | Supporting text. |\n| `input` | Native text input. |\n| `input-wrapper` | Token and input row. |\n| `remove` | Token remove button. |\n| `token` | Individual token. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-token-input-input-inline-size` (default: `var(--lr-size-8rem)`) — `flex-basis` of the native text input within the token row.\n- `--lr-token-input-min-input-inline-size` (default: `var(--lr-size-4rem)`) — Inline-size floor of the native text input, so it stays usable once tokens wrap."
13574
13719
  },
13575
13720
  "attributes": [
13576
13721
  {
@@ -13656,7 +13801,7 @@
13656
13801
  "name": "lr-tool-approval-dialog",
13657
13802
  "description": {
13658
13803
  "kind": "markdown",
13659
- "value": "`<lr-tool-approval-dialog>` — a human-in-the-loop gate: presents one\nproposed tool/function call (`toolName` + `args`) and blocks an agent from\nexecuting it until a person explicitly approves or denies it, with an\noptional inline \"edit the arguments before approving\" step.\n\nThis renders its own dialog panel rather than nesting a `<lr-dialog>` in\nits shadow template. Shared overlay infrastructure coordinates stacking,\nfocus trapping, Escape/backdrop dismissal, and focus return with every\nother overlay in the same document.\n\nApprove/Deny/Edit are built-in chrome (not a `footer` slot a consumer must\nassemble) — this component's interaction shape is fixed enough (there is\nexactly one correct set of actions for \"approve this call\") that requiring\nevery consumer to re-build it would just be boilerplate. A `footer` slot is\nstill offered for *supplementary* content a consumer wants alongside those\nbuttons (e.g. a \"remember this choice for this tool\" checkbox) — its\ncontent renders to the start of the action row, before Deny/Edit/Approve.\n\nEditing: while `editable`, an Edit button swaps the read-only\n`<lr-json-viewer>` for a plain `<textarea>` pre-filled with\n`JSON.stringify(args, null, 2)`. Every keystroke is re-validated with\n`JSON.parse` — the Approve button is `disabled` for as long as the current\ntextarea content fails to parse, so a malformed edit can never be silently\napproved as either the broken text or a stale copy of the original args.\nThe editor defaults to `spellcheck=\"false\"`, `autocapitalize=\"off\"`,\n`autocorrect=\"off\"`, and `autocomplete=\"off\"` because its content is raw\nJSON, never prose. The corresponding native editing properties remain\nconfigurable for integrations that need different browser behavior.\nThe same button relabels to \"Cancel\" while editing; clicking it discards\nthe draft entirely and returns to the read-only view of the *original*\n`args` — there is no separate \"save\" step independent of Approve itself.\nBoth `editing` and any in-progress draft reset back to the read-only view\nevery time the dialog transitions from closed to open, so a reused\ninstance never leaks one proposal's half-finished edit into the next.\n`editable` flipping to `false` mid-edit does the same (see `willUpdate()`)\nand, if the textarea it unmounts still held focus, `updated()` refocuses\nDeny so the focus trap keeps engaging instead of silently letting focus\nfall through to the document.\n\nInitial focus deliberately does *not* land on Approve:\napproving a tool call is a consequential, potentially irreversible action,\nso a user who opens this dialog and reflexively presses Enter/Space before\nreading anything should deny, not approve. Deny gets the initial focus\ninstead — the same \"focus the safe action\" convention a native destructive-\nconfirmation dialog (delete, discard, etc.) typically follows for its own\nCancel button — rather than the inert dialog panel, which would need an\nextra Tab press before *any* action is reachable at all.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `footer` | Optional supplementary content (e.g. a \"remember this choice\" checkbox), rendered before the built-in Deny/Edit/Approve buttons. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `approve-button` | The built-in Approve button — `disabled` while an in-progress edit is invalid JSON. |\n| `args-editor` | The raw-JSON `<textarea>` shown while editing. |\n| `args-view` | The read-only `<lr-json-viewer>` shown while not editing. |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the args view/editor. |\n| `deny-button` | The built-in Deny button. |\n| `edit-button` | The built-in Edit/Cancel toggle button (only rendered while `editable`). |\n| `error` | The inline \"invalid JSON\" message, shown only while editing with unparseable content. |\n| `footer` | The action row wrapping the `footer` slot and the built-in buttons. |\n| `header` | The wrapper around the heading. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). |\n| `tool-name` | The `toolName` text within the heading. |"
13804
+ "value": "`<lr-tool-approval-dialog>` — a human-in-the-loop gate: presents one\nproposed tool/function call (`toolName` + `args`) and blocks an agent from\nexecuting it until a person explicitly approves or denies it, with an\noptional inline \"edit the arguments before approving\" step.\n\nThis renders its own dialog panel rather than nesting a `<lr-dialog>` in\nits shadow template. Shared overlay infrastructure coordinates stacking,\nfocus trapping, Escape/backdrop dismissal, and focus return with every\nother overlay in the same document.\n\nApprove/Deny/Edit are built-in chrome (not a `footer` slot a consumer must\nassemble) — this component's interaction shape is fixed enough (there is\nexactly one correct set of actions for \"approve this call\") that requiring\nevery consumer to re-build it would just be boilerplate. A `footer` slot is\nstill offered for *supplementary* content a consumer wants alongside those\nbuttons (e.g. a \"remember this choice for this tool\" checkbox) — its\ncontent renders to the start of the action row, before Deny/Edit/Approve.\n\nEditing: while `editable`, an Edit button swaps the read-only\n`<lr-json-viewer>` for a plain `<textarea>` pre-filled with\n`JSON.stringify(args, null, 2)`. Every keystroke is re-validated with\n`JSON.parse` — the Approve button is `disabled` for as long as the current\ntextarea content fails to parse, so a malformed edit can never be silently\napproved as either the broken text or a stale copy of the original args.\nThe editor defaults to `spellcheck=\"false\"`, `autocapitalize=\"off\"`,\n`autocorrect=\"off\"`, and `autocomplete=\"off\"` because its content is raw\nJSON, never prose. The corresponding native editing properties remain\nconfigurable for integrations that need different browser behavior.\nThe same button relabels to \"Cancel\" while editing; clicking it discards\nthe draft entirely and returns to the read-only view of the *original*\n`args` — there is no separate \"save\" step independent of Approve itself.\nBoth `editing` and any in-progress draft reset back to the read-only view\nevery time the dialog transitions from closed to open, so a reused\ninstance never leaks one proposal's half-finished edit into the next.\n`editable` flipping to `false` mid-edit does the same (see `willUpdate()`)\nand, if the textarea it unmounts still held focus, `updated()` refocuses\nDeny so the focus trap keeps engaging instead of silently letting focus\nfall through to the document.\n\nInitial focus deliberately does *not* land on Approve:\napproving a tool call is a consequential, potentially irreversible action,\nso a user who opens this dialog and reflexively presses Enter/Space before\nreading anything should deny, not approve. Deny gets the initial focus\ninstead — the same \"focus the safe action\" convention a native destructive-\nconfirmation dialog (delete, discard, etc.) typically follows for its own\nCancel button — rather than the inert dialog panel, which would need an\nextra Tab press before *any* action is reachable at all.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `footer` | Optional supplementary content (e.g. a \"remember this choice\" checkbox), rendered before the built-in Deny/Edit/Approve buttons. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `approve-button` | The built-in Approve button — `disabled` while an in-progress edit is invalid JSON. |\n| `args-editor` | The raw-JSON `<textarea>` shown while editing. |\n| `args-view` | The read-only `<lr-json-viewer>` shown while not editing. |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the args view/editor. |\n| `deny-button` | The built-in Deny button. |\n| `edit-button` | The built-in Edit/Cancel toggle button (only rendered while `editable`). |\n| `error` | The inline \"invalid JSON\" message, shown only while editing with unparseable content. |\n| `footer` | The action row wrapping the `footer` slot and the built-in buttons. |\n| `header` | The wrapper around the heading. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). |\n| `tool-name` | The `toolName` text within the heading. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-approval-dialog-overlay-color` (default: `var(--lr-color-overlay)`) — Backdrop scrim color.\n- `--lr-tool-approval-dialog-mono-font` (default: `var(--lr-font-mono)`) — Font family for the tool name and the raw-JSON args editor."
13660
13805
  },
13661
13806
  "attributes": [
13662
13807
  {
@@ -13742,7 +13887,7 @@
13742
13887
  "name": "lr-tool-call-chip",
13743
13888
  "description": {
13744
13889
  "kind": "markdown",
13745
- "value": "`<lr-tool-call-chip>` — a compact inline pill representing one tool/\nfunction call an agent made mid-conversation, e.g.\n`web_search: Searching web…` with a `running` spinner. It owns no detail\nsurface of its own: clicking (or Enter/Space-activating) it only fires\n`lr-tool-call-chip-select` (plus, for one minor cycle, the deprecated\n`lr-tool-chip-select` alias) — a consumer wires that to opening a\n`<lr-tool-result-dialog>` (or anything else) at the call site. Keeping\nthe two decoupled means a chip can be reused wherever a compact call\nsummary is useful, with or without a detail surface behind it.\n\nThe default slot is *not* the chip's visible content — the chip's own\nlabel is always built from `name`/`summary`/`status`/`duration-ms`. It's\nreserved for optional rich detail content (e.g. the tool's raw arguments,\na short preview) shown in a floating tooltip on hover/focus, positioned\nwith `internal/positioner.js`'s `place()` the same way `<lr-combobox>`\npositions its listbox. No tooltip is shown at all when the slot carries no\ncontent — hovering an empty chip does nothing. Hover and keyboard focus are\ntracked as independent reasons to keep the tooltip open (mirrors\n`<lr-citation-badge>`'s popover), so releasing one modality while the\nother is still active doesn't close it, and the trigger button's\n`aria-describedby` points at the tooltip's id whenever it's open and has\ncontent, so the association reaches assistive tech too.\n\nThe `icon` slot overrides the built-in per-status glyph entirely via the\nplatform's own slot-fallback-content mechanism (`<slot\nname=\"icon\">${fallback}</slot>` — the same pattern `<lr-stat>`'s\n`caption` slot and `<lr-file-input>`'s default slot already use):\nwhatever is assigned to `slot=\"icon\"` wins; otherwise the `icon` prop is\nrendered as a literal hint (e.g. an emoji); otherwise the built-in glyph\nfor the current `status` is used.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Rich tooltip/detail content, shown on hover/focus. Nothing renders (no hover affordance at all) when this slot is empty. |\n| `icon` | Overrides the built-in status glyph entirely. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The clickable pill (`<button>`). |\n| `category` | The optional grouping label. |\n| `duration` | The formatted `duration-ms`, when set. |\n| `icon` | Wrapper around the status glyph / `icon` slot. |\n| `label` | Wrapper around `category`, `name` and `summary`. |\n| `meta` | Wrapper around `status-text` and `duration`. |\n| `name` | The tool/function name. |\n| `status-text` | The visible text twin of the status glyph/color — carries the state in text, not just color. |\n| `summary` | The short status text. |\n| `tooltip` | The floating detail popup (only meaningful while open). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-call-chip-spin` (default: `1s linear`) — Running-icon animation duration and timing.\n- `--lr-transition-ambient` (default: `1.8s ease-in-out`) — Pending-icon pulse duration and timing."
13890
+ "value": "`<lr-tool-call-chip>` — a compact inline pill representing one tool/\nfunction call an agent made mid-conversation, e.g.\n`web_search: Searching web…` with a `running` spinner. It owns no detail\nsurface of its own: clicking (or Enter/Space-activating) it only fires\n`lr-tool-call-chip-select` (plus, for one minor cycle, the deprecated\n`lr-tool-chip-select` alias) — a consumer wires that to opening a\n`<lr-tool-result-dialog>` (or anything else) at the call site. Keeping\nthe two decoupled means a chip can be reused wherever a compact call\nsummary is useful, with or without a detail surface behind it.\n\nThe default slot is *not* the chip's visible content — the chip's own\nlabel is always built from `name`/`summary`/`status`/`duration-ms`. It's\nreserved for optional rich detail content (e.g. the tool's raw arguments,\na short preview) shown in a floating tooltip on hover/focus, positioned\nwith `internal/positioner.js`'s `place()` the same way `<lr-combobox>`\npositions its listbox. No tooltip is shown at all when the slot carries no\ncontent — hovering an empty chip does nothing. Hover and keyboard focus are\ntracked as independent reasons to keep the tooltip open (mirrors\n`<lr-citation-badge>`'s popover), so releasing one modality while the\nother is still active doesn't close it, and the trigger button's\n`aria-describedby` points at the tooltip's id whenever it's open and has\ncontent, so the association reaches assistive tech too.\n\nThe `icon` slot overrides the built-in per-status glyph entirely via the\nplatform's own slot-fallback-content mechanism (`<slot\nname=\"icon\">${fallback}</slot>` — the same pattern `<lr-stat>`'s\n`caption` slot and `<lr-file-input>`'s default slot already use):\nwhatever is assigned to `slot=\"icon\"` wins; otherwise the `icon` prop is\nrendered as a literal hint (e.g. an emoji); otherwise the built-in glyph\nfor the current `status` is used.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Rich tooltip/detail content, shown on hover/focus. Nothing renders (no hover affordance at all) when this slot is empty. |\n| `icon` | Overrides the built-in status glyph entirely. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The clickable pill (`<button>`). |\n| `category` | The optional grouping label. |\n| `duration` | The formatted `duration-ms`, when set. |\n| `icon` | Wrapper around the status glyph / `icon` slot. |\n| `label` | Wrapper around `category`, `name` and `summary`. |\n| `meta` | Wrapper around `status-text` and `duration`. |\n| `name` | The tool/function name. |\n| `status-text` | The visible text twin of the status glyph/color — carries the state in text, not just color. |\n| `summary` | The short status text. |\n| `tooltip` | The floating detail popup (only meaningful while open). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-call-chip-spin` (default: `1s linear`) — Running-icon animation duration and timing.\n- `--lr-transition-ambient` (default: `1.8s ease-in-out`) — Pending-icon pulse duration and timing.\n- `--lr-tool-call-chip-accent` (default: `var(--lr-color-text-quiet)`) — Per-status accent color for the status glyph and status text. Reassigned by this component's own `:host([status=\"…\"])` rules (`running` → brand, `success` → success, `error` → danger, `denied` → warning), so a page-level override only wins for the default/`pending` tone.\n- `--lr-tool-call-chip-bg` (default: `var(--lr-color-surface)`) — Per-status chip background. Reassigned by the same `:host([status=\"…\"])` rules (each status's `-quiet` tint).\n- `--lr-tool-call-chip-border` (default: `var(--lr-color-border)`) — Per-status chip border color. Reassigned by the same `:host([status=\"…\"])` rules (`transparent` for every non-`pending` status)."
13746
13891
  },
13747
13892
  "attributes": [
13748
13893
  {
@@ -13895,7 +14040,7 @@
13895
14040
  "name": "lr-tool-result-view",
13896
14041
  "description": {
13897
14042
  "kind": "markdown",
13898
- "value": "`<lr-tool-result-view>` — renders a tool call's result via whichever\ncustom renderer a host app has registered for it (see `registerToolRenderer()`\nin `registry.ts`), falling back to `<lr-json-viewer>` whenever no\nrenderer matches, a candidate renderer's `matches()` predicate throws during\ndispatch, a renderer's optional `load()` rejects, or its `render()` throws.\nThis component owns none of the actual visual weight of a\npopulated tool result — that's entirely whatever the registered renderer\nreturns; this is just the dispatch + fallback + loading-state shell.\n\nDispatch runs against `registry` when set, otherwise against the\nmodule-level default registry `registerToolRenderer()` writes to — see\n`findToolRenderer()`'s two-step (exact name, then shape-based `matches()`)\nlookup order for the full rule.\n\n`fallback` implements two kinds: `\"json\"` (the default, an unconditional `<lr-json-viewer>`)\nand `\"text\"`, which renders a *string* `result` as preformatted text instead — falling back to\nthe `\"json\"` behavior when `result` isn't a string, so setting `fallback=\"text\"` defensively\nagainst an unpredictable result shape never renders broken output. `copyable` adds a\ncopy-to-clipboard affordance to either fallback kind (forwarded to `<lr-json-viewer>`'s own\n`copyable` for `\"json\"`; a `<lr-copy-button>` alongside the text for `\"text\"`).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the resolved renderer's output (or the loading/fallback view). |\n| `fallback-copy` | The `<lr-copy-button>` shown when `copyable` is set alongside the `fallback=\"text\"` kind (only present when both are set). |\n| `fallback-text` | The `<pre>` element for the `fallback=\"text\"` kind's preformatted result text (only present in that mode). |"
14043
+ "value": "`<lr-tool-result-view>` — renders a tool call's result via whichever\ncustom renderer a host app has registered for it (see `registerToolRenderer()`\nin `registry.ts`), falling back to `<lr-json-viewer>` whenever no\nrenderer matches, a candidate renderer's `matches()` predicate throws during\ndispatch, a renderer's optional `load()` rejects, or its `render()` throws.\nThis component owns none of the actual visual weight of a\npopulated tool result — that's entirely whatever the registered renderer\nreturns; this is just the dispatch + fallback + loading-state shell.\n\nDispatch runs against `registry` when set, otherwise against the\nmodule-level default registry `registerToolRenderer()` writes to — see\n`findToolRenderer()`'s two-step (exact name, then shape-based `matches()`)\nlookup order for the full rule.\n\n`fallback` implements two kinds: `\"json\"` (the default, an unconditional `<lr-json-viewer>`)\nand `\"text\"`, which renders a *string* `result` as preformatted text instead — falling back to\nthe `\"json\"` behavior when `result` isn't a string, so setting `fallback=\"text\"` defensively\nagainst an unpredictable result shape never renders broken output. `copyable` adds a\ncopy-to-clipboard affordance to either fallback kind (forwarded to `<lr-json-viewer>`'s own\n`copyable` for `\"json\"`; a `<lr-copy-button>` alongside the text for `\"text\"`).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the resolved renderer's output (or the loading/fallback view). |\n| `fallback-copy` | The `<lr-copy-button>` shown when `copyable` is set alongside the `fallback=\"text\"` kind (only present when both are set). |\n| `fallback-text` | The `<pre>` element for the `fallback=\"text\"` kind's preformatted result text (only present in that mode). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-result-view-font` (default: `var(--lr-font-mono)`) — Font family for the `fallback=\"text\"` preformatted output."
13899
14044
  },
13900
14045
  "attributes": [
13901
14046
  {
@@ -13932,7 +14077,7 @@
13932
14077
  "name": "lr-tool-select-dialog",
13933
14078
  "description": {
13934
14079
  "kind": "markdown",
13935
- "value": "`<lr-tool-select-dialog>` — a category-grouped, filterable, searchable\ntool-enablement dialog for picking which agent tools are available in a\nconversation.\n\nThis renders its own dialog panel rather than nesting a `<lr-dialog>` in\nits shadow template. Shared overlay infrastructure coordinates stacking,\nfocus trapping, Escape/backdrop dismissal, and focus return with every\nother overlay in the same document.\n\n`useDefaults` is a single top-level switch: while `true`, every per-tool\ncheckbox below renders disabled (still reflecting whatever `selected`\nholds — a consumer should populate that with its own default tool set\nwhenever `useDefaults` is true) and a hint explains that turning the\nswitch off is how to customize. Turning it off is the \"customize\"\naffordance — it's the only thing that both flips `useDefaults` to `false`\n*and* unlocks the per-tool checkboxes for editing, so there's exactly one\ncontrol for that transition rather than a separate button duplicating it.\n\nThere is no built-in footer/close button — like `<lr-dialog>`, dismissal\nhappens via Escape, a backdrop click, or a consumer's own `footer`-slotted\naction calling `close()`. This also means the search input is the very\nfirst focusable element in the panel with no special-casing needed, so\nit's what receives focus on open (see `updated()`).\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `footer` | Optional action buttons (e.g. a \"Done\" button), rendered in a bottom row. Changes already apply live via `lr-change`, so this is optional. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The scrollable wrapper around the grouped tool list. |\n| `category` | A single category's wrapper (`role=\"group\"`). |\n| `category-count` | The terse, `aria-hidden` tool count next to a category heading (the heading's accessible name gets the full sentence from an sr-only sibling instead). |\n| `category-heading` | A category's heading. |\n| `category-list` | The `<ul>` of tool rows within a category. |\n| `defaults-hint` | The \"turn off to customize\" hint, shown only while `useDefaults` is true. |\n| `defaults-row` | The wrapper around the use-defaults switch and its hint. |\n| `defaults-toggle` | The built-in `<lr-switch>` bound to `useDefaults`. |\n| `empty` | The \"no tools\" / \"no matches\" message. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The wrapper around the title/subtitle. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). |\n| `search-input` | The filter text input. |\n| `search-row` | The wrapper around the search input. |\n| `subtitle` | The \"N of M tools enabled\" summary line. |\n| `title` | The dialog's heading. |\n| `tool-checkbox` | A row's `<lr-checkbox>`. |\n| `tool-description` | A row's optional description text. |\n| `tool-disabled-reason` | A disabled row's `disabledReason` text, slotted inside `tool-checkbox` (alongside `tool-name`/`tool-description`) so it contributes to the checkbox's accessible name/description instead of going unannounced. |\n| `tool-icon` | A row's leading icon glyph, when `icon` is set. |\n| `tool-name` | A row's name text (plus its `icon`, if set). |\n| `tool-row` | A single tool's `<li>` row. |"
14080
+ "value": "`<lr-tool-select-dialog>` — a category-grouped, filterable, searchable\ntool-enablement dialog for picking which agent tools are available in a\nconversation.\n\nThis renders its own dialog panel rather than nesting a `<lr-dialog>` in\nits shadow template. Shared overlay infrastructure coordinates stacking,\nfocus trapping, Escape/backdrop dismissal, and focus return with every\nother overlay in the same document.\n\n`useDefaults` is a single top-level switch: while `true`, every per-tool\ncheckbox below renders disabled (still reflecting whatever `selected`\nholds — a consumer should populate that with its own default tool set\nwhenever `useDefaults` is true) and a hint explains that turning the\nswitch off is how to customize. Turning it off is the \"customize\"\naffordance — it's the only thing that both flips `useDefaults` to `false`\n*and* unlocks the per-tool checkboxes for editing, so there's exactly one\ncontrol for that transition rather than a separate button duplicating it.\n\nThere is no built-in footer/close button — like `<lr-dialog>`, dismissal\nhappens via Escape, a backdrop click, or a consumer's own `footer`-slotted\naction calling `close()`. This also means the search input is the very\nfirst focusable element in the panel with no special-casing needed, so\nit's what receives focus on open (see `updated()`).\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `footer` | Optional action buttons (e.g. a \"Done\" button), rendered in a bottom row. Changes already apply live via `lr-change`, so this is optional. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The scrollable wrapper around the grouped tool list. |\n| `category` | A single category's wrapper (`role=\"group\"`). |\n| `category-count` | The terse, `aria-hidden` tool count next to a category heading (the heading's accessible name gets the full sentence from an sr-only sibling instead). |\n| `category-heading` | A category's heading. |\n| `category-list` | The `<ul>` of tool rows within a category. |\n| `defaults-hint` | The \"turn off to customize\" hint, shown only while `useDefaults` is true. |\n| `defaults-row` | The wrapper around the use-defaults switch and its hint. |\n| `defaults-toggle` | The built-in `<lr-switch>` bound to `useDefaults`. |\n| `empty` | The \"no tools\" / \"no matches\" message. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The wrapper around the title/subtitle. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). |\n| `search-input` | The filter text input. |\n| `search-row` | The wrapper around the search input. |\n| `subtitle` | The \"N of M tools enabled\" summary line. |\n| `title` | The dialog's heading. |\n| `tool-checkbox` | A row's `<lr-checkbox>`. |\n| `tool-description` | A row's optional description text. |\n| `tool-disabled-reason` | A disabled row's `disabledReason` text, slotted inside `tool-checkbox` (alongside `tool-name`/`tool-description`) so it contributes to the checkbox's accessible name/description instead of going unannounced. |\n| `tool-icon` | A row's leading icon glyph, when `icon` is set. |\n| `tool-name` | A row's name text (plus its `icon`, if set). |\n| `tool-row` | A single tool's `<li>` row. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-select-dialog-overlay-color` (default: `var(--lr-color-overlay)`) — Backdrop scrim color."
13936
14081
  },
13937
14082
  "attributes": [
13938
14083
  {
@@ -14025,7 +14170,7 @@
14025
14170
  "name": "lr-tool-timeline",
14026
14171
  "description": {
14027
14172
  "kind": "markdown",
14028
- "value": "`<lr-tool-timeline>` — a chronological list of an agent run's tool/function calls, each\nrendered through `<lr-tool-call-chip>` (name/status/duration) and `<lr-tool-result-view>`\n(args/result), with per-entry retry counts, sensitive-field redaction, and a shared\n`<lr-tool-approval-dialog>` for entries gated behind a human approval decision. This component\nowns none of the actual per-call rendering -- that is entirely those three existing\nprimitives -- its own job is ordering `entries` chronologically, computing each entry's\nduration from `startedAt`/`endedAt`, masking `redactedFields` before handing `args`/`result` to\n`<lr-tool-result-view>`, and opening/closing the one shared approval dialog for whichever entry\nis currently pending a decision.\n\nOrdering: `entries` is sorted ascending by `startedAt`; an entry with no `startedAt` sorts after\nevery timed entry, keeping its position relative to any other untimed entries stable (input\norder is preserved among ties) — a still-pending call with no timestamp yet naturally lands at\nthe end without needing to be pre-sorted by the host.\n\nRedaction only ever affects the read-only detail view: the copy of `args` handed to the\napproval dialog is always the entry's real, unmasked value. Approving a masked-args call must\nlet the reviewer see (and, if `approvalEditable`, edit) what will actually be sent — handing the\ndialog a placeholder string in place of a real field would silently corrupt the decision.\n\nApproval: activating the chip (`lr-tool-call-chip-select`) of an entry with `needsApproval` and\nan undecided `approved` opens the shared dialog for that entry; approving or denying emits this\ncomponent's own `lr-tool-approval-decide` and closes the dialog. This component never mutates\n`entries` itself — a host applies the decision (and any resulting status change) and re-assigns\n`entries`; if the entry currently under review disappears or no longer qualifies as pending\n(its `approved` was resolved some other way) by the time `entries` changes, the dialog closes on\nits own rather than staying open over stale data. A chip belonging to an entry that isn't\npending approval is left alone — its own `lr-tool-call-chip-select` (and deprecated\n`lr-tool-chip-select` alias) still bubble out normally for a host that wants to react to raw\nchip selection for its own purposes.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `approval-dialog` | The single shared `<lr-tool-approval-dialog>` instance. |\n| `base` | The root `<ol>`. |\n| `entry` | One entry's `<li>`; carries `data-status` (the entry's `status`) and `data-pending-approval` (`\"true\"`/`\"false\"`). |\n| `entry-approval-status` | The \"Approved\"/\"Denied\" badge, only rendered once `approved` is set; carries `data-decision` (`\"approved\"`/`\"denied\"`). |\n| `entry-body` | Wrapper around one entry's header and details. |\n| `entry-details` | The `<lr-details>` disclosure wrapping the entry's result view. |\n| `entry-error` | The entry's `error` text, only rendered when set. |\n| `entry-header` | Wrapper around the timestamp, chip, retry badge, and approval status. |\n| `entry-marker` | The decorative rail dot/connector for one entry. |\n| `entry-redacted-indicator` | A decorative marker shown when `redactedFields` is non-empty for that entry. |\n| `entry-result` | The entry's `<lr-tool-result-view>`. |\n| `entry-retries` | The retry-count badge, only rendered while `retryCount > 0`. |\n| `entry-retries-count` | The formatted retry count within the retry badge. |\n| `entry-retries-label` | The localized \"Retry\" text within the retry badge. |\n| `entry-timestamp` | The formatted `startedAt`, only rendered while it's set. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-timeline-gap` (default: `var(--lr-space-l)`) — Vertical gap between entries."
14173
+ "value": "`<lr-tool-timeline>` — a chronological list of an agent run's tool/function calls, each\nrendered through `<lr-tool-call-chip>` (name/status/duration) and `<lr-tool-result-view>`\n(args/result), with per-entry retry counts, sensitive-field redaction, and a shared\n`<lr-tool-approval-dialog>` for entries gated behind a human approval decision. This component\nowns none of the actual per-call rendering -- that is entirely those three existing\nprimitives -- its own job is ordering `entries` chronologically, computing each entry's\nduration from `startedAt`/`endedAt`, masking `redactedFields` before handing `args`/`result` to\n`<lr-tool-result-view>`, and opening/closing the one shared approval dialog for whichever entry\nis currently pending a decision.\n\nOrdering: `entries` is sorted ascending by `startedAt`; an entry with no `startedAt` sorts after\nevery timed entry, keeping its position relative to any other untimed entries stable (input\norder is preserved among ties) — a still-pending call with no timestamp yet naturally lands at\nthe end without needing to be pre-sorted by the host.\n\nRedaction only ever affects the read-only detail view: the copy of `args` handed to the\napproval dialog is always the entry's real, unmasked value. Approving a masked-args call must\nlet the reviewer see (and, if `approvalEditable`, edit) what will actually be sent — handing the\ndialog a placeholder string in place of a real field would silently corrupt the decision.\n\nApproval: activating the chip (`lr-tool-call-chip-select`) of an entry with `needsApproval` and\nan undecided `approved` opens the shared dialog for that entry; approving or denying emits this\ncomponent's own `lr-tool-approval-decide` and closes the dialog. This component never mutates\n`entries` itself — a host applies the decision (and any resulting status change) and re-assigns\n`entries`; if the entry currently under review disappears or no longer qualifies as pending\n(its `approved` was resolved some other way) by the time `entries` changes, the dialog closes on\nits own rather than staying open over stale data. A chip belonging to an entry that isn't\npending approval is left alone — its own `lr-tool-call-chip-select` (and deprecated\n`lr-tool-chip-select` alias) still bubble out normally for a host that wants to react to raw\nchip selection for its own purposes.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `approval-dialog` | The single shared `<lr-tool-approval-dialog>` instance. |\n| `base` | The root `<ol>`. |\n| `entry` | One entry's `<li>`; carries `data-status` (the entry's `status`) and `data-pending-approval` (`\"true\"`/`\"false\"`). |\n| `entry-approval-status` | The \"Approved\"/\"Denied\" badge, only rendered once `approved` is set; carries `data-decision` (`\"approved\"`/`\"denied\"`). |\n| `entry-body` | Wrapper around one entry's header and details. |\n| `entry-details` | The `<lr-details>` disclosure wrapping the entry's result view. |\n| `entry-error` | The entry's `error` text, only rendered when set. |\n| `entry-header` | Wrapper around the timestamp, chip, retry badge, and approval status. |\n| `entry-marker` | The decorative rail dot/connector for one entry. |\n| `entry-redacted-indicator` | A decorative marker shown when `redactedFields` is non-empty for that entry. |\n| `entry-result` | The entry's `<lr-tool-result-view>`. |\n| `entry-retries` | The retry-count badge, only rendered while `retryCount > 0`. |\n| `entry-retries-count` | The formatted retry count within the retry badge. |\n| `entry-retries-label` | The localized \"Retry\" text within the retry badge. |\n| `entry-timestamp` | The formatted `startedAt`, only rendered while it's set. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tool-timeline-gap` (default: `var(--lr-space-l)`) — Vertical gap between entries.\n- `--lr-tool-timeline-marker-size` (default: `var(--lr-size-0-625rem)`) — Diameter of an entry's rail dot; also the width of the marker gutter column."
14029
14174
  },
14030
14175
  "attributes": [
14031
14176
  {
@@ -14236,7 +14381,7 @@
14236
14381
  "name": "lr-transcript-feed",
14237
14382
  "description": {
14238
14383
  "kind": "markdown",
14239
- "value": "`<lr-transcript-feed>` — live captions for an in-progress voice session: speaker-grouped\nentries, interim-vs-final styling with in-place upgrades keyed by `id`, and a stick-to-bottom\nauto-scroll with release, the same `follow`/`lr-follow-change` contract `lr-terminal` uses.\n\nRendering reconciles `entries` keyed by `id` via Lit's `repeat()`: a same-`id` entry with new\n`text` replaces in place; a same-`id` entry whose `interim` flips from `true` to unset/`false`\nmoves from the interim area into the `role=\"log\"` region and announces exactly once. Interim\nentries render *after* the log container, visible but structurally outside it, so per-token\nmutations are never spoken by assistive tech.\n\nLive captions only: recorded-media transcript sync — clickable cues, seek-on-select — is a\nseparate concern from this component.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `empty` | Custom empty state. Default: the localized \"No transcript yet\". |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The scroll container. |\n| `empty` | The empty-state wrapper. |\n| `entry` | One entry row (final or interim). |\n| `interim` | Present (alongside `entry`) on an interim row. |\n| `jump-button` | The \"jump to latest\" affordance, shown only while `follow` is `false`. |\n| `log` | The `role=\"log\"` region wrapping final entries only. |\n| `speaker` | An entry's speaker label (omitted for a row that repeats the previous row's speaker). |\n| `text` | An entry's text (`dir=\"auto\"`, for mixed-language captions). |\n| `timestamp` | An entry's timestamp, shown only when `show-timestamps` is set. |"
14384
+ "value": "`<lr-transcript-feed>` — live captions for an in-progress voice session: speaker-grouped\nentries, interim-vs-final styling with in-place upgrades keyed by `id`, and a stick-to-bottom\nauto-scroll with release, the same `follow`/`lr-follow-change` contract `lr-terminal` uses.\n\nRendering reconciles `entries` keyed by `id` via Lit's `repeat()`: a same-`id` entry with new\n`text` replaces in place; a same-`id` entry whose `interim` flips from `true` to unset/`false`\nmoves from the interim area into the `role=\"log\"` region and announces exactly once. Interim\nentries render *after* the log container, visible but structurally outside it, so per-token\nmutations are never spoken by assistive tech.\n\nLive captions only: recorded-media transcript sync — clickable cues, seek-on-select — is a\nseparate concern from this component.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `empty` | Custom empty state. Default: the localized \"No transcript yet\". |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The scroll container. |\n| `empty` | The empty-state wrapper. |\n| `entry` | One entry row (final or interim). |\n| `interim` | Present (alongside `entry`) on an interim row. |\n| `interim-area` | The wrapper around the interim (not-yet-final) entries, rendered as a sibling of `log`. Only rendered while at least one interim entry exists. |\n| `jump-button` | The \"jump to latest\" affordance, shown only while `follow` is `false`. |\n| `log` | The `role=\"log\"` region wrapping final entries only. |\n| `speaker` | An entry's speaker label (omitted for a row that repeats the previous row's speaker). |\n| `text` | An entry's text (`dir=\"auto\"`, for mixed-language captions). |\n| `timestamp` | An entry's timestamp, shown only when `show-timestamps` is set. |"
14240
14385
  },
14241
14386
  "attributes": [
14242
14387
  {
@@ -14310,7 +14455,7 @@
14310
14455
  "name": "lr-tree-node",
14311
14456
  "description": {
14312
14457
  "kind": "markdown",
14313
- "value": "`<lr-tree-node>` — internal recursive renderer for `<lr-tree>`.\n\n`role=\"treeitem\"` (plus `aria-expanded`/`aria-level`/`aria-setsize`/\n`aria-posinset` and the roving `tabindex`, driven by `<lr-tree>`) live on\nthe *host* element, not the internal `[part=\"row\"]` div — that makes this\nnode's own nested children (rendered in *its own* shadow root as further\n`role=\"group\"` content) genuine DOM descendants of the treeitem, which is\nwhat the WAI-ARIA treeitem pattern requires (previously a shadow-root\nsibling).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `badge` | The optional node badge (the legacy `item.badge`, and/or one chip per `item.badges` entry, tone-mapped via `data-tone`). |\n| `content` | The primary and secondary text wrapper. |\n| `description` | The optional secondary description. |\n| `group` | The wrapper around a node's expanded child items. |\n| `icon` | The optional decorative leading icon. |\n| `label` | The node label. |\n| `row` | The tree row. |\n| `toggle` | The expand/collapse button. |"
14458
+ "value": "`<lr-tree-node>` — internal recursive renderer for `<lr-tree>`.\n\n`role=\"treeitem\"` (plus `aria-expanded`/`aria-level`/`aria-setsize`/\n`aria-posinset` and the roving `tabindex`, driven by `<lr-tree>`) live on\nthe *host* element, not the internal `[part=\"row\"]` div — that makes this\nnode's own nested children (rendered in *its own* shadow root as further\n`role=\"group\"` content) genuine DOM descendants of the treeitem, which is\nwhat the WAI-ARIA treeitem pattern requires (previously a shadow-root\nsibling).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `badge` | The optional node badge (the legacy `item.badge`, and/or one chip per `item.badges` entry, tone-mapped via `data-tone`). |\n| `content` | The primary and secondary text wrapper. |\n| `description` | The optional secondary description. |\n| `group` | The wrapper around a node's expanded child items. |\n| `icon` | The optional decorative leading icon. |\n| `label` | The node label. |\n| `row` | The tree row. |\n| `toggle` | The expand/collapse button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tree-depth` (default: `0`) — Internal indent plumbing, not a retheming knob: this node's `depth`, written inline onto `[part=\"row\"]` by the component and multiplied by `--lr-space-l` (capped at `--lr-size-8rem`) to produce the row's `padding-inline-start`."
14314
14459
  },
14315
14460
  "attributes": [
14316
14461
  {
@@ -14428,7 +14573,7 @@
14428
14573
  "name": "lr-virtual-list",
14429
14574
  "description": {
14430
14575
  "kind": "markdown",
14431
- "value": "`<lr-virtual-list>` — a generic windowed/virtualized list host. Renders\nonly the items within the current viewport (plus `overscan` padding rows\non each side) as real DOM, regardless of how large `items` is, so a\nmulti-thousand-row chat history sidebar or long message thread stays cheap\nto scroll.\n\nContent is entirely caller-supplied: `renderItem(item, index)` returns\nwhatever `lit-html` value should represent that row (typically a\n`TemplateResult`), and `keyFunction(item, index)` gives it a stable\nidentity for `repeat()`'s DOM-reconciliation key, so scroll position and\nany per-row state (e.g. an `<audio>` element's playback position) survive\nan `items` mutation instead of every row remounting from scratch.\n\n**Windowing math.** Every row — in both `row-height` modes — is positioned\nby a `transform: translateY(offset)` computed from a single cumulative\n`offsets` array (`offsets[i]` = the pixel top of row `i`), rather than by\npage flow. This is what lets only a small DOM window exist while the\nscrollbar still reflects the *true* total content height:\n- **`row-height=\"auto\"` (default).** Each currently-rendered row is\n watched by a `ResizeObserver`; its real height lands in a per-key\n `Map`, and any row not yet measured contributes `DEFAULT_ROW_ESTIMATE_PX`\n to the offsets array until it has been. `offsets` is *not* the same\n thing as a page-count-based `padding-top`/`padding-bottom` spacer pair —\n that approach reflows every unmeasured row's position on every new\n measurement, which is exactly what per-row transform offsets avoid: only\n the rows *after* a newly-measured one shift, and even that shift is a\n cheap style recompute, not a layout-affecting padding change.\n- **Fixed numeric `row-height`.** No measurement needed — `offsets[i]` is\n just `i * rowHeightPx`, computed by the exact same cumulative-array code\n path (a dedicated \"single spacer + start-index\" special case was\n considered and would work too, but reusing one code path for both modes\n avoids maintaining two parallel rendering strategies for a difference\n that's otherwise just \"how is row *i*'s height looked up\").\n\nThe `offsets` array is rebuilt only when `items`, `row-height`, or\n`keyFunction` change, or a row's measured height changes -- not on every\nupdate, so a pure scroll-position tick (potentially every rAF while\nscrolling) only re-runs the cheap range/visibility math in\n`computeRange()`, never the `O(n)` offsets rebuild (which, in\n`row-height=\"auto\"` mode, also means a `keyFunction` call per item). For\nthe list sizes this component is meant for (a scrollable history sidebar,\nrealistically hundreds to a few thousand rows) that rebuild is a trivial\n`O(n)` arithmetic loop even when it does run; it is *not* the right\napproach for a hundred-thousand-row list without further work (e.g. a\nFenwick/segment tree for `O(log n)` offset queries+updates), which is out\nof scope here.\n\n**Accessibility.** The scroll container is `role=\"list\"` and each rendered\nrow is `role=\"listitem\"`, deliberately *not* `listbox`/`option` — this\ncomponent only provides windowing, not the roving-tabindex/\n`aria-activedescendant` keyboard-interaction contract ARIA requires\nalongside a real `listbox`. A consumer that wants full single-select\nlistbox semantics on top of this should compose that behavior itself (see\n`<lr-select>`'s pattern), the same way this component's `active-id`\nonly *scrolls* the matching row into view and marks it `aria-current` —\nit never claims to be a selection widget. `aria-setsize`/`aria-posinset`\nare computed from the row's real index in the full `items` array (not its\nposition among the currently-rendered DOM window), so a screen reader\nstill announces e.g. \"item 12 of 340\" correctly. `[part=\"base\"]` itself\ncarries `tabindex=\"0\"` — `renderItem`'s content is caller-supplied and not\nguaranteed to contain a focusable element, and a scrollable region with no\nfocusable content of its own is otherwise unreachable by keyboard (native\narrow/Page Up/Page Down scrolling included).\n\n**Grouping.** When supplied, `groups` renders a labeled group marker at the\ncorresponding `startIndex`. Group markers are positioned independently of\nthe row window, so they remain available when the first row in a group is\noutside the current overscanned range.\n\n**Programmatic scrolling.** `scrollToIndex()` is the public counterpart to `active-id`'s automatic\nscroll-into-view -- used by `<lr-chat-viewport>`'s virtual mode and any other host that needs to\nscroll to a specific row without also changing which row is \"active.\"\n\n**`item-role=\"row\"` mode.** Additive to the default `'listitem'` mapping above: `[part=\"base\"]`\nbecomes `role=\"rowgroup\"`, `[part=\"spacer\"]` becomes `role=\"presentation\"`, and each row becomes\n`role=\"row\"` with `aria-rowindex` (the row's 1-based index plus `row-index-offset`) instead of\n`aria-setsize`/`aria-posinset`. For a consumer composing its own `role=\"table\"` wrapper and header\nrow around this component (see `<lr-dataset-viewer>`), where `row-index-offset=\"1\"` accounts for\nthat external header row occupying `aria-rowindex=\"1\"`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The scrollable container (`role=\"list\"`). |\n| `group` | A positioned group label. |\n| `row` | One rendered row's absolutely-positioned wrapper (`role=\"listitem\"`); `renderItem`'s return value renders inside it. |\n| `spacer` | The full-content-height inner element that gives the container its true scrollable extent. |"
14576
+ "value": "`<lr-virtual-list>` — a generic windowed/virtualized list host. Renders\nonly the items within the current viewport (plus `overscan` padding rows\non each side) as real DOM, regardless of how large `items` is, so a\nmulti-thousand-row chat history sidebar or long message thread stays cheap\nto scroll.\n\nContent is entirely caller-supplied: `renderItem(item, index)` returns\nwhatever `lit-html` value should represent that row (typically a\n`TemplateResult`), and `keyFunction(item, index)` gives it a stable\nidentity for `repeat()`'s DOM-reconciliation key, so scroll position and\nany per-row state (e.g. an `<audio>` element's playback position) survive\nan `items` mutation instead of every row remounting from scratch.\n\n**Windowing math.** Every row — in both `row-height` modes — is positioned\nby a `transform: translateY(offset)` computed from a single cumulative\n`offsets` array (`offsets[i]` = the pixel top of row `i`), rather than by\npage flow. This is what lets only a small DOM window exist while the\nscrollbar still reflects the *true* total content height:\n- **`row-height=\"auto\"` (default).** Each currently-rendered row is\n watched by a `ResizeObserver`; its real height lands in a per-key\n `Map`, and any row not yet measured contributes `DEFAULT_ROW_ESTIMATE_PX`\n to the offsets array until it has been. `offsets` is *not* the same\n thing as a page-count-based `padding-top`/`padding-bottom` spacer pair —\n that approach reflows every unmeasured row's position on every new\n measurement, which is exactly what per-row transform offsets avoid: only\n the rows *after* a newly-measured one shift, and even that shift is a\n cheap style recompute, not a layout-affecting padding change.\n- **Fixed numeric `row-height`.** No measurement needed — `offsets[i]` is\n just `i * rowHeightPx`, computed by the exact same cumulative-array code\n path (a dedicated \"single spacer + start-index\" special case was\n considered and would work too, but reusing one code path for both modes\n avoids maintaining two parallel rendering strategies for a difference\n that's otherwise just \"how is row *i*'s height looked up\").\n\nThe `offsets` array is rebuilt only when `items`, `row-height`, or\n`keyFunction` change, or a row's measured height changes -- not on every\nupdate, so a pure scroll-position tick (potentially every rAF while\nscrolling) only re-runs the cheap range/visibility math in\n`computeRange()`, never the `O(n)` offsets rebuild (which, in\n`row-height=\"auto\"` mode, also means a `keyFunction` call per item). For\nthe list sizes this component is meant for (a scrollable history sidebar,\nrealistically hundreds to a few thousand rows) that rebuild is a trivial\n`O(n)` arithmetic loop even when it does run; it is *not* the right\napproach for a hundred-thousand-row list without further work (e.g. a\nFenwick/segment tree for `O(log n)` offset queries+updates), which is out\nof scope here.\n\n**Accessibility.** The scroll container is `role=\"list\"` and each rendered\nrow is `role=\"listitem\"`, deliberately *not* `listbox`/`option` — this\ncomponent only provides windowing, not the roving-tabindex/\n`aria-activedescendant` keyboard-interaction contract ARIA requires\nalongside a real `listbox`. A consumer that wants full single-select\nlistbox semantics on top of this should compose that behavior itself (see\n`<lr-select>`'s pattern), the same way this component's `active-id`\nonly *scrolls* the matching row into view and marks it `aria-current` —\nit never claims to be a selection widget. `aria-setsize`/`aria-posinset`\nare computed from the row's real index in the full `items` array (not its\nposition among the currently-rendered DOM window), so a screen reader\nstill announces e.g. \"item 12 of 340\" correctly. `[part=\"base\"]` itself\ncarries `tabindex=\"0\"` — `renderItem`'s content is caller-supplied and not\nguaranteed to contain a focusable element, and a scrollable region with no\nfocusable content of its own is otherwise unreachable by keyboard (native\narrow/Page Up/Page Down scrolling included).\n\n**Grouping.** When supplied, `groups` renders a labeled group marker at the\ncorresponding `startIndex`. Group markers are positioned independently of\nthe row window, so they remain available when the first row in a group is\noutside the current overscanned range.\n\n**Programmatic scrolling.** `scrollToIndex()` is the public counterpart to `active-id`'s automatic\nscroll-into-view -- used by `<lr-chat-viewport>`'s virtual mode and any other host that needs to\nscroll to a specific row without also changing which row is \"active.\"\n\n**`item-role=\"row\"` mode.** Additive to the default `'listitem'` mapping above: `[part=\"base\"]`\nbecomes `role=\"rowgroup\"`, `[part=\"spacer\"]` becomes `role=\"presentation\"`, and each row becomes\n`role=\"row\"` with `aria-rowindex` (the row's 1-based index plus `row-index-offset`) instead of\n`aria-setsize`/`aria-posinset`. For a consumer composing its own `role=\"table\"` wrapper and header\nrow around this component (see `<lr-dataset-viewer>`), where `row-index-offset=\"1\"` accounts for\nthat external header row occupying `aria-rowindex=\"1\"`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The scrollable container (`role=\"list\"`). |\n| `group` | A positioned group label. |\n| `row` | One rendered row's absolutely-positioned wrapper (`role=\"listitem\"`); `renderItem`'s return value renders inside it. |\n| `spacer` | The full-content-height inner element that gives the container its true scrollable extent. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-virtual-list-height` (default: `var(--lr-size-24rem)`) — The scroll viewport's height. A virtualized list needs a bounded scroll extent, so this ships a default rather than collapsing to zero when a caller does not size the host."
14432
14577
  },
14433
14578
  "attributes": [
14434
14579
  {
@@ -14643,7 +14788,7 @@
14643
14788
  "name": "lr-widget",
14644
14789
  "description": {
14645
14790
  "kind": "markdown",
14646
- "value": "`<lr-widget>` — a titled panel shell with an optional collapse toggle and\nan optional fullscreen-expand toggle. Fullscreen promotes the same host\nelement in place (a CSS state, not a clone/portal), so slotted content\n(a chart, a running simulation, scroll position) survives the transition.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The panel body. |\n| `actions` | Header action controls, rendered before the collapse/expand buttons. |\n| `collapse-icon` | Overrides the built-in chevron glyph inside the collapse/expand toggle button entirely, via the platform's own slot-fallback-content mechanism (same convention as `<lr-tool-call-chip>`'s `icon` slot): whatever is assigned wins, otherwise the default chevron renders. Only meaningful while `collapsible`. |\n| `fullscreen-icon` | Overrides the built-in expand/close glyph inside the fullscreen toggle button entirely, using the same mechanism -- the override replaces *both* the \"expand\" and \"exit fullscreen\" default icons, so a consumer supplying one is responsible for its own expand/exit distinction (e.g. by reading the `fullscreen` attribute). Only meaningful while `expandable`. |\n| `icon` | Optional leading icon in the title row. |\n| `label` | Rich label content (overrides the `label` attribute). |\n| `sublabel` | Rich sublabel content (overrides the `sublabel` attribute). |\n| `view-{id}` | Content for the view whose `WidgetView.id` matches `{id}`, rendered when `views` is non-empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | The wrapper around the `actions` slot. |\n| `backdrop` | The fullscreen scrim behind the panel. `fullscreen-inset` overrides the default `var(--lr-space-l)` inset applied to `[part=\"base\"]` and `[part=\"backdrop\"]` while fullscreen (e.g. `\"0 0 0 240px\"` to leave a persistent sidebar visible). `compact` tightens header/body padding — same convention as `lr-empty`'s `compact`. |\n| `base` | The panel root (dialog role + backdrop when fullscreen). |\n| `body` | The wrapper around the default slot (the panel body). |\n| `collapse-button` | The collapse/expand toggle button. |\n| `fullscreen-button` | The fullscreen toggle button. |\n| `header` | The header row containing the title, actions, and toggle buttons. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely when empty. |\n| `label` | The panel title text. |\n| `label-group` | Wrapper around the label and sublabel. |\n| `sublabel` | The panel subtitle text. |\n| `title` | The wrapper around the label/sublabel. |\n| `view-toggle` | A single view toggle button. |\n| `view-toggles` | The header toggle-button group, only rendered when `views` is non-empty. |"
14791
+ "value": "`<lr-widget>` — a titled panel shell with an optional collapse toggle and\nan optional fullscreen-expand toggle. Fullscreen promotes the same host\nelement in place (a CSS state, not a clone/portal), so slotted content\n(a chart, a running simulation, scroll position) survives the transition.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The panel body. |\n| `actions` | Header action controls, rendered before the collapse/expand buttons. |\n| `collapse-icon` | Overrides the built-in chevron glyph inside the collapse/expand toggle button entirely, via the platform's own slot-fallback-content mechanism (same convention as `<lr-tool-call-chip>`'s `icon` slot): whatever is assigned wins, otherwise the default chevron renders. Only meaningful while `collapsible`. |\n| `fullscreen-icon` | Overrides the built-in expand/close glyph inside the fullscreen toggle button entirely, using the same mechanism -- the override replaces *both* the \"expand\" and \"exit fullscreen\" default icons, so a consumer supplying one is responsible for its own expand/exit distinction (e.g. by reading the `fullscreen` attribute). Only meaningful while `expandable`. |\n| `icon` | Optional leading icon in the title row. |\n| `label` | Rich label content (overrides the `label` attribute). |\n| `sublabel` | Rich sublabel content (overrides the `sublabel` attribute). |\n| `view-{id}` | Content for the view whose `WidgetView.id` matches `{id}`, rendered when `views` is non-empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `actions` | The wrapper around the `actions` slot. |\n| `backdrop` | The fullscreen scrim behind the panel. |\n| `base` | The panel root (dialog role + backdrop when fullscreen). |\n| `body` | The wrapper around the default slot (the panel body). |\n| `collapse-button` | The collapse/expand toggle button. |\n| `fullscreen-button` | The fullscreen toggle button. |\n| `header` | The header row containing the title, actions, and toggle buttons. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely when empty. |\n| `label` | The panel title text. |\n| `label-group` | Wrapper around the label and sublabel. |\n| `sublabel` | The panel subtitle text. |\n| `title` | The wrapper around the label/sublabel. |\n| `view-toggle` | A single view toggle button. |\n| `view-toggles` | The header toggle-button group, only rendered when `views` is non-empty. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-widget-overlay-color` (default: `var(--lr-color-overlay)`) — The fullscreen scrim's color, applied to `[part=\"backdrop\"]`.\n- `--lr-widget-fullscreen-inset` (default: `max(var(--lr-space-l), var(--lr-safe-area-top)) max(var(--lr-space-l), var(--lr-safe-area-inline-end)) max(var(--lr-space-l), var(--lr-safe-area-bottom)) max(var(--lr-space-l), var(--lr-safe-area-inline-start))`) — The `inset` applied to `[part=\"base\"]` while `fullscreen`. Also set inline from the `fullscreen-inset` attribute.\n- `--lr-widget-backdrop-inset` (default: `var(--lr-widget-fullscreen-inset)`) — The `inset` applied to `[part=\"backdrop\"]`, so the scrim can be pulled back independently of the panel. Also set inline from the `backdrop-inset` attribute (falling back to `fullscreen-inset`). `fullscreen-inset` overrides the default `var(--lr-space-l)` inset applied to `[part=\"base\"]` and `[part=\"backdrop\"]` while fullscreen (e.g. `\"0 0 0 240px\"` to leave a persistent sidebar visible). `compact` tightens header/body padding — same convention as `lr-empty`'s `compact`."
14647
14792
  },
14648
14793
  "attributes": [
14649
14794
  {
@@ -14856,7 +15001,7 @@
14856
15001
  "name": "lr-zoomable-frame",
14857
15002
  "description": {
14858
15003
  "kind": "markdown",
14859
- "value": "`<lr-zoomable-frame>` — a scrollable frame for inspecting slotted or\nimage content at a bounded zoom level. Scrolling provides panning when the\ncontent exceeds the frame; the controls and keyboard shortcuts change zoom.\n\nTwo public reset methods cover different needs: `resetZoom()` (also wired to the built-in\nreset button and the `0` keyboard shortcut) returns zoom to 1 while intentionally preserving\nthe current pan/scroll position; `resetView()` additionally returns pan to the origin, for a\ncaller (e.g. `<lr-lightbox>`) that wants a fully clean view, such as when swapping to new\ncontent entirely.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Content to inspect; when `src` is set, an image is rendered instead. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The frame wrapper. |\n| `content` | The transformed content wrapper. |\n| `controls` | Zoom controls. |\n| `reset` | Reset-to-100-percent button. |\n| `viewport` | The scrollable viewport. |\n| `zoom-in` | Zoom-in button. |\n| `zoom-out` | Zoom-out button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-zoomable-frame-min-block-size` — Minimum viewport block size."
15004
+ "value": "`<lr-zoomable-frame>` — a scrollable frame for inspecting slotted or\nimage content at a bounded zoom level. Scrolling provides panning when the\ncontent exceeds the frame; the controls and keyboard shortcuts change zoom.\n\nTwo public reset methods cover different needs: `resetZoom()` (also wired to the built-in\nreset button and the `0` keyboard shortcut) returns zoom to 1 while intentionally preserving\nthe current pan/scroll position; `resetView()` additionally returns pan to the origin, for a\ncaller (e.g. `<lr-lightbox>`) that wants a fully clean view, such as when swapping to new\ncontent entirely.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Content to inspect; when `src` is set, an image is rendered instead. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The frame wrapper. |\n| `content` | The transformed content wrapper. |\n| `controls` | Zoom controls. |\n| `reset` | Reset-to-100-percent button. |\n| `viewport` | The scrollable viewport. |\n| `zoom-in` | Zoom-in button. |\n| `zoom-out` | Zoom-out button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-zoomable-frame-min-block-size` — Minimum viewport block size.\n- `--lr-zoomable-frame-zoom` (default: `1`) — The scale factor applied to `[part=\"content\"]`. Written by the component itself on every render from the current `zoom`, so it is a read-out rather than a consumer knob; set the `zoom` property instead."
14860
15005
  },
14861
15006
  "attributes": [
14862
15007
  {