@aceshooting/lyra-ui 5.1.0 → 6.0.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 (1394) hide show
  1. package/CHANGELOG.md +3979 -0
  2. package/README.md +8 -6
  3. package/custom-elements.json +11849 -3874
  4. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +9 -0
  5. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts.map +1 -1
  6. package/dist/components/agent-tools/activity-feed/activity-feed.class.js +33 -2
  7. package/dist/components/agent-tools/activity-feed/activity-feed.class.js.map +1 -1
  8. package/dist/components/agent-tools/activity-feed/activity-feed.styles.d.ts.map +1 -1
  9. package/dist/components/agent-tools/activity-feed/activity-feed.styles.js +34 -9
  10. package/dist/components/agent-tools/activity-feed/activity-feed.styles.js.map +1 -1
  11. package/dist/components/agent-tools/agent-run/agent-run.class.d.ts +18 -0
  12. package/dist/components/agent-tools/agent-run/agent-run.class.d.ts.map +1 -1
  13. package/dist/components/agent-tools/agent-run/agent-run.class.js +22 -0
  14. package/dist/components/agent-tools/agent-run/agent-run.class.js.map +1 -1
  15. package/dist/components/agent-tools/agent-run/agent-run.styles.d.ts.map +1 -1
  16. package/dist/components/agent-tools/agent-run/agent-run.styles.js +19 -0
  17. package/dist/components/agent-tools/agent-run/agent-run.styles.js.map +1 -1
  18. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts +4 -0
  19. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts.map +1 -1
  20. package/dist/components/agent-tools/agent-trace/agent-trace.class.js +4 -0
  21. package/dist/components/agent-tools/agent-trace/agent-trace.class.js.map +1 -1
  22. package/dist/components/agent-tools/agent-trace/agent-trace.styles.js +1 -1
  23. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts +11 -2
  24. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts.map +1 -1
  25. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js +9 -2
  26. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js.map +1 -1
  27. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.d.ts.map +1 -1
  28. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +17 -2
  29. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js.map +1 -1
  30. package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts +7 -3
  31. package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts.map +1 -1
  32. package/dist/components/agent-tools/browser-frame/browser-frame.class.js +18 -2
  33. package/dist/components/agent-tools/browser-frame/browser-frame.class.js.map +1 -1
  34. package/dist/components/agent-tools/browser-frame/browser-frame.styles.d.ts.map +1 -1
  35. package/dist/components/agent-tools/browser-frame/browser-frame.styles.js +4 -0
  36. package/dist/components/agent-tools/browser-frame/browser-frame.styles.js.map +1 -1
  37. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +20 -1
  38. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts.map +1 -1
  39. package/dist/components/agent-tools/commit-card/commit-card.class.js +41 -4
  40. package/dist/components/agent-tools/commit-card/commit-card.class.js.map +1 -1
  41. package/dist/components/agent-tools/commit-card/commit-card.styles.d.ts.map +1 -1
  42. package/dist/components/agent-tools/commit-card/commit-card.styles.js +24 -0
  43. package/dist/components/agent-tools/commit-card/commit-card.styles.js.map +1 -1
  44. package/dist/components/agent-tools/compare-panel/compare-panel.styles.d.ts.map +1 -1
  45. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +4 -1
  46. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js.map +1 -1
  47. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts +55 -4
  48. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts.map +1 -1
  49. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +90 -19
  50. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js.map +1 -1
  51. package/dist/components/agent-tools/confirm-bar/confirm-bar.d.ts +1 -0
  52. package/dist/components/agent-tools/confirm-bar/confirm-bar.d.ts.map +1 -1
  53. package/dist/components/agent-tools/confirm-bar/confirm-bar.js +1 -0
  54. package/dist/components/agent-tools/confirm-bar/confirm-bar.js.map +1 -1
  55. package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.d.ts.map +1 -1
  56. package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.js +56 -25
  57. package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.js.map +1 -1
  58. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts +14 -8
  59. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts.map +1 -1
  60. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js +31 -15
  61. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js.map +1 -1
  62. package/dist/components/agent-tools/eval-dataset/eval-dataset.d.ts +1 -1
  63. package/dist/components/agent-tools/eval-dataset/eval-dataset.d.ts.map +1 -1
  64. package/dist/components/agent-tools/eval-dataset/eval-dataset.js +1 -1
  65. package/dist/components/agent-tools/eval-dataset/eval-dataset.js.map +1 -1
  66. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.d.ts.map +1 -1
  67. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.js +13 -2
  68. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.js.map +1 -1
  69. package/dist/components/agent-tools/eval-result/eval-result.class.d.ts +11 -9
  70. package/dist/components/agent-tools/eval-result/eval-result.class.d.ts.map +1 -1
  71. package/dist/components/agent-tools/eval-result/eval-result.class.js +9 -7
  72. package/dist/components/agent-tools/eval-result/eval-result.class.js.map +1 -1
  73. package/dist/components/agent-tools/eval-result/eval-result.d.ts +1 -1
  74. package/dist/components/agent-tools/eval-result/eval-result.d.ts.map +1 -1
  75. package/dist/components/agent-tools/eval-result/eval-result.js +1 -1
  76. package/dist/components/agent-tools/eval-result/eval-result.js.map +1 -1
  77. package/dist/components/agent-tools/policy-summary/policy-summary.class.d.ts +10 -1
  78. package/dist/components/agent-tools/policy-summary/policy-summary.class.d.ts.map +1 -1
  79. package/dist/components/agent-tools/policy-summary/policy-summary.class.js +15 -2
  80. package/dist/components/agent-tools/policy-summary/policy-summary.class.js.map +1 -1
  81. package/dist/components/agent-tools/policy-summary/policy-summary.styles.js +3 -3
  82. package/dist/components/agent-tools/result-card/result-card.class.d.ts +18 -0
  83. package/dist/components/agent-tools/result-card/result-card.class.d.ts.map +1 -1
  84. package/dist/components/agent-tools/result-card/result-card.class.js +21 -0
  85. package/dist/components/agent-tools/result-card/result-card.class.js.map +1 -1
  86. package/dist/components/agent-tools/result-card/result-card.styles.d.ts.map +1 -1
  87. package/dist/components/agent-tools/result-card/result-card.styles.js +21 -0
  88. package/dist/components/agent-tools/result-card/result-card.styles.js.map +1 -1
  89. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts +3 -0
  90. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts.map +1 -1
  91. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +3 -0
  92. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js.map +1 -1
  93. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.d.ts.map +1 -1
  94. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +4 -1
  95. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js.map +1 -1
  96. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +10 -1
  97. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts.map +1 -1
  98. package/dist/components/agent-tools/stack-trace/stack-trace.class.js +28 -3
  99. package/dist/components/agent-tools/stack-trace/stack-trace.class.js.map +1 -1
  100. package/dist/components/agent-tools/stack-trace/stack-trace.styles.d.ts.map +1 -1
  101. package/dist/components/agent-tools/stack-trace/stack-trace.styles.js +14 -0
  102. package/dist/components/agent-tools/stack-trace/stack-trace.styles.js.map +1 -1
  103. package/dist/components/agent-tools/task-list/task-list.class.d.ts +18 -0
  104. package/dist/components/agent-tools/task-list/task-list.class.d.ts.map +1 -1
  105. package/dist/components/agent-tools/task-list/task-list.class.js +22 -0
  106. package/dist/components/agent-tools/task-list/task-list.class.js.map +1 -1
  107. package/dist/components/agent-tools/task-list/task-list.styles.d.ts.map +1 -1
  108. package/dist/components/agent-tools/task-list/task-list.styles.js +27 -1
  109. package/dist/components/agent-tools/task-list/task-list.styles.js.map +1 -1
  110. package/dist/components/agent-tools/terminal/terminal.class.d.ts +19 -1
  111. package/dist/components/agent-tools/terminal/terminal.class.d.ts.map +1 -1
  112. package/dist/components/agent-tools/terminal/terminal.class.js +62 -11
  113. package/dist/components/agent-tools/terminal/terminal.class.js.map +1 -1
  114. package/dist/components/agent-tools/terminal/terminal.styles.d.ts.map +1 -1
  115. package/dist/components/agent-tools/terminal/terminal.styles.js +7 -0
  116. package/dist/components/agent-tools/terminal/terminal.styles.js.map +1 -1
  117. package/dist/components/agent-tools/test-results/test-results.class.d.ts +10 -1
  118. package/dist/components/agent-tools/test-results/test-results.class.d.ts.map +1 -1
  119. package/dist/components/agent-tools/test-results/test-results.class.js +30 -3
  120. package/dist/components/agent-tools/test-results/test-results.class.js.map +1 -1
  121. package/dist/components/agent-tools/test-results/test-results.styles.d.ts.map +1 -1
  122. package/dist/components/agent-tools/test-results/test-results.styles.js +10 -3
  123. package/dist/components/agent-tools/test-results/test-results.styles.js.map +1 -1
  124. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts +51 -5
  125. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
  126. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +120 -19
  127. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
  128. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.d.ts +2 -1
  129. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.d.ts.map +1 -1
  130. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.js +2 -1
  131. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.js.map +1 -1
  132. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.d.ts.map +1 -1
  133. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.js +6 -22
  134. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.js.map +1 -1
  135. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts.map +1 -1
  136. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +10 -0
  137. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js.map +1 -1
  138. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.js +1 -1
  139. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +14 -0
  140. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts.map +1 -1
  141. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +60 -1
  142. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js.map +1 -1
  143. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.d.ts.map +1 -1
  144. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js +8 -0
  145. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js.map +1 -1
  146. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.d.ts.map +1 -1
  147. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.js +8 -0
  148. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.js.map +1 -1
  149. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts +5 -0
  150. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts.map +1 -1
  151. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js +5 -0
  152. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js.map +1 -1
  153. package/dist/components/agent-tools/tool-timeline/tool-timeline.styles.d.ts.map +1 -1
  154. package/dist/components/agent-tools/tool-timeline/tool-timeline.styles.js +5 -2
  155. package/dist/components/agent-tools/tool-timeline/tool-timeline.styles.js.map +1 -1
  156. package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts +14 -0
  157. package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts.map +1 -1
  158. package/dist/components/agent-tools/trace-tree/trace-tree.class.js +14 -0
  159. package/dist/components/agent-tools/trace-tree/trace-tree.class.js.map +1 -1
  160. package/dist/components/agent-tools/trace-tree/trace-tree.styles.d.ts.map +1 -1
  161. package/dist/components/agent-tools/trace-tree/trace-tree.styles.js +39 -1
  162. package/dist/components/agent-tools/trace-tree/trace-tree.styles.js.map +1 -1
  163. package/dist/components/charts/chart/chart.class.d.ts +17 -0
  164. package/dist/components/charts/chart/chart.class.d.ts.map +1 -1
  165. package/dist/components/charts/chart/chart.class.js +90 -7
  166. package/dist/components/charts/chart/chart.class.js.map +1 -1
  167. package/dist/components/charts/chart/chart.styles.d.ts.map +1 -1
  168. package/dist/components/charts/chart/chart.styles.js +13 -0
  169. package/dist/components/charts/chart/chart.styles.js.map +1 -1
  170. package/dist/components/charts/chart/lite-chart.class.d.ts +5 -1
  171. package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -1
  172. package/dist/components/charts/chart/lite-chart.class.js.map +1 -1
  173. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts.map +1 -1
  174. package/dist/components/conversation/agent-workspace/agent-workspace.class.js +18 -3
  175. package/dist/components/conversation/agent-workspace/agent-workspace.class.js.map +1 -1
  176. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts +11 -1
  177. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts.map +1 -1
  178. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js +36 -1
  179. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js.map +1 -1
  180. package/dist/components/conversation/branch-picker/branch-picker.class.d.ts.map +1 -1
  181. package/dist/components/conversation/branch-picker/branch-picker.class.js +1 -0
  182. package/dist/components/conversation/branch-picker/branch-picker.class.js.map +1 -1
  183. package/dist/components/conversation/branch-picker/branch-picker.styles.d.ts.map +1 -1
  184. package/dist/components/conversation/branch-picker/branch-picker.styles.js +6 -2
  185. package/dist/components/conversation/branch-picker/branch-picker.styles.js.map +1 -1
  186. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts +25 -7
  187. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts.map +1 -1
  188. package/dist/components/conversation/chat-composer/chat-composer.class.js +47 -22
  189. package/dist/components/conversation/chat-composer/chat-composer.class.js.map +1 -1
  190. package/dist/components/conversation/chat-composer/chat-composer.styles.d.ts.map +1 -1
  191. package/dist/components/conversation/chat-composer/chat-composer.styles.js +30 -3
  192. package/dist/components/conversation/chat-composer/chat-composer.styles.js.map +1 -1
  193. package/dist/components/conversation/chat-message/chat-message.class.d.ts +3 -1
  194. package/dist/components/conversation/chat-message/chat-message.class.d.ts.map +1 -1
  195. package/dist/components/conversation/chat-message/chat-message.class.js +5 -1
  196. package/dist/components/conversation/chat-message/chat-message.class.js.map +1 -1
  197. package/dist/components/conversation/chat-message/chat-message.styles.d.ts.map +1 -1
  198. package/dist/components/conversation/chat-message/chat-message.styles.js +10 -2
  199. package/dist/components/conversation/chat-message/chat-message.styles.js.map +1 -1
  200. package/dist/components/conversation/chat-viewport/chat-viewport.class.d.ts +10 -2
  201. package/dist/components/conversation/chat-viewport/chat-viewport.class.d.ts.map +1 -1
  202. package/dist/components/conversation/chat-viewport/chat-viewport.class.js +42 -4
  203. package/dist/components/conversation/chat-viewport/chat-viewport.class.js.map +1 -1
  204. package/dist/components/conversation/chat-viewport/chat-viewport.styles.d.ts.map +1 -1
  205. package/dist/components/conversation/chat-viewport/chat-viewport.styles.js +30 -2
  206. package/dist/components/conversation/chat-viewport/chat-viewport.styles.js.map +1 -1
  207. package/dist/components/conversation/checkpoint/checkpoint.styles.d.ts.map +1 -1
  208. package/dist/components/conversation/checkpoint/checkpoint.styles.js +3 -0
  209. package/dist/components/conversation/checkpoint/checkpoint.styles.js.map +1 -1
  210. package/dist/components/conversation/code-block/code-block-core.class.d.ts +8 -0
  211. package/dist/components/conversation/code-block/code-block-core.class.d.ts.map +1 -1
  212. package/dist/components/conversation/code-block/code-block-core.class.js +33 -56
  213. package/dist/components/conversation/code-block/code-block-core.class.js.map +1 -1
  214. package/dist/components/conversation/code-block/code-block-shared.d.ts +27 -0
  215. package/dist/components/conversation/code-block/code-block-shared.d.ts.map +1 -1
  216. package/dist/components/conversation/code-block/code-block-shared.js +61 -0
  217. package/dist/components/conversation/code-block/code-block-shared.js.map +1 -1
  218. package/dist/components/conversation/code-block/code-block.class.d.ts +30 -8
  219. package/dist/components/conversation/code-block/code-block.class.d.ts.map +1 -1
  220. package/dist/components/conversation/code-block/code-block.class.js +76 -65
  221. package/dist/components/conversation/code-block/code-block.class.js.map +1 -1
  222. package/dist/components/conversation/code-block/code-block.styles.d.ts.map +1 -1
  223. package/dist/components/conversation/code-block/code-block.styles.js +46 -16
  224. package/dist/components/conversation/code-block/code-block.styles.js.map +1 -1
  225. package/dist/components/conversation/code-block/greycat-language.d.ts +5 -0
  226. package/dist/components/conversation/code-block/greycat-language.d.ts.map +1 -1
  227. package/dist/components/conversation/code-block/greycat-language.js +48 -6
  228. package/dist/components/conversation/code-block/greycat-language.js.map +1 -1
  229. package/dist/components/conversation/code-block/shiki-dark-theme.d.ts +14 -0
  230. package/dist/components/conversation/code-block/shiki-dark-theme.d.ts.map +1 -0
  231. package/dist/components/conversation/code-block/shiki-dark-theme.js +92 -0
  232. package/dist/components/conversation/code-block/shiki-dark-theme.js.map +1 -0
  233. package/dist/components/conversation/conversation-item/conversation-item.class.d.ts +22 -0
  234. package/dist/components/conversation/conversation-item/conversation-item.class.d.ts.map +1 -1
  235. package/dist/components/conversation/conversation-item/conversation-item.class.js +46 -1
  236. package/dist/components/conversation/conversation-item/conversation-item.class.js.map +1 -1
  237. package/dist/components/conversation/conversation-item/conversation-item.styles.d.ts.map +1 -1
  238. package/dist/components/conversation/conversation-item/conversation-item.styles.js +31 -2
  239. package/dist/components/conversation/conversation-item/conversation-item.styles.js.map +1 -1
  240. package/dist/components/conversation/markdown/markdown-core.class.d.ts +20 -11
  241. package/dist/components/conversation/markdown/markdown-core.class.d.ts.map +1 -1
  242. package/dist/components/conversation/markdown/markdown-core.class.js +56 -249
  243. package/dist/components/conversation/markdown/markdown-core.class.js.map +1 -1
  244. package/dist/components/conversation/markdown/markdown-loader.d.ts +1 -3
  245. package/dist/components/conversation/markdown/markdown-loader.d.ts.map +1 -1
  246. package/dist/components/conversation/markdown/markdown-loader.js +7 -1
  247. package/dist/components/conversation/markdown/markdown-loader.js.map +1 -1
  248. package/dist/components/conversation/markdown/markdown-shared.d.ts +93 -0
  249. package/dist/components/conversation/markdown/markdown-shared.d.ts.map +1 -0
  250. package/dist/components/conversation/markdown/markdown-shared.js +252 -0
  251. package/dist/components/conversation/markdown/markdown-shared.js.map +1 -0
  252. package/dist/components/conversation/markdown/markdown.class.d.ts +20 -11
  253. package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -1
  254. package/dist/components/conversation/markdown/markdown.class.js +56 -249
  255. package/dist/components/conversation/markdown/markdown.class.js.map +1 -1
  256. package/dist/components/conversation/markdown/markdown.styles.d.ts.map +1 -1
  257. package/dist/components/conversation/markdown/markdown.styles.js +19 -0
  258. package/dist/components/conversation/markdown/markdown.styles.js.map +1 -1
  259. package/dist/components/conversation/message-actions/message-actions.styles.d.ts.map +1 -1
  260. package/dist/components/conversation/message-actions/message-actions.styles.js +4 -0
  261. package/dist/components/conversation/message-actions/message-actions.styles.js.map +1 -1
  262. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +29 -3
  263. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts.map +1 -1
  264. package/dist/components/conversation/message-feedback/message-feedback.class.js +34 -1
  265. package/dist/components/conversation/message-feedback/message-feedback.class.js.map +1 -1
  266. package/dist/components/conversation/message-feedback/message-feedback.styles.d.ts.map +1 -1
  267. package/dist/components/conversation/message-feedback/message-feedback.styles.js +23 -9
  268. package/dist/components/conversation/message-feedback/message-feedback.styles.js.map +1 -1
  269. package/dist/components/conversation/model-select/model-select.class.d.ts +21 -0
  270. package/dist/components/conversation/model-select/model-select.class.d.ts.map +1 -1
  271. package/dist/components/conversation/model-select/model-select.class.js +65 -1
  272. package/dist/components/conversation/model-select/model-select.class.js.map +1 -1
  273. package/dist/components/conversation/model-select/model-select.styles.d.ts.map +1 -1
  274. package/dist/components/conversation/model-select/model-select.styles.js +45 -6
  275. package/dist/components/conversation/model-select/model-select.styles.js.map +1 -1
  276. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts +3 -0
  277. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts.map +1 -1
  278. package/dist/components/conversation/push-to-talk/push-to-talk.class.js +17 -1
  279. package/dist/components/conversation/push-to-talk/push-to-talk.class.js.map +1 -1
  280. package/dist/components/conversation/push-to-talk/push-to-talk.styles.d.ts.map +1 -1
  281. package/dist/components/conversation/push-to-talk/push-to-talk.styles.js +12 -3
  282. package/dist/components/conversation/push-to-talk/push-to-talk.styles.js.map +1 -1
  283. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.d.ts +2 -0
  284. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.d.ts.map +1 -1
  285. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js +2 -0
  286. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js.map +1 -1
  287. package/dist/components/conversation/suggestion-chips/suggestion-chips.styles.js +2 -2
  288. package/dist/components/conversation/thread-list/thread-list.class.d.ts +83 -8
  289. package/dist/components/conversation/thread-list/thread-list.class.d.ts.map +1 -1
  290. package/dist/components/conversation/thread-list/thread-list.class.js +173 -25
  291. package/dist/components/conversation/thread-list/thread-list.class.js.map +1 -1
  292. package/dist/components/conversation/thread-list/thread-list.styles.d.ts.map +1 -1
  293. package/dist/components/conversation/thread-list/thread-list.styles.js +33 -1
  294. package/dist/components/conversation/thread-list/thread-list.styles.js.map +1 -1
  295. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts.map +1 -1
  296. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +18 -1
  297. package/dist/components/conversation/transcript-feed/transcript-feed.class.js.map +1 -1
  298. package/dist/components/conversation/transcript-feed/transcript-feed.styles.d.ts.map +1 -1
  299. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +4 -0
  300. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js.map +1 -1
  301. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +14 -10
  302. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts.map +1 -1
  303. package/dist/components/conversation/typing-indicator/typing-indicator.class.js +26 -11
  304. package/dist/components/conversation/typing-indicator/typing-indicator.class.js.map +1 -1
  305. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts +4 -0
  306. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts.map +1 -1
  307. package/dist/components/conversation/usage-badge/usage-badge.class.js +15 -1
  308. package/dist/components/conversation/usage-badge/usage-badge.class.js.map +1 -1
  309. package/dist/components/conversation/usage-badge/usage-badge.styles.js +1 -1
  310. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +12 -0
  311. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts.map +1 -1
  312. package/dist/components/conversation/voice-picker/voice-picker.class.js +35 -1
  313. package/dist/components/conversation/voice-picker/voice-picker.class.js.map +1 -1
  314. package/dist/components/conversation/voice-picker/voice-picker.styles.d.ts.map +1 -1
  315. package/dist/components/conversation/voice-picker/voice-picker.styles.js +17 -1
  316. package/dist/components/conversation/voice-picker/voice-picker.styles.js.map +1 -1
  317. package/dist/components/data/calendar/calendar.class.d.ts +5 -2
  318. package/dist/components/data/calendar/calendar.class.d.ts.map +1 -1
  319. package/dist/components/data/calendar/calendar.class.js +3 -2
  320. package/dist/components/data/calendar/calendar.class.js.map +1 -1
  321. package/dist/components/data/calendar/calendar.styles.d.ts.map +1 -1
  322. package/dist/components/data/calendar/calendar.styles.js +39 -5
  323. package/dist/components/data/calendar/calendar.styles.js.map +1 -1
  324. package/dist/components/data/document-library/document-library.class.d.ts +6 -5
  325. package/dist/components/data/document-library/document-library.class.d.ts.map +1 -1
  326. package/dist/components/data/document-library/document-library.class.js +2 -3
  327. package/dist/components/data/document-library/document-library.class.js.map +1 -1
  328. package/dist/components/data/env-list/env-list.class.d.ts +5 -0
  329. package/dist/components/data/env-list/env-list.class.d.ts.map +1 -1
  330. package/dist/components/data/env-list/env-list.class.js +22 -2
  331. package/dist/components/data/env-list/env-list.class.js.map +1 -1
  332. package/dist/components/data/env-list/env-list.styles.d.ts.map +1 -1
  333. package/dist/components/data/env-list/env-list.styles.js +6 -2
  334. package/dist/components/data/env-list/env-list.styles.js.map +1 -1
  335. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +18 -1
  336. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts.map +1 -1
  337. package/dist/components/data/flow-canvas/flow-canvas.class.js +29 -3
  338. package/dist/components/data/flow-canvas/flow-canvas.class.js.map +1 -1
  339. package/dist/components/data/flow-canvas/flow-canvas.styles.d.ts.map +1 -1
  340. package/dist/components/data/flow-canvas/flow-canvas.styles.js +15 -4
  341. package/dist/components/data/flow-canvas/flow-canvas.styles.js.map +1 -1
  342. package/dist/components/data/flow-controls/flow-controls.class.d.ts +16 -1
  343. package/dist/components/data/flow-controls/flow-controls.class.d.ts.map +1 -1
  344. package/dist/components/data/flow-controls/flow-controls.class.js +17 -1
  345. package/dist/components/data/flow-controls/flow-controls.class.js.map +1 -1
  346. package/dist/components/data/flow-controls/flow-controls.styles.d.ts.map +1 -1
  347. package/dist/components/data/flow-controls/flow-controls.styles.js +26 -2
  348. package/dist/components/data/flow-controls/flow-controls.styles.js.map +1 -1
  349. package/dist/components/data/flow-minimap/flow-minimap.styles.d.ts.map +1 -1
  350. package/dist/components/data/flow-minimap/flow-minimap.styles.js +4 -0
  351. package/dist/components/data/flow-minimap/flow-minimap.styles.js.map +1 -1
  352. package/dist/components/data/flow-node/flow-node.class.d.ts +20 -1
  353. package/dist/components/data/flow-node/flow-node.class.d.ts.map +1 -1
  354. package/dist/components/data/flow-node/flow-node.class.js +24 -2
  355. package/dist/components/data/flow-node/flow-node.class.js.map +1 -1
  356. package/dist/components/data/flow-node/flow-node.styles.d.ts.map +1 -1
  357. package/dist/components/data/flow-node/flow-node.styles.js +23 -5
  358. package/dist/components/data/flow-node/flow-node.styles.js.map +1 -1
  359. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts +9 -1
  360. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts.map +1 -1
  361. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js +9 -1
  362. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js.map +1 -1
  363. package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.d.ts.map +1 -1
  364. package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.js +11 -0
  365. package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.js.map +1 -1
  366. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +15 -1
  367. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts.map +1 -1
  368. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +40 -3
  369. package/dist/components/data/graph-query-builder/graph-query-builder.class.js.map +1 -1
  370. package/dist/components/data/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -1
  371. package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +7 -1
  372. package/dist/components/data/graph-query-builder/graph-query-builder.styles.js.map +1 -1
  373. package/dist/components/data/heatmap/heatmap.class.d.ts +113 -9
  374. package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -1
  375. package/dist/components/data/heatmap/heatmap.class.js +174 -19
  376. package/dist/components/data/heatmap/heatmap.class.js.map +1 -1
  377. package/dist/components/data/heatmap/heatmap.styles.d.ts.map +1 -1
  378. package/dist/components/data/heatmap/heatmap.styles.js +20 -0
  379. package/dist/components/data/heatmap/heatmap.styles.js.map +1 -1
  380. package/dist/components/data/pagination/pagination.class.d.ts +3 -0
  381. package/dist/components/data/pagination/pagination.class.d.ts.map +1 -1
  382. package/dist/components/data/pagination/pagination.class.js +3 -0
  383. package/dist/components/data/pagination/pagination.class.js.map +1 -1
  384. package/dist/components/data/pagination/pagination.styles.d.ts.map +1 -1
  385. package/dist/components/data/pagination/pagination.styles.js +22 -4
  386. package/dist/components/data/pagination/pagination.styles.js.map +1 -1
  387. package/dist/components/data/sequence-strip/sequence-strip.class.d.ts +13 -3
  388. package/dist/components/data/sequence-strip/sequence-strip.class.d.ts.map +1 -1
  389. package/dist/components/data/sequence-strip/sequence-strip.class.js +30 -7
  390. package/dist/components/data/sequence-strip/sequence-strip.class.js.map +1 -1
  391. package/dist/components/data/sequence-strip/sequence-strip.styles.d.ts.map +1 -1
  392. package/dist/components/data/sequence-strip/sequence-strip.styles.js +11 -1
  393. package/dist/components/data/sequence-strip/sequence-strip.styles.js.map +1 -1
  394. package/dist/components/data/stat/stat.class.d.ts +33 -4
  395. package/dist/components/data/stat/stat.class.d.ts.map +1 -1
  396. package/dist/components/data/stat/stat.class.js +35 -6
  397. package/dist/components/data/stat/stat.class.js.map +1 -1
  398. package/dist/components/data/stat/stat.styles.d.ts.map +1 -1
  399. package/dist/components/data/stat/stat.styles.js +69 -5
  400. package/dist/components/data/stat/stat.styles.js.map +1 -1
  401. package/dist/components/data/table/table.class.d.ts +253 -14
  402. package/dist/components/data/table/table.class.d.ts.map +1 -1
  403. package/dist/components/data/table/table.class.js +470 -84
  404. package/dist/components/data/table/table.class.js.map +1 -1
  405. package/dist/components/data/table/table.styles.d.ts.map +1 -1
  406. package/dist/components/data/table/table.styles.js +46 -4
  407. package/dist/components/data/table/table.styles.js.map +1 -1
  408. package/dist/components/data/timeline/timeline-item.class.d.ts +2 -2
  409. package/dist/components/data/timeline/timeline-item.class.d.ts.map +1 -1
  410. package/dist/components/data/timeline/timeline-item.class.js +2 -1
  411. package/dist/components/data/timeline/timeline-item.class.js.map +1 -1
  412. package/dist/components/data/timeline/timeline.class.d.ts +4 -4
  413. package/dist/components/data/timeline/timeline.class.d.ts.map +1 -1
  414. package/dist/components/data/timeline/timeline.class.js +4 -3
  415. package/dist/components/data/timeline/timeline.class.js.map +1 -1
  416. package/dist/components/data/timeline/timeline.styles.d.ts.map +1 -1
  417. package/dist/components/data/timeline/timeline.styles.js +21 -2
  418. package/dist/components/data/timeline/timeline.styles.js.map +1 -1
  419. package/dist/components/data/tree/tree-node.class.d.ts +2 -2
  420. package/dist/components/data/tree/tree-node.class.d.ts.map +1 -1
  421. package/dist/components/data/tree/tree-node.class.js +2 -1
  422. package/dist/components/data/tree/tree-node.class.js.map +1 -1
  423. package/dist/components/data/tree/tree.class.d.ts +56 -3
  424. package/dist/components/data/tree/tree.class.d.ts.map +1 -1
  425. package/dist/components/data/tree/tree.class.js +138 -13
  426. package/dist/components/data/tree/tree.class.js.map +1 -1
  427. package/dist/components/data/tree/tree.styles.d.ts.map +1 -1
  428. package/dist/components/data/tree/tree.styles.js +6 -1
  429. package/dist/components/data/tree/tree.styles.js.map +1 -1
  430. package/dist/components/data/word-cloud/word-cloud-layout.d.ts +7 -2
  431. package/dist/components/data/word-cloud/word-cloud-layout.d.ts.map +1 -1
  432. package/dist/components/data/word-cloud/word-cloud-layout.js.map +1 -1
  433. package/dist/components/data/word-cloud/word-cloud.class.d.ts +3 -3
  434. package/dist/components/data/word-cloud/word-cloud.class.d.ts.map +1 -1
  435. package/dist/components/data/word-cloud/word-cloud.class.js +1 -0
  436. package/dist/components/data/word-cloud/word-cloud.class.js.map +1 -1
  437. package/dist/components/forms/button/button.class.d.ts +35 -4
  438. package/dist/components/forms/button/button.class.d.ts.map +1 -1
  439. package/dist/components/forms/button/button.class.js +51 -5
  440. package/dist/components/forms/button/button.class.js.map +1 -1
  441. package/dist/components/forms/button/button.styles.d.ts.map +1 -1
  442. package/dist/components/forms/button/button.styles.js +80 -44
  443. package/dist/components/forms/button/button.styles.js.map +1 -1
  444. package/dist/components/forms/checkbox/checkbox.class.d.ts +19 -2
  445. package/dist/components/forms/checkbox/checkbox.class.d.ts.map +1 -1
  446. package/dist/components/forms/checkbox/checkbox.class.js +57 -2
  447. package/dist/components/forms/checkbox/checkbox.class.js.map +1 -1
  448. package/dist/components/forms/checkbox/checkbox.styles.d.ts.map +1 -1
  449. package/dist/components/forms/checkbox/checkbox.styles.js +24 -3
  450. package/dist/components/forms/checkbox/checkbox.styles.js.map +1 -1
  451. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +26 -1
  452. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts.map +1 -1
  453. package/dist/components/forms/checkbox-group/checkbox-group.class.js +115 -6
  454. package/dist/components/forms/checkbox-group/checkbox-group.class.js.map +1 -1
  455. package/dist/components/forms/checkbox-group/checkbox-group.styles.d.ts.map +1 -1
  456. package/dist/components/forms/checkbox-group/checkbox-group.styles.js +9 -1
  457. package/dist/components/forms/checkbox-group/checkbox-group.styles.js.map +1 -1
  458. package/dist/components/forms/code-editor/code-editor.class.d.ts +1 -1
  459. package/dist/components/forms/code-editor/code-editor.class.d.ts.map +1 -1
  460. package/dist/components/forms/code-editor/code-editor.class.js +18 -2
  461. package/dist/components/forms/code-editor/code-editor.class.js.map +1 -1
  462. package/dist/components/forms/code-editor/code-editor.styles.d.ts.map +1 -1
  463. package/dist/components/forms/code-editor/code-editor.styles.js +14 -1
  464. package/dist/components/forms/code-editor/code-editor.styles.js.map +1 -1
  465. package/dist/components/forms/color-picker/color-picker.class.d.ts +4 -0
  466. package/dist/components/forms/color-picker/color-picker.class.d.ts.map +1 -1
  467. package/dist/components/forms/color-picker/color-picker.class.js +6 -0
  468. package/dist/components/forms/color-picker/color-picker.class.js.map +1 -1
  469. package/dist/components/forms/color-picker/color-picker.styles.d.ts.map +1 -1
  470. package/dist/components/forms/color-picker/color-picker.styles.js +22 -2
  471. package/dist/components/forms/color-picker/color-picker.styles.js.map +1 -1
  472. package/dist/components/forms/combobox/combobox.class.d.ts +48 -8
  473. package/dist/components/forms/combobox/combobox.class.d.ts.map +1 -1
  474. package/dist/components/forms/combobox/combobox.class.js +137 -21
  475. package/dist/components/forms/combobox/combobox.class.js.map +1 -1
  476. package/dist/components/forms/combobox/combobox.styles.d.ts.map +1 -1
  477. package/dist/components/forms/combobox/combobox.styles.js +49 -3
  478. package/dist/components/forms/combobox/combobox.styles.js.map +1 -1
  479. package/dist/components/forms/date-picker/date-input.class.d.ts +17 -0
  480. package/dist/components/forms/date-picker/date-input.class.d.ts.map +1 -1
  481. package/dist/components/forms/date-picker/date-input.class.js +35 -0
  482. package/dist/components/forms/date-picker/date-input.class.js.map +1 -1
  483. package/dist/components/forms/date-picker/date-input.styles.d.ts.map +1 -1
  484. package/dist/components/forms/date-picker/date-input.styles.js +46 -4
  485. package/dist/components/forms/date-picker/date-input.styles.js.map +1 -1
  486. package/dist/components/forms/date-picker/date-picker.class.d.ts +5 -1
  487. package/dist/components/forms/date-picker/date-picker.class.d.ts.map +1 -1
  488. package/dist/components/forms/date-picker/date-picker.class.js +11 -1
  489. package/dist/components/forms/date-picker/date-picker.class.js.map +1 -1
  490. package/dist/components/forms/date-picker/date-picker.styles.d.ts.map +1 -1
  491. package/dist/components/forms/date-picker/date-picker.styles.js +19 -0
  492. package/dist/components/forms/date-picker/date-picker.styles.js.map +1 -1
  493. package/dist/components/forms/emoji-picker/emoji-data-loader.js +8 -1
  494. package/dist/components/forms/emoji-picker/emoji-data-loader.js.map +1 -1
  495. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +55 -3
  496. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts.map +1 -1
  497. package/dist/components/forms/emoji-picker/emoji-picker.class.js +153 -29
  498. package/dist/components/forms/emoji-picker/emoji-picker.class.js.map +1 -1
  499. package/dist/components/forms/emoji-picker/emoji-picker.styles.d.ts.map +1 -1
  500. package/dist/components/forms/emoji-picker/emoji-picker.styles.js +84 -8
  501. package/dist/components/forms/emoji-picker/emoji-picker.styles.js.map +1 -1
  502. package/dist/components/forms/icon-button/icon-button.class.d.ts +54 -7
  503. package/dist/components/forms/icon-button/icon-button.class.d.ts.map +1 -1
  504. package/dist/components/forms/icon-button/icon-button.class.js +140 -14
  505. package/dist/components/forms/icon-button/icon-button.class.js.map +1 -1
  506. package/dist/components/forms/icon-button/icon-button.styles.d.ts.map +1 -1
  507. package/dist/components/forms/icon-button/icon-button.styles.js +8 -1
  508. package/dist/components/forms/icon-button/icon-button.styles.js.map +1 -1
  509. package/dist/components/forms/input/input.class.d.ts +25 -0
  510. package/dist/components/forms/input/input.class.d.ts.map +1 -1
  511. package/dist/components/forms/input/input.class.js +45 -0
  512. package/dist/components/forms/input/input.class.js.map +1 -1
  513. package/dist/components/forms/input/input.styles.d.ts.map +1 -1
  514. package/dist/components/forms/input/input.styles.js +27 -2
  515. package/dist/components/forms/input/input.styles.js.map +1 -1
  516. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +221 -0
  517. package/dist/components/forms/locale-picker/locale-picker.class.d.ts.map +1 -0
  518. package/dist/components/forms/locale-picker/locale-picker.class.js +630 -0
  519. package/dist/components/forms/locale-picker/locale-picker.class.js.map +1 -0
  520. package/dist/components/forms/locale-picker/locale-picker.d.ts +3 -0
  521. package/dist/components/forms/locale-picker/locale-picker.d.ts.map +1 -0
  522. package/dist/components/forms/locale-picker/locale-picker.js +6 -0
  523. package/dist/components/forms/locale-picker/locale-picker.js.map +1 -0
  524. package/dist/components/forms/locale-picker/locale-picker.styles.d.ts +2 -0
  525. package/dist/components/forms/locale-picker/locale-picker.styles.d.ts.map +1 -0
  526. package/dist/components/forms/locale-picker/locale-picker.styles.js +213 -0
  527. package/dist/components/forms/locale-picker/locale-picker.styles.js.map +1 -0
  528. package/dist/components/forms/phone-input/phone-input.class.d.ts +45 -1
  529. package/dist/components/forms/phone-input/phone-input.class.d.ts.map +1 -1
  530. package/dist/components/forms/phone-input/phone-input.class.js +74 -13
  531. package/dist/components/forms/phone-input/phone-input.class.js.map +1 -1
  532. package/dist/components/forms/phone-input/phone-input.styles.d.ts.map +1 -1
  533. package/dist/components/forms/phone-input/phone-input.styles.js +130 -11
  534. package/dist/components/forms/phone-input/phone-input.styles.js.map +1 -1
  535. package/dist/components/forms/radio/radio.class.d.ts +24 -0
  536. package/dist/components/forms/radio/radio.class.d.ts.map +1 -1
  537. package/dist/components/forms/radio/radio.class.js +50 -1
  538. package/dist/components/forms/radio/radio.class.js.map +1 -1
  539. package/dist/components/forms/radio/radio.styles.d.ts.map +1 -1
  540. package/dist/components/forms/radio/radio.styles.js +36 -5
  541. package/dist/components/forms/radio/radio.styles.js.map +1 -1
  542. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +9 -7
  543. package/dist/components/forms/rubric-form/rubric-form.class.d.ts.map +1 -1
  544. package/dist/components/forms/rubric-form/rubric-form.class.js +34 -8
  545. package/dist/components/forms/rubric-form/rubric-form.class.js.map +1 -1
  546. package/dist/components/forms/rubric-form/rubric-form.styles.d.ts.map +1 -1
  547. package/dist/components/forms/rubric-form/rubric-form.styles.js +7 -1
  548. package/dist/components/forms/rubric-form/rubric-form.styles.js.map +1 -1
  549. package/dist/components/forms/select/select.class.d.ts +28 -9
  550. package/dist/components/forms/select/select.class.d.ts.map +1 -1
  551. package/dist/components/forms/select/select.class.js +87 -9
  552. package/dist/components/forms/select/select.class.js.map +1 -1
  553. package/dist/components/forms/select/select.styles.d.ts.map +1 -1
  554. package/dist/components/forms/select/select.styles.js +45 -19
  555. package/dist/components/forms/select/select.styles.js.map +1 -1
  556. package/dist/components/forms/slider/slider.class.d.ts +5 -6
  557. package/dist/components/forms/slider/slider.class.d.ts.map +1 -1
  558. package/dist/components/forms/slider/slider.class.js +20 -7
  559. package/dist/components/forms/slider/slider.class.js.map +1 -1
  560. package/dist/components/forms/slider/slider.styles.d.ts.map +1 -1
  561. package/dist/components/forms/slider/slider.styles.js +8 -0
  562. package/dist/components/forms/slider/slider.styles.js.map +1 -1
  563. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +12 -3
  564. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts.map +1 -1
  565. package/dist/components/forms/swatch-picker/swatch-picker.class.js +14 -3
  566. package/dist/components/forms/swatch-picker/swatch-picker.class.js.map +1 -1
  567. package/dist/components/forms/swatch-picker/swatch-picker.styles.d.ts.map +1 -1
  568. package/dist/components/forms/swatch-picker/swatch-picker.styles.js +32 -9
  569. package/dist/components/forms/swatch-picker/swatch-picker.styles.js.map +1 -1
  570. package/dist/components/forms/switch/switch.class.d.ts +7 -2
  571. package/dist/components/forms/switch/switch.class.d.ts.map +1 -1
  572. package/dist/components/forms/switch/switch.class.js +48 -2
  573. package/dist/components/forms/switch/switch.class.js.map +1 -1
  574. package/dist/components/forms/switch/switch.styles.d.ts.map +1 -1
  575. package/dist/components/forms/switch/switch.styles.js +8 -0
  576. package/dist/components/forms/switch/switch.styles.js.map +1 -1
  577. package/dist/components/forms/textarea/textarea.class.d.ts +1 -1
  578. package/dist/components/forms/textarea/textarea.class.d.ts.map +1 -1
  579. package/dist/components/forms/textarea/textarea.class.js +5 -1
  580. package/dist/components/forms/textarea/textarea.class.js.map +1 -1
  581. package/dist/components/forms/textarea/textarea.styles.d.ts.map +1 -1
  582. package/dist/components/forms/textarea/textarea.styles.js +8 -0
  583. package/dist/components/forms/textarea/textarea.styles.js.map +1 -1
  584. package/dist/components/forms/time-range/time-range.class.d.ts +16 -0
  585. package/dist/components/forms/time-range/time-range.class.d.ts.map +1 -1
  586. package/dist/components/forms/time-range/time-range.class.js +57 -1
  587. package/dist/components/forms/time-range/time-range.class.js.map +1 -1
  588. package/dist/components/forms/time-range/time-range.styles.d.ts.map +1 -1
  589. package/dist/components/forms/time-range/time-range.styles.js +74 -20
  590. package/dist/components/forms/time-range/time-range.styles.js.map +1 -1
  591. package/dist/components/forms/token-input/token-input.class.d.ts +72 -3
  592. package/dist/components/forms/token-input/token-input.class.d.ts.map +1 -1
  593. package/dist/components/forms/token-input/token-input.class.js +266 -10
  594. package/dist/components/forms/token-input/token-input.class.js.map +1 -1
  595. package/dist/components/forms/token-input/token-input.styles.d.ts.map +1 -1
  596. package/dist/components/forms/token-input/token-input.styles.js +52 -3
  597. package/dist/components/forms/token-input/token-input.styles.js.map +1 -1
  598. package/dist/components/layout/app-rail/app-rail-item.class.d.ts +6 -0
  599. package/dist/components/layout/app-rail/app-rail-item.class.d.ts.map +1 -1
  600. package/dist/components/layout/app-rail/app-rail-item.class.js +6 -0
  601. package/dist/components/layout/app-rail/app-rail-item.class.js.map +1 -1
  602. package/dist/components/layout/app-rail/app-rail-item.styles.d.ts.map +1 -1
  603. package/dist/components/layout/app-rail/app-rail-item.styles.js +11 -2
  604. package/dist/components/layout/app-rail/app-rail-item.styles.js.map +1 -1
  605. package/dist/components/layout/app-rail/app-rail.class.d.ts +6 -2
  606. package/dist/components/layout/app-rail/app-rail.class.d.ts.map +1 -1
  607. package/dist/components/layout/app-rail/app-rail.class.js.map +1 -1
  608. package/dist/components/layout/breadcrumb/breadcrumb-item.class.d.ts +4 -0
  609. package/dist/components/layout/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
  610. package/dist/components/layout/breadcrumb/breadcrumb-item.class.js +4 -0
  611. package/dist/components/layout/breadcrumb/breadcrumb-item.class.js.map +1 -1
  612. package/dist/components/layout/breadcrumb/breadcrumb-item.styles.d.ts.map +1 -1
  613. package/dist/components/layout/breadcrumb/breadcrumb-item.styles.js +6 -1
  614. package/dist/components/layout/breadcrumb/breadcrumb-item.styles.js.map +1 -1
  615. package/dist/components/layout/card/card.class.d.ts +29 -5
  616. package/dist/components/layout/card/card.class.d.ts.map +1 -1
  617. package/dist/components/layout/card/card.class.js +90 -6
  618. package/dist/components/layout/card/card.class.js.map +1 -1
  619. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  620. package/dist/components/layout/card/card.styles.js +8 -0
  621. package/dist/components/layout/card/card.styles.js.map +1 -1
  622. package/dist/components/layout/carousel/carousel.class.d.ts +6 -0
  623. package/dist/components/layout/carousel/carousel.class.d.ts.map +1 -1
  624. package/dist/components/layout/carousel/carousel.class.js +22 -1
  625. package/dist/components/layout/carousel/carousel.class.js.map +1 -1
  626. package/dist/components/layout/carousel/carousel.styles.d.ts.map +1 -1
  627. package/dist/components/layout/carousel/carousel.styles.js +10 -0
  628. package/dist/components/layout/carousel/carousel.styles.js.map +1 -1
  629. package/dist/components/layout/command-palette/command-palette.class.d.ts +8 -0
  630. package/dist/components/layout/command-palette/command-palette.class.d.ts.map +1 -1
  631. package/dist/components/layout/command-palette/command-palette.class.js +6 -1
  632. package/dist/components/layout/command-palette/command-palette.class.js.map +1 -1
  633. package/dist/components/layout/command-palette/command-palette.styles.d.ts.map +1 -1
  634. package/dist/components/layout/command-palette/command-palette.styles.js +11 -2
  635. package/dist/components/layout/command-palette/command-palette.styles.js.map +1 -1
  636. package/dist/components/layout/control-group/control-group.class.d.ts +16 -0
  637. package/dist/components/layout/control-group/control-group.class.d.ts.map +1 -1
  638. package/dist/components/layout/control-group/control-group.class.js +19 -0
  639. package/dist/components/layout/control-group/control-group.class.js.map +1 -1
  640. package/dist/components/layout/control-group/control-group.styles.d.ts.map +1 -1
  641. package/dist/components/layout/control-group/control-group.styles.js +8 -3
  642. package/dist/components/layout/control-group/control-group.styles.js.map +1 -1
  643. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +3 -0
  644. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts.map +1 -1
  645. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +4 -0
  646. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js.map +1 -1
  647. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -1
  648. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js +16 -0
  649. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js.map +1 -1
  650. package/dist/components/layout/details/details.class.js +1 -1
  651. package/dist/components/layout/details/details.class.js.map +1 -1
  652. package/dist/components/layout/details/details.styles.d.ts.map +1 -1
  653. package/dist/components/layout/details/details.styles.js +2 -0
  654. package/dist/components/layout/details/details.styles.js.map +1 -1
  655. package/dist/components/layout/dock-panel/dock-panel.class.d.ts.map +1 -1
  656. package/dist/components/layout/dock-panel/dock-panel.class.js +16 -1
  657. package/dist/components/layout/dock-panel/dock-panel.class.js.map +1 -1
  658. package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts.map +1 -1
  659. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js +15 -1
  660. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js.map +1 -1
  661. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +54 -9
  662. package/dist/components/layout/filter-bar/filter-bar.class.d.ts.map +1 -1
  663. package/dist/components/layout/filter-bar/filter-bar.class.js +149 -5
  664. package/dist/components/layout/filter-bar/filter-bar.class.js.map +1 -1
  665. package/dist/components/layout/filter-bar/filter-bar.d.ts +1 -0
  666. package/dist/components/layout/filter-bar/filter-bar.d.ts.map +1 -1
  667. package/dist/components/layout/filter-bar/filter-bar.js +1 -0
  668. package/dist/components/layout/filter-bar/filter-bar.js.map +1 -1
  669. package/dist/components/layout/filter-bar/filter-bar.styles.d.ts.map +1 -1
  670. package/dist/components/layout/filter-bar/filter-bar.styles.js +12 -3
  671. package/dist/components/layout/filter-bar/filter-bar.styles.js.map +1 -1
  672. package/dist/components/layout/menu/menu.class.d.ts +119 -24
  673. package/dist/components/layout/menu/menu.class.d.ts.map +1 -1
  674. package/dist/components/layout/menu/menu.class.js +202 -35
  675. package/dist/components/layout/menu/menu.class.js.map +1 -1
  676. package/dist/components/layout/menu/menu.styles.d.ts.map +1 -1
  677. package/dist/components/layout/menu/menu.styles.js +38 -1
  678. package/dist/components/layout/menu/menu.styles.js.map +1 -1
  679. package/dist/components/layout/reorder-list/reorder-item.class.d.ts +59 -0
  680. package/dist/components/layout/reorder-list/reorder-item.class.d.ts.map +1 -0
  681. package/dist/components/layout/reorder-list/reorder-item.class.js +110 -0
  682. package/dist/components/layout/reorder-list/reorder-item.class.js.map +1 -0
  683. package/dist/components/layout/reorder-list/reorder-item.d.ts +2 -0
  684. package/dist/components/layout/reorder-list/reorder-item.d.ts.map +1 -0
  685. package/dist/components/layout/reorder-list/reorder-item.js +5 -0
  686. package/dist/components/layout/reorder-list/reorder-item.js.map +1 -0
  687. package/dist/components/{data/data-grid/data-grid.styles.d.ts → layout/reorder-list/reorder-item.styles.d.ts} +1 -1
  688. package/dist/components/layout/reorder-list/reorder-item.styles.d.ts.map +1 -0
  689. package/dist/components/layout/reorder-list/reorder-item.styles.js +62 -0
  690. package/dist/components/layout/reorder-list/reorder-item.styles.js.map +1 -0
  691. package/dist/components/layout/reorder-list/reorder-list.class.d.ts +77 -0
  692. package/dist/components/layout/reorder-list/reorder-list.class.d.ts.map +1 -0
  693. package/dist/components/layout/reorder-list/reorder-list.class.js +197 -0
  694. package/dist/components/layout/reorder-list/reorder-list.class.js.map +1 -0
  695. package/dist/components/layout/reorder-list/reorder-list.d.ts +3 -0
  696. package/dist/components/layout/reorder-list/reorder-list.d.ts.map +1 -0
  697. package/dist/components/layout/reorder-list/reorder-list.js +6 -0
  698. package/dist/components/layout/reorder-list/reorder-list.js.map +1 -0
  699. package/dist/components/layout/reorder-list/reorder-list.styles.d.ts +2 -0
  700. package/dist/components/layout/reorder-list/reorder-list.styles.d.ts.map +1 -0
  701. package/dist/components/layout/reorder-list/reorder-list.styles.js +12 -0
  702. package/dist/components/layout/reorder-list/reorder-list.styles.js.map +1 -0
  703. package/dist/components/layout/responsive-panel/responsive-panel.class.d.ts +2 -0
  704. package/dist/components/layout/responsive-panel/responsive-panel.class.d.ts.map +1 -1
  705. package/dist/components/layout/responsive-panel/responsive-panel.class.js +4 -0
  706. package/dist/components/layout/responsive-panel/responsive-panel.class.js.map +1 -1
  707. package/dist/components/layout/responsive-panel/responsive-panel.styles.d.ts.map +1 -1
  708. package/dist/components/layout/responsive-panel/responsive-panel.styles.js +12 -2
  709. package/dist/components/layout/responsive-panel/responsive-panel.styles.js.map +1 -1
  710. package/dist/components/layout/scroller/scroller.styles.d.ts.map +1 -1
  711. package/dist/components/layout/scroller/scroller.styles.js +4 -0
  712. package/dist/components/layout/scroller/scroller.styles.js.map +1 -1
  713. package/dist/components/layout/segmented/segmented.class.d.ts +20 -2
  714. package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -1
  715. package/dist/components/layout/segmented/segmented.class.js +20 -2
  716. package/dist/components/layout/segmented/segmented.class.js.map +1 -1
  717. package/dist/components/layout/segmented/segmented.styles.d.ts.map +1 -1
  718. package/dist/components/layout/segmented/segmented.styles.js +27 -8
  719. package/dist/components/layout/segmented/segmented.styles.js.map +1 -1
  720. package/dist/components/layout/split/split.class.d.ts +79 -27
  721. package/dist/components/layout/split/split.class.d.ts.map +1 -1
  722. package/dist/components/layout/split/split.class.js +119 -36
  723. package/dist/components/layout/split/split.class.js.map +1 -1
  724. package/dist/components/layout/stepper/stepper.class.d.ts +30 -3
  725. package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -1
  726. package/dist/components/layout/stepper/stepper.class.js +44 -8
  727. package/dist/components/layout/stepper/stepper.class.js.map +1 -1
  728. package/dist/components/layout/stepper/stepper.styles.d.ts.map +1 -1
  729. package/dist/components/layout/stepper/stepper.styles.js +71 -6
  730. package/dist/components/layout/stepper/stepper.styles.js.map +1 -1
  731. package/dist/components/layout/tabs/tabs.class.d.ts +7 -0
  732. package/dist/components/layout/tabs/tabs.class.d.ts.map +1 -1
  733. package/dist/components/layout/tabs/tabs.class.js +7 -0
  734. package/dist/components/layout/tabs/tabs.class.js.map +1 -1
  735. package/dist/components/layout/tabs/tabs.styles.d.ts.map +1 -1
  736. package/dist/components/layout/tabs/tabs.styles.js +12 -4
  737. package/dist/components/layout/tabs/tabs.styles.js.map +1 -1
  738. package/dist/components/layout/virtual-list/virtual-list.class.d.ts +151 -3
  739. package/dist/components/layout/virtual-list/virtual-list.class.d.ts.map +1 -1
  740. package/dist/components/layout/virtual-list/virtual-list.class.js +262 -16
  741. package/dist/components/layout/virtual-list/virtual-list.class.js.map +1 -1
  742. package/dist/components/layout/virtual-list/virtual-list.styles.d.ts.map +1 -1
  743. package/dist/components/layout/virtual-list/virtual-list.styles.js +58 -0
  744. package/dist/components/layout/virtual-list/virtual-list.styles.js.map +1 -1
  745. package/dist/components/layout/widget/widget.class.d.ts +6 -0
  746. package/dist/components/layout/widget/widget.class.d.ts.map +1 -1
  747. package/dist/components/layout/widget/widget.class.js +6 -0
  748. package/dist/components/layout/widget/widget.class.js.map +1 -1
  749. package/dist/components/layout/widget/widget.styles.d.ts.map +1 -1
  750. package/dist/components/layout/widget/widget.styles.js +13 -2
  751. package/dist/components/layout/widget/widget.styles.js.map +1 -1
  752. package/dist/components/media/animated-image/animated-image.class.d.ts.map +1 -1
  753. package/dist/components/media/animated-image/animated-image.class.js +20 -1
  754. package/dist/components/media/animated-image/animated-image.class.js.map +1 -1
  755. package/dist/components/media/animated-image/animated-image.styles.d.ts.map +1 -1
  756. package/dist/components/media/animated-image/animated-image.styles.js +6 -1
  757. package/dist/components/media/animated-image/animated-image.styles.js.map +1 -1
  758. package/dist/components/media/animation/animation.class.d.ts.map +1 -1
  759. package/dist/components/media/animation/animation.class.js +20 -1
  760. package/dist/components/media/animation/animation.class.js.map +1 -1
  761. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +3 -2
  762. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts.map +1 -1
  763. package/dist/components/media/attachment-chip/attachment-chip.class.js +20 -4
  764. package/dist/components/media/attachment-chip/attachment-chip.class.js.map +1 -1
  765. package/dist/components/media/attachment-chip/attachment-chip.styles.d.ts.map +1 -1
  766. package/dist/components/media/attachment-chip/attachment-chip.styles.js +9 -0
  767. package/dist/components/media/attachment-chip/attachment-chip.styles.js.map +1 -1
  768. package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts.map +1 -1
  769. package/dist/components/media/attachment-trigger/attachment-trigger.class.js +15 -1
  770. package/dist/components/media/attachment-trigger/attachment-trigger.class.js.map +1 -1
  771. package/dist/components/media/av-player/av-player.class.d.ts +24 -0
  772. package/dist/components/media/av-player/av-player.class.d.ts.map +1 -1
  773. package/dist/components/media/av-player/av-player.class.js +56 -18
  774. package/dist/components/media/av-player/av-player.class.js.map +1 -1
  775. package/dist/components/media/av-player/av-player.styles.d.ts.map +1 -1
  776. package/dist/components/media/av-player/av-player.styles.js +70 -14
  777. package/dist/components/media/av-player/av-player.styles.js.map +1 -1
  778. package/dist/components/media/avatar/avatar.class.d.ts +4 -0
  779. package/dist/components/media/avatar/avatar.class.d.ts.map +1 -1
  780. package/dist/components/media/avatar/avatar.class.js +4 -0
  781. package/dist/components/media/avatar/avatar.class.js.map +1 -1
  782. package/dist/components/media/avatar/avatar.styles.d.ts.map +1 -1
  783. package/dist/components/media/avatar/avatar.styles.js +8 -1
  784. package/dist/components/media/avatar/avatar.styles.js.map +1 -1
  785. package/dist/components/media/avatar-group/avatar-group.class.d.ts +4 -0
  786. package/dist/components/media/avatar-group/avatar-group.class.d.ts.map +1 -1
  787. package/dist/components/media/avatar-group/avatar-group.class.js +5 -1
  788. package/dist/components/media/avatar-group/avatar-group.class.js.map +1 -1
  789. package/dist/components/media/avatar-group/avatar-group.styles.d.ts.map +1 -1
  790. package/dist/components/media/avatar-group/avatar-group.styles.js +7 -1
  791. package/dist/components/media/avatar-group/avatar-group.styles.js.map +1 -1
  792. package/dist/components/media/file-input/file-input.class.d.ts +20 -1
  793. package/dist/components/media/file-input/file-input.class.d.ts.map +1 -1
  794. package/dist/components/media/file-input/file-input.class.js +41 -2
  795. package/dist/components/media/file-input/file-input.class.js.map +1 -1
  796. package/dist/components/media/file-input/file-input.styles.d.ts.map +1 -1
  797. package/dist/components/media/file-input/file-input.styles.js +22 -4
  798. package/dist/components/media/file-input/file-input.styles.js.map +1 -1
  799. package/dist/components/media/flag/flag.class.d.ts.map +1 -1
  800. package/dist/components/media/flag/flag.class.js +3 -0
  801. package/dist/components/media/flag/flag.class.js.map +1 -1
  802. package/dist/components/media/flag/language-map.d.ts +15 -0
  803. package/dist/components/media/flag/language-map.d.ts.map +1 -1
  804. package/dist/components/media/flag/language-map.js +23 -0
  805. package/dist/components/media/flag/language-map.js.map +1 -1
  806. package/dist/components/media/image-comparer/image-comparer.styles.d.ts.map +1 -1
  807. package/dist/components/media/image-comparer/image-comparer.styles.js +11 -0
  808. package/dist/components/media/image-comparer/image-comparer.styles.js.map +1 -1
  809. package/dist/components/media/image-viewer/image-viewer.class.d.ts +17 -0
  810. package/dist/components/media/image-viewer/image-viewer.class.d.ts.map +1 -1
  811. package/dist/components/media/image-viewer/image-viewer.class.js +47 -6
  812. package/dist/components/media/image-viewer/image-viewer.class.js.map +1 -1
  813. package/dist/components/media/image-viewer/image-viewer.styles.d.ts.map +1 -1
  814. package/dist/components/media/image-viewer/image-viewer.styles.js +41 -3
  815. package/dist/components/media/image-viewer/image-viewer.styles.js.map +1 -1
  816. package/dist/components/media/lightbox/lightbox.class.d.ts +4 -9
  817. package/dist/components/media/lightbox/lightbox.class.d.ts.map +1 -1
  818. package/dist/components/media/lightbox/lightbox.class.js +32 -2
  819. package/dist/components/media/lightbox/lightbox.class.js.map +1 -1
  820. package/dist/components/media/lightbox/lightbox.styles.d.ts.map +1 -1
  821. package/dist/components/media/lightbox/lightbox.styles.js +7 -3
  822. package/dist/components/media/lightbox/lightbox.styles.js.map +1 -1
  823. package/dist/components/media/map/map.class.d.ts +8 -0
  824. package/dist/components/media/map/map.class.d.ts.map +1 -1
  825. package/dist/components/media/map/map.class.js +30 -6
  826. package/dist/components/media/map/map.class.js.map +1 -1
  827. package/dist/components/media/map/map.styles.d.ts.map +1 -1
  828. package/dist/components/media/map/map.styles.js +73 -0
  829. package/dist/components/media/map/map.styles.js.map +1 -1
  830. package/dist/components/media/media-card/media-card.class.d.ts +14 -0
  831. package/dist/components/media/media-card/media-card.class.d.ts.map +1 -1
  832. package/dist/components/media/media-card/media-card.class.js +14 -0
  833. package/dist/components/media/media-card/media-card.class.js.map +1 -1
  834. package/dist/components/media/media-card/media-card.styles.d.ts.map +1 -1
  835. package/dist/components/media/media-card/media-card.styles.js +10 -0
  836. package/dist/components/media/media-card/media-card.styles.js.map +1 -1
  837. package/dist/components/media/playback/playback.class.d.ts +6 -1
  838. package/dist/components/media/playback/playback.class.d.ts.map +1 -1
  839. package/dist/components/media/playback/playback.class.js +23 -1
  840. package/dist/components/media/playback/playback.class.js.map +1 -1
  841. package/dist/components/media/playback/playback.styles.d.ts.map +1 -1
  842. package/dist/components/media/playback/playback.styles.js +9 -0
  843. package/dist/components/media/playback/playback.styles.js.map +1 -1
  844. package/dist/components/media/qr-code/qr-code.class.d.ts +2 -0
  845. package/dist/components/media/qr-code/qr-code.class.d.ts.map +1 -1
  846. package/dist/components/media/qr-code/qr-code.class.js +27 -0
  847. package/dist/components/media/qr-code/qr-code.class.js.map +1 -1
  848. package/dist/components/overlays/badge/badge.class.d.ts +10 -0
  849. package/dist/components/overlays/badge/badge.class.d.ts.map +1 -1
  850. package/dist/components/overlays/badge/badge.class.js +12 -0
  851. package/dist/components/overlays/badge/badge.class.js.map +1 -1
  852. package/dist/components/overlays/badge/badge.styles.d.ts.map +1 -1
  853. package/dist/components/overlays/badge/badge.styles.js +15 -2
  854. package/dist/components/overlays/badge/badge.styles.js.map +1 -1
  855. package/dist/components/overlays/callout/callout.class.d.ts +8 -0
  856. package/dist/components/overlays/callout/callout.class.d.ts.map +1 -1
  857. package/dist/components/overlays/callout/callout.class.js +25 -1
  858. package/dist/components/overlays/callout/callout.class.js.map +1 -1
  859. package/dist/components/overlays/callout/callout.styles.d.ts.map +1 -1
  860. package/dist/components/overlays/callout/callout.styles.js +12 -1
  861. package/dist/components/overlays/callout/callout.styles.js.map +1 -1
  862. package/dist/components/overlays/chip/chip.class.d.ts +8 -1
  863. package/dist/components/overlays/chip/chip.class.d.ts.map +1 -1
  864. package/dist/components/overlays/chip/chip.class.js +7 -0
  865. package/dist/components/overlays/chip/chip.class.js.map +1 -1
  866. package/dist/components/overlays/chip/chip.styles.d.ts.map +1 -1
  867. package/dist/components/overlays/chip/chip.styles.js +31 -1
  868. package/dist/components/overlays/chip/chip.styles.js.map +1 -1
  869. package/dist/components/overlays/empty/empty.class.d.ts +2 -0
  870. package/dist/components/overlays/empty/empty.class.d.ts.map +1 -1
  871. package/dist/components/overlays/empty/empty.class.js +2 -0
  872. package/dist/components/overlays/empty/empty.class.js.map +1 -1
  873. package/dist/components/overlays/empty/empty.styles.d.ts.map +1 -1
  874. package/dist/components/overlays/empty/empty.styles.js +5 -0
  875. package/dist/components/overlays/empty/empty.styles.js.map +1 -1
  876. package/dist/components/overlays/overlay/popover.class.d.ts +15 -7
  877. package/dist/components/overlays/overlay/popover.class.d.ts.map +1 -1
  878. package/dist/components/overlays/overlay/popover.class.js +34 -18
  879. package/dist/components/overlays/overlay/popover.class.js.map +1 -1
  880. package/dist/components/overlays/overlay/tooltip.class.d.ts +12 -7
  881. package/dist/components/overlays/overlay/tooltip.class.d.ts.map +1 -1
  882. package/dist/components/overlays/overlay/tooltip.class.js +36 -21
  883. package/dist/components/overlays/overlay/tooltip.class.js.map +1 -1
  884. package/dist/components/overlays/rating/rating.styles.d.ts.map +1 -1
  885. package/dist/components/overlays/rating/rating.styles.js +5 -0
  886. package/dist/components/overlays/rating/rating.styles.js.map +1 -1
  887. package/dist/components/overlays/skeleton/skeleton.class.d.ts.map +1 -1
  888. package/dist/components/overlays/skeleton/skeleton.class.js +15 -1
  889. package/dist/components/overlays/skeleton/skeleton.class.js.map +1 -1
  890. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts +28 -2
  891. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts.map +1 -1
  892. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js +77 -36
  893. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js.map +1 -1
  894. package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.d.ts.map +1 -1
  895. package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.js +73 -14
  896. package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.js.map +1 -1
  897. package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts.map +1 -1
  898. package/dist/components/retrieval/citation-badge/citation-badge.class.js +12 -0
  899. package/dist/components/retrieval/citation-badge/citation-badge.class.js.map +1 -1
  900. package/dist/components/retrieval/citation-badge/citation-badge.styles.js +1 -1
  901. package/dist/components/retrieval/community-card/community-card.class.d.ts +8 -0
  902. package/dist/components/retrieval/community-card/community-card.class.d.ts.map +1 -1
  903. package/dist/components/retrieval/community-card/community-card.class.js +8 -0
  904. package/dist/components/retrieval/community-card/community-card.class.js.map +1 -1
  905. package/dist/components/retrieval/community-card/community-card.styles.d.ts.map +1 -1
  906. package/dist/components/retrieval/community-card/community-card.styles.js +25 -0
  907. package/dist/components/retrieval/community-card/community-card.styles.js.map +1 -1
  908. package/dist/components/retrieval/entity-card/entity-card.class.d.ts +16 -0
  909. package/dist/components/retrieval/entity-card/entity-card.class.d.ts.map +1 -1
  910. package/dist/components/retrieval/entity-card/entity-card.class.js +35 -1
  911. package/dist/components/retrieval/entity-card/entity-card.class.js.map +1 -1
  912. package/dist/components/retrieval/entity-card/entity-card.styles.d.ts.map +1 -1
  913. package/dist/components/retrieval/entity-card/entity-card.styles.js +19 -0
  914. package/dist/components/retrieval/entity-card/entity-card.styles.js.map +1 -1
  915. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts.map +1 -1
  916. package/dist/components/retrieval/entity-chip/entity-chip.class.js +8 -0
  917. package/dist/components/retrieval/entity-chip/entity-chip.class.js.map +1 -1
  918. package/dist/components/retrieval/entity-chip/entity-chip.styles.js +1 -1
  919. package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts.map +1 -1
  920. package/dist/components/retrieval/entity-dossier/entity-dossier.class.js +15 -1
  921. package/dist/components/retrieval/entity-dossier/entity-dossier.class.js.map +1 -1
  922. package/dist/components/retrieval/graph/graph.class.d.ts +31 -3
  923. package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -1
  924. package/dist/components/retrieval/graph/graph.class.js +77 -3
  925. package/dist/components/retrieval/graph/graph.class.js.map +1 -1
  926. package/dist/components/retrieval/graph/graph.styles.d.ts.map +1 -1
  927. package/dist/components/retrieval/graph/graph.styles.js +22 -0
  928. package/dist/components/retrieval/graph/graph.styles.js.map +1 -1
  929. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts +2 -0
  930. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts.map +1 -1
  931. package/dist/components/retrieval/graph-legend/graph-legend.class.js +17 -1
  932. package/dist/components/retrieval/graph-legend/graph-legend.class.js.map +1 -1
  933. package/dist/components/retrieval/graph-legend/graph-legend.styles.js +1 -1
  934. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts.map +1 -1
  935. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +1 -0
  936. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js.map +1 -1
  937. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts +2 -1
  938. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts.map +1 -1
  939. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js +4 -2
  940. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js.map +1 -1
  941. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +6 -3
  942. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -1
  943. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +1 -0
  944. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -1
  945. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +1 -1
  946. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts +6 -0
  947. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts.map +1 -1
  948. package/dist/components/retrieval/memory-panel/memory-panel.class.js +6 -0
  949. package/dist/components/retrieval/memory-panel/memory-panel.class.js.map +1 -1
  950. package/dist/components/retrieval/memory-panel/memory-panel.styles.d.ts.map +1 -1
  951. package/dist/components/retrieval/memory-panel/memory-panel.styles.js +11 -3
  952. package/dist/components/retrieval/memory-panel/memory-panel.styles.js.map +1 -1
  953. package/dist/components/retrieval/mind-map/mind-map.class.d.ts +7 -0
  954. package/dist/components/retrieval/mind-map/mind-map.class.d.ts.map +1 -1
  955. package/dist/components/retrieval/mind-map/mind-map.class.js +15 -1
  956. package/dist/components/retrieval/mind-map/mind-map.class.js.map +1 -1
  957. package/dist/components/retrieval/mind-map/mind-map.styles.d.ts.map +1 -1
  958. package/dist/components/retrieval/mind-map/mind-map.styles.js +6 -0
  959. package/dist/components/retrieval/mind-map/mind-map.styles.js.map +1 -1
  960. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts +13 -3
  961. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts.map +1 -1
  962. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +30 -21
  963. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js.map +1 -1
  964. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.d.ts.map +1 -1
  965. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js +43 -10
  966. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js.map +1 -1
  967. package/dist/components/retrieval/node-palette/node-palette.class.d.ts +8 -0
  968. package/dist/components/retrieval/node-palette/node-palette.class.d.ts.map +1 -1
  969. package/dist/components/retrieval/node-palette/node-palette.class.js +21 -1
  970. package/dist/components/retrieval/node-palette/node-palette.class.js.map +1 -1
  971. package/dist/components/retrieval/node-palette/node-palette.styles.d.ts.map +1 -1
  972. package/dist/components/retrieval/node-palette/node-palette.styles.js +19 -3
  973. package/dist/components/retrieval/node-palette/node-palette.styles.js.map +1 -1
  974. package/dist/components/retrieval/path-strip/path-strip.styles.d.ts.map +1 -1
  975. package/dist/components/retrieval/path-strip/path-strip.styles.js +4 -0
  976. package/dist/components/retrieval/path-strip/path-strip.styles.js.map +1 -1
  977. package/dist/components/retrieval/provenance-panel/provenance-panel.styles.d.ts.map +1 -1
  978. package/dist/components/retrieval/provenance-panel/provenance-panel.styles.js +7 -0
  979. package/dist/components/retrieval/provenance-panel/provenance-panel.styles.js.map +1 -1
  980. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts +29 -2
  981. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts.map +1 -1
  982. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +51 -5
  983. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js.map +1 -1
  984. package/dist/components/retrieval/retrieval-results/retrieval-results.styles.d.ts.map +1 -1
  985. package/dist/components/retrieval/retrieval-results/retrieval-results.styles.js +48 -13
  986. package/dist/components/retrieval/retrieval-results/retrieval-results.styles.js.map +1 -1
  987. package/dist/components/retrieval/retrieval-search/retrieval-search.styles.js +1 -1
  988. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.d.ts +2 -0
  989. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.d.ts.map +1 -1
  990. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +10 -1
  991. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js.map +1 -1
  992. package/dist/components/retrieval/retrieval-trace/retrieval-trace.styles.js +1 -1
  993. package/dist/components/retrieval/source-card/source-card.class.d.ts +20 -2
  994. package/dist/components/retrieval/source-card/source-card.class.d.ts.map +1 -1
  995. package/dist/components/retrieval/source-card/source-card.class.js +24 -1
  996. package/dist/components/retrieval/source-card/source-card.class.js.map +1 -1
  997. package/dist/components/retrieval/source-card/source-card.styles.d.ts.map +1 -1
  998. package/dist/components/retrieval/source-card/source-card.styles.js +20 -0
  999. package/dist/components/retrieval/source-card/source-card.styles.js.map +1 -1
  1000. package/dist/components/retrieval/source-list/source-list.class.d.ts +2 -2
  1001. package/dist/components/retrieval/source-list/source-list.class.d.ts.map +1 -1
  1002. package/dist/components/retrieval/source-list/source-list.class.js +2 -1
  1003. package/dist/components/retrieval/source-list/source-list.class.js.map +1 -1
  1004. package/dist/components/retrieval/source-picker/source-picker.class.d.ts +8 -0
  1005. package/dist/components/retrieval/source-picker/source-picker.class.d.ts.map +1 -1
  1006. package/dist/components/retrieval/source-picker/source-picker.class.js +27 -2
  1007. package/dist/components/retrieval/source-picker/source-picker.class.js.map +1 -1
  1008. package/dist/components/retrieval/source-picker/source-picker.styles.d.ts.map +1 -1
  1009. package/dist/components/retrieval/source-picker/source-picker.styles.js +13 -6
  1010. package/dist/components/retrieval/source-picker/source-picker.styles.js.map +1 -1
  1011. package/dist/components/utility/diff-view/diff-view.class.d.ts +4 -1
  1012. package/dist/components/utility/diff-view/diff-view.class.d.ts.map +1 -1
  1013. package/dist/components/utility/diff-view/diff-view.class.js +1 -0
  1014. package/dist/components/utility/diff-view/diff-view.class.js.map +1 -1
  1015. package/dist/components/utility/diff-view/diff-view.styles.d.ts.map +1 -1
  1016. package/dist/components/utility/diff-view/diff-view.styles.js +1 -0
  1017. package/dist/components/utility/diff-view/diff-view.styles.js.map +1 -1
  1018. package/dist/components/utility/export-button/export-button.class.d.ts +1 -1
  1019. package/dist/components/utility/export-button/export-button.class.d.ts.map +1 -1
  1020. package/dist/components/utility/export-button/export-button.class.js +3 -1
  1021. package/dist/components/utility/export-button/export-button.class.js.map +1 -1
  1022. package/dist/components/utility/export-button/export-button.styles.d.ts.map +1 -1
  1023. package/dist/components/utility/export-button/export-button.styles.js +9 -3
  1024. package/dist/components/utility/export-button/export-button.styles.js.map +1 -1
  1025. package/dist/components/utility/format/relative-time.class.d.ts.map +1 -1
  1026. package/dist/components/utility/format/relative-time.class.js +5 -1
  1027. package/dist/components/utility/format/relative-time.class.js.map +1 -1
  1028. package/dist/components/utility/icon/icon.class.d.ts +2 -2
  1029. package/dist/components/utility/icon/icon.class.d.ts.map +1 -1
  1030. package/dist/components/utility/icon/icon.class.js +2 -1
  1031. package/dist/components/utility/icon/icon.class.js.map +1 -1
  1032. package/dist/components/utility/intersection-observer/intersection-observer.class.d.ts.map +1 -1
  1033. package/dist/components/utility/intersection-observer/intersection-observer.class.js +1 -0
  1034. package/dist/components/utility/intersection-observer/intersection-observer.class.js.map +1 -1
  1035. package/dist/components/utility/json-viewer/json-viewer.class.d.ts +2 -0
  1036. package/dist/components/utility/json-viewer/json-viewer.class.d.ts.map +1 -1
  1037. package/dist/components/utility/json-viewer/json-viewer.class.js +3 -0
  1038. package/dist/components/utility/json-viewer/json-viewer.class.js.map +1 -1
  1039. package/dist/components/utility/json-viewer/json-viewer.styles.d.ts.map +1 -1
  1040. package/dist/components/utility/json-viewer/json-viewer.styles.js +27 -8
  1041. package/dist/components/utility/json-viewer/json-viewer.styles.js.map +1 -1
  1042. package/dist/components/utility/known-date/known-date.class.d.ts +12 -1
  1043. package/dist/components/utility/known-date/known-date.class.d.ts.map +1 -1
  1044. package/dist/components/utility/known-date/known-date.class.js +13 -1
  1045. package/dist/components/utility/known-date/known-date.class.js.map +1 -1
  1046. package/dist/components/utility/known-date/known-date.styles.d.ts.map +1 -1
  1047. package/dist/components/utility/known-date/known-date.styles.js +33 -1
  1048. package/dist/components/utility/known-date/known-date.styles.js.map +1 -1
  1049. package/dist/components/utility/mention-popover/mention-popover.class.d.ts +2 -0
  1050. package/dist/components/utility/mention-popover/mention-popover.class.d.ts.map +1 -1
  1051. package/dist/components/utility/mention-popover/mention-popover.class.js +2 -0
  1052. package/dist/components/utility/mention-popover/mention-popover.class.js.map +1 -1
  1053. package/dist/components/utility/mention-popover/mention-popover.styles.d.ts.map +1 -1
  1054. package/dist/components/utility/mention-popover/mention-popover.styles.js +7 -2
  1055. package/dist/components/utility/mention-popover/mention-popover.styles.js.map +1 -1
  1056. package/dist/components/utility/mutation-observer/mutation-observer.class.d.ts.map +1 -1
  1057. package/dist/components/utility/mutation-observer/mutation-observer.class.js +17 -2
  1058. package/dist/components/utility/mutation-observer/mutation-observer.class.js.map +1 -1
  1059. package/dist/components/utility/poll-status/poll-status.class.d.ts +10 -0
  1060. package/dist/components/utility/poll-status/poll-status.class.d.ts.map +1 -1
  1061. package/dist/components/utility/poll-status/poll-status.class.js +34 -3
  1062. package/dist/components/utility/poll-status/poll-status.class.js.map +1 -1
  1063. package/dist/components/utility/poll-status/poll-status.styles.js +1 -1
  1064. package/dist/components/utility/tour/tour.class.d.ts +3 -0
  1065. package/dist/components/utility/tour/tour.class.d.ts.map +1 -1
  1066. package/dist/components/utility/tour/tour.class.js +18 -1
  1067. package/dist/components/utility/tour/tour.class.js.map +1 -1
  1068. package/dist/components/utility/tour/tour.styles.d.ts.map +1 -1
  1069. package/dist/components/utility/tour/tour.styles.js +9 -6
  1070. package/dist/components/utility/tour/tour.styles.js.map +1 -1
  1071. package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts +1 -0
  1072. package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts.map +1 -1
  1073. package/dist/components/viewers/archive-viewer/archive-viewer.class.js +4 -2
  1074. package/dist/components/viewers/archive-viewer/archive-viewer.class.js.map +1 -1
  1075. package/dist/components/viewers/archive-viewer/archive-viewer.styles.d.ts.map +1 -1
  1076. package/dist/components/viewers/archive-viewer/archive-viewer.styles.js +11 -5
  1077. package/dist/components/viewers/archive-viewer/archive-viewer.styles.js.map +1 -1
  1078. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
  1079. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +2 -3
  1080. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js.map +1 -1
  1081. package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts.map +1 -1
  1082. package/dist/components/viewers/contact-viewer/contact-viewer.class.js +6 -3
  1083. package/dist/components/viewers/contact-viewer/contact-viewer.class.js.map +1 -1
  1084. package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts +7 -0
  1085. package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts.map +1 -1
  1086. package/dist/components/viewers/csv-viewer/csv-viewer.class.js +27 -3
  1087. package/dist/components/viewers/csv-viewer/csv-viewer.class.js.map +1 -1
  1088. package/dist/components/viewers/csv-viewer/csv-viewer.styles.d.ts.map +1 -1
  1089. package/dist/components/viewers/csv-viewer/csv-viewer.styles.js +22 -3
  1090. package/dist/components/viewers/csv-viewer/csv-viewer.styles.js.map +1 -1
  1091. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +8 -2
  1092. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts.map +1 -1
  1093. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js +18 -5
  1094. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js.map +1 -1
  1095. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.d.ts.map +1 -1
  1096. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +3 -0
  1097. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js.map +1 -1
  1098. package/dist/components/viewers/document-compare/document-compare.class.d.ts +9 -2
  1099. package/dist/components/viewers/document-compare/document-compare.class.d.ts.map +1 -1
  1100. package/dist/components/viewers/document-compare/document-compare.class.js +14 -1
  1101. package/dist/components/viewers/document-compare/document-compare.class.js.map +1 -1
  1102. package/dist/components/viewers/document-compare/document-compare.styles.d.ts.map +1 -1
  1103. package/dist/components/viewers/document-compare/document-compare.styles.js +1 -0
  1104. package/dist/components/viewers/document-compare/document-compare.styles.js.map +1 -1
  1105. package/dist/components/viewers/document-preview/document-preview.class.d.ts +4 -1
  1106. package/dist/components/viewers/document-preview/document-preview.class.d.ts.map +1 -1
  1107. package/dist/components/viewers/document-preview/document-preview.class.js +5 -1
  1108. package/dist/components/viewers/document-preview/document-preview.class.js.map +1 -1
  1109. package/dist/components/viewers/document-preview/document-preview.styles.d.ts.map +1 -1
  1110. package/dist/components/viewers/document-preview/document-preview.styles.js +8 -1
  1111. package/dist/components/viewers/document-preview/document-preview.styles.js.map +1 -1
  1112. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts.map +1 -1
  1113. package/dist/components/viewers/document-viewer/document-viewer.class.js +1 -0
  1114. package/dist/components/viewers/document-viewer/document-viewer.class.js.map +1 -1
  1115. package/dist/components/viewers/docx-viewer/docx-viewer.styles.d.ts.map +1 -1
  1116. package/dist/components/viewers/docx-viewer/docx-viewer.styles.js +3 -0
  1117. package/dist/components/viewers/docx-viewer/docx-viewer.styles.js.map +1 -1
  1118. package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.d.ts.map +1 -1
  1119. package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.js +4 -0
  1120. package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.js.map +1 -1
  1121. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +2 -0
  1122. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts.map +1 -1
  1123. package/dist/components/viewers/email-viewer/email-viewer.class.js +5 -2
  1124. package/dist/components/viewers/email-viewer/email-viewer.class.js.map +1 -1
  1125. package/dist/components/viewers/email-viewer/email-viewer.styles.d.ts.map +1 -1
  1126. package/dist/components/viewers/email-viewer/email-viewer.styles.js +20 -1
  1127. package/dist/components/viewers/email-viewer/email-viewer.styles.js.map +1 -1
  1128. package/dist/components/viewers/geojson-view/geojson-view.class.d.ts +6 -0
  1129. package/dist/components/viewers/geojson-view/geojson-view.class.d.ts.map +1 -1
  1130. package/dist/components/viewers/geojson-view/geojson-view.class.js +2 -1
  1131. package/dist/components/viewers/geojson-view/geojson-view.class.js.map +1 -1
  1132. package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts.map +1 -1
  1133. package/dist/components/viewers/highlight-layer/highlight-layer.class.js +16 -1
  1134. package/dist/components/viewers/highlight-layer/highlight-layer.class.js.map +1 -1
  1135. package/dist/components/viewers/highlight-layer/highlight-layer.styles.d.ts.map +1 -1
  1136. package/dist/components/viewers/highlight-layer/highlight-layer.styles.js +3 -0
  1137. package/dist/components/viewers/highlight-layer/highlight-layer.styles.js.map +1 -1
  1138. package/dist/components/viewers/html-viewer/dompurify-loader.d.ts +1 -1
  1139. package/dist/components/viewers/html-viewer/dompurify-loader.d.ts.map +1 -1
  1140. package/dist/components/viewers/html-viewer/dompurify-loader.js +5 -1
  1141. package/dist/components/viewers/html-viewer/dompurify-loader.js.map +1 -1
  1142. package/dist/components/viewers/html-viewer/html-viewer.class.d.ts.map +1 -1
  1143. package/dist/components/viewers/html-viewer/html-viewer.class.js +2 -1
  1144. package/dist/components/viewers/html-viewer/html-viewer.class.js.map +1 -1
  1145. package/dist/components/viewers/include/include.class.d.ts.map +1 -1
  1146. package/dist/components/viewers/include/include.class.js +1 -0
  1147. package/dist/components/viewers/include/include.class.js.map +1 -1
  1148. package/dist/components/viewers/notebook-viewer/dompurify-loader.d.ts +1 -1
  1149. package/dist/components/viewers/notebook-viewer/dompurify-loader.d.ts.map +1 -1
  1150. package/dist/components/viewers/notebook-viewer/dompurify-loader.js +7 -1
  1151. package/dist/components/viewers/notebook-viewer/dompurify-loader.js.map +1 -1
  1152. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +7 -0
  1153. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
  1154. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +15 -4
  1155. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js.map +1 -1
  1156. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.d.ts.map +1 -1
  1157. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +31 -12
  1158. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js.map +1 -1
  1159. package/dist/components/viewers/page-rail/page-rail.class.d.ts +9 -0
  1160. package/dist/components/viewers/page-rail/page-rail.class.d.ts.map +1 -1
  1161. package/dist/components/viewers/page-rail/page-rail.class.js +16 -4
  1162. package/dist/components/viewers/page-rail/page-rail.class.js.map +1 -1
  1163. package/dist/components/viewers/page-rail/page-rail.styles.d.ts.map +1 -1
  1164. package/dist/components/viewers/page-rail/page-rail.styles.js +24 -14
  1165. package/dist/components/viewers/page-rail/page-rail.styles.js.map +1 -1
  1166. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +15 -0
  1167. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
  1168. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +29 -4
  1169. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js.map +1 -1
  1170. package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.d.ts.map +1 -1
  1171. package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.js +26 -9
  1172. package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.js.map +1 -1
  1173. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
  1174. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js +1 -0
  1175. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js.map +1 -1
  1176. package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.d.ts.map +1 -1
  1177. package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.js +2 -0
  1178. package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.js.map +1 -1
  1179. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.d.ts +2 -0
  1180. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.d.ts.map +1 -0
  1181. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.js +5 -0
  1182. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.js.map +1 -0
  1183. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +3 -0
  1184. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -1
  1185. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js +6 -1
  1186. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -1
  1187. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.d.ts.map +1 -1
  1188. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.js +12 -1
  1189. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.js.map +1 -1
  1190. package/dist/components/viewers/svg-viewer/dompurify-loader.d.ts +1 -1
  1191. package/dist/components/viewers/svg-viewer/dompurify-loader.d.ts.map +1 -1
  1192. package/dist/components/viewers/svg-viewer/dompurify-loader.js +6 -1
  1193. package/dist/components/viewers/svg-viewer/dompurify-loader.js.map +1 -1
  1194. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +3 -0
  1195. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts.map +1 -1
  1196. package/dist/components/viewers/svg-viewer/svg-viewer.class.js +5 -1
  1197. package/dist/components/viewers/svg-viewer/svg-viewer.class.js.map +1 -1
  1198. package/dist/components/viewers/svg-viewer/svg-viewer.styles.d.ts.map +1 -1
  1199. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +8 -1
  1200. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js.map +1 -1
  1201. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +9 -0
  1202. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts.map +1 -1
  1203. package/dist/components/viewers/xml-viewer/xml-viewer.class.js +0 -0
  1204. package/dist/components/viewers/xml-viewer/xml-viewer.class.js.map +1 -1
  1205. package/dist/components/viewers/xml-viewer/xml-viewer.styles.d.ts.map +1 -1
  1206. package/dist/components/viewers/xml-viewer/xml-viewer.styles.js +22 -8
  1207. package/dist/components/viewers/xml-viewer/xml-viewer.styles.js.map +1 -1
  1208. package/dist/internal/localization.d.ts +11 -1
  1209. package/dist/internal/localization.d.ts.map +1 -1
  1210. package/dist/internal/localization.js +31 -1
  1211. package/dist/internal/localization.js.map +1 -1
  1212. package/dist/internal/orientation-breakpoint.d.ts +19 -8
  1213. package/dist/internal/orientation-breakpoint.d.ts.map +1 -1
  1214. package/dist/internal/orientation-breakpoint.js +181 -0
  1215. package/dist/internal/orientation-breakpoint.js.map +1 -1
  1216. package/dist/internal/root-registration-allowlist.d.ts +1 -1
  1217. package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
  1218. package/dist/internal/root-registration-allowlist.js +3 -1
  1219. package/dist/internal/root-registration-allowlist.js.map +1 -1
  1220. package/dist/internal/tokens.styles.d.ts.map +1 -1
  1221. package/dist/internal/tokens.styles.js +23 -5
  1222. package/dist/internal/tokens.styles.js.map +1 -1
  1223. package/dist/lyra.d.ts +18 -12
  1224. package/dist/lyra.d.ts.map +1 -1
  1225. package/dist/lyra.js +8 -4
  1226. package/dist/lyra.js.map +1 -1
  1227. package/dist/theme.css +104 -0
  1228. package/llms/components/lr-activity-feed.md +11 -2
  1229. package/llms/components/lr-agent-run.md +16 -1
  1230. package/llms/components/lr-agent-trace.md +11 -0
  1231. package/llms/components/lr-app-rail-item.md +11 -0
  1232. package/llms/components/lr-app-rail.md +11 -0
  1233. package/llms/components/lr-archive-viewer.md +7 -1
  1234. package/llms/components/lr-artifact-panel.md +11 -1
  1235. package/llms/components/lr-av-player.md +38 -2
  1236. package/llms/components/lr-avatar-group.md +6 -1
  1237. package/llms/components/lr-avatar.md +6 -2
  1238. package/llms/components/lr-badge.md +8 -1
  1239. package/llms/components/lr-bar-chart.md +3 -1
  1240. package/llms/components/lr-breadcrumb-item.md +9 -0
  1241. package/llms/components/lr-breadcrumb.md +9 -0
  1242. package/llms/components/lr-bubble-chart.md +3 -1
  1243. package/llms/components/lr-button.md +33 -2
  1244. package/llms/components/lr-calendar.md +5 -1
  1245. package/llms/components/lr-callout.md +6 -1
  1246. package/llms/components/lr-card.md +26 -5
  1247. package/llms/components/lr-carousel.md +9 -0
  1248. package/llms/components/lr-chart.md +2 -1
  1249. package/llms/components/lr-chat-composer.md +18 -5
  1250. package/llms/components/lr-chat-message.md +16 -0
  1251. package/llms/components/lr-chat-viewport.md +12 -0
  1252. package/llms/components/lr-checkbox-group.md +17 -0
  1253. package/llms/components/lr-checkbox.md +28 -1
  1254. package/llms/components/lr-chip-group.md +20 -2
  1255. package/llms/components/lr-chip.md +20 -2
  1256. package/llms/components/lr-chunk-inspector.md +33 -5
  1257. package/llms/components/lr-code-block-core.md +6 -1
  1258. package/llms/components/lr-code-block.md +20 -1
  1259. package/llms/components/lr-color-picker.md +7 -1
  1260. package/llms/components/lr-combobox.md +40 -5
  1261. package/llms/components/lr-command-palette.md +18 -7
  1262. package/llms/components/lr-commit-card.md +10 -0
  1263. package/llms/components/lr-community-card.md +5 -0
  1264. package/llms/components/lr-confirm-bar.md +55 -3
  1265. package/llms/components/lr-control-group.md +12 -4
  1266. package/llms/components/lr-conversation-item.md +41 -1
  1267. package/llms/components/lr-csv-viewer.md +16 -3
  1268. package/llms/components/lr-dashboard-grid.md +4 -1
  1269. package/llms/components/lr-dataset-viewer.md +4 -1
  1270. package/llms/components/lr-date-input.md +36 -7
  1271. package/llms/components/lr-date-picker.md +36 -7
  1272. package/llms/components/lr-document-preview.md +9 -1
  1273. package/llms/components/lr-doughnut-chart.md +3 -1
  1274. package/llms/components/lr-dropdown-item.md +63 -11
  1275. package/llms/components/lr-email-viewer.md +4 -3
  1276. package/llms/components/lr-emoji-picker.md +38 -9
  1277. package/llms/components/lr-empty.md +5 -2
  1278. package/llms/components/lr-entity-card.md +14 -1
  1279. package/llms/components/lr-env-list.md +9 -0
  1280. package/llms/components/lr-eval-dataset.md +4 -2
  1281. package/llms/components/lr-eval-result.md +4 -4
  1282. package/llms/components/lr-export-button.md +4 -1
  1283. package/llms/components/lr-file-input.md +19 -2
  1284. package/llms/components/lr-filter-bar.md +23 -0
  1285. package/llms/components/lr-flag.md +43 -1
  1286. package/llms/components/lr-flow-canvas.md +21 -2
  1287. package/llms/components/lr-flow-controls.md +14 -3
  1288. package/llms/components/lr-flow-node.md +24 -3
  1289. package/llms/components/lr-flow-run-overlay.md +4 -0
  1290. package/llms/components/lr-graph-legend.md +4 -1
  1291. package/llms/components/lr-graph.md +4 -1
  1292. package/llms/components/lr-heatmap.md +29 -3
  1293. package/llms/components/lr-histogram.md +3 -1
  1294. package/llms/components/lr-icon-button.md +29 -8
  1295. package/llms/components/lr-image-viewer.md +20 -1
  1296. package/llms/components/lr-ingestion-queue.md +8 -0
  1297. package/llms/components/lr-input.md +36 -1
  1298. package/llms/components/lr-json-viewer.md +6 -3
  1299. package/llms/components/lr-known-date.md +22 -3
  1300. package/llms/components/lr-line-chart.md +3 -1
  1301. package/llms/components/lr-locale-picker.md +86 -0
  1302. package/llms/components/lr-map.md +3 -1
  1303. package/llms/components/lr-markdown-core.md +9 -0
  1304. package/llms/components/lr-markdown.md +13 -1
  1305. package/llms/components/lr-media-card.md +5 -0
  1306. package/llms/components/lr-memory-panel.md +6 -1
  1307. package/llms/components/lr-mention-popover.md +10 -3
  1308. package/llms/components/lr-menu-item.md +63 -11
  1309. package/llms/components/lr-menu.md +63 -11
  1310. package/llms/components/lr-message-feedback.md +15 -0
  1311. package/llms/components/lr-mind-map.md +3 -1
  1312. package/llms/components/lr-model-select.md +29 -4
  1313. package/llms/components/lr-neighbor-list.md +10 -4
  1314. package/llms/components/lr-node-palette.md +3 -1
  1315. package/llms/components/lr-notebook-viewer.md +17 -2
  1316. package/llms/components/lr-number-input.md +3 -2
  1317. package/llms/components/lr-option.md +40 -5
  1318. package/llms/components/lr-page-rail.md +14 -3
  1319. package/llms/components/lr-pagination.md +5 -2
  1320. package/llms/components/lr-pdf-viewer.md +25 -9
  1321. package/llms/components/lr-phone-input.md +49 -8
  1322. package/llms/components/lr-pie-chart.md +3 -1
  1323. package/llms/components/lr-polar-area-chart.md +3 -1
  1324. package/llms/components/lr-policy-summary.md +10 -0
  1325. package/llms/components/lr-poll-status.md +5 -1
  1326. package/llms/components/lr-push-to-talk.md +8 -1
  1327. package/llms/components/lr-radar-chart.md +3 -1
  1328. package/llms/components/lr-radio.md +10 -2
  1329. package/llms/components/lr-reorder-item.md +81 -0
  1330. package/llms/components/lr-reorder-list.md +81 -0
  1331. package/llms/components/lr-responsive-panel.md +5 -1
  1332. package/llms/components/lr-result-card.md +14 -2
  1333. package/llms/components/lr-result-field.md +14 -2
  1334. package/llms/components/lr-retrieval-results.md +30 -3
  1335. package/llms/components/lr-retrieval-trace.md +8 -1
  1336. package/llms/components/lr-rubric-form.md +5 -0
  1337. package/llms/components/lr-scatter-chart.md +3 -1
  1338. package/llms/components/lr-segmented.md +23 -1
  1339. package/llms/components/lr-select.md +33 -6
  1340. package/llms/components/lr-sequence-strip.md +16 -4
  1341. package/llms/components/lr-source-card.md +14 -1
  1342. package/llms/components/lr-source-list.md +14 -1
  1343. package/llms/components/lr-source-picker.md +13 -1
  1344. package/llms/components/lr-span-waterfall.md +12 -2
  1345. package/llms/components/lr-split.md +46 -4
  1346. package/llms/components/lr-spreadsheet-viewer.md +10 -1
  1347. package/llms/components/lr-stack-trace.md +7 -1
  1348. package/llms/components/lr-stat.md +26 -4
  1349. package/llms/components/lr-stepper.md +25 -8
  1350. package/llms/components/lr-suggestion-chips.md +9 -0
  1351. package/llms/components/lr-svg-viewer.md +8 -0
  1352. package/llms/components/lr-swatch-picker.md +15 -9
  1353. package/llms/components/lr-table.md +117 -6
  1354. package/llms/components/lr-tabs.md +12 -1
  1355. package/llms/components/lr-tag.md +8 -1
  1356. package/llms/components/lr-task-list.md +12 -2
  1357. package/llms/components/lr-terminal.md +14 -2
  1358. package/llms/components/lr-test-results.md +11 -0
  1359. package/llms/components/lr-thread-list.md +75 -10
  1360. package/llms/components/lr-time-input.md +3 -2
  1361. package/llms/components/lr-time-range.md +26 -2
  1362. package/llms/components/lr-token-input.md +43 -8
  1363. package/llms/components/lr-tool-approval-dialog.md +34 -10
  1364. package/llms/components/lr-tool-timeline.md +6 -1
  1365. package/llms/components/lr-tour.md +11 -1
  1366. package/llms/components/lr-trace-tree.md +23 -0
  1367. package/llms/components/lr-tree-node.md +21 -3
  1368. package/llms/components/lr-tree.md +21 -3
  1369. package/llms/components/lr-virtual-list.md +104 -11
  1370. package/llms/components/lr-voice-picker.md +8 -0
  1371. package/llms/components/lr-widget.md +11 -0
  1372. package/llms/components/lr-xml-viewer.md +24 -1
  1373. package/llms/index.md +7 -5
  1374. package/llms/peers.md +1 -1
  1375. package/llms/shared.md +142 -11
  1376. package/llms/tokens.md +16 -7
  1377. package/llms-full.txt +2517 -345
  1378. package/llms.txt +16 -4
  1379. package/package.json +17 -5
  1380. package/vscode-css-data.json +1575 -147
  1381. package/vscode-html-data.json +988 -489
  1382. package/web-types.json +2100 -278
  1383. package/dist/components/data/data-grid/data-grid.class.d.ts +0 -65
  1384. package/dist/components/data/data-grid/data-grid.class.d.ts.map +0 -1
  1385. package/dist/components/data/data-grid/data-grid.class.js +0 -119
  1386. package/dist/components/data/data-grid/data-grid.class.js.map +0 -1
  1387. package/dist/components/data/data-grid/data-grid.d.ts +0 -2
  1388. package/dist/components/data/data-grid/data-grid.d.ts.map +0 -1
  1389. package/dist/components/data/data-grid/data-grid.js +0 -5
  1390. package/dist/components/data/data-grid/data-grid.js.map +0 -1
  1391. package/dist/components/data/data-grid/data-grid.styles.d.ts.map +0 -1
  1392. package/dist/components/data/data-grid/data-grid.styles.js +0 -13
  1393. package/dist/components/data/data-grid/data-grid.styles.js.map +0 -1
  1394. package/llms/components/lr-data-grid.md +0 -47
@@ -8,6 +8,20 @@
8
8
  "value": "**`<lr-activity-feed>`** (default: `16rem`) — Cap on how tall the expanded body grows before it scrolls internally (non-virtualized mode); also sizes the internal virtual-list."
9
9
  }
10
10
  },
11
+ {
12
+ "name": "--lr-agent-run-compact-gap",
13
+ "description": {
14
+ "kind": "markdown",
15
+ "value": "**`<lr-agent-run>`** (default: `var(--lr-space-s)`) — Gap between `[part=\"base\"]`'s header and body while `compact`."
16
+ }
17
+ },
18
+ {
19
+ "name": "--lr-agent-run-compact-padding",
20
+ "description": {
21
+ "kind": "markdown",
22
+ "value": "**`<lr-agent-run>`** (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
23
+ }
24
+ },
11
25
  {
12
26
  "name": "--lr-agent-run-spin",
13
27
  "description": {
@@ -15,6 +29,13 @@
15
29
  "value": "**`<lr-agent-run>`** (default: `1s linear`) — Current-step icon spin animation duration and timing."
16
30
  }
17
31
  },
32
+ {
33
+ "name": "--lr-agent-trace-handoff-active-bg",
34
+ "description": {
35
+ "kind": "markdown",
36
+ "value": "**`<lr-agent-trace>`** (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) handoff quick-jump entry. Shadow Parts forbids an attribute selector after `::part()`, so the active entry could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token."
37
+ }
38
+ },
18
39
  {
19
40
  "name": "--lr-animated-image-control-box-size",
20
41
  "description": {
@@ -71,6 +92,20 @@
71
92
  "value": "**`<lr-app-rail>`** (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."
72
93
  }
73
94
  },
95
+ {
96
+ "name": "--lr-app-rail-item-current-bg",
97
+ "description": {
98
+ "kind": "markdown",
99
+ "value": "**`<lr-app-rail-item>`** (default: `var(--lr-color-brand-quiet)`) — Background of the `active`/`aria-current=\"page\"` item. Scoped to `[aria-current='page']` only and declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current item without hijacking the library-wide `--lr-color-brand-quiet` token."
100
+ }
101
+ },
102
+ {
103
+ "name": "--lr-app-rail-item-current-color",
104
+ "description": {
105
+ "kind": "markdown",
106
+ "value": "**`<lr-app-rail-item>`** (default: `var(--lr-color-brand)`) — Text/icon color of the `active`/`aria-current=\"page\"` item."
107
+ }
108
+ },
74
109
  {
75
110
  "name": "--lr-app-rail-mobile-width",
76
111
  "description": {
@@ -92,6 +127,20 @@
92
127
  "value": "**`<lr-app-rail>`** (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`."
93
128
  }
94
129
  },
130
+ {
131
+ "name": "--lr-artifact-panel-view-active-bg",
132
+ "description": {
133
+ "kind": "markdown",
134
+ "value": "**`<lr-artifact-panel>`** (default: `var(--lr-color-brand-quiet)`) — Background of the pressed (active) preview/code toggle button."
135
+ }
136
+ },
137
+ {
138
+ "name": "--lr-artifact-panel-view-active-color",
139
+ "description": {
140
+ "kind": "markdown",
141
+ "value": "**`<lr-artifact-panel>`** (default: `var(--lr-color-brand)`) — Text color of the pressed (active) preview/code toggle button. Restyling the pressed state otherwise requires overriding the library-wide brand tokens, since `::part(view-button)[aria-pressed]` is invalid CSS."
142
+ }
143
+ },
95
144
  {
96
145
  "name": "--lr-attachment-chip-accent",
97
146
  "description": {
@@ -131,7 +180,7 @@
131
180
  "name": "--lr-attachment-chip-compact-thumbnail-size",
132
181
  "description": {
133
182
  "kind": "markdown",
134
- "value": "**`<lr-attachment-chip>`** (default: `var(--lr-size-1-75rem)`) — Thumbnail size while `compact`, rethemeable independently of `--lr-icon-button-size`."
183
+ "value": "**`<lr-attachment-chip>`** (default: `var(--lr-size-1-75rem)`) — Thumbnail and retry/preview/remove-button minimum size while `compact`, rethemeable independently of `--lr-icon-button-size`."
135
184
  }
136
185
  },
137
186
  {
@@ -162,6 +211,62 @@
162
211
  "value": "**`<lr-audio-visualizer>`** (default: `var(--lr-color-brand-quiet)`) — Inactive/idle color."
163
212
  }
164
213
  },
214
+ {
215
+ "name": "--lr-av-player-cue-active-match-color",
216
+ "description": {
217
+ "kind": "markdown",
218
+ "value": "**`<lr-av-player>`** (default: `var(--lr-color-warning)`) — Outline color of the `[part=\"cue\"]` holding the current search match, leaving the other matches' dashed outline on the shared warning token."
219
+ }
220
+ },
221
+ {
222
+ "name": "--lr-av-player-cue-current-bg",
223
+ "description": {
224
+ "kind": "markdown",
225
+ "value": "**`<lr-av-player>`** (default: `var(--lr-color-brand-quiet)`) — Background of the `[part=\"cue\"]` the playhead is currently inside."
226
+ }
227
+ },
228
+ {
229
+ "name": "--lr-av-player-marker-active-color",
230
+ "description": {
231
+ "kind": "markdown",
232
+ "value": "**`<lr-av-player>`** (default: `var(--lr-color-brand)`) — Outline color of the `[part=\"timeline-marker\"]` matching `activeHighlightId`."
233
+ }
234
+ },
235
+ {
236
+ "name": "--lr-av-player-marker-bg",
237
+ "description": {
238
+ "kind": "markdown",
239
+ "value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-brand) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"]` with no (or an unrecognized) `data-tone`."
240
+ }
241
+ },
242
+ {
243
+ "name": "--lr-av-player-marker-danger-bg",
244
+ "description": {
245
+ "kind": "markdown",
246
+ "value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-danger) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"danger\"]`."
247
+ }
248
+ },
249
+ {
250
+ "name": "--lr-av-player-marker-neutral-bg",
251
+ "description": {
252
+ "kind": "markdown",
253
+ "value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-text) 25%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"neutral\"]`."
254
+ }
255
+ },
256
+ {
257
+ "name": "--lr-av-player-marker-success-bg",
258
+ "description": {
259
+ "kind": "markdown",
260
+ "value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-success) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"success\"]`."
261
+ }
262
+ },
263
+ {
264
+ "name": "--lr-av-player-marker-warning-bg",
265
+ "description": {
266
+ "kind": "markdown",
267
+ "value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-warning) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"warning\"]`."
268
+ }
269
+ },
165
270
  {
166
271
  "name": "--lr-av-player-transcript-height",
167
272
  "description": {
@@ -183,6 +288,13 @@
183
288
  "value": "**`<lr-avatar>`** (default: `var(--lr-color-text)`) — Initials/glyph color. Each non-neutral `tone` sets it to that tone's loud color."
184
289
  }
185
290
  },
291
+ {
292
+ "name": "--lr-avatar-font-size",
293
+ "description": {
294
+ "kind": "markdown",
295
+ "value": "**`<lr-avatar>`** (default: `var(--lr-font-size-sm)`) — Font size of the initials fallback (and of any `em`-sized slotted glyph). `size` swaps it to `var(--lr-font-size-xs)` (`sm`) or `var(--lr-font-size-md)` (`lg`), so the initials track the circle instead of staying at one fixed size across every tier."
296
+ }
297
+ },
186
298
  {
187
299
  "name": "--lr-avatar-group-avatar-size",
188
300
  "description": {
@@ -204,6 +316,13 @@
204
316
  "value": "**`<lr-avatar-group>`** (default: `var(--lr-color-text)`) — Overflow badge text color. Tone-driven; see `tone`."
205
317
  }
206
318
  },
319
+ {
320
+ "name": "--lr-avatar-group-badge-font-size",
321
+ "description": {
322
+ "kind": "markdown",
323
+ "value": "**`<lr-avatar-group>`** (default: `var(--lr-font-size-sm)`) — Font size of the \"+N\" badge label. `size` swaps it to `var(--lr-font-size-xs)` (`sm`) or `var(--lr-font-size-md)` (`lg`), matching `<lr-avatar>`'s own `--lr-avatar-font-size` scale so the badge and the avatars it caps read at the same optical weight."
324
+ }
325
+ },
207
326
  {
208
327
  "name": "--lr-avatar-group-overlap",
209
328
  "description": {
@@ -253,6 +372,34 @@
253
372
  "value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color."
254
373
  }
255
374
  },
375
+ {
376
+ "name": "--lr-badge-font-size",
377
+ "description": {
378
+ "kind": "markdown",
379
+ "value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size."
380
+ }
381
+ },
382
+ {
383
+ "name": "--lr-badge-min-height",
384
+ "description": {
385
+ "kind": "markdown",
386
+ "value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size."
387
+ }
388
+ },
389
+ {
390
+ "name": "--lr-badge-padding-inline",
391
+ "description": {
392
+ "kind": "markdown",
393
+ "value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding."
394
+ }
395
+ },
396
+ {
397
+ "name": "--lr-breadcrumb-current-color",
398
+ "description": {
399
+ "kind": "markdown",
400
+ "value": "**`<lr-breadcrumb-item>`** (default: `var(--lr-color-text-quiet)`) — Text color of the current-page item (`current`/`aria-current=\"page\"`). Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current item without hijacking the library-wide `--lr-color-text-quiet` token."
401
+ }
402
+ },
256
403
  {
257
404
  "name": "--lr-browser-frame-aspect-ratio",
258
405
  "description": {
@@ -302,6 +449,20 @@
302
449
  "value": "**`<lr-button>`** (default: `var(--lr-color-surface)`) — Background of `appearance=\"filled\"`. Swapped per `variant` to that variant's semantic color."
303
450
  }
304
451
  },
452
+ {
453
+ "name": "--lr-button-font-size",
454
+ "description": {
455
+ "kind": "markdown",
456
+ "value": "**`<lr-button>`** (default: `var(--lr-font-size-m)`) — Font size of the internal button, re-assigned per `size` tier (the default is the `m` tier's value). `appearance=\"link\"` ignores it and inherits the ambient font instead."
457
+ }
458
+ },
459
+ {
460
+ "name": "--lr-button-gap",
461
+ "description": {
462
+ "kind": "markdown",
463
+ "value": "**`<lr-button>`** (default: `var(--lr-space-2xs)`) — Gap between the icon/label and any slotted content in the internal button. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(base)` rule."
464
+ }
465
+ },
305
466
  {
306
467
  "name": "--lr-button-group-gap",
307
468
  "description": {
@@ -309,6 +470,13 @@
309
470
  "value": "**`<lr-button-group>`** (default: `var(--lr-space-2xs)`) — Gap between grouped controls."
310
471
  }
311
472
  },
473
+ {
474
+ "name": "--lr-button-height",
475
+ "description": {
476
+ "kind": "markdown",
477
+ "value": "**`<lr-button>`** — Exact height of the internal button. **Undeclared by default** — so the button keeps the active tier's `min-block-size` floor and an `auto` height, exactly as before. Set it (e.g. to pin the button to a fixed toolbar row) to both floor *and* cap the height. Never declare it as `auto`: a declared value wins over the `var()` fallback arm and would make every tier's floor dead code. `appearance=\"link\"` ignores it."
478
+ }
479
+ },
312
480
  {
313
481
  "name": "--lr-button-hover-brightness",
314
482
  "description": {
@@ -316,6 +484,13 @@
316
484
  "value": "**`<lr-button>`** (default: `1.08`) — `filter: brightness()` multiplier applied while hovering a non-disabled button."
317
485
  }
318
486
  },
487
+ {
488
+ "name": "--lr-button-min-height",
489
+ "description": {
490
+ "kind": "markdown",
491
+ "value": "**`<lr-button>`** (default: `var(--lr-button-size-m)`) — The active tier's `min-block-size` floor. Re-assigned per `size` tier to that tier's own `--lr-button-size-*` token, and used as the fallback when `--lr-button-height` is unset."
492
+ }
493
+ },
319
494
  {
320
495
  "name": "--lr-button-on-fill",
321
496
  "description": {
@@ -330,6 +505,27 @@
330
505
  "value": "**`<lr-button>`** (default: `var(--lr-color-border-strong)`) — Border color of `appearance=\"outlined\"`, which overrides `--lr-button-border`."
331
506
  }
332
507
  },
508
+ {
509
+ "name": "--lr-button-outlined-fill",
510
+ "description": {
511
+ "kind": "markdown",
512
+ "value": "**`<lr-button>`** (default: `transparent`) — Background of `appearance=\"outlined\"`. Transparent by default; set it to tint the button (e.g. a faint surface wash behind the outline) without a `::part(base)` rule. Like `--lr-button-quiet-*`, it is deliberately *not* swapped per `variant`. Note that the `:hover` `filter: brightness()` applies to whatever fill is set, so a tinted outlined button now visibly brightens on hover where a transparent one did not."
513
+ }
514
+ },
515
+ {
516
+ "name": "--lr-button-padding-block",
517
+ "description": {
518
+ "kind": "markdown",
519
+ "value": "**`<lr-button>`** (default: `var(--lr-space-xs)`) — Block padding of the internal button, re-assigned per `size` tier (the default is the `m` tier's value). Override it to retune a tier without a `::part(base)` rule; `appearance=\"link\"` ignores it (it renders with zero padding)."
520
+ }
521
+ },
522
+ {
523
+ "name": "--lr-button-padding-inline",
524
+ "description": {
525
+ "kind": "markdown",
526
+ "value": "**`<lr-button>`** (default: `var(--lr-space-m)`) — Inline padding of the internal button, re-assigned per `size` tier (the default is the `m` tier's value). `appearance=\"link\"` ignores it."
527
+ }
528
+ },
333
529
  {
334
530
  "name": "--lr-button-quiet-border",
335
531
  "description": {
@@ -344,6 +540,13 @@
344
540
  "value": "**`<lr-button>`** (default: `var(--lr-color-text-quiet)`) — Text color of `appearance=\"quiet\"`."
345
541
  }
346
542
  },
543
+ {
544
+ "name": "--lr-button-radius",
545
+ "description": {
546
+ "kind": "markdown",
547
+ "value": "**`<lr-button>`** (default: `var(--lr-radius)`) — Corner radius of the internal button. Does not vary by `size` tier. `appearance=\"link\"` ignores it (it renders with zero radius)."
548
+ }
549
+ },
347
550
  {
348
551
  "name": "--lr-button-size-2xs",
349
552
  "description": {
@@ -355,28 +558,28 @@
355
558
  "name": "--lr-button-size-l",
356
559
  "description": {
357
560
  "kind": "markdown",
358
- "value": "**`<lr-button>`** (default: `var(--lr-size-2-5rem)`) — `min-block-size` at `size=\"l\"`."
561
+ "value": "**`<lr-button>`** (default: `var(--lr-size-3rem)`) — `min-block-size` at `size=\"l\"`. Matches `lr-input`/`lr-select`/`lr-combobox`'s own `size=\"l\"` control height."
359
562
  }
360
563
  },
361
564
  {
362
565
  "name": "--lr-button-size-m",
363
566
  "description": {
364
567
  "kind": "markdown",
365
- "value": "**`<lr-button>`** (default: `var(--lr-size-2rem)`) — `min-block-size` at `size=\"m\"`."
568
+ "value": "**`<lr-button>`** (default: `var(--lr-size-2-5rem)`) — `min-block-size` at `size=\"m\"`. Matches `lr-input`/`lr-select`/`lr-combobox`'s own default control height, so a default-size button sitting next to a default-size input/select/combobox in the same row lines up."
366
569
  }
367
570
  },
368
571
  {
369
572
  "name": "--lr-button-size-s",
370
573
  "description": {
371
574
  "kind": "markdown",
372
- "value": "**`<lr-button>`** (default: `var(--lr-size-1-75rem)`) — `min-block-size` at `size=\"s\"`."
575
+ "value": "**`<lr-button>`** (default: `var(--lr-size-1-875rem)`) — `min-block-size` at `size=\"s\"`. Matches `lr-input`/`lr-select`/`lr-combobox`'s own `size=\"s\"` control height."
373
576
  }
374
577
  },
375
578
  {
376
579
  "name": "--lr-button-size-xl",
377
580
  "description": {
378
581
  "kind": "markdown",
379
- "value": "**`<lr-button>`** (default: `var(--lr-size-3rem)`) — `min-block-size` at `size=\"xl\"`."
582
+ "value": "**`<lr-button>`** (default: `var(--lr-size-3-5rem)`) — `min-block-size` at `size=\"xl\"`. Matches `lr-input`/`lr-select`/`lr-combobox`'s own `size=\"xl\"` control height."
380
583
  }
381
584
  },
382
585
  {
@@ -411,7 +614,14 @@
411
614
  "name": "--lr-calendar-day-min-block-size-narrow",
412
615
  "description": {
413
616
  "kind": "markdown",
414
- "value": "**`<lr-calendar>`** (default: `4rem`) — Minimum block size of a day cell once the host is narrower than 28rem."
617
+ "value": "**`<lr-calendar>`** (default: `var(--lr-size-4rem)`) — Minimum block size of a day cell once the host is narrower than 28rem."
618
+ }
619
+ },
620
+ {
621
+ "name": "--lr-calendar-day-selected-bg",
622
+ "description": {
623
+ "kind": "markdown",
624
+ "value": "**`<lr-calendar>`** (default: `var(--lr-color-brand-quiet)`) — Background of a selected day cell, decoupled from the shared token also driving the nav-button/agenda-event hover background."
415
625
  }
416
626
  },
417
627
  {
@@ -435,6 +645,13 @@
435
645
  "value": "**`<lr-callout>`** (default: `var(--lr-color-border)`) — The callout surface's border color. Each non-neutral `variant` sets it to that variant's loud color."
436
646
  }
437
647
  },
648
+ {
649
+ "name": "--lr-callout-close-hover-bg",
650
+ "description": {
651
+ "kind": "markdown",
652
+ "value": "**`<lr-callout>`** (default: `var(--lr-color-brand-quiet)`) — The close button's hover background, decoupled from `--lr-callout-background` so a consumer can retint one without affecting the other (e.g. keeping the hover fill visibly distinct from a `variant=\"brand\"` panel, which shares the same default token)."
653
+ }
654
+ },
438
655
  {
439
656
  "name": "--lr-callout-color",
440
657
  "description": {
@@ -442,6 +659,20 @@
442
659
  "value": "**`<lr-callout>`** (default: `var(--lr-color-text)`) — The callout's text color. Each non-neutral `variant` sets it to that variant's loud color."
443
660
  }
444
661
  },
662
+ {
663
+ "name": "--lr-carousel-indicator-current-bg",
664
+ "description": {
665
+ "kind": "markdown",
666
+ "value": "**`<lr-carousel>`** (default: `var(--lr-color-brand-quiet)`) — Background of the current slide's indicator dot (`[aria-current=\"true\"]`). Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current indicator without hijacking the library-wide `--lr-color-brand-quiet` token."
667
+ }
668
+ },
669
+ {
670
+ "name": "--lr-carousel-indicator-current-border-color",
671
+ "description": {
672
+ "kind": "markdown",
673
+ "value": "**`<lr-carousel>`** (default: `var(--lr-color-brand)`) — Border color of the current slide's indicator dot."
674
+ }
675
+ },
445
676
  {
446
677
  "name": "--lr-chart-grid-color",
447
678
  "description": {
@@ -484,6 +715,13 @@
484
715
  "value": "**`<lr-bar-chart>`, `<lr-bubble-chart>`, `<lr-chart>`, `<lr-doughnut-chart>`, `<lr-histogram>`, `<lr-line-chart>`, `<lr-pie-chart>`, `<lr-polar-area-chart>`, `<lr-radar-chart>`, `<lr-scatter-chart>`** (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw."
485
716
  }
486
717
  },
718
+ {
719
+ "name": "--lr-chat-composer-busy-bg",
720
+ "description": {
721
+ "kind": "markdown",
722
+ "value": "**`<lr-chat-composer>`** (default: `var(--lr-color-text-quiet)`) — `action-button` background while `status` is `\"sending\"` or `\"streaming\"`. Scoped separately from the shared `--lr-color-text-quiet` token, which the `textarea` part's placeholder also reads -- overriding this recolors only the busy button, not the placeholder text too."
723
+ }
724
+ },
487
725
  {
488
726
  "name": "--lr-chat-message-bubble-bg",
489
727
  "description": {
@@ -498,6 +736,20 @@
498
736
  "value": "**`<lr-chat-message>`** (default: `var(--lr-color-text)`) — Bubble text color for every role except `user`."
499
737
  }
500
738
  },
739
+ {
740
+ "name": "--lr-chat-message-bubble-padding",
741
+ "description": {
742
+ "kind": "markdown",
743
+ "value": "**`<lr-chat-message>`** (default: `var(--lr-space-m)`) — Bubble padding. Prefer this over a `::part(bubble)` padding override: an outer-tree `::part` declaration outranks every rule in this shadow tree, which silently suppresses the per-`status` and per-role bubble styling below it."
744
+ }
745
+ },
746
+ {
747
+ "name": "--lr-chat-message-bubble-radius",
748
+ "description": {
749
+ "kind": "markdown",
750
+ "value": "**`<lr-chat-message>`** (default: `var(--lr-radius)`) — Bubble corner radius. Bubble-only by design — `collapse-button` and `retry-button` keep reading the shared `--lr-radius`, so a rounder bubble never desyncs the controls from the rest of the library."
751
+ }
752
+ },
501
753
  {
502
754
  "name": "--lr-chat-message-max-width",
503
755
  "description": {
@@ -519,6 +771,27 @@
519
771
  "value": "**`<lr-chat-message>`** (default: `var(--lr-color-text)`) — Bubble text color for `data-role=\"user\"`."
520
772
  }
521
773
  },
774
+ {
775
+ "name": "--lr-checkbox-checked-bg",
776
+ "description": {
777
+ "kind": "markdown",
778
+ "value": "**`<lr-checkbox>`** (default: `var(--lr-color-brand)`) — Background of `[part='box']` while `checked` or `indeterminate`. Retint just this control's checked fill without touching the shared `--lr-color-brand` token every other component also reads."
779
+ }
780
+ },
781
+ {
782
+ "name": "--lr-checkbox-checked-border",
783
+ "description": {
784
+ "kind": "markdown",
785
+ "value": "**`<lr-checkbox>`** (default: `var(--lr-color-brand)`) — Border color of `[part='box']` while `checked` or `indeterminate`."
786
+ }
787
+ },
788
+ {
789
+ "name": "--lr-checkbox-label-indent",
790
+ "description": {
791
+ "kind": "markdown",
792
+ "value": "**`<lr-checkbox>`** (default: `calc(min(var(--lr-icon-button-size), 1.75rem) + var(--lr-space-s))`) — The inline distance from the control's start edge to the start of the label text, i.e. the box's own floor plus the gap next to it. Published so a consumer composing per-option hint text under the label can align it without re-deriving that formula from the shadow styles, and used as the source of the real gap so the two cannot drift. Setting it on the element (or on `lr-checkbox` in your own stylesheet) moves the label; because custom properties inherit down and not sideways, it is *not* readable from a sibling node in your tree — align a sibling by computing the same formula from `--lr-theme-icon-button-size` and `--lr-theme-space-s`, which you control."
793
+ }
794
+ },
522
795
  {
523
796
  "name": "--lr-checkpoint-spin-duration",
524
797
  "description": {
@@ -561,6 +834,13 @@
561
834
  "value": "**`<lr-chip>`** (default: `var(--lr-space-xs)`) — Gap between the icon, label, and remove button. Each `size` sets it to that step's gap."
562
835
  }
563
836
  },
837
+ {
838
+ "name": "--lr-chip-height",
839
+ "description": {
840
+ "kind": "markdown",
841
+ "value": "**`<lr-chip>`** — Exact block size of the chip. Undeclared by default, so the chip grows to fit its content (floored by `--lr-chip-min-height` when interactive). Set it to pin a fixed height. A value below the 24px interactive target is for non-interactive chips only."
842
+ }
843
+ },
564
844
  {
565
845
  "name": "--lr-chip-icon-size",
566
846
  "description": {
@@ -568,6 +848,13 @@
568
848
  "value": "**`<lr-chip>`** (default: `var(--lr-font-size-sm)`) — Font size of the `icon` slot wrapper. Each `size` sets it to that step's icon size."
569
849
  }
570
850
  },
851
+ {
852
+ "name": "--lr-chip-min-height",
853
+ "description": {
854
+ "kind": "markdown",
855
+ "value": "**`<lr-chip>`** (default: `var(--lr-size-1-5rem)`) — Minimum block size of an interactive (`removable`/`toggleable`) chip's tap target. `size` keeps `3xs`/`2xs`/`xs`/`s`/`m` at the `1.5rem` (24px) WCAG 2.2 SC 2.5.8 minimum and raises `l` to `var(--lr-size-1-75rem)` and `xl` to `var(--lr-size-2rem)`. Non-interactive display chips are unaffected by this floor."
856
+ }
857
+ },
571
858
  {
572
859
  "name": "--lr-chip-padding-block",
573
860
  "description": {
@@ -596,6 +883,20 @@
596
883
  "value": "**`<lr-chip>`** (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color."
597
884
  }
598
885
  },
886
+ {
887
+ "name": "--lr-chunk-inspector-current-bg",
888
+ "description": {
889
+ "kind": "markdown",
890
+ "value": "**`<lr-chunk-inspector>`** (default: `var(--lr-color-brand-quiet)`) — Background of the chunk matching `activeId`. **Contrast-sensitive:** paired with `--lr-chunk-inspector-current-color`, which has to keep a 4.5:1 ratio against it."
891
+ }
892
+ },
893
+ {
894
+ "name": "--lr-chunk-inspector-current-color",
895
+ "description": {
896
+ "kind": "markdown",
897
+ "value": "**`<lr-chunk-inspector>`** (default: `var(--lr-color-text)`) — Text color of the current chunk's `[part=\"score\"]` line. **Contrast-sensitive:** the quiet token it replaces only reaches ~4.24:1 against the current background, so override this together with `--lr-chunk-inspector-current-bg`, never alone."
898
+ }
899
+ },
599
900
  {
600
901
  "name": "--lr-citation-badge-accent",
601
902
  "description": {
@@ -617,6 +918,13 @@
617
918
  "value": "**`<lr-citation-badge>`** (default: `transparent`) — Resting border color of `base`; no `status` changes it, so it stays transparent unless a host overrides it."
618
919
  }
619
920
  },
921
+ {
922
+ "name": "--lr-code-block-active-line-outline-color",
923
+ "description": {
924
+ "kind": "markdown",
925
+ "value": "**`<lr-code-block>`** (default: `var(--lr-color-brand)`) — Outline color of the line marked active by `active-highlight-id`. Retints just that outline, leaving every other `--lr-color-brand` surface in the component (header pill, hover states, focus ring) alone. Inherits, so it can also be set on an ancestor or at the theme level.\n\n**`<lr-code-block-core>`** (default: `var(--lr-color-brand)`) — Outline color of the line marked active by `active-highlight-id`, leaving every other `--lr-color-brand` surface in the component alone."
926
+ }
927
+ },
620
928
  {
621
929
  "name": "--lr-code-block-font",
622
930
  "description": {
@@ -631,6 +939,13 @@
631
939
  "value": "**`<lr-code-block>`** (default: `none`) — Scroll cap applied to `body`. The `max-height` attribute, when set, writes this same property inline on `body` and therefore wins."
632
940
  }
633
941
  },
942
+ {
943
+ "name": "--lr-code-block-tab-size",
944
+ "description": {
945
+ "kind": "markdown",
946
+ "value": "**`<lr-code-block>`** (default: `2`) — Tab width for the rendered code, applied to `pre`. Same default as `--lr-code-editor-tab-size`, so the editable and read-only code surfaces agree; `lr-markdown`/`lr-markdown-core` declare the same token for their own `code-block` part (they are sibling elements, so they cannot inherit this one). Read as a token and never written inline, so a host override survives shiki's own inline `style` on the highlighted `pre`. The default is a `var()` fallback at the point of use rather than a `:host` declaration, so it inherits: set it on the element, a container, or `:root` and it reaches every code surface below. The markdown surface wraps (`white-space: pre-wrap`) while this one does not, so the same value can look different on a wrapped line, where tab stops restart.\n\n**`<lr-code-block-core>`** (default: `2`) — Tab width for the rendered code, applied to `pre`. Shared with `lr-code-block` (this component reuses its stylesheet), `lr-code-editor`, and the markdown viewers' own `code-block` part, so every code surface agrees on a tab's width.\n\n**`<lr-markdown>`, `<lr-markdown-core>`** (default: `2`) — Tab width for a rendered fenced/indented `code-block`. Deliberately the same token (and default) `lr-code-block` and `lr-code-editor` use, so a consumer sets one tab width for every code surface — it is declared here rather than inherited because `lr-code-block` is a sibling element, not an ancestor. A markdown code block wraps (`white-space: pre-wrap`) while `lr-code-block` does not, so the same value can render differently on a wrapped line, where tab stops restart."
947
+ }
948
+ },
634
949
  {
635
950
  "name": "--lr-code-editor-line-height",
636
951
  "description": {
@@ -652,6 +967,13 @@
652
967
  "value": "**`<lr-code-editor>`** (default: `2`) — The textarea's `tab-size`. The single channel for tab width — the class writes this token rather than setting `tab-size` directly."
653
968
  }
654
969
  },
970
+ {
971
+ "name": "--lr-color-picker-swatch-size",
972
+ "description": {
973
+ "kind": "markdown",
974
+ "value": "**`<lr-color-picker>`** — The swatch's inline and block size, scaled by `size`."
975
+ }
976
+ },
655
977
  {
656
978
  "name": "--lr-combobox-expand-size",
657
979
  "description": {
@@ -666,6 +988,13 @@
666
988
  "value": "**`<lr-combobox>`** — Input text size."
667
989
  }
668
990
  },
991
+ {
992
+ "name": "--lr-combobox-option-active-bg",
993
+ "description": {
994
+ "kind": "markdown",
995
+ "value": "**`<lr-combobox>`** (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row."
996
+ }
997
+ },
669
998
  {
670
999
  "name": "--lr-combobox-tag-font-size",
671
1000
  "description": {
@@ -680,11 +1009,18 @@
680
1009
  "value": "**`<lr-combobox>`** — Selected-tag padding."
681
1010
  }
682
1011
  },
1012
+ {
1013
+ "name": "--lr-combobox-trigger-height",
1014
+ "description": {
1015
+ "kind": "markdown",
1016
+ "value": "**`<lr-combobox>`** — Exact input-container height. Unset by default, which leaves `--lr-combobox-trigger-min-height` as a floor only; set it to a length to both floor and cap the row (e.g. to pixel-match `<lr-input>`/`<lr-select>` in the same toolbar). Because it is never declared by the component itself, it can be set from an ancestor or an outer-tree rule as well as inline on the element. Intended for a single-row combobox: in `multiple` mode a tag row long enough to wrap overflows the pinned box visibly (nothing is clipped or made unreachable), so leave it unset there."
1017
+ }
1018
+ },
683
1019
  {
684
1020
  "name": "--lr-combobox-trigger-min-height",
685
1021
  "description": {
686
1022
  "kind": "markdown",
687
- "value": "**`<lr-combobox>`** — Minimum input-container block size."
1023
+ "value": "**`<lr-combobox>`** — Minimum input-container block size, scaled by `size`."
688
1024
  }
689
1025
  },
690
1026
  {
@@ -694,6 +1030,13 @@
694
1030
  "value": "**`<lr-combobox>`** — Padding inside the input container."
695
1031
  }
696
1032
  },
1033
+ {
1034
+ "name": "--lr-command-palette-active-bg",
1035
+ "description": {
1036
+ "kind": "markdown",
1037
+ "value": "**`<lr-command-palette>`** (default: `var(--lr-color-brand-quiet)`) — Background of the active (keyboard-highlighted, `data-active=\"true\"`) command row. Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the active row without hijacking the library-wide `--lr-color-brand-quiet` token."
1038
+ }
1039
+ },
697
1040
  {
698
1041
  "name": "--lr-command-palette-list-max-block-size",
699
1042
  "description": {
@@ -730,35 +1073,126 @@
730
1073
  }
731
1074
  },
732
1075
  {
733
- "name": "--lr-compare-panel-max-height",
1076
+ "name": "--lr-commit-card-compact-padding",
734
1077
  "description": {
735
1078
  "kind": "markdown",
736
- "value": "**`<lr-compare-panel>`** (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally."
1079
+ "value": "**`<lr-commit-card>`** (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
737
1080
  }
738
1081
  },
739
1082
  {
740
- "name": "--lr-contact-viewer-max-height",
1083
+ "name": "--lr-compare-panel-max-height",
741
1084
  "description": {
742
1085
  "kind": "markdown",
743
- "value": "**`<lr-contact-viewer>`** (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property."
1086
+ "value": "**`<lr-compare-panel>`** (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally."
744
1087
  }
745
1088
  },
746
1089
  {
747
- "name": "--lr-context-meter-segment-color",
1090
+ "name": "--lr-confirm-bar-compact-background",
748
1091
  "description": {
749
1092
  "kind": "markdown",
750
- "value": "**`<lr-context-meter>`** 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."
1093
+ "value": "**`<lr-confirm-bar>`** (default: `transparent`) Background of `[part='base']` while `compact`."
751
1094
  }
752
1095
  },
753
1096
  {
754
- "name": "--lr-control-group-gap",
1097
+ "name": "--lr-confirm-bar-compact-border",
755
1098
  "description": {
756
1099
  "kind": "markdown",
757
- "value": "**`<lr-control-group>`** (default: `var(--lr-space-xs)`) — Gap between grouped controls."
1100
+ "value": "**`<lr-confirm-bar>`** (default: `none`) — Border of `[part='base']` while `compact`. Accepts any `border` shorthand."
758
1101
  }
759
1102
  },
760
1103
  {
761
- "name": "--lr-dashboard-grid-columns",
1104
+ "name": "--lr-confirm-bar-compact-gap",
1105
+ "description": {
1106
+ "kind": "markdown",
1107
+ "value": "**`<lr-confirm-bar>`** (default: `var(--lr-space-s)`) — Gap between the row's items while `compact`."
1108
+ }
1109
+ },
1110
+ {
1111
+ "name": "--lr-confirm-bar-compact-padding",
1112
+ "description": {
1113
+ "kind": "markdown",
1114
+ "value": "**`<lr-confirm-bar>`** (default: `0`) — Padding of `[part='base']` while `compact`. Accepts any padding shorthand."
1115
+ }
1116
+ },
1117
+ {
1118
+ "name": "--lr-confirm-bar-compact-radius",
1119
+ "description": {
1120
+ "kind": "markdown",
1121
+ "value": "**`<lr-confirm-bar>`** (default: `0`) — Border radius of `[part='base']` while `compact` (only visible once `--lr-confirm-bar-compact-border`/`-background` are set)."
1122
+ }
1123
+ },
1124
+ {
1125
+ "name": "--lr-contact-viewer-max-height",
1126
+ "description": {
1127
+ "kind": "markdown",
1128
+ "value": "**`<lr-contact-viewer>`** (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property."
1129
+ }
1130
+ },
1131
+ {
1132
+ "name": "--lr-context-meter-segment-color",
1133
+ "description": {
1134
+ "kind": "markdown",
1135
+ "value": "**`<lr-context-meter>`** — 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."
1136
+ }
1137
+ },
1138
+ {
1139
+ "name": "--lr-control-group-gap",
1140
+ "description": {
1141
+ "kind": "markdown",
1142
+ "value": "**`<lr-control-group>`** (default: `var(--lr-space-xs)`) — Gap between grouped controls."
1143
+ }
1144
+ },
1145
+ {
1146
+ "name": "--lr-conversation-item-active-bg",
1147
+ "description": {
1148
+ "kind": "markdown",
1149
+ "value": "**`<lr-conversation-item>`** (default: `var(--lr-color-brand-quiet)`) — Background of the row while `active`. **Contrast-sensitive:** it is one half of a documented WCAG-AA pair — the active row's text is sized/toned for this background, so an override has to keep at least a 4.5:1 ratio against `--lr-conversation-item-active-color` (excerpt/timestamp) and against `--lr-color-text` (the title, which is not restyled by the pair)."
1150
+ }
1151
+ },
1152
+ {
1153
+ "name": "--lr-conversation-item-active-color",
1154
+ "description": {
1155
+ "kind": "markdown",
1156
+ "value": "**`<lr-conversation-item>`** (default: `var(--lr-color-text)`) — Text color of `[part=\"excerpt\"]` and `[part=\"timestamp\"]` while `active`. **Contrast-sensitive:** it exists precisely because `--lr-color-text-quiet` only reaches ~4.25:1 against the active background; override it together with `--lr-conversation-item-active-bg`, never alone."
1157
+ }
1158
+ },
1159
+ {
1160
+ "name": "--lr-conversation-item-compact-gap",
1161
+ "description": {
1162
+ "kind": "markdown",
1163
+ "value": "**`<lr-conversation-item>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"base\"]`'s columns while `compact`."
1164
+ }
1165
+ },
1166
+ {
1167
+ "name": "--lr-conversation-item-compact-padding",
1168
+ "description": {
1169
+ "kind": "markdown",
1170
+ "value": "**`<lr-conversation-item>`** (default: `var(--lr-space-xs) var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
1171
+ }
1172
+ },
1173
+ {
1174
+ "name": "--lr-csv-viewer-highlight-color",
1175
+ "description": {
1176
+ "kind": "markdown",
1177
+ "value": "**`<lr-csv-viewer>`** (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))`."
1178
+ }
1179
+ },
1180
+ {
1181
+ "name": "--lr-csv-viewer-max-height",
1182
+ "description": {
1183
+ "kind": "markdown",
1184
+ "value": "**`<lr-csv-viewer>`** (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
1185
+ }
1186
+ },
1187
+ {
1188
+ "name": "--lr-dashboard-grid-cell-hover-outline-color",
1189
+ "description": {
1190
+ "kind": "markdown",
1191
+ "value": "**`<lr-dashboard-grid>`** (default: `var(--lr-color-border-strong)`) — Outline color of a cell's mouse-hover preview of its own `:focus-visible` ring (shown because every cell is a real focusable, draggable/resizable target). Set to `transparent` to opt out."
1192
+ }
1193
+ },
1194
+ {
1195
+ "name": "--lr-dashboard-grid-columns",
762
1196
  "description": {
763
1197
  "kind": "markdown",
764
1198
  "value": "**`<lr-dashboard-grid>`** (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."
@@ -792,6 +1226,20 @@
792
1226
  "value": "**`<lr-dataset-viewer>`** (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
793
1227
  }
794
1228
  },
1229
+ {
1230
+ "name": "--lr-date-input-control-height",
1231
+ "description": {
1232
+ "kind": "markdown",
1233
+ "value": "**`<lr-date-input>`** — Exact block size of the input row. Undeclared by default, so the row grows to fit its content (floored by `--lr-date-input-control-min-height`). Set it to pin a fixed height; the calendar toggle keeps its own 24x24 touch target even when this pins a shorter row."
1234
+ }
1235
+ },
1236
+ {
1237
+ "name": "--lr-date-input-control-min-height",
1238
+ "description": {
1239
+ "kind": "markdown",
1240
+ "value": "**`<lr-date-input>`** (default: `var(--lr-size-2-5rem)`) — Minimum block size of the input row, scaled by `size` to mirror `lr-input`'s own min-height scale. Each default sits below the row's transitively-pinned height, so it is dead until a consumer raises it -- the unset render is unchanged."
1241
+ }
1242
+ },
795
1243
  {
796
1244
  "name": "--lr-date-input-font-size",
797
1245
  "description": {
@@ -855,6 +1303,13 @@
855
1303
  "value": "**`<lr-document-compare>`** (default: `var(--lr-size-24rem)`) — Maximum block size of a side-by-side pane before it scrolls internally."
856
1304
  }
857
1305
  },
1306
+ {
1307
+ "name": "--lr-document-preview-active-border",
1308
+ "description": {
1309
+ "kind": "markdown",
1310
+ "value": "**`<lr-document-preview>`** (default: `var(--lr-color-warning, var(--lr-color-brand))`) — Border color of the `[part=\"region-highlight\"]` matching `activeHighlightId` (image format only). Distinct from the resting highlight border."
1311
+ }
1312
+ },
858
1313
  {
859
1314
  "name": "--lr-document-preview-font",
860
1315
  "description": {
@@ -932,6 +1387,13 @@
932
1387
  "value": "**`<lr-email-viewer>`** (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
933
1388
  }
934
1389
  },
1390
+ {
1391
+ "name": "--lr-emoji-picker-active-bg",
1392
+ "description": {
1393
+ "kind": "markdown",
1394
+ "value": "**`<lr-emoji-picker>`** (default: `var(--lr-color-brand-quiet)`) — Background of the keyboard-active (`data-active`) **and** hovered emoji button — the two share a single rule, so this one hook retints both consistently. Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the emoji highlight without hijacking the library-wide `--lr-color-brand-quiet` token."
1395
+ }
1396
+ },
935
1397
  {
936
1398
  "name": "--lr-emoji-picker-gap",
937
1399
  "description": {
@@ -939,6 +1401,13 @@
939
1401
  "value": "**`<lr-emoji-picker>`** (default: `var(--lr-space-2xs)`) — Gap between emoji within a windowed row."
940
1402
  }
941
1403
  },
1404
+ {
1405
+ "name": "--lr-emoji-picker-glyph-size",
1406
+ "description": {
1407
+ "kind": "markdown",
1408
+ "value": "**`<lr-emoji-picker>`** (default: `var(--lr-font-size-lg)`) — Font size of the emoji glyph, scaled by the `size` property to keep the glyph proportional to the item box."
1409
+ }
1410
+ },
942
1411
  {
943
1412
  "name": "--lr-emoji-picker-item-size",
944
1413
  "description": {
@@ -960,6 +1429,13 @@
960
1429
  "value": "**`<lr-empty>`** — Cross-axis and text alignment used in compact mode; set to `center` for dense but centered empty states."
961
1430
  }
962
1431
  },
1432
+ {
1433
+ "name": "--lr-empty-compact-gap",
1434
+ "description": {
1435
+ "kind": "markdown",
1436
+ "value": "**`<lr-empty>`** (default: `var(--lr-space-2xs)`) — Gap between the icon, title, and description in compact mode."
1437
+ }
1438
+ },
963
1439
  {
964
1440
  "name": "--lr-empty-compact-padding",
965
1441
  "description": {
@@ -967,6 +1443,20 @@
967
1443
  "value": "**`<lr-empty>`** (default: `var(--lr-space-xs)`) — Padding used in compact mode; accepts any padding shorthand (e.g. `8px 2px`)."
968
1444
  }
969
1445
  },
1446
+ {
1447
+ "name": "--lr-entity-card-compact-gap",
1448
+ "description": {
1449
+ "kind": "markdown",
1450
+ "value": "**`<lr-entity-card>`** (default: `var(--lr-space-xs)`) — Gap between `[part=\"base\"]`'s rows while `compact`."
1451
+ }
1452
+ },
1453
+ {
1454
+ "name": "--lr-entity-card-compact-padding",
1455
+ "description": {
1456
+ "kind": "markdown",
1457
+ "value": "**`<lr-entity-card>`** (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
1458
+ }
1459
+ },
970
1460
  {
971
1461
  "name": "--lr-entity-chip-bg",
972
1462
  "description": {
@@ -988,6 +1478,20 @@
988
1478
  "value": "**`<lr-entity-chip>`** (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: ... }`."
989
1479
  }
990
1480
  },
1481
+ {
1482
+ "name": "--lr-env-list-reveal-active-bg",
1483
+ "description": {
1484
+ "kind": "markdown",
1485
+ "value": "**`<lr-env-list>`** (default: `var(--lr-color-brand-quiet)`) — Background of a pressed (revealed) reveal toggle."
1486
+ }
1487
+ },
1488
+ {
1489
+ "name": "--lr-env-list-reveal-active-border",
1490
+ "description": {
1491
+ "kind": "markdown",
1492
+ "value": "**`<lr-env-list>`** (default: `var(--lr-color-brand)`) — Border color of a pressed (revealed) reveal toggle. Restyling the pressed state otherwise requires overriding the library-wide brand tokens, since `::part(reveal-button)[aria-pressed]` is invalid CSS."
1493
+ }
1494
+ },
991
1495
  {
992
1496
  "name": "--lr-file-icon-size",
993
1497
  "description": {
@@ -995,6 +1499,55 @@
995
1499
  "value": "**`<lr-file-icon>`** (default: `var(--lr-size-2rem)`) — Inline/block size of the format badge."
996
1500
  }
997
1501
  },
1502
+ {
1503
+ "name": "--lr-file-input-accept-bg",
1504
+ "description": {
1505
+ "kind": "markdown",
1506
+ "value": "**`<lr-file-input>`** (default: `color-mix(in srgb, var(--lr-color-success) 8%, transparent)`) — Background of `[part=\"base\"][data-drag-state=\"accept\"]`."
1507
+ }
1508
+ },
1509
+ {
1510
+ "name": "--lr-file-input-accept-border-color",
1511
+ "description": {
1512
+ "kind": "markdown",
1513
+ "value": "**`<lr-file-input>`** (default: `var(--lr-color-success)`) — Border color of `[part=\"base\"][data-drag-state=\"accept\"]`."
1514
+ }
1515
+ },
1516
+ {
1517
+ "name": "--lr-file-input-compact-font-size",
1518
+ "description": {
1519
+ "kind": "markdown",
1520
+ "value": "**`<lr-file-input>`** (default: `var(--lr-font-size-sm)`) — Label font size while `compact`."
1521
+ }
1522
+ },
1523
+ {
1524
+ "name": "--lr-file-input-compact-gap",
1525
+ "description": {
1526
+ "kind": "markdown",
1527
+ "value": "**`<lr-file-input>`** (default: `var(--lr-space-2xs)`) — Gap between the dropzone's slotted children while `compact`."
1528
+ }
1529
+ },
1530
+ {
1531
+ "name": "--lr-file-input-compact-padding",
1532
+ "description": {
1533
+ "kind": "markdown",
1534
+ "value": "**`<lr-file-input>`** (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
1535
+ }
1536
+ },
1537
+ {
1538
+ "name": "--lr-file-input-reject-bg",
1539
+ "description": {
1540
+ "kind": "markdown",
1541
+ "value": "**`<lr-file-input>`** (default: `color-mix(in srgb, var(--lr-color-danger) 8%, transparent)`) — Background of `[part=\"base\"][data-drag-state=\"reject\"]`."
1542
+ }
1543
+ },
1544
+ {
1545
+ "name": "--lr-file-input-reject-border-color",
1546
+ "description": {
1547
+ "kind": "markdown",
1548
+ "value": "**`<lr-file-input>`** (default: `var(--lr-color-danger)`) — Border color of `[part=\"base\"][data-drag-state=\"reject\"]`."
1549
+ }
1550
+ },
998
1551
  {
999
1552
  "name": "--lr-flag-aspect-ratio",
1000
1553
  "description": {
@@ -1016,6 +1569,13 @@
1016
1569
  "value": "**`<lr-flag>`** — Rectangular flag corner radius."
1017
1570
  }
1018
1571
  },
1572
+ {
1573
+ "name": "--lr-flow-canvas-drop-active-outline-color",
1574
+ "description": {
1575
+ "kind": "markdown",
1576
+ "value": "**`<lr-flow-canvas>`** (default: `var(--lr-color-brand)`) — Outline color of the viewport while a palette item is dragged over it (`droppable`)."
1577
+ }
1578
+ },
1019
1579
  {
1020
1580
  "name": "--lr-flow-canvas-grid-size",
1021
1581
  "description": {
@@ -1030,6 +1590,34 @@
1030
1590
  "value": "**`<lr-flow-canvas>`** (default: `var(--lr-transition-ambient)`) — Running-edge march animation duration."
1031
1591
  }
1032
1592
  },
1593
+ {
1594
+ "name": "--lr-flow-canvas-node-connect-invalid-outline-color",
1595
+ "description": {
1596
+ "kind": "markdown",
1597
+ "value": "**`<lr-flow-canvas>`** (default: `var(--lr-color-danger)`) — Outline color of a node that is an invalid connect-gesture drop target. Same `::part()` attribute-selector restriction as `--lr-flow-canvas-node-current-outline-color` above."
1598
+ }
1599
+ },
1600
+ {
1601
+ "name": "--lr-flow-canvas-node-connect-target-outline-color",
1602
+ "description": {
1603
+ "kind": "markdown",
1604
+ "value": "**`<lr-flow-canvas>`** (default: `var(--lr-color-brand)`) — Outline color of a node that is a valid connect-gesture drop target."
1605
+ }
1606
+ },
1607
+ {
1608
+ "name": "--lr-flow-canvas-node-current-outline-color",
1609
+ "description": {
1610
+ "kind": "markdown",
1611
+ "value": "**`<lr-flow-canvas>`** (default: `var(--lr-color-brand)`) — Outline color of the current (`aria-current`) node. Shadow Parts forbids an attribute selector after `::part()`, so the current node could otherwise only be restyled by hijacking the library-wide `--lr-color-brand` token."
1612
+ }
1613
+ },
1614
+ {
1615
+ "name": "--lr-flow-canvas-node-hover-outline-color",
1616
+ "description": {
1617
+ "kind": "markdown",
1618
+ "value": "**`<lr-flow-canvas>`** (default: `var(--lr-color-border-strong)`) — Outline color of a node's mouse-hover preview of its own `:focus-visible` ring. Unlike the four state-scoped colors above this one is `:hover`-gated rather than attribute-gated, so a `::part(node):hover` override would lose to this rule's own higher internal specificity rather than to the `::part()[attr]` restriction those four work around. Set to `transparent` to opt out."
1619
+ }
1620
+ },
1033
1621
  {
1034
1622
  "name": "--lr-flow-minimap-block-size",
1035
1623
  "description": {
@@ -1044,6 +1632,20 @@
1044
1632
  "value": "**`<lr-flow-minimap>`** (default: `var(--lr-size-12rem)`) — Map inline size."
1045
1633
  }
1046
1634
  },
1635
+ {
1636
+ "name": "--lr-flow-node-compact-gap",
1637
+ "description": {
1638
+ "kind": "markdown",
1639
+ "value": "**`<lr-flow-node>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"card\"]`'s rows while `compact`."
1640
+ }
1641
+ },
1642
+ {
1643
+ "name": "--lr-flow-node-compact-padding",
1644
+ "description": {
1645
+ "kind": "markdown",
1646
+ "value": "**`<lr-flow-node>`** (default: `var(--lr-space-xs)`) — `[part=\"card\"]` padding while `compact`."
1647
+ }
1648
+ },
1047
1649
  {
1048
1650
  "name": "--lr-flow-node-min-inline-size",
1049
1651
  "description": {
@@ -1051,6 +1653,27 @@
1051
1653
  "value": "**`<lr-flow-node>`** (default: `calc(var(--lr-size-10rem) + var(--lr-size-1rem))`) — Minimum card inline size."
1052
1654
  }
1053
1655
  },
1656
+ {
1657
+ "name": "--lr-flow-node-running-border",
1658
+ "description": {
1659
+ "kind": "markdown",
1660
+ "value": "**`<lr-flow-node>`** (default: `var(--lr-color-brand)`) — Border color of the card while `status=\"running\"`. Independent from `--lr-flow-node-selected-border` so a consumer can retint just one of the two states without the other following along."
1661
+ }
1662
+ },
1663
+ {
1664
+ "name": "--lr-flow-node-running-glow",
1665
+ "description": {
1666
+ "kind": "markdown",
1667
+ "value": "**`<lr-flow-node>`** (default: `var(--lr-color-brand-quiet)`) — Box-shadow color of the running-state ring around the card, and the pulse keyframes' peak color."
1668
+ }
1669
+ },
1670
+ {
1671
+ "name": "--lr-flow-node-selected-border",
1672
+ "description": {
1673
+ "kind": "markdown",
1674
+ "value": "**`<lr-flow-node>`** (default: `var(--lr-color-brand)`) — Border color of the card while `selected`. Overriding the selection color otherwise requires hijacking the library-wide `--lr-color-brand` token."
1675
+ }
1676
+ },
1054
1677
  {
1055
1678
  "name": "--lr-gauge-fill",
1056
1679
  "description": {
@@ -1100,6 +1723,13 @@
1100
1723
  "value": "**`<lr-graph>`** (default: `0.12`) — Hull element opacity (composites fill+stroke as one group, avoiding a double-opacity seam at the fill/stroke boundary)."
1101
1724
  }
1102
1725
  },
1726
+ {
1727
+ "name": "--lr-graph-legend-hidden-color",
1728
+ "description": {
1729
+ "kind": "markdown",
1730
+ "value": "**`<lr-graph-legend>`** (default: `var(--lr-color-text-quiet)`) — Text color for a filtered-out (hidden) legend row's label/count, independent of the shared quiet-text token."
1731
+ }
1732
+ },
1103
1733
  {
1104
1734
  "name": "--lr-graph-selected-color",
1105
1735
  "description": {
@@ -1188,7 +1818,7 @@
1188
1818
  "name": "--lr-icon-button-size",
1189
1819
  "description": {
1190
1820
  "kind": "markdown",
1191
- "value": "**`<lr-icon-button>`** (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."
1821
+ "value": "**`<lr-icon-button>`** (default: `2.5rem`) — Minimum tappable inline and block size of the native button — a **floor**, not a fixed size: content larger than it grows the button and keeps its own aspect ratio, while a small glyph pads out to it. 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."
1192
1822
  }
1193
1823
  },
1194
1824
  {
@@ -1198,6 +1828,27 @@
1198
1828
  "value": "**`<lr-icon>`** (default: `var(--lr-size-1-25rem)`) — Inline and block size of the icon box."
1199
1829
  }
1200
1830
  },
1831
+ {
1832
+ "name": "--lr-image-viewer-annotate-active-bg",
1833
+ "description": {
1834
+ "kind": "markdown",
1835
+ "value": "**`<lr-image-viewer>`** (default: `var(--lr-color-brand-quiet)`) — Background of `[part=\"annotate-toggle\"]` while annotation mode is on. The toggle carries its own glyph in `--lr-color-text`, so keep a 4.5:1 ratio against it."
1836
+ }
1837
+ },
1838
+ {
1839
+ "name": "--lr-image-viewer-annotate-active-border",
1840
+ "description": {
1841
+ "kind": "markdown",
1842
+ "value": "**`<lr-image-viewer>`** (default: `var(--lr-color-brand)`) — Border color of `[part=\"annotate-toggle\"]` while annotation mode is on."
1843
+ }
1844
+ },
1845
+ {
1846
+ "name": "--lr-image-viewer-highlight-active-color",
1847
+ "description": {
1848
+ "kind": "markdown",
1849
+ "value": "**`<lr-image-viewer>`** (default: `var(--lr-color-brand)`) — Outline color of the `[part=\"highlight\"]` matching `activeHighlightId`, independent of the per-tone border colors."
1850
+ }
1851
+ },
1201
1852
  {
1202
1853
  "name": "--lr-ingestion-queue-max-height",
1203
1854
  "description": {
@@ -1205,6 +1856,13 @@
1205
1856
  "value": "**`<lr-ingestion-queue>`** (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)."
1206
1857
  }
1207
1858
  },
1859
+ {
1860
+ "name": "--lr-input-control-height",
1861
+ "description": {
1862
+ "kind": "markdown",
1863
+ "value": "**`<lr-input>`, `<lr-number-input>`, `<lr-time-input>`** — Exact outer control height. Unset by default, which leaves `--lr-input-control-min-height` as a floor only; set it to a length to both floor and cap the control row (e.g. to pixel-match `<lr-select>`/`<lr-combobox>` in the same toolbar). Because it is never declared by the component itself, it can be set from an ancestor or an outer-tree rule as well as inline on the element."
1864
+ }
1865
+ },
1208
1866
  {
1209
1867
  "name": "--lr-input-control-min-height",
1210
1868
  "description": {
@@ -1240,6 +1898,13 @@
1240
1898
  "value": "**`<lr-json-viewer>`** (default: `var(--lr-font-mono)`) — Font family used for the rendered tree."
1241
1899
  }
1242
1900
  },
1901
+ {
1902
+ "name": "--lr-json-viewer-match-bg",
1903
+ "description": {
1904
+ "kind": "markdown",
1905
+ "value": "**`<lr-json-viewer>`** (default: `var(--lr-color-warning-quiet)`) — Background (and surrounding box-shadow) of a key/value that currently matches `search`."
1906
+ }
1907
+ },
1243
1908
  {
1244
1909
  "name": "--lr-json-viewer-max-height",
1245
1910
  "description": {
@@ -1268,6 +1933,20 @@
1268
1933
  "value": "**`<lr-known-date>`** (default: `var(--lr-space-s)`) — Gap between the three field blocks."
1269
1934
  }
1270
1935
  },
1936
+ {
1937
+ "name": "--lr-known-date-field-height",
1938
+ "description": {
1939
+ "kind": "markdown",
1940
+ "value": "**`<lr-known-date>`** — Exact block size of each `field-input`. Undeclared by default, so the field grows to fit its content, floored by `--lr-known-date-field-min-height`. Set it to pin a fixed height."
1941
+ }
1942
+ },
1943
+ {
1944
+ "name": "--lr-known-date-field-min-height",
1945
+ "description": {
1946
+ "kind": "markdown",
1947
+ "value": "**`<lr-known-date>`** (default: `var(--lr-size-2-5rem)`) — Minimum block size of each `field-input`, auto-swapped per `size` (`xs`→`1.5rem`, `s`→`1.875rem`, `l`→`3rem`, `xl`→`3.5rem`) -- matches `lr-input`'s/`lr-date-input`'s own min-height scale, so a birthdate field sitting in a form row next to those controls renders at the same height. At `xs`/`s`/`m` the floor now exceeds the field's own content height and actively pins the rendered box; at `l`/`xl` the content height already exceeds the floor, so those two tiers are unaffected."
1948
+ }
1949
+ },
1271
1950
  {
1272
1951
  "name": "--lr-known-date-field-padding-block",
1273
1952
  "description": {
@@ -1282,6 +1961,13 @@
1282
1961
  "value": "**`<lr-known-date>`** (default: `var(--lr-space-s)`) — Inline padding of each `field-input`, auto-swapped per `size`."
1283
1962
  }
1284
1963
  },
1964
+ {
1965
+ "name": "--lr-known-date-invalid-border-color",
1966
+ "description": {
1967
+ "kind": "markdown",
1968
+ "value": "**`<lr-known-date>`** (default: `var(--lr-color-danger)`) — Border color of each `field-input` while `:host([data-invalid])` is set."
1969
+ }
1970
+ },
1285
1971
  {
1286
1972
  "name": "--lr-known-date-month-field-width",
1287
1973
  "description": {
@@ -1332,26 +2018,180 @@
1332
2018
  }
1333
2019
  },
1334
2020
  {
1335
- "name": "--lr-markdown-font-mono",
2021
+ "name": "--lr-locale-picker-expand-size",
1336
2022
  "description": {
1337
2023
  "kind": "markdown",
1338
- "value": "**`<lr-markdown>`** (default: `var(--lr-font-mono)`) Monospace family for rendered `<code>` inside `content`."
2024
+ "value": "**`<lr-locale-picker>`** — Decorative expand-icon box size, scaled by `size`."
1339
2025
  }
1340
2026
  },
1341
2027
  {
1342
- "name": "--lr-media-card-max-height",
2028
+ "name": "--lr-locale-picker-font-size",
1343
2029
  "description": {
1344
2030
  "kind": "markdown",
1345
- "value": "**`<lr-media-card>`** (default: `var(--lr-size-20rem)`) Cap on the block size of the `<img>`/`<video>` in `[part=\"media\"]`."
2031
+ "value": "**`<lr-locale-picker>`** — Trigger font size, scaled by `size`."
1346
2032
  }
1347
2033
  },
1348
2034
  {
1349
- "name": "--lr-mind-map-ring-gap",
2035
+ "name": "--lr-locale-picker-option-active-bg",
2036
+ "description": {
2037
+ "kind": "markdown",
2038
+ "value": "**`<lr-locale-picker>`** (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row."
2039
+ }
2040
+ },
2041
+ {
2042
+ "name": "--lr-locale-picker-trigger-height",
2043
+ "description": {
2044
+ "kind": "markdown",
2045
+ "value": "**`<lr-locale-picker>`** — Exact trigger height. Unset by default (a floor only via `-trigger-min-height`); set a length to both floor and cap the trigger, e.g. to pixel-match a sibling field in the same toolbar row."
2046
+ }
2047
+ },
2048
+ {
2049
+ "name": "--lr-locale-picker-trigger-min-height",
2050
+ "description": {
2051
+ "kind": "markdown",
2052
+ "value": "**`<lr-locale-picker>`** — Trigger block-size floor, scaled by `size`."
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "--lr-locale-picker-trigger-padding",
2057
+ "description": {
2058
+ "kind": "markdown",
2059
+ "value": "**`<lr-locale-picker>`** — Trigger padding shorthand, scaled by `size`."
2060
+ }
2061
+ },
2062
+ {
2063
+ "name": "--lr-markdown-font-mono",
2064
+ "description": {
2065
+ "kind": "markdown",
2066
+ "value": "**`<lr-markdown>`** (default: `var(--lr-font-mono)`) — Monospace family for rendered `<code>` inside `content`."
2067
+ }
2068
+ },
2069
+ {
2070
+ "name": "--lr-media-card-max-height",
2071
+ "description": {
2072
+ "kind": "markdown",
2073
+ "value": "**`<lr-media-card>`** (default: `var(--lr-size-20rem)`) — Cap on the block size of the `<img>`/`<video>` in `[part=\"media\"]`. **Chrome escape hatch.** `appearance=\"plain\"` drops `[part=\"base\"]`'s border, background, padding, and corner radius — for a dense list/feed of cards (this component's own documented primary use case) where the surrounding container already provides its own separation, so cards don't double up on chrome. Mirrors `<lr-source-card>`'s identical `appearance` vocabulary."
2074
+ }
2075
+ },
2076
+ {
2077
+ "name": "--lr-memory-panel-confidence-danger-color",
2078
+ "description": {
2079
+ "kind": "markdown",
2080
+ "value": "**`<lr-memory-panel>`** (default: `var(--lr-color-danger)`) — Text color for a low-confidence item's confidence indicator."
2081
+ }
2082
+ },
2083
+ {
2084
+ "name": "--lr-memory-panel-confidence-success-color",
2085
+ "description": {
2086
+ "kind": "markdown",
2087
+ "value": "**`<lr-memory-panel>`** (default: `var(--lr-color-success)`) — Text color for a high-confidence item's confidence indicator."
2088
+ }
2089
+ },
2090
+ {
2091
+ "name": "--lr-memory-panel-confidence-warning-color",
2092
+ "description": {
2093
+ "kind": "markdown",
2094
+ "value": "**`<lr-memory-panel>`** (default: `var(--lr-color-warning)`) — Text color for a medium-confidence item's confidence indicator."
2095
+ }
2096
+ },
2097
+ {
2098
+ "name": "--lr-mention-popover-option-active-bg",
2099
+ "description": {
2100
+ "kind": "markdown",
2101
+ "value": "**`<lr-mention-popover>`** (default: `var(--lr-color-brand-quiet)`) — Background of the hovered or `[data-active]` (keyboard-highlighted) suggestion row."
2102
+ }
2103
+ },
2104
+ {
2105
+ "name": "--lr-message-feedback-down-active-bg",
2106
+ "description": {
2107
+ "kind": "markdown",
2108
+ "value": "**`<lr-message-feedback>`** (default: `var(--lr-color-danger-quiet)`) — Background of the pressed thumbs-down button."
2109
+ }
2110
+ },
2111
+ {
2112
+ "name": "--lr-message-feedback-down-active-border",
2113
+ "description": {
2114
+ "kind": "markdown",
2115
+ "value": "**`<lr-message-feedback>`** (default: `var(--lr-color-danger)`) — Border color of the pressed thumbs-down button."
2116
+ }
2117
+ },
2118
+ {
2119
+ "name": "--lr-message-feedback-down-active-color",
2120
+ "description": {
2121
+ "kind": "markdown",
2122
+ "value": "**`<lr-message-feedback>`** (default: `var(--lr-color-danger)`) — Glyph color of the pressed thumbs-down button."
2123
+ }
2124
+ },
2125
+ {
2126
+ "name": "--lr-message-feedback-up-active-bg",
2127
+ "description": {
2128
+ "kind": "markdown",
2129
+ "value": "**`<lr-message-feedback>`** (default: `var(--lr-color-success-quiet)`) — Background of the pressed thumbs-up button."
2130
+ }
2131
+ },
2132
+ {
2133
+ "name": "--lr-message-feedback-up-active-border",
2134
+ "description": {
2135
+ "kind": "markdown",
2136
+ "value": "**`<lr-message-feedback>`** (default: `var(--lr-color-success)`) — Border color of the pressed thumbs-up button."
2137
+ }
2138
+ },
2139
+ {
2140
+ "name": "--lr-message-feedback-up-active-color",
2141
+ "description": {
2142
+ "kind": "markdown",
2143
+ "value": "**`<lr-message-feedback>`** (default: `var(--lr-color-success)`) — Glyph color of the pressed thumbs-up button. Not declared on `:host`, so it can be set on the element or any ancestor; scoped to the pressed state, unlike overriding the shared `--lr-color-success`."
2144
+ }
2145
+ },
2146
+ {
2147
+ "name": "--lr-mind-map-node-hover-halo",
2148
+ "description": {
2149
+ "kind": "markdown",
2150
+ "value": "**`<lr-mind-map>`** (default: `var(--lr-color-brand-quiet)`) — Stroke color of the hover halo drawn around a topic node's dot, giving mouse users the same \"this is clickable\" feedback keyboard users get from the drawn focus ring."
2151
+ }
2152
+ },
2153
+ {
2154
+ "name": "--lr-mind-map-ring-gap",
1350
2155
  "description": {
1351
2156
  "kind": "markdown",
1352
2157
  "value": "**`<lr-mind-map>`** (default: `6rem`) — Radius step per depth ring."
1353
2158
  }
1354
2159
  },
2160
+ {
2161
+ "name": "--lr-model-select-expand-size",
2162
+ "description": {
2163
+ "kind": "markdown",
2164
+ "value": "**`<lr-model-select>`** (default: `var(--lr-size-1-75rem)`) — Decorative expand-icon box size, scaled by `size`."
2165
+ }
2166
+ },
2167
+ {
2168
+ "name": "--lr-model-select-font-size",
2169
+ "description": {
2170
+ "kind": "markdown",
2171
+ "value": "**`<lr-model-select>`** (default: `var(--lr-font-size-md)`) — Trigger/combobox font size, scaled by `size`."
2172
+ }
2173
+ },
2174
+ {
2175
+ "name": "--lr-model-select-option-active-bg",
2176
+ "description": {
2177
+ "kind": "markdown",
2178
+ "value": "**`<lr-model-select>`** (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row."
2179
+ }
2180
+ },
2181
+ {
2182
+ "name": "--lr-model-select-trigger-min-height",
2183
+ "description": {
2184
+ "kind": "markdown",
2185
+ "value": "**`<lr-model-select>`** (default: `var(--lr-size-2-5rem)`) — Trigger/combobox block-size floor, scaled by `size`."
2186
+ }
2187
+ },
2188
+ {
2189
+ "name": "--lr-model-select-trigger-padding",
2190
+ "description": {
2191
+ "kind": "markdown",
2192
+ "value": "**`<lr-model-select>`** (default: `var(--lr-space-xs) var(--lr-space-s)`) — Trigger/combobox padding shorthand, scaled by `size`."
2193
+ }
2194
+ },
1355
2195
  {
1356
2196
  "name": "--lr-node-fill",
1357
2197
  "description": {
@@ -1359,6 +2199,13 @@
1359
2199
  "value": "**`<lr-graph>`** (default: `var(--lr-color-brand)`) — Default node fill, overridden per-node by `GraphNode.color`."
1360
2200
  }
1361
2201
  },
2202
+ {
2203
+ "name": "--lr-notebook-viewer-active-bg",
2204
+ "description": {
2205
+ "kind": "markdown",
2206
+ "value": "**`<lr-notebook-viewer>`** (default: `var(--lr-color-brand-quiet)`) — Background of the `[part=\"cell\"]` currently targeted by an anchor."
2207
+ }
2208
+ },
1362
2209
  {
1363
2210
  "name": "--lr-notebook-viewer-max-height",
1364
2211
  "description": {
@@ -1373,6 +2220,13 @@
1373
2220
  "value": "**`<lr-dropdown>`, `<lr-popover>`** — Maximum inline size of the popup (default `--lr-size-20rem`)."
1374
2221
  }
1375
2222
  },
2223
+ {
2224
+ "name": "--lr-page-rail-current-bg",
2225
+ "description": {
2226
+ "kind": "markdown",
2227
+ "value": "**`<lr-page-rail>`** (default: `var(--lr-color-brand-quiet)`) — Background of the `[part=\"page-current\"]` button for the current `page`."
2228
+ }
2229
+ },
1376
2230
  {
1377
2231
  "name": "--lr-page-rail-height",
1378
2232
  "description": {
@@ -1380,445 +2234,907 @@
1380
2234
  "value": "**`<lr-page-rail>`** (default: `var(--lr-size-24rem)`) — Block size of the virtualized rail."
1381
2235
  }
1382
2236
  },
2237
+ {
2238
+ "name": "--lr-pagination-control-padding",
2239
+ "description": {
2240
+ "kind": "markdown",
2241
+ "value": "**`<lr-pagination>`** (default: `var(--lr-space-xs)`) — Inner padding of the nav buttons and the page input. Uniform across every `size` (the control footprint is fixed by `--lr-pagination-control-size`, so this only adjusts the icon/digit inset)."
2242
+ }
2243
+ },
1383
2244
  {
1384
2245
  "name": "--lr-pagination-control-size",
1385
2246
  "description": {
1386
2247
  "kind": "markdown",
1387
- "value": "**`<lr-pagination>`** — Control inline/block size; defaults from the `size` variant."
2248
+ "value": "**`<lr-pagination>`** — Control inline/block size; defaults from the `size` variant."
2249
+ }
2250
+ },
2251
+ {
2252
+ "name": "--lr-pagination-font-size",
2253
+ "description": {
2254
+ "kind": "markdown",
2255
+ "value": "**`<lr-pagination>`** — Control font size; defaults from the `size` variant."
2256
+ }
2257
+ },
2258
+ {
2259
+ "name": "--lr-pdf-viewer-height",
2260
+ "description": {
2261
+ "kind": "markdown",
2262
+ "value": "**`<lr-pdf-viewer>`** (default: `var(--lr-size-24rem)`) — Block size of the virtualized page list. Also settable via the `max-height` property."
2263
+ }
2264
+ },
2265
+ {
2266
+ "name": "--lr-phone-input-control-height",
2267
+ "description": {
2268
+ "kind": "markdown",
2269
+ "value": "**`<lr-phone-input>`** — Exact input-wrapper height. Unset by default, which leaves `--lr-phone-input-control-min-height` as a floor only; set it to a length to both floor and cap the row (e.g. to pixel-match a sibling field in the same toolbar row). Because it is never declared by the component itself, it can be set from an ancestor or an outer-tree rule as well as inline on the element."
2270
+ }
2271
+ },
2272
+ {
2273
+ "name": "--lr-phone-input-control-min-height",
2274
+ "description": {
2275
+ "kind": "markdown",
2276
+ "value": "**`<lr-phone-input>`** — Input-wrapper block-size floor, scaled by `size`."
2277
+ }
2278
+ },
2279
+ {
2280
+ "name": "--lr-phone-input-font-size",
2281
+ "description": {
2282
+ "kind": "markdown",
2283
+ "value": "**`<lr-phone-input>`** — Input/flag/country-code/calling-code font size, scaled by `size`."
2284
+ }
2285
+ },
2286
+ {
2287
+ "name": "--lr-phone-input-padding-block",
2288
+ "description": {
2289
+ "kind": "markdown",
2290
+ "value": "**`<lr-phone-input>`** — Input block-padding, scaled by `size`."
2291
+ }
2292
+ },
2293
+ {
2294
+ "name": "--lr-playback-icon-size",
2295
+ "description": {
2296
+ "kind": "markdown",
2297
+ "value": "**`<lr-playback>`** (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."
2298
+ }
2299
+ },
2300
+ {
2301
+ "name": "--lr-policy-summary-count-allow-color",
2302
+ "description": {
2303
+ "kind": "markdown",
2304
+ "value": "**`<lr-policy-summary>`** (default: `var(--lr-color-success)`) — Text color of the `allow` count."
2305
+ }
2306
+ },
2307
+ {
2308
+ "name": "--lr-policy-summary-count-deny-color",
2309
+ "description": {
2310
+ "kind": "markdown",
2311
+ "value": "**`<lr-policy-summary>`** (default: `var(--lr-color-danger)`) — Text color of the `deny` count."
2312
+ }
2313
+ },
2314
+ {
2315
+ "name": "--lr-policy-summary-count-needs-review-color",
2316
+ "description": {
2317
+ "kind": "markdown",
2318
+ "value": "**`<lr-policy-summary>`** (default: `var(--lr-color-warning)`) — Text color of the `needs-review` count. Restyling a state count otherwise requires overriding the library-wide status tokens, since `::part(count)[data-state]` is invalid CSS."
2319
+ }
2320
+ },
2321
+ {
2322
+ "name": "--lr-poll-status-due-bg",
2323
+ "description": {
2324
+ "kind": "markdown",
2325
+ "value": "**`<lr-poll-status>`** (default: `var(--lr-color-success)`) — Background of `indicator` while `data-due` is set, without repainting every other component that reuses the shared success token."
2326
+ }
2327
+ },
2328
+ {
2329
+ "name": "--lr-progress-ring-size",
2330
+ "description": {
2331
+ "kind": "markdown",
2332
+ "value": "**`<lr-progress-ring>`** (default: `var(--lr-size-2-5rem)`) — Outer diameter of the ring."
2333
+ }
2334
+ },
2335
+ {
2336
+ "name": "--lr-push-to-talk-recording-color",
2337
+ "description": {
2338
+ "kind": "markdown",
2339
+ "value": "**`<lr-push-to-talk>`** (default: `var(--lr-color-danger)`) — Border and text color of `[part=\"trigger\"]` while `state` is `recording`. Recolors only the recording treatment, leaving every other danger-toned surface on the page untouched."
2340
+ }
2341
+ },
2342
+ {
2343
+ "name": "--lr-push-to-talk-size",
2344
+ "description": {
2345
+ "kind": "markdown",
2346
+ "value": "**`<lr-push-to-talk>`** (default: `var(--lr-size-3rem)`) — Inline and block size of the circular `trigger` button."
2347
+ }
2348
+ },
2349
+ {
2350
+ "name": "--lr-qr-code-background",
2351
+ "description": {
2352
+ "kind": "markdown",
2353
+ "value": "**`<lr-qr-code>`** (default: `var(--lr-color-surface)`) — Light/background module color, including the quiet zone."
2354
+ }
2355
+ },
2356
+ {
2357
+ "name": "--lr-qr-code-fill",
2358
+ "description": {
2359
+ "kind": "markdown",
2360
+ "value": "**`<lr-qr-code>`** (default: `var(--lr-color-text)`) — Dark/foreground module color."
2361
+ }
2362
+ },
2363
+ {
2364
+ "name": "--lr-radio-label-indent",
2365
+ "description": {
2366
+ "kind": "markdown",
2367
+ "value": "**`<lr-radio>`** (default: `calc(min(var(--lr-icon-button-size), 1.75rem) + var(--lr-space-s))`) — The inline distance from the control's start edge to the start of the label text, i.e. the circle's own floor plus the gap next to it. Published so a consumer composing per-option hint text under the label can align it without re-deriving that formula from the shadow styles, and used as the source of the real gap so the two cannot drift. Setting it on the element (or on `lr-radio` in your own stylesheet) moves the label; because custom properties inherit down and not sideways, it is *not* readable from a sibling node in your tree — align a sibling by computing the same formula from `--lr-theme-icon-button-size` and `--lr-theme-space-s`, which you control."
2368
+ }
2369
+ },
2370
+ {
2371
+ "name": "--lr-random-content-animation-duration",
2372
+ "description": {
2373
+ "kind": "markdown",
2374
+ "value": "**`<lr-random-content>`** (default: `300ms`) — Duration of the entrance animation."
2375
+ }
2376
+ },
2377
+ {
2378
+ "name": "--lr-random-content-animation-easing",
2379
+ "description": {
2380
+ "kind": "markdown",
2381
+ "value": "**`<lr-random-content>`** (default: `ease`) — Easing function for the entrance animation."
2382
+ }
2383
+ },
2384
+ {
2385
+ "name": "--lr-random-content-animation-translate",
2386
+ "description": {
2387
+ "kind": "markdown",
2388
+ "value": "**`<lr-random-content>`** (default: `var(--lr-size-0-5em)`) — Translation distance for directional animations."
2389
+ }
2390
+ },
2391
+ {
2392
+ "name": "--lr-rating-empty-color",
2393
+ "description": {
2394
+ "kind": "markdown",
2395
+ "value": "**`<lr-rating>`** (default: `var(--lr-color-border)`) — Unfilled-star color."
2396
+ }
2397
+ },
2398
+ {
2399
+ "name": "--lr-rating-fill",
2400
+ "description": {
2401
+ "kind": "markdown",
2402
+ "value": "**`<lr-rating>`** (default: `var(--lr-color-warning)`) — Filled-star color."
2403
+ }
2404
+ },
2405
+ {
2406
+ "name": "--lr-rating-size",
2407
+ "description": {
2408
+ "kind": "markdown",
2409
+ "value": "**`<lr-rating>`** (default: `var(--lr-font-size-xl)`) — Star size."
2410
+ }
2411
+ },
2412
+ {
2413
+ "name": "--lr-reorder-item-gap",
2414
+ "description": {
2415
+ "kind": "markdown",
2416
+ "value": "**`<lr-reorder-item>`** (default: `var(--lr-space-xs)`) — Gap between the move buttons and content."
2417
+ }
2418
+ },
2419
+ {
2420
+ "name": "--lr-reorder-list-gap",
2421
+ "description": {
2422
+ "kind": "markdown",
2423
+ "value": "**`<lr-reorder-list>`** (default: `var(--lr-space-2xs)`) — Gap between rows."
2424
+ }
2425
+ },
2426
+ {
2427
+ "name": "--lr-responsive-panel-overlay-color",
2428
+ "description": {
2429
+ "kind": "markdown",
2430
+ "value": "**`<lr-responsive-panel>`** (default: `var(--lr-color-overlay)`) — The overlay presentation's scrim color, applied to `[part=\"backdrop\"]`."
2431
+ }
2432
+ },
2433
+ {
2434
+ "name": "--lr-responsive-panel-sheet-max-block-size",
2435
+ "description": {
2436
+ "kind": "markdown",
2437
+ "value": "**`<lr-responsive-panel>`** (default: `85dvh`) — Maximum height of the `variant=\"bottom-sheet\"` overlay panel (falls back to `85vh` where `dvh` is unsupported)."
2438
+ }
2439
+ },
2440
+ {
2441
+ "name": "--lr-result-card-compact-body-padding",
2442
+ "description": {
2443
+ "kind": "markdown",
2444
+ "value": "**`<lr-result-card>`** (default: `var(--lr-space-xs)`) — `[part=\"body\"]` padding while `compact`."
2445
+ }
2446
+ },
2447
+ {
2448
+ "name": "--lr-result-card-compact-header-padding",
2449
+ "description": {
2450
+ "kind": "markdown",
2451
+ "value": "**`<lr-result-card>`** (default: `var(--lr-space-xs)`) — `[part=\"header\"]` block/inline padding while `compact`."
2452
+ }
2453
+ },
2454
+ {
2455
+ "name": "--lr-retrieval-results-selected-border",
2456
+ "description": {
2457
+ "kind": "markdown",
2458
+ "value": "**`<lr-retrieval-results>`** (default: `var(--lr-color-brand)`) — Inline-start border color marking a selected `[part=\"row-body\"]`. A border rather than a fill by design (see the styles file), so recoloring it carries no contrast risk for the row's own text."
2459
+ }
2460
+ },
2461
+ {
2462
+ "name": "--lr-retrieval-trace-active-border",
2463
+ "description": {
2464
+ "kind": "markdown",
2465
+ "value": "**`<lr-retrieval-trace>`** (default: `var(--lr-color-brand)`) — Border color of the `[part=\"evidence-row\"]` whose stage matches `activeStageId`."
2466
+ }
2467
+ },
2468
+ {
2469
+ "name": "--lr-scroll-fade-size",
2470
+ "description": {
2471
+ "kind": "markdown",
2472
+ "value": "**`<lr-segmented>`, `<lr-tabs>`** (default: `2rem`) — Width of the static fade at each horizontal scroll edge."
2473
+ }
2474
+ },
2475
+ {
2476
+ "name": "--lr-scroller-control-size",
2477
+ "description": {
2478
+ "kind": "markdown",
2479
+ "value": "**`<lr-scroller>`** (default: `var(--lr-size-2rem)`) — Control size."
2480
+ }
2481
+ },
2482
+ {
2483
+ "name": "--lr-scroller-min-block-size",
2484
+ "description": {
2485
+ "kind": "markdown",
2486
+ "value": "**`<lr-scroller>`** (default: `var(--lr-size-10rem)`) — Minimum vertical scroller size."
2487
+ }
2488
+ },
2489
+ {
2490
+ "name": "--lr-segmented-font-size",
2491
+ "description": {
2492
+ "kind": "markdown",
2493
+ "value": "**`<lr-segmented>`** (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size."
2494
+ }
2495
+ },
2496
+ {
2497
+ "name": "--lr-segmented-hover-color",
2498
+ "description": {
2499
+ "kind": "markdown",
2500
+ "value": "**`<lr-segmented>`** (default: `var(--lr-color-text)`) — Text color of a hovered segment that is neither checked nor disabled. Independent of the selected-state props above — recoloring the checked pill leaves this untouched."
2501
+ }
2502
+ },
2503
+ {
2504
+ "name": "--lr-segmented-segment-padding",
2505
+ "description": {
2506
+ "kind": "markdown",
2507
+ "value": "**`<lr-segmented>`** (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."
2508
+ }
2509
+ },
2510
+ {
2511
+ "name": "--lr-segmented-selected-bg",
2512
+ "description": {
2513
+ "kind": "markdown",
2514
+ "value": "**`<lr-segmented>`** (default: `var(--lr-color-surface)`) — Background of the checked segment. Scoped to `[aria-checked='true']` only, so it never repaints a hovered unselected segment (which is what hijacking `--lr-color-surface` library-wide used to do)."
2515
+ }
2516
+ },
2517
+ {
2518
+ "name": "--lr-segmented-selected-color",
2519
+ "description": {
2520
+ "kind": "markdown",
2521
+ "value": "**`<lr-segmented>`** (default: `var(--lr-color-text)`) — Text color of the checked segment."
2522
+ }
2523
+ },
2524
+ {
2525
+ "name": "--lr-segmented-selected-font-weight",
2526
+ "description": {
2527
+ "kind": "markdown",
2528
+ "value": "**`<lr-segmented>`** (default: `var(--lr-font-weight-semibold)`) — Font weight of the checked segment."
2529
+ }
2530
+ },
2531
+ {
2532
+ "name": "--lr-segmented-selected-shadow",
2533
+ "description": {
2534
+ "kind": "markdown",
2535
+ "value": "**`<lr-segmented>`** (default: `var(--lr-shadow)`) — Box shadow lifting the checked segment off the track."
2536
+ }
2537
+ },
2538
+ {
2539
+ "name": "--lr-segmented-track-height",
2540
+ "description": {
2541
+ "kind": "markdown",
2542
+ "value": "**`<lr-segmented>`** — Exact height of the `base` track, pinning it at every `size` tier (sets both `block-size` and `min-block-size`) so the row can sit flush beside a hard-sized toolbar control. **Genuinely unset by default** — while unset each tier keeps its own `--lr-segmented-track-min-height` floor and the track grows with its content."
2543
+ }
2544
+ },
2545
+ {
2546
+ "name": "--lr-segmented-track-min-height",
2547
+ "description": {
2548
+ "kind": "markdown",
2549
+ "value": "**`<lr-segmented>`** (default: `var(--lr-size-2-5rem)`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `2.5rem` (40px) default applies at the unset/`m` size, matching `<lr-input>`/`<lr-select>`/`<lr-combobox>`'s own shared default-tier floor. Because it is declared on `:host` per tier, override it on the element itself, not on an ancestor."
2550
+ }
2551
+ },
2552
+ {
2553
+ "name": "--lr-select-expand-size",
2554
+ "description": {
2555
+ "kind": "markdown",
2556
+ "value": "**`<lr-select>`** — Decorative expand-icon box size, scaled by `size`."
2557
+ }
2558
+ },
2559
+ {
2560
+ "name": "--lr-select-font-size",
2561
+ "description": {
2562
+ "kind": "markdown",
2563
+ "value": "**`<lr-select>`** — Trigger font size, scaled by `size`."
2564
+ }
2565
+ },
2566
+ {
2567
+ "name": "--lr-select-option-active-bg",
2568
+ "description": {
2569
+ "kind": "markdown",
2570
+ "value": "**`<lr-select>`** (default: `var(--lr-color-brand-quiet)`) — Background of the hovered/keyboard-active option row. Not declared on `:host`, so a value set on any ancestor is never shadowed -- retheme just this row state without hijacking the shared `--lr-color-brand-quiet` token used by every other component's own hover/active state."
2571
+ }
2572
+ },
2573
+ {
2574
+ "name": "--lr-select-trigger-height",
2575
+ "description": {
2576
+ "kind": "markdown",
2577
+ "value": "**`<lr-select>`** — Exact trigger height. Unset by default, which leaves `--lr-select-trigger-min-height` as a floor only; set it to a length to both floor and cap the trigger (e.g. to pixel-match a sibling field in the same toolbar row). Because it is never declared by the component itself, it can be set from an ancestor or an outer-tree rule as well as inline on the element."
2578
+ }
2579
+ },
2580
+ {
2581
+ "name": "--lr-select-trigger-min-height",
2582
+ "description": {
2583
+ "kind": "markdown",
2584
+ "value": "**`<lr-select>`** — Trigger block-size floor, scaled by `size`, and live at every tier including the default `m` (`2.5rem`, matching `<lr-input>`/`<lr-combobox>` at that tier)."
2585
+ }
2586
+ },
2587
+ {
2588
+ "name": "--lr-select-trigger-padding",
2589
+ "description": {
2590
+ "kind": "markdown",
2591
+ "value": "**`<lr-select>`** — Trigger padding shorthand, scaled by `size`."
2592
+ }
2593
+ },
2594
+ {
2595
+ "name": "--lr-sequence-strip-height",
2596
+ "description": {
2597
+ "kind": "markdown",
2598
+ "value": "**`<lr-sequence-strip>`** (default: `var(--lr-size-1-5rem)`) — Block size of the strip."
2599
+ }
2600
+ },
2601
+ {
2602
+ "name": "--lr-sequence-strip-legend-marker-bg",
2603
+ "description": {
2604
+ "kind": "markdown",
2605
+ "value": "**`<lr-sequence-strip>`** (default: `var(--lr-color-surface-raised)`) — Neutral chip background behind the marker legend row's bar; it stands in for \"any cell\", so it deliberately matches no category color."
2606
+ }
2607
+ },
2608
+ {
2609
+ "name": "--lr-sequence-strip-legend-swatch-size",
2610
+ "description": {
2611
+ "kind": "markdown",
2612
+ "value": "**`<lr-sequence-strip>`** (default: `var(--lr-size-0-625rem)`) — Inline and block size of a legend swatch (category and marker rows alike)."
2613
+ }
2614
+ },
2615
+ {
2616
+ "name": "--lr-sequence-strip-marker-color",
2617
+ "description": {
2618
+ "kind": "markdown",
2619
+ "value": "**`<lr-sequence-strip>`** (default: `var(--lr-color-text)`) — Color of the bottom marker on a `marker: true` cell, and of the marker legend row's bar."
2620
+ }
2621
+ },
2622
+ {
2623
+ "name": "--lr-skeleton-h",
2624
+ "description": {
2625
+ "kind": "markdown",
2626
+ "value": "**`<lr-skeleton>`** (default: `var(--lr-size-1em)`) — Block size of the placeholder."
2627
+ }
2628
+ },
2629
+ {
2630
+ "name": "--lr-skeleton-w",
2631
+ "description": {
2632
+ "kind": "markdown",
2633
+ "value": "**`<lr-skeleton>`** (default: `100%`) — Inline size of the placeholder."
2634
+ }
2635
+ },
2636
+ {
2637
+ "name": "--lr-source-card-compact-gap",
2638
+ "description": {
2639
+ "kind": "markdown",
2640
+ "value": "**`<lr-source-card>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"base\"]`'s rows while `compact`."
2641
+ }
2642
+ },
2643
+ {
2644
+ "name": "--lr-source-card-compact-padding",
2645
+ "description": {
2646
+ "kind": "markdown",
2647
+ "value": "**`<lr-source-card>`** (default: `var(--lr-space-xs)`) — `[part=\"base\"]` padding while `compact`."
2648
+ }
2649
+ },
2650
+ {
2651
+ "name": "--lr-source-picker-checked-bg",
2652
+ "description": {
2653
+ "kind": "markdown",
2654
+ "value": "**`<lr-source-picker>`** — Background of a fully-checked selection control: the `select-all` pill (defaults to `var(--lr-color-brand-quiet)`) and a fully-selected entry's `[part=\"checkbox\"]` (defaults to `var(--lr-color-brand)`). The two keep their distinct resting defaults; setting this prop unifies both."
2655
+ }
2656
+ },
2657
+ {
2658
+ "name": "--lr-source-picker-checked-border",
2659
+ "description": {
2660
+ "kind": "markdown",
2661
+ "value": "**`<lr-source-picker>`** (default: `var(--lr-color-brand)`) — Border color of every checked or mixed selection control."
2662
+ }
2663
+ },
2664
+ {
2665
+ "name": "--lr-source-picker-mixed-bg",
2666
+ "description": {
2667
+ "kind": "markdown",
2668
+ "value": "**`<lr-source-picker>`** (default: `color-mix(in srgb, var(--lr-color-brand) 50%, var(--lr-color-surface))`) — Background of a partially-selected entry's `[part=\"checkbox\"]`."
2669
+ }
2670
+ },
2671
+ {
2672
+ "name": "--lr-span-waterfall-name-width",
2673
+ "description": {
2674
+ "kind": "markdown",
2675
+ "value": "**`<lr-span-waterfall>`** (default: `8rem`) — Width of the name gutter column."
2676
+ }
2677
+ },
2678
+ {
2679
+ "name": "--lr-span-waterfall-row-active-bg",
2680
+ "description": {
2681
+ "kind": "markdown",
2682
+ "value": "**`<lr-span-waterfall>`** (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) row. Shadow Parts forbids an attribute selector after `::part()`, so the active row could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token."
2683
+ }
2684
+ },
2685
+ {
2686
+ "name": "--lr-span-waterfall-stripe-speed",
2687
+ "description": {
2688
+ "kind": "markdown",
2689
+ "value": "**`<lr-span-waterfall>`** — Animation duration for a `running` span's striped bar; defaults to `--lr-transition-ambient`."
2690
+ }
2691
+ },
2692
+ {
2693
+ "name": "--lr-sparkline-area-opacity",
2694
+ "description": {
2695
+ "kind": "markdown",
2696
+ "value": "**`<lr-sparkline>`** (default: `0.15`) — Fill opacity of the area under the line (type=\"area\")."
2697
+ }
2698
+ },
2699
+ {
2700
+ "name": "--lr-sparkline-stroke-width",
2701
+ "description": {
2702
+ "kind": "markdown",
2703
+ "value": "**`<lr-sparkline>`** (default: `1.5`) — Stroke width of the line/area path."
1388
2704
  }
1389
2705
  },
1390
2706
  {
1391
- "name": "--lr-pagination-font-size",
2707
+ "name": "--lr-spinner-duration",
1392
2708
  "description": {
1393
2709
  "kind": "markdown",
1394
- "value": "**`<lr-pagination>`** — Control font size; defaults from the `size` variant."
2710
+ "value": "**`<lr-spinner>`** (default: `800ms`) Duration of one rotation. Not read under `prefers-reduced-motion: reduce`, where the animation is disabled entirely."
1395
2711
  }
1396
2712
  },
1397
2713
  {
1398
- "name": "--lr-pdf-viewer-height",
2714
+ "name": "--lr-spinner-size",
1399
2715
  "description": {
1400
2716
  "kind": "markdown",
1401
- "value": "**`<lr-pdf-viewer>`** (default: `var(--lr-size-24rem)`) — Block size of the virtualized page list."
2717
+ "value": "**`<lr-spinner>`** (default: `var(--lr-size-1-25rem)`) — Outer diameter of the indicator."
1402
2718
  }
1403
2719
  },
1404
2720
  {
1405
- "name": "--lr-playback-icon-size",
2721
+ "name": "--lr-spinner-track-width",
1406
2722
  "description": {
1407
2723
  "kind": "markdown",
1408
- "value": "**`<lr-playback>`** (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."
2724
+ "value": "**`<lr-spinner>`** (default: `var(--lr-border-width-medium)`) — Thickness of the ring track."
1409
2725
  }
1410
2726
  },
1411
2727
  {
1412
- "name": "--lr-progress-ring-size",
2728
+ "name": "--lr-split-overlay-color",
1413
2729
  "description": {
1414
2730
  "kind": "markdown",
1415
- "value": "**`<lr-progress-ring>`** (default: `var(--lr-size-2-5rem)`) — Outer diameter of the ring."
2731
+ "value": "**`<lr-split>`** (default: `var(--lr-color-overlay)`) — The `'floating'` drawer scrim's color, applied to `[part=\"backdrop\"]`."
1416
2732
  }
1417
2733
  },
1418
2734
  {
1419
- "name": "--lr-push-to-talk-size",
2735
+ "name": "--lr-spreadsheet-viewer-highlight-color",
1420
2736
  "description": {
1421
2737
  "kind": "markdown",
1422
- "value": "**`<lr-push-to-talk>`** (default: `var(--lr-size-3rem)`) — Inline and block size of the circular `trigger` button."
2738
+ "value": "**`<lr-spreadsheet-viewer>`** (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))`."
1423
2739
  }
1424
2740
  },
1425
2741
  {
1426
- "name": "--lr-qr-code-background",
2742
+ "name": "--lr-stack-trace-font",
1427
2743
  "description": {
1428
2744
  "kind": "markdown",
1429
- "value": "**`<lr-qr-code>`** (default: `var(--lr-color-surface)`) — Light/background module color, including the quiet zone."
2745
+ "value": "**`<lr-stack-trace>`** (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback."
1430
2746
  }
1431
2747
  },
1432
2748
  {
1433
- "name": "--lr-qr-code-fill",
2749
+ "name": "--lr-stack-trace-max-height",
1434
2750
  "description": {
1435
2751
  "kind": "markdown",
1436
- "value": "**`<lr-qr-code>`** (default: `var(--lr-color-text)`) — Dark/foreground module color."
2752
+ "value": "**`<lr-stack-trace>`** (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."
1437
2753
  }
1438
2754
  },
1439
2755
  {
1440
- "name": "--lr-random-content-animation-duration",
2756
+ "name": "--lr-stat-trend-bad-bg",
1441
2757
  "description": {
1442
2758
  "kind": "markdown",
1443
- "value": "**`<lr-random-content>`** (default: `300ms`) — Duration of the entrance animation."
2759
+ "value": "**`<lr-stat>`** (default: `color-mix(in srgb, var(--lr-color-danger) 8%, transparent)`) — Background of the trend pill when its polarity is \"bad\"."
1444
2760
  }
1445
2761
  },
1446
2762
  {
1447
- "name": "--lr-random-content-animation-easing",
2763
+ "name": "--lr-stat-trend-bad-color",
1448
2764
  "description": {
1449
2765
  "kind": "markdown",
1450
- "value": "**`<lr-random-content>`** (default: `ease`) — Easing function for the entrance animation."
2766
+ "value": "**`<lr-stat>`** (default: `var(--lr-color-danger)`) — Text color of the trend pill when its polarity is \"bad\". Independent of the headline value's `variant=\"danger\"` tint, which reads the shared `--lr-color-danger` token directly."
1451
2767
  }
1452
2768
  },
1453
2769
  {
1454
- "name": "--lr-random-content-animation-translate",
2770
+ "name": "--lr-stat-trend-good-bg",
1455
2771
  "description": {
1456
2772
  "kind": "markdown",
1457
- "value": "**`<lr-random-content>`** (default: `var(--lr-size-0-5em)`) — Translation distance for directional animations."
2773
+ "value": "**`<lr-stat>`** (default: `color-mix(in srgb, var(--lr-color-success) 8%, transparent)`) — Background of the trend pill when its polarity is \"good\"."
1458
2774
  }
1459
2775
  },
1460
2776
  {
1461
- "name": "--lr-rating-empty-color",
2777
+ "name": "--lr-stat-trend-good-color",
1462
2778
  "description": {
1463
2779
  "kind": "markdown",
1464
- "value": "**`<lr-rating>`** (default: `var(--lr-color-border)`) — Unfilled-star color."
2780
+ "value": "**`<lr-stat>`** (default: `var(--lr-color-success)`) — Text color of the trend pill when its polarity is \"good\". Independent of the headline value's `variant=\"success\"` tint, which reads the shared `--lr-color-success` token directly."
1465
2781
  }
1466
2782
  },
1467
2783
  {
1468
- "name": "--lr-rating-fill",
2784
+ "name": "--lr-stepper-current-color",
1469
2785
  "description": {
1470
2786
  "kind": "markdown",
1471
- "value": "**`<lr-rating>`** (default: `var(--lr-color-warning)`) — Filled-star color."
2787
+ "value": "**`<lr-stepper>`** (default: `var(--lr-color-text)`) — Text color of the `current` step. Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current step without hijacking the library-wide `--lr-color-text` token."
1472
2788
  }
1473
2789
  },
1474
2790
  {
1475
- "name": "--lr-rating-size",
2791
+ "name": "--lr-stepper-current-font-weight",
1476
2792
  "description": {
1477
2793
  "kind": "markdown",
1478
- "value": "**`<lr-rating>`** (default: `var(--lr-font-size-xl)`) — Star size."
2794
+ "value": "**`<lr-stepper>`** (default: `var(--lr-font-weight-semibold)`) — Font weight of the `current` step's label. `::part(step)[data-state='current']` is invalid CSS (an attribute selector cannot follow `::part`), so this is the only way to change just the current step's boldness without hijacking the library-wide `--lr-font-weight-semibold` token."
1479
2795
  }
1480
2796
  },
1481
2797
  {
1482
- "name": "--lr-responsive-panel-overlay-color",
2798
+ "name": "--lr-stepper-current-index-bg",
1483
2799
  "description": {
1484
2800
  "kind": "markdown",
1485
- "value": "**`<lr-responsive-panel>`** (default: `var(--lr-color-overlay)`) — The overlay presentation's scrim color, applied to `[part=\"backdrop\"]`."
2801
+ "value": "**`<lr-stepper>`** (default: `var(--lr-color-brand)`) — Background of the `current` step's numbered index chip (`step-index`)."
1486
2802
  }
1487
2803
  },
1488
2804
  {
1489
- "name": "--lr-scroll-fade-size",
2805
+ "name": "--lr-stepper-current-index-color",
1490
2806
  "description": {
1491
2807
  "kind": "markdown",
1492
- "value": "**`<lr-segmented>`, `<lr-tabs>`** (default: `2rem`) — Width of the static fade at each horizontal scroll edge."
2808
+ "value": "**`<lr-stepper>`** (default: `var(--lr-color-surface)`) — Text color of the `current` step's numbered index chip."
1493
2809
  }
1494
2810
  },
1495
2811
  {
1496
- "name": "--lr-scroller-control-size",
2812
+ "name": "--lr-stepper-error-color",
1497
2813
  "description": {
1498
2814
  "kind": "markdown",
1499
- "value": "**`<lr-scroller>`** (default: `var(--lr-size-2rem)`) — Control size."
2815
+ "value": "**`<lr-stepper>`** (default: `var(--lr-color-danger)`) — Text color of an `error` step."
1500
2816
  }
1501
2817
  },
1502
2818
  {
1503
- "name": "--lr-scroller-min-block-size",
2819
+ "name": "--lr-stream-status-dot-color",
1504
2820
  "description": {
1505
2821
  "kind": "markdown",
1506
- "value": "**`<lr-scroller>`** (default: `var(--lr-size-10rem)`) — Minimum vertical scroller size."
2822
+ "value": "**`<lr-stream-status>`** (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`."
1507
2823
  }
1508
2824
  },
1509
2825
  {
1510
- "name": "--lr-segmented-font-size",
2826
+ "name": "--lr-stream-status-dot-opacity",
1511
2827
  "description": {
1512
2828
  "kind": "markdown",
1513
- "value": "**`<lr-segmented>`** (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size."
2829
+ "value": "**`<lr-stream-status>`** (default: `0.35`) — `indicator` dot opacity. Swapped by the reflected `phase`: `0.6` for `connecting`, `1` for `streaming` and `stalled`."
1514
2830
  }
1515
2831
  },
1516
2832
  {
1517
- "name": "--lr-segmented-segment-padding",
2833
+ "name": "--lr-streaming-text-cursor-height",
1518
2834
  "description": {
1519
2835
  "kind": "markdown",
1520
- "value": "**`<lr-segmented>`** (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."
2836
+ "value": "**`<lr-streaming-text>`** (default: `var(--lr-size-1em)`) — Height of the `cursor` bar."
1521
2837
  }
1522
2838
  },
1523
2839
  {
1524
- "name": "--lr-segmented-track-min-height",
2840
+ "name": "--lr-streaming-text-cursor-width",
1525
2841
  "description": {
1526
2842
  "kind": "markdown",
1527
- "value": "**`<lr-segmented>`** (default: `auto`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `auto` default applies at the unset/`m` size."
2843
+ "value": "**`<lr-streaming-text>`** (default: `var(--lr-size-0-125rem)`) — Width of the `cursor` bar (also its border radius)."
1528
2844
  }
1529
2845
  },
1530
2846
  {
1531
- "name": "--lr-select-expand-size",
2847
+ "name": "--lr-suggestion-chips-hover-bg",
1532
2848
  "description": {
1533
2849
  "kind": "markdown",
1534
- "value": "**`<lr-select>`** Decorative expand-icon box size, scaled by `size`."
2850
+ "value": "**`<lr-suggestion-chips>`** (default: `var(--lr-color-brand-quiet)`) Background of a hovered chip."
1535
2851
  }
1536
2852
  },
1537
2853
  {
1538
- "name": "--lr-select-font-size",
2854
+ "name": "--lr-suggestion-chips-hover-border",
1539
2855
  "description": {
1540
2856
  "kind": "markdown",
1541
- "value": "**`<lr-select>`** — Trigger font size, scaled by `size`."
2857
+ "value": "**`<lr-suggestion-chips>`** (default: `var(--lr-color-brand)`) Border color of a hovered chip."
1542
2858
  }
1543
2859
  },
1544
2860
  {
1545
- "name": "--lr-select-trigger-height",
2861
+ "name": "--lr-svg-viewer-active-border",
1546
2862
  "description": {
1547
2863
  "kind": "markdown",
1548
- "value": "**`<lr-select>`** (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)."
2864
+ "value": "**`<lr-svg-viewer>`** (default: `var(--lr-color-warning, var(--lr-color-brand))`) — Border color of the `[part=\"region-highlight\"]` matching `activeHighlightId`. Distinct from the resting highlight border, so the active region can be recolored without touching the rest."
1549
2865
  }
1550
2866
  },
1551
2867
  {
1552
- "name": "--lr-select-trigger-min-height",
2868
+ "name": "--lr-svg-viewer-max-height",
1553
2869
  "description": {
1554
2870
  "kind": "markdown",
1555
- "value": "**`<lr-select>`** — 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."
2871
+ "value": "**`<lr-svg-viewer>`** (default: `none`) Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property."
1556
2872
  }
1557
2873
  },
1558
2874
  {
1559
- "name": "--lr-select-trigger-padding",
2875
+ "name": "--lr-swatch-picker-fill-size",
1560
2876
  "description": {
1561
2877
  "kind": "markdown",
1562
- "value": "**`<lr-select>`** — Trigger padding shorthand, scaled by `size`."
2878
+ "value": "**`<lr-swatch-picker>`** (default: `var(--lr-size-1-5rem)`) Visible fill/icon diameter for the swatch, swapped per tier."
1563
2879
  }
1564
2880
  },
1565
2881
  {
1566
- "name": "--lr-sequence-strip-height",
2882
+ "name": "--lr-swatch-picker-hit-size",
1567
2883
  "description": {
1568
2884
  "kind": "markdown",
1569
- "value": "**`<lr-sequence-strip>`** (default: `var(--lr-size-1-5rem)`) — Block size of the strip."
2885
+ "value": "**`<lr-swatch-picker>`** (default: `var(--lr-size-2-5rem)`) — Hit-area size (both min-inline-size and min-block-size) for the swatch button, swapped per tier and floored at 24px."
1570
2886
  }
1571
2887
  },
1572
2888
  {
1573
- "name": "--lr-sequence-strip-legend-swatch-size",
2889
+ "name": "--lr-swatch-picker-selected-blur",
1574
2890
  "description": {
1575
2891
  "kind": "markdown",
1576
- "value": "**`<lr-sequence-strip>`** (default: `var(--lr-size-0-625rem)`) — Inline and block size of a legend swatch."
2892
+ "value": "**`<lr-swatch-picker>`** (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."
1577
2893
  }
1578
2894
  },
1579
2895
  {
1580
- "name": "--lr-sequence-strip-marker-color",
2896
+ "name": "--lr-swatch-picker-selected-color",
1581
2897
  "description": {
1582
2898
  "kind": "markdown",
1583
- "value": "**`<lr-sequence-strip>`** (default: `var(--lr-color-text)`) — Color of the bottom marker on a `marker: true` cell."
2899
+ "value": "**`<lr-swatch-picker>`** (default: `var(--lr-color-brand)`) — Ring color drawn around the selected swatch, themeable independently of the focus ring and every other ring color."
1584
2900
  }
1585
2901
  },
1586
2902
  {
1587
- "name": "--lr-skeleton-h",
2903
+ "name": "--lr-swatch-picker-shine-duration",
1588
2904
  "description": {
1589
2905
  "kind": "markdown",
1590
- "value": "**`<lr-skeleton>`** (default: `var(--lr-size-1em)`) Block size of the placeholder."
2906
+ "value": "**`<lr-swatch-picker>`** (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."
1591
2907
  }
1592
2908
  },
1593
2909
  {
1594
- "name": "--lr-skeleton-w",
2910
+ "name": "--lr-switch-thumb-offset",
1595
2911
  "description": {
1596
2912
  "kind": "markdown",
1597
- "value": "**`<lr-skeleton>`** (default: `100%`) — Inline size of the placeholder."
2913
+ "value": "**`<lr-switch>`** (default: `var(--lr-size-2px)`)Inset of the thumb from the track's edges."
1598
2914
  }
1599
2915
  },
1600
2916
  {
1601
- "name": "--lr-span-waterfall-name-width",
2917
+ "name": "--lr-switch-track-block-size",
1602
2918
  "description": {
1603
2919
  "kind": "markdown",
1604
- "value": "**`<lr-span-waterfall>`** (default: `8rem`) — Width of the name gutter column."
2920
+ "value": "**`<lr-switch>`** (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`."
1605
2921
  }
1606
2922
  },
1607
2923
  {
1608
- "name": "--lr-span-waterfall-stripe-speed",
2924
+ "name": "--lr-switch-track-inline-size",
1609
2925
  "description": {
1610
2926
  "kind": "markdown",
1611
- "value": "**`<lr-span-waterfall>`** — Animation duration for a `running` span's striped bar; defaults to `--lr-transition-ambient`."
2927
+ "value": "**`<lr-switch>`** (default: `var(--lr-size-2-25rem)`) Inline size of the track, and (with the block size) the distance the thumb travels when checked."
1612
2928
  }
1613
2929
  },
1614
2930
  {
1615
- "name": "--lr-sparkline-area-opacity",
2931
+ "name": "--lr-table-heat-t",
1616
2932
  "description": {
1617
2933
  "kind": "markdown",
1618
- "value": "**`<lr-sparkline>`** (default: `0.15`) Fill opacity of the area under the line (type=\"area\")."
2934
+ "value": "**`<lr-table>`** 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."
1619
2935
  }
1620
2936
  },
1621
2937
  {
1622
- "name": "--lr-sparkline-stroke-width",
2938
+ "name": "--lr-table-heat-tint-hi",
1623
2939
  "description": {
1624
2940
  "kind": "markdown",
1625
- "value": "**`<lr-sparkline>`** (default: `1.5`) — Stroke width of the line/area path."
2941
+ "value": "**`<lr-table>`** (default: `var(--lr-color-brand)`) — High endpoint of the heat-tint ramp used by `heatValue` columns."
1626
2942
  }
1627
2943
  },
1628
2944
  {
1629
- "name": "--lr-spinner-duration",
2945
+ "name": "--lr-table-heat-tint-lo",
1630
2946
  "description": {
1631
2947
  "kind": "markdown",
1632
- "value": "**`<lr-spinner>`** (default: `800ms`) — Duration of one rotation. Not read under `prefers-reduced-motion: reduce`, where the animation is disabled entirely."
2948
+ "value": "**`<lr-table>`** (default: `var(--lr-color-brand-quiet)`) — Low endpoint of the heat-tint ramp used by `heatValue` columns."
1633
2949
  }
1634
2950
  },
1635
2951
  {
1636
- "name": "--lr-spinner-size",
2952
+ "name": "--lr-table-max-height",
1637
2953
  "description": {
1638
2954
  "kind": "markdown",
1639
- "value": "**`<lr-spinner>`** (default: `var(--lr-size-1-25rem)`) — Outer diameter of the indicator."
2955
+ "value": "**`<lr-table>`** (default: `none`) — Cap on the scroll container's block size, past which the table body scrolls."
1640
2956
  }
1641
2957
  },
1642
2958
  {
1643
- "name": "--lr-spinner-track-width",
2959
+ "name": "--lr-table-resize-handle-opacity",
1644
2960
  "description": {
1645
2961
  "kind": "markdown",
1646
- "value": "**`<lr-spinner>`** (default: `var(--lr-border-width-medium)`) — Thickness of the ring track."
2962
+ "value": "**`<lr-table>`** (default: `0.12`) — Hover/focus opacity of the resize handle."
1647
2963
  }
1648
2964
  },
1649
2965
  {
1650
- "name": "--lr-split-overlay-color",
2966
+ "name": "--lr-table-resize-min-width",
1651
2967
  "description": {
1652
2968
  "kind": "markdown",
1653
- "value": "**`<lr-split>`** (default: `var(--lr-color-overlay)`) — The `'floating'` drawer scrim's color, applied to `[part=\"backdrop\"]`."
2969
+ "value": "**`<lr-table>`** (default: `var(--lr-size-3rem)`) — Default minimum width for a resizable column without an explicit pixel `minWidth`."
1654
2970
  }
1655
2971
  },
1656
2972
  {
1657
- "name": "--lr-stack-trace-font",
2973
+ "name": "--lr-table-row-selected-bg",
1658
2974
  "description": {
1659
2975
  "kind": "markdown",
1660
- "value": "**`<lr-stack-trace>`** (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback."
2976
+ "value": "**`<lr-table>`** (default: `var(--lr-color-brand-quiet)`) — Background of a row whose `aria-selected` is `true`. Shadow Parts forbids an attribute selector after `::part()`, so `::part(row)[aria-selected]` is invalid CSS and the selected row could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token."
1661
2977
  }
1662
2978
  },
1663
2979
  {
1664
- "name": "--lr-stack-trace-max-height",
2980
+ "name": "--lr-table-sticky-offset",
1665
2981
  "description": {
1666
2982
  "kind": "markdown",
1667
- "value": "**`<lr-stack-trace>`** (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."
2983
+ "value": "**`<lr-table>`** (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."
1668
2984
  }
1669
2985
  },
1670
2986
  {
1671
- "name": "--lr-stream-status-dot-color",
2987
+ "name": "--lr-tabs-hover-color",
1672
2988
  "description": {
1673
2989
  "kind": "markdown",
1674
- "value": "**`<lr-stream-status>`** (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`."
2990
+ "value": "**`<lr-tabs>`** (default: `var(--lr-color-text)`) — Text color of a hovered, non-disabled tab. Independent of the selected-state props above."
1675
2991
  }
1676
2992
  },
1677
2993
  {
1678
- "name": "--lr-stream-status-dot-opacity",
2994
+ "name": "--lr-tabs-indicator-color",
1679
2995
  "description": {
1680
2996
  "kind": "markdown",
1681
- "value": "**`<lr-stream-status>`** (default: `0.35`) — `indicator` dot opacity. Swapped by the reflected `phase`: `0.6` for `connecting`, `1` for `streaming` and `stalled`."
2997
+ "value": "**`<lr-tabs>`** (default: `var(--lr-color-brand)`) — Color of the selected tab's underline, themeable independently of its text color."
1682
2998
  }
1683
2999
  },
1684
3000
  {
1685
- "name": "--lr-streaming-text-cursor-height",
3001
+ "name": "--lr-tabs-selected-color",
1686
3002
  "description": {
1687
3003
  "kind": "markdown",
1688
- "value": "**`<lr-streaming-text>`** (default: `var(--lr-size-1em)`) — Height of the `cursor` bar."
3004
+ "value": "**`<lr-tabs>`** (default: `var(--lr-color-brand)`) — Text color of the selected tab. Scoped to `[aria-selected='true']` only, so it never repaints a hovered unselected tab (which is what hijacking `--lr-color-brand` library-wide used to do)."
1689
3005
  }
1690
3006
  },
1691
3007
  {
1692
- "name": "--lr-streaming-text-cursor-width",
3008
+ "name": "--lr-task-list-compact-body-padding",
1693
3009
  "description": {
1694
3010
  "kind": "markdown",
1695
- "value": "**`<lr-streaming-text>`** (default: `var(--lr-size-0-125rem)`) — Width of the `cursor` bar (also its border radius)."
3011
+ "value": "**`<lr-task-list>`** (default: `var(--lr-space-2xs) var(--lr-space-s) var(--lr-space-s)`) — `[part=\"body\"]` padding while `compact`."
1696
3012
  }
1697
3013
  },
1698
3014
  {
1699
- "name": "--lr-svg-viewer-max-height",
3015
+ "name": "--lr-task-list-compact-gap",
1700
3016
  "description": {
1701
3017
  "kind": "markdown",
1702
- "value": "**`<lr-svg-viewer>`** (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property."
3018
+ "value": "**`<lr-task-list>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"body\"]`'s item rows while `compact`."
1703
3019
  }
1704
3020
  },
1705
3021
  {
1706
- "name": "--lr-swatch-picker-selected-blur",
3022
+ "name": "--lr-task-list-compact-header-padding",
1707
3023
  "description": {
1708
3024
  "kind": "markdown",
1709
- "value": "**`<lr-swatch-picker>`** (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."
3025
+ "value": "**`<lr-task-list>`** (default: `var(--lr-space-2xs) var(--lr-space-s)`) `[part=\"header\"]` padding while `compact`."
1710
3026
  }
1711
3027
  },
1712
3028
  {
1713
- "name": "--lr-swatch-picker-selected-color",
3029
+ "name": "--lr-task-list-spin",
1714
3030
  "description": {
1715
3031
  "kind": "markdown",
1716
- "value": "**`<lr-swatch-picker>`** (default: `var(--lr-color-brand)`) — Ring color drawn around the selected swatch, themeable independently of the focus ring and every other ring color."
3032
+ "value": "**`<lr-task-list>`** (default: `1s linear`) — Running-status icon spin animation duration/timing."
1717
3033
  }
1718
3034
  },
1719
3035
  {
1720
- "name": "--lr-swatch-picker-shine-duration",
3036
+ "name": "--lr-terminal-height",
1721
3037
  "description": {
1722
3038
  "kind": "markdown",
1723
- "value": "**`<lr-swatch-picker>`** (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."
3039
+ "value": "**`<lr-terminal>`** (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."
1724
3040
  }
1725
3041
  },
1726
3042
  {
1727
- "name": "--lr-switch-thumb-offset",
3043
+ "name": "--lr-terminal-highlight-accent-bg",
1728
3044
  "description": {
1729
3045
  "kind": "markdown",
1730
- "value": "**`<lr-switch>`** (default: `var(--lr-size-2px)`) — Inset of the thumb from the track's edges."
3046
+ "value": "**`<lr-terminal>`** (default: `var(--lr-color-brand-quiet)`) — Background of an `accent`-tone highlighted line. Decoupled from the shared `--lr-color-brand-quiet` token also used by `[part=\"copy-button\"]`/`[part=\"download-button\"]`'s hover state, and from any `::part('line')` override (the background is applied inline, so a stylesheet rule can't beat it without `!important`)."
1731
3047
  }
1732
3048
  },
1733
3049
  {
1734
- "name": "--lr-switch-track-block-size",
3050
+ "name": "--lr-terminal-highlight-danger-bg",
1735
3051
  "description": {
1736
3052
  "kind": "markdown",
1737
- "value": "**`<lr-switch>`** (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`."
3053
+ "value": "**`<lr-terminal>`** (default: `var(--lr-color-danger-quiet)`) — Background of a `danger`-tone highlighted line."
1738
3054
  }
1739
3055
  },
1740
3056
  {
1741
- "name": "--lr-switch-track-inline-size",
3057
+ "name": "--lr-terminal-highlight-neutral-bg",
1742
3058
  "description": {
1743
3059
  "kind": "markdown",
1744
- "value": "**`<lr-switch>`** (default: `var(--lr-size-2-25rem)`) — Inline size of the track, and (with the block size) the distance the thumb travels when checked."
3060
+ "value": "**`<lr-terminal>`** (default: `var(--lr-color-surface)`) — Background of a `neutral`-tone highlighted line."
1745
3061
  }
1746
3062
  },
1747
3063
  {
1748
- "name": "--lr-table-heat-t",
3064
+ "name": "--lr-terminal-highlight-success-bg",
1749
3065
  "description": {
1750
3066
  "kind": "markdown",
1751
- "value": "**`<lr-table>`** 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."
3067
+ "value": "**`<lr-terminal>`** (default: `var(--lr-color-success-quiet)`) Background of a `success`-tone highlighted line."
1752
3068
  }
1753
3069
  },
1754
3070
  {
1755
- "name": "--lr-table-heat-tint-hi",
3071
+ "name": "--lr-terminal-highlight-warning-bg",
1756
3072
  "description": {
1757
3073
  "kind": "markdown",
1758
- "value": "**`<lr-table>`** (default: `var(--lr-color-brand)`) — High endpoint of the heat-tint ramp used by `heatValue` columns."
3074
+ "value": "**`<lr-terminal>`** (default: `var(--lr-color-warning-quiet)`) — Background of a `warning`-tone highlighted line."
1759
3075
  }
1760
3076
  },
1761
3077
  {
1762
- "name": "--lr-table-heat-tint-lo",
3078
+ "name": "--lr-test-results-filter-active-bg",
1763
3079
  "description": {
1764
3080
  "kind": "markdown",
1765
- "value": "**`<lr-table>`** (default: `var(--lr-color-brand-quiet)`) — Low endpoint of the heat-tint ramp used by `heatValue` columns."
3081
+ "value": "**`<lr-test-results>`** (default: `var(--lr-color-brand-quiet)`) — Background of a pressed (active) status filter toggle."
1766
3082
  }
1767
3083
  },
1768
3084
  {
1769
- "name": "--lr-table-max-height",
3085
+ "name": "--lr-test-results-filter-active-border",
1770
3086
  "description": {
1771
3087
  "kind": "markdown",
1772
- "value": "**`<lr-table>`** (default: `none`) — Cap on the scroll container's block size, past which the table body scrolls."
3088
+ "value": "**`<lr-test-results>`** (default: `var(--lr-color-brand)`) — Border color of a pressed (active) status filter toggle."
1773
3089
  }
1774
3090
  },
1775
3091
  {
1776
- "name": "--lr-table-resize-handle-opacity",
3092
+ "name": "--lr-test-results-filter-active-color",
1777
3093
  "description": {
1778
3094
  "kind": "markdown",
1779
- "value": "**`<lr-table>`** (default: `0.12`) — Hover/focus opacity of the resize handle."
3095
+ "value": "**`<lr-test-results>`** (default: `var(--lr-color-brand)`) — Text color of a pressed (active) status filter toggle. Restyling the pressed state otherwise requires overriding the library-wide brand tokens, since `::part(filter-toggle)[aria-pressed]` is invalid CSS."
1780
3096
  }
1781
3097
  },
1782
3098
  {
1783
- "name": "--lr-table-resize-min-width",
3099
+ "name": "--lr-textarea-max-block-size",
1784
3100
  "description": {
1785
3101
  "kind": "markdown",
1786
- "value": "**`<lr-table>`** (default: `var(--lr-size-3rem)`) — Default minimum width for a resizable column without an explicit pixel `minWidth`."
3102
+ "value": "**`<lr-textarea>`** (default: `none`) — Maximum auto-grown block size before the textarea scrolls."
1787
3103
  }
1788
3104
  },
1789
3105
  {
1790
- "name": "--lr-table-sticky-offset",
3106
+ "name": "--lr-thinking-panel-max-block-size",
1791
3107
  "description": {
1792
3108
  "kind": "markdown",
1793
- "value": "**`<lr-table>`** (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."
3109
+ "value": "**`<lr-thinking-panel>`** (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally."
1794
3110
  }
1795
3111
  },
1796
3112
  {
1797
- "name": "--lr-task-list-spin",
3113
+ "name": "--lr-time-range-preset-active-bg",
1798
3114
  "description": {
1799
3115
  "kind": "markdown",
1800
- "value": "**`<lr-task-list>`** (default: `1s linear`) — Running-status icon spin animation duration/timing."
3116
+ "value": "**`<lr-time-range>`** (default: `var(--lr-color-brand)`) — Background of the active preset button (`[data-active]`, i.e. the preset whose range matches the current value). Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the active preset without hijacking the library-wide `--lr-color-brand` token."
1801
3117
  }
1802
3118
  },
1803
3119
  {
1804
- "name": "--lr-terminal-height",
3120
+ "name": "--lr-time-range-preset-active-border-color",
1805
3121
  "description": {
1806
3122
  "kind": "markdown",
1807
- "value": "**`<lr-terminal>`** (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."
3123
+ "value": "**`<lr-time-range>`** (default: `var(--lr-color-brand)`) — Border color of the active preset button."
1808
3124
  }
1809
3125
  },
1810
3126
  {
1811
- "name": "--lr-textarea-max-block-size",
3127
+ "name": "--lr-time-range-preset-active-color",
1812
3128
  "description": {
1813
3129
  "kind": "markdown",
1814
- "value": "**`<lr-textarea>`** (default: `none`) — Maximum auto-grown block size before the textarea scrolls."
3130
+ "value": "**`<lr-time-range>`** (default: `var(--lr-color-on-brand)`) — Text color of the active preset button."
1815
3131
  }
1816
3132
  },
1817
3133
  {
1818
- "name": "--lr-thinking-panel-max-block-size",
3134
+ "name": "--lr-time-range-size-scale",
1819
3135
  "description": {
1820
3136
  "kind": "markdown",
1821
- "value": "**`<lr-thinking-panel>`** (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally."
3137
+ "value": "**`<lr-time-range>`** (default: `1`) — Unitless multiplier applied proportionally to the handle, track, and preset-button dimensions based on the current `size` tier; the drag hit-area is floored at 24px (WCAG 2.5.8)."
1822
3138
  }
1823
3139
  },
1824
3140
  {
@@ -1947,6 +3263,34 @@
1947
3263
  "value": "**`<lr-toast>`** (default: `var(--lr-size-28rem)`) — Inline size of the stack, capped by the viewport minus the placement insets."
1948
3264
  }
1949
3265
  },
3266
+ {
3267
+ "name": "--lr-token-input-control-height",
3268
+ "description": {
3269
+ "kind": "markdown",
3270
+ "value": "**`<lr-token-input>`** — Exact input-wrapper height. Unset by default, which leaves `--lr-token-input-control-min-height` as a floor only; set it to a length to both floor and cap the row (e.g. to pixel-match a sibling field in the same toolbar row). Because it is never declared by the component itself, it can be set from an ancestor or an outer-tree rule as well as inline on the element."
3271
+ }
3272
+ },
3273
+ {
3274
+ "name": "--lr-token-input-control-min-height",
3275
+ "description": {
3276
+ "kind": "markdown",
3277
+ "value": "**`<lr-token-input>`** — Input-wrapper block-size floor, scaled by `size`."
3278
+ }
3279
+ },
3280
+ {
3281
+ "name": "--lr-token-input-editor-inline-size",
3282
+ "description": {
3283
+ "kind": "markdown",
3284
+ "value": "**`<lr-token-input>`** (default: `var(--lr-size-6rem)`) — Inline size of the inline token editor opened by `editable`."
3285
+ }
3286
+ },
3287
+ {
3288
+ "name": "--lr-token-input-font-size",
3289
+ "description": {
3290
+ "kind": "markdown",
3291
+ "value": "**`<lr-token-input>`** — Input-wrapper/token font size, scaled by `size`."
3292
+ }
3293
+ },
1950
3294
  {
1951
3295
  "name": "--lr-token-input-input-inline-size",
1952
3296
  "description": {
@@ -1961,6 +3305,13 @@
1961
3305
  "value": "**`<lr-token-input>`** (default: `var(--lr-size-4rem)`) — Inline-size floor of the native text input, so it stays usable once tokens wrap."
1962
3306
  }
1963
3307
  },
3308
+ {
3309
+ "name": "--lr-token-input-padding",
3310
+ "description": {
3311
+ "kind": "markdown",
3312
+ "value": "**`<lr-token-input>`** — Input-wrapper padding, scaled by `size`."
3313
+ }
3314
+ },
1964
3315
  {
1965
3316
  "name": "--lr-tool-approval-dialog-mono-font",
1966
3317
  "description": {
@@ -2038,6 +3389,13 @@
2038
3389
  "value": "**`<lr-tool-select-dialog>`** (default: `var(--lr-color-overlay)`) — Backdrop scrim color."
2039
3390
  }
2040
3391
  },
3392
+ {
3393
+ "name": "--lr-tool-timeline-denied-marker-color",
3394
+ "description": {
3395
+ "kind": "markdown",
3396
+ "value": "**`<lr-tool-timeline>`** (default: `var(--lr-color-warning)`) — Rail-dot color for a `status=\"denied\"` entry, decoupled from the pending-approval border below so a consumer can retint either independently."
3397
+ }
3398
+ },
2041
3399
  {
2042
3400
  "name": "--lr-tool-timeline-gap",
2043
3401
  "description": {
@@ -2052,6 +3410,13 @@
2052
3410
  "value": "**`<lr-tool-timeline>`** (default: `var(--lr-size-0-625rem)`) — Diameter of an entry's rail dot; also the width of the marker gutter column."
2053
3411
  }
2054
3412
  },
3413
+ {
3414
+ "name": "--lr-tool-timeline-pending-approval-border-color",
3415
+ "description": {
3416
+ "kind": "markdown",
3417
+ "value": "**`<lr-tool-timeline>`** (default: `var(--lr-color-warning)`) — Color of the entry body's leading border while `data-pending-approval=\"true\"`."
3418
+ }
3419
+ },
2055
3420
  {
2056
3421
  "name": "--lr-tooltip-background",
2057
3422
  "description": {
@@ -2087,6 +3452,13 @@
2087
3452
  "value": "**`<lr-tour>`** — Maximum popover inline size. Defaults to `--lr-size-22rem`."
2088
3453
  }
2089
3454
  },
3455
+ {
3456
+ "name": "--lr-tour-progress-dot-current-bg",
3457
+ "description": {
3458
+ "kind": "markdown",
3459
+ "value": "**`<lr-tour>`** (default: `var(--lr-color-brand)`) — Background of `progress-dot` for the current step, without repainting every other component that reuses the shared brand token."
3460
+ }
3461
+ },
2090
3462
  {
2091
3463
  "name": "--lr-tour-spotlight-radius",
2092
3464
  "description": {
@@ -2108,6 +3480,20 @@
2108
3480
  "value": "**`<lr-tour>`** — Spotlight ring thickness. Defaults to `--lr-border-width-medium`."
2109
3481
  }
2110
3482
  },
3483
+ {
3484
+ "name": "--lr-trace-tree-row-active-bg",
3485
+ "description": {
3486
+ "kind": "markdown",
3487
+ "value": "**`<lr-trace-tree>`** (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) row. Shadow Parts forbids an attribute selector after `::part()`, so the active row could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token. Pairs with `--lr-trace-tree-row-active-color`: set both together, since the defaults assume the active background stays on the same side of the lightness midpoint as the ambient surface — a dark tint in light mode needs the matching text color set too, or the row's secondary text drops below the WCAG AA contrast floor."
3488
+ }
3489
+ },
3490
+ {
3491
+ "name": "--lr-trace-tree-row-active-color",
3492
+ "description": {
3493
+ "kind": "markdown",
3494
+ "value": "**`<lr-trace-tree>`** (default: `var(--lr-color-text)`) — Foreground reference for the active (`activeSpanId`) row. It sets the color of that row's secondary text (`detail`, `duration`, `tokens-in`, `tokens-out`, `cost`, and the `pending` status label), which is raised from the quiet token to full-strength text so it clears WCAG AA against the active row's tint. The semantic status labels keep their own hue but are mixed 25% toward this same value, so overriding it re-aims every foreground on the row at once rather than leaving the status colors stranded. See the pairing caveat on `--lr-trace-tree-row-active-bg`."
3495
+ }
3496
+ },
2111
3497
  {
2112
3498
  "name": "--lr-transition-ambient",
2113
3499
  "description": {
@@ -2143,6 +3529,13 @@
2143
3529
  "value": "**`<lr-virtual-list>`** (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."
2144
3530
  }
2145
3531
  },
3532
+ {
3533
+ "name": "--lr-virtual-list-hover-outline-color",
3534
+ "description": {
3535
+ "kind": "markdown",
3536
+ "value": "**`<lr-virtual-list>`** (default: `var(--lr-color-border-strong)`) — Outline color of the mouse-hover preview on `[part=\"base\"]` (a subtler, always-focusable-target preview of its own `:focus-visible` ring). Set to `transparent` to opt out of the hover treatment entirely."
3537
+ }
3538
+ },
2146
3539
  {
2147
3540
  "name": "--lr-widget-backdrop-inset",
2148
3541
  "description": {
@@ -2164,6 +3557,20 @@
2164
3557
  "value": "**`<lr-widget>`** (default: `var(--lr-color-overlay)`) — The fullscreen scrim's color, applied to `[part=\"backdrop\"]`."
2165
3558
  }
2166
3559
  },
3560
+ {
3561
+ "name": "--lr-widget-view-toggle-active-bg",
3562
+ "description": {
3563
+ "kind": "markdown",
3564
+ "value": "**`<lr-widget>`** (default: `var(--lr-color-brand-quiet)`) — Background of the pressed (`aria-pressed=\"true\"`) view toggle. Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the active toggle without hijacking the library-wide `--lr-color-brand-quiet` token."
3565
+ }
3566
+ },
3567
+ {
3568
+ "name": "--lr-widget-view-toggle-active-color",
3569
+ "description": {
3570
+ "kind": "markdown",
3571
+ "value": "**`<lr-widget>`** (default: `var(--lr-color-brand)`) — Text color of the pressed view toggle."
3572
+ }
3573
+ },
2167
3574
  {
2168
3575
  "name": "--lr-word-cloud-color-1",
2169
3576
  "description": {
@@ -2220,6 +3627,27 @@
2220
3627
  "value": "**`<lr-word-cloud>`** (default: `var(--lr-color-chart-4)`) — Eighth entry of the default categorical palette."
2221
3628
  }
2222
3629
  },
3630
+ {
3631
+ "name": "--lr-xml-viewer-active-match-color",
3632
+ "description": {
3633
+ "kind": "markdown",
3634
+ "value": "**`<lr-xml-viewer>`** (default: `var(--lr-color-warning)`) — Outline color of the `[part=\"node\"]` holding the current search match. Scoped to the active match, so the dashed outline on the other matches keeps the shared warning token."
3635
+ }
3636
+ },
3637
+ {
3638
+ "name": "--lr-xml-viewer-match-bg",
3639
+ "description": {
3640
+ "kind": "markdown",
3641
+ "value": "**`<lr-xml-viewer>`** (default: `var(--lr-color-warning-quiet)`) — Background of a matching `[part=\"tag\"]`/`[part=\"attribute-value\"]`."
3642
+ }
3643
+ },
3644
+ {
3645
+ "name": "--lr-xml-viewer-match-color",
3646
+ "description": {
3647
+ "kind": "markdown",
3648
+ "value": "**`<lr-xml-viewer>`** (default: `var(--lr-color-warning)`) — Outline color of a (non-active) `[part=\"node\"]` search match, and the tint source for a matching `[part=\"text\"]`'s background. Distinct from `--lr-xml-viewer-active-match-color`, so the non-active matches can be recolored without touching the active one."
3649
+ }
3650
+ },
2223
3651
  {
2224
3652
  "name": "--lr-xml-viewer-max-height",
2225
3653
  "description": {