@aceshooting/lyra-ui 6.0.0 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (669) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +1 -1
  3. package/custom-elements.json +258 -61
  4. package/dist/ai/types.contract.js +1 -0
  5. package/dist/ai/types.contract.js.map +1 -1
  6. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts.map +1 -1
  7. package/dist/components/agent-tools/activity-feed/activity-feed.class.js.map +1 -1
  8. package/dist/components/agent-tools/agent-run/agent-run.class.d.ts.map +1 -1
  9. package/dist/components/agent-tools/agent-run/agent-run.class.js.map +1 -1
  10. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts.map +1 -1
  11. package/dist/components/agent-tools/agent-trace/agent-trace.class.js.map +1 -1
  12. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts.map +1 -1
  13. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js +3 -1
  14. package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js.map +1 -1
  15. package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts.map +1 -1
  16. package/dist/components/agent-tools/browser-frame/browser-frame.class.js.map +1 -1
  17. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts.map +1 -1
  18. package/dist/components/agent-tools/commit-card/commit-card.class.js.map +1 -1
  19. package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts.map +1 -1
  20. package/dist/components/agent-tools/compare-panel/compare-panel.class.js.map +1 -1
  21. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts.map +1 -1
  22. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js.map +1 -1
  23. package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts.map +1 -1
  24. package/dist/components/agent-tools/context-inspector/context-inspector.class.js.map +1 -1
  25. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts.map +1 -1
  26. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js.map +1 -1
  27. package/dist/components/agent-tools/eval-result/eval-result.class.d.ts.map +1 -1
  28. package/dist/components/agent-tools/eval-result/eval-result.class.js.map +1 -1
  29. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.d.ts.map +1 -1
  30. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js +6 -6
  31. package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js.map +1 -1
  32. package/dist/components/agent-tools/policy-summary/policy-summary.class.d.ts.map +1 -1
  33. package/dist/components/agent-tools/policy-summary/policy-summary.class.js.map +1 -1
  34. package/dist/components/agent-tools/result-card/result-card.class.d.ts.map +1 -1
  35. package/dist/components/agent-tools/result-card/result-card.class.js.map +1 -1
  36. package/dist/components/agent-tools/result-card/result-field.class.d.ts.map +1 -1
  37. package/dist/components/agent-tools/result-card/result-field.class.js.map +1 -1
  38. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts.map +1 -1
  39. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +1 -0
  40. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js.map +1 -1
  41. package/dist/components/agent-tools/stack-trace/stack-trace-parse.d.ts.map +1 -1
  42. package/dist/components/agent-tools/stack-trace/stack-trace-parse.js +1 -0
  43. package/dist/components/agent-tools/stack-trace/stack-trace-parse.js.map +1 -1
  44. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts.map +1 -1
  45. package/dist/components/agent-tools/stack-trace/stack-trace.class.js.map +1 -1
  46. package/dist/components/agent-tools/task-list/task-list.class.d.ts.map +1 -1
  47. package/dist/components/agent-tools/task-list/task-list.class.js.map +1 -1
  48. package/dist/components/agent-tools/terminal/terminal.class.d.ts.map +1 -1
  49. package/dist/components/agent-tools/terminal/terminal.class.js +1 -1
  50. package/dist/components/agent-tools/terminal/terminal.class.js.map +1 -1
  51. package/dist/components/agent-tools/test-results/test-results.class.d.ts.map +1 -1
  52. package/dist/components/agent-tools/test-results/test-results.class.js +1 -1
  53. package/dist/components/agent-tools/test-results/test-results.class.js.map +1 -1
  54. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts.map +1 -1
  55. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js.map +1 -1
  56. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
  57. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
  58. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts.map +1 -1
  59. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js.map +1 -1
  60. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts.map +1 -1
  61. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +12 -11
  62. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js.map +1 -1
  63. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -1
  64. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js.map +1 -1
  65. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts.map +1 -1
  66. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js.map +1 -1
  67. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -1
  68. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
  69. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts.map +1 -1
  70. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js.map +1 -1
  71. package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts.map +1 -1
  72. package/dist/components/agent-tools/trace-tree/trace-tree.class.js +5 -2
  73. package/dist/components/agent-tools/trace-tree/trace-tree.class.js.map +1 -1
  74. package/dist/components/charts/chart/box-plot.class.d.ts.map +1 -1
  75. package/dist/components/charts/chart/box-plot.class.js.map +1 -1
  76. package/dist/components/charts/chart/chart.class.d.ts.map +1 -1
  77. package/dist/components/charts/chart/chart.class.js +0 -3
  78. package/dist/components/charts/chart/chart.class.js.map +1 -1
  79. package/dist/components/charts/chart/histogram-bin.js +3 -3
  80. package/dist/components/charts/chart/histogram-bin.js.map +1 -1
  81. package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -1
  82. package/dist/components/charts/chart/lite-chart.class.js +13 -8
  83. package/dist/components/charts/chart/lite-chart.class.js.map +1 -1
  84. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts.map +1 -1
  85. package/dist/components/conversation/agent-workspace/agent-workspace.class.js +5 -0
  86. package/dist/components/conversation/agent-workspace/agent-workspace.class.js.map +1 -1
  87. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts.map +1 -1
  88. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js.map +1 -1
  89. package/dist/components/conversation/branch-picker/branch-picker.class.d.ts.map +1 -1
  90. package/dist/components/conversation/branch-picker/branch-picker.class.js.map +1 -1
  91. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts.map +1 -1
  92. package/dist/components/conversation/chat-composer/chat-composer.class.js.map +1 -1
  93. package/dist/components/conversation/chat-message/chat-message.class.d.ts.map +1 -1
  94. package/dist/components/conversation/chat-message/chat-message.class.js.map +1 -1
  95. package/dist/components/conversation/chat-viewport/chat-viewport.class.d.ts.map +1 -1
  96. package/dist/components/conversation/chat-viewport/chat-viewport.class.js.map +1 -1
  97. package/dist/components/conversation/checkpoint/checkpoint.class.d.ts.map +1 -1
  98. package/dist/components/conversation/checkpoint/checkpoint.class.js.map +1 -1
  99. package/dist/components/conversation/code-block/code-block-core.class.d.ts +0 -1
  100. package/dist/components/conversation/code-block/code-block-core.class.d.ts.map +1 -1
  101. package/dist/components/conversation/code-block/code-block-core.class.js +6 -8
  102. package/dist/components/conversation/code-block/code-block-core.class.js.map +1 -1
  103. package/dist/components/conversation/code-block/code-block.class.d.ts.map +1 -1
  104. package/dist/components/conversation/code-block/code-block.class.js.map +1 -1
  105. package/dist/components/conversation/conversation-item/conversation-item.class.d.ts.map +1 -1
  106. package/dist/components/conversation/conversation-item/conversation-item.class.js.map +1 -1
  107. package/dist/components/conversation/generation-status/generation-status.class.d.ts.map +1 -1
  108. package/dist/components/conversation/generation-status/generation-status.class.js.map +1 -1
  109. package/dist/components/conversation/handoff-divider/handoff-divider.class.d.ts.map +1 -1
  110. package/dist/components/conversation/handoff-divider/handoff-divider.class.js.map +1 -1
  111. package/dist/components/conversation/markdown/markdown-core.class.d.ts.map +1 -1
  112. package/dist/components/conversation/markdown/markdown-core.class.js +4 -1
  113. package/dist/components/conversation/markdown/markdown-core.class.js.map +1 -1
  114. package/dist/components/conversation/markdown/markdown-shared.d.ts.map +1 -1
  115. package/dist/components/conversation/markdown/markdown-shared.js +1 -0
  116. package/dist/components/conversation/markdown/markdown-shared.js.map +1 -1
  117. package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -1
  118. package/dist/components/conversation/markdown/markdown.class.js +1 -4
  119. package/dist/components/conversation/markdown/markdown.class.js.map +1 -1
  120. package/dist/components/conversation/message-actions/message-actions.class.d.ts.map +1 -1
  121. package/dist/components/conversation/message-actions/message-actions.class.js.map +1 -1
  122. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts.map +1 -1
  123. package/dist/components/conversation/message-feedback/message-feedback.class.js.map +1 -1
  124. package/dist/components/conversation/model-select/model-select.class.d.ts.map +1 -1
  125. package/dist/components/conversation/model-select/model-select.class.js +7 -10
  126. package/dist/components/conversation/model-select/model-select.class.js.map +1 -1
  127. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
  128. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js.map +1 -1
  129. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts.map +1 -1
  130. package/dist/components/conversation/push-to-talk/push-to-talk.class.js.map +1 -1
  131. package/dist/components/conversation/stream-status/stream-status.class.d.ts.map +1 -1
  132. package/dist/components/conversation/stream-status/stream-status.class.js.map +1 -1
  133. package/dist/components/conversation/streaming-text/streaming-text.class.d.ts.map +1 -1
  134. package/dist/components/conversation/streaming-text/streaming-text.class.js.map +1 -1
  135. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.d.ts.map +1 -1
  136. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js.map +1 -1
  137. package/dist/components/conversation/thread-list/thread-list.class.d.ts.map +1 -1
  138. package/dist/components/conversation/thread-list/thread-list.class.js +14 -4
  139. package/dist/components/conversation/thread-list/thread-list.class.js.map +1 -1
  140. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts.map +1 -1
  141. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +2 -1
  142. package/dist/components/conversation/transcript-feed/transcript-feed.class.js.map +1 -1
  143. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts.map +1 -1
  144. package/dist/components/conversation/typing-indicator/typing-indicator.class.js.map +1 -1
  145. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts.map +1 -1
  146. package/dist/components/conversation/usage-badge/usage-badge.class.js.map +1 -1
  147. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts.map +1 -1
  148. package/dist/components/conversation/voice-picker/voice-picker.class.js +7 -5
  149. package/dist/components/conversation/voice-picker/voice-picker.class.js.map +1 -1
  150. package/dist/components/conversation/widget-renderer/resolve.js +2 -2
  151. package/dist/components/conversation/widget-renderer/resolve.js.map +1 -1
  152. package/dist/components/conversation/widget-renderer/widget-renderer.class.d.ts.map +1 -1
  153. package/dist/components/conversation/widget-renderer/widget-renderer.class.js +3 -3
  154. package/dist/components/conversation/widget-renderer/widget-renderer.class.js.map +1 -1
  155. package/dist/components/data/calendar/calendar.class.d.ts.map +1 -1
  156. package/dist/components/data/calendar/calendar.class.js +1 -0
  157. package/dist/components/data/calendar/calendar.class.js.map +1 -1
  158. package/dist/components/data/context-meter/context-meter.class.d.ts.map +1 -1
  159. package/dist/components/data/context-meter/context-meter.class.js.map +1 -1
  160. package/dist/components/data/document-library/document-library.class.d.ts.map +1 -1
  161. package/dist/components/data/document-library/document-library.class.js.map +1 -1
  162. package/dist/components/data/env-list/env-list.class.d.ts.map +1 -1
  163. package/dist/components/data/env-list/env-list.class.js.map +1 -1
  164. package/dist/components/data/file-tree/file-tree.class.d.ts.map +1 -1
  165. package/dist/components/data/file-tree/file-tree.class.js.map +1 -1
  166. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts.map +1 -1
  167. package/dist/components/data/flow-canvas/flow-canvas.class.js +12 -12
  168. package/dist/components/data/flow-canvas/flow-canvas.class.js.map +1 -1
  169. package/dist/components/data/flow-controls/flow-controls.class.d.ts.map +1 -1
  170. package/dist/components/data/flow-controls/flow-controls.class.js.map +1 -1
  171. package/dist/components/data/flow-minimap/flow-minimap.class.d.ts.map +1 -1
  172. package/dist/components/data/flow-minimap/flow-minimap.class.js.map +1 -1
  173. package/dist/components/data/flow-node/flow-node.class.d.ts.map +1 -1
  174. package/dist/components/data/flow-node/flow-node.class.js.map +1 -1
  175. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts.map +1 -1
  176. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js +1 -1
  177. package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js.map +1 -1
  178. package/dist/components/data/gauge/gauge.class.d.ts.map +1 -1
  179. package/dist/components/data/gauge/gauge.class.js.map +1 -1
  180. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +0 -1
  181. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts.map +1 -1
  182. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +0 -2
  183. package/dist/components/data/graph-query-builder/graph-query-builder.class.js.map +1 -1
  184. package/dist/components/data/heatmap/calendar-grid.d.ts.map +1 -1
  185. package/dist/components/data/heatmap/calendar-grid.js +8 -2
  186. package/dist/components/data/heatmap/calendar-grid.js.map +1 -1
  187. package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -1
  188. package/dist/components/data/heatmap/heatmap.class.js +4 -4
  189. package/dist/components/data/heatmap/heatmap.class.js.map +1 -1
  190. package/dist/components/data/pagination/pagination.class.d.ts.map +1 -1
  191. package/dist/components/data/pagination/pagination.class.js.map +1 -1
  192. package/dist/components/data/query-builder/query-builder.class.d.ts.map +1 -1
  193. package/dist/components/data/query-builder/query-builder.class.js.map +1 -1
  194. package/dist/components/data/sequence-strip/sequence-strip.class.d.ts.map +1 -1
  195. package/dist/components/data/sequence-strip/sequence-strip.class.js.map +1 -1
  196. package/dist/components/data/sparkline/sparkline.class.d.ts.map +1 -1
  197. package/dist/components/data/sparkline/sparkline.class.js +4 -2
  198. package/dist/components/data/sparkline/sparkline.class.js.map +1 -1
  199. package/dist/components/data/stat/stat.class.d.ts.map +1 -1
  200. package/dist/components/data/stat/stat.class.js.map +1 -1
  201. package/dist/components/data/table/table.class.d.ts.map +1 -1
  202. package/dist/components/data/table/table.class.js +35 -33
  203. package/dist/components/data/table/table.class.js.map +1 -1
  204. package/dist/components/data/timeline/timeline-item.class.d.ts.map +1 -1
  205. package/dist/components/data/timeline/timeline-item.class.js +5 -2
  206. package/dist/components/data/timeline/timeline-item.class.js.map +1 -1
  207. package/dist/components/data/timeline/timeline-item.styles.d.ts.map +1 -1
  208. package/dist/components/data/timeline/timeline-item.styles.js +6 -0
  209. package/dist/components/data/timeline/timeline-item.styles.js.map +1 -1
  210. package/dist/components/data/timeline/timeline.class.d.ts.map +1 -1
  211. package/dist/components/data/timeline/timeline.class.js.map +1 -1
  212. package/dist/components/data/tree/tree-item.d.ts +24 -0
  213. package/dist/components/data/tree/tree-item.d.ts.map +1 -0
  214. package/dist/components/data/tree/tree-item.js +5 -0
  215. package/dist/components/data/tree/tree-item.js.map +1 -0
  216. package/dist/components/data/tree/tree-node.class.d.ts +1 -1
  217. package/dist/components/data/tree/tree-node.class.d.ts.map +1 -1
  218. package/dist/components/data/tree/tree-node.class.js.map +1 -1
  219. package/dist/components/data/tree/tree.class.d.ts +2 -23
  220. package/dist/components/data/tree/tree.class.d.ts.map +1 -1
  221. package/dist/components/data/tree/tree.class.js +5 -2
  222. package/dist/components/data/tree/tree.class.js.map +1 -1
  223. package/dist/components/data/word-cloud/word-cloud.class.d.ts.map +1 -1
  224. package/dist/components/data/word-cloud/word-cloud.class.js.map +1 -1
  225. package/dist/components/forms/button/button.class.d.ts.map +1 -1
  226. package/dist/components/forms/button/button.class.js.map +1 -1
  227. package/dist/components/forms/checkbox/checkbox.class.d.ts.map +1 -1
  228. package/dist/components/forms/checkbox/checkbox.class.js.map +1 -1
  229. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts.map +1 -1
  230. package/dist/components/forms/checkbox-group/checkbox-group.class.js.map +1 -1
  231. package/dist/components/forms/code-editor/code-editor.class.d.ts.map +1 -1
  232. package/dist/components/forms/code-editor/code-editor.class.js.map +1 -1
  233. package/dist/components/forms/color-picker/color-picker.class.d.ts.map +1 -1
  234. package/dist/components/forms/color-picker/color-picker.class.js.map +1 -1
  235. package/dist/components/forms/combobox/combobox.class.d.ts +5 -0
  236. package/dist/components/forms/combobox/combobox.class.d.ts.map +1 -1
  237. package/dist/components/forms/combobox/combobox.class.js +14 -4
  238. package/dist/components/forms/combobox/combobox.class.js.map +1 -1
  239. package/dist/components/forms/combobox/combobox.styles.d.ts.map +1 -1
  240. package/dist/components/forms/combobox/combobox.styles.js +7 -2
  241. package/dist/components/forms/combobox/combobox.styles.js.map +1 -1
  242. package/dist/components/forms/combobox/option.class.d.ts.map +1 -1
  243. package/dist/components/forms/combobox/option.class.js.map +1 -1
  244. package/dist/components/forms/date-picker/date-input.class.d.ts.map +1 -1
  245. package/dist/components/forms/date-picker/date-input.class.js +6 -7
  246. package/dist/components/forms/date-picker/date-input.class.js.map +1 -1
  247. package/dist/components/forms/date-picker/date-picker.class.d.ts.map +1 -1
  248. package/dist/components/forms/date-picker/date-picker.class.js.map +1 -1
  249. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts +1 -1
  250. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts.map +1 -1
  251. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +2 -14
  252. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts.map +1 -1
  253. package/dist/components/forms/emoji-picker/emoji-picker.class.js +3 -3
  254. package/dist/components/forms/emoji-picker/emoji-picker.class.js.map +1 -1
  255. package/dist/components/forms/emoji-picker/emoji-types.d.ts +14 -0
  256. package/dist/components/forms/emoji-picker/emoji-types.d.ts.map +1 -0
  257. package/dist/components/forms/emoji-picker/emoji-types.js +5 -0
  258. package/dist/components/forms/emoji-picker/emoji-types.js.map +1 -0
  259. package/dist/components/forms/icon-button/icon-button.class.d.ts +8 -3
  260. package/dist/components/forms/icon-button/icon-button.class.d.ts.map +1 -1
  261. package/dist/components/forms/icon-button/icon-button.class.js +9 -4
  262. package/dist/components/forms/icon-button/icon-button.class.js.map +1 -1
  263. package/dist/components/forms/icon-button/icon-button.styles.js +2 -2
  264. package/dist/components/forms/input/input.class.d.ts +5 -0
  265. package/dist/components/forms/input/input.class.d.ts.map +1 -1
  266. package/dist/components/forms/input/input.class.js +5 -0
  267. package/dist/components/forms/input/input.class.js.map +1 -1
  268. package/dist/components/forms/input/input.styles.d.ts.map +1 -1
  269. package/dist/components/forms/input/input.styles.js +7 -2
  270. package/dist/components/forms/input/input.styles.js.map +1 -1
  271. package/dist/components/forms/input/number-input.class.d.ts.map +1 -1
  272. package/dist/components/forms/input/number-input.class.js.map +1 -1
  273. package/dist/components/forms/input/time-input.class.d.ts.map +1 -1
  274. package/dist/components/forms/input/time-input.class.js.map +1 -1
  275. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +11 -3
  276. package/dist/components/forms/locale-picker/locale-picker.class.d.ts.map +1 -1
  277. package/dist/components/forms/locale-picker/locale-picker.class.js +14 -11
  278. package/dist/components/forms/locale-picker/locale-picker.class.js.map +1 -1
  279. package/dist/components/forms/phone-input/phone-input.class.d.ts.map +1 -1
  280. package/dist/components/forms/phone-input/phone-input.class.js.map +1 -1
  281. package/dist/components/forms/radio/radio-group.class.d.ts.map +1 -1
  282. package/dist/components/forms/radio/radio-group.class.js +1 -0
  283. package/dist/components/forms/radio/radio-group.class.js.map +1 -1
  284. package/dist/components/forms/radio/radio.class.d.ts.map +1 -1
  285. package/dist/components/forms/radio/radio.class.js.map +1 -1
  286. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +0 -1
  287. package/dist/components/forms/rubric-form/rubric-form.class.d.ts.map +1 -1
  288. package/dist/components/forms/rubric-form/rubric-form.class.js +0 -2
  289. package/dist/components/forms/rubric-form/rubric-form.class.js.map +1 -1
  290. package/dist/components/forms/select/select.class.d.ts +3 -0
  291. package/dist/components/forms/select/select.class.d.ts.map +1 -1
  292. package/dist/components/forms/select/select.class.js +16 -8
  293. package/dist/components/forms/select/select.class.js.map +1 -1
  294. package/dist/components/forms/select/select.styles.d.ts.map +1 -1
  295. package/dist/components/forms/select/select.styles.js +7 -2
  296. package/dist/components/forms/select/select.styles.js.map +1 -1
  297. package/dist/components/forms/slider/slider.class.d.ts.map +1 -1
  298. package/dist/components/forms/slider/slider.class.js.map +1 -1
  299. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts.map +1 -1
  300. package/dist/components/forms/swatch-picker/swatch-picker.class.js.map +1 -1
  301. package/dist/components/forms/switch/switch.class.d.ts.map +1 -1
  302. package/dist/components/forms/switch/switch.class.js.map +1 -1
  303. package/dist/components/forms/textarea/textarea.class.d.ts.map +1 -1
  304. package/dist/components/forms/textarea/textarea.class.js.map +1 -1
  305. package/dist/components/forms/time-range/time-range.class.d.ts +0 -1
  306. package/dist/components/forms/time-range/time-range.class.d.ts.map +1 -1
  307. package/dist/components/forms/time-range/time-range.class.js +1 -1
  308. package/dist/components/forms/time-range/time-range.class.js.map +1 -1
  309. package/dist/components/forms/token-input/token-input.class.d.ts +3 -1
  310. package/dist/components/forms/token-input/token-input.class.d.ts.map +1 -1
  311. package/dist/components/forms/token-input/token-input.class.js +8 -4
  312. package/dist/components/forms/token-input/token-input.class.js.map +1 -1
  313. package/dist/components/layout/app-rail/app-rail-item.class.d.ts.map +1 -1
  314. package/dist/components/layout/app-rail/app-rail-item.class.js.map +1 -1
  315. package/dist/components/layout/app-rail/app-rail.class.d.ts +5 -2
  316. package/dist/components/layout/app-rail/app-rail.class.d.ts.map +1 -1
  317. package/dist/components/layout/app-rail/app-rail.class.js +20 -6
  318. package/dist/components/layout/app-rail/app-rail.class.js.map +1 -1
  319. package/dist/components/layout/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
  320. package/dist/components/layout/breadcrumb/breadcrumb-item.class.js.map +1 -1
  321. package/dist/components/layout/breadcrumb/breadcrumb.class.d.ts.map +1 -1
  322. package/dist/components/layout/breadcrumb/breadcrumb.class.js.map +1 -1
  323. package/dist/components/layout/button-group/button-group.class.d.ts.map +1 -1
  324. package/dist/components/layout/button-group/button-group.class.js.map +1 -1
  325. package/dist/components/layout/card/card.class.d.ts.map +1 -1
  326. package/dist/components/layout/card/card.class.js.map +1 -1
  327. package/dist/components/layout/carousel/carousel-item.class.d.ts.map +1 -1
  328. package/dist/components/layout/carousel/carousel-item.class.js.map +1 -1
  329. package/dist/components/layout/carousel/carousel.class.d.ts.map +1 -1
  330. package/dist/components/layout/carousel/carousel.class.js.map +1 -1
  331. package/dist/components/layout/command-palette/command-palette.class.d.ts.map +1 -1
  332. package/dist/components/layout/command-palette/command-palette.class.js +6 -3
  333. package/dist/components/layout/command-palette/command-palette.class.js.map +1 -1
  334. package/dist/components/layout/control-group/control-group.class.d.ts.map +1 -1
  335. package/dist/components/layout/control-group/control-group.class.js.map +1 -1
  336. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts.map +1 -1
  337. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -1
  338. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js.map +1 -1
  339. package/dist/components/layout/details/accordion.class.d.ts.map +1 -1
  340. package/dist/components/layout/details/accordion.class.js.map +1 -1
  341. package/dist/components/layout/details/details.class.d.ts.map +1 -1
  342. package/dist/components/layout/details/details.class.js.map +1 -1
  343. package/dist/components/layout/dock-panel/dock-panel.class.d.ts.map +1 -1
  344. package/dist/components/layout/dock-panel/dock-panel.class.js +1 -1
  345. package/dist/components/layout/dock-panel/dock-panel.class.js.map +1 -1
  346. package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts.map +1 -1
  347. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js +1 -1
  348. package/dist/components/layout/drilldown-panel/drilldown-panel.class.js.map +1 -1
  349. package/dist/components/layout/filter-bar/filter-bar.class.d.ts.map +1 -1
  350. package/dist/components/layout/filter-bar/filter-bar.class.js +1 -1
  351. package/dist/components/layout/filter-bar/filter-bar.class.js.map +1 -1
  352. package/dist/components/layout/menu/menu-item.class.d.ts.map +1 -1
  353. package/dist/components/layout/menu/menu-item.class.js.map +1 -1
  354. package/dist/components/layout/menu/menu.class.d.ts.map +1 -1
  355. package/dist/components/layout/menu/menu.class.js +16 -4
  356. package/dist/components/layout/menu/menu.class.js.map +1 -1
  357. package/dist/components/layout/reorder-list/reorder-item.class.d.ts +9 -2
  358. package/dist/components/layout/reorder-list/reorder-item.class.d.ts.map +1 -1
  359. package/dist/components/layout/reorder-list/reorder-item.class.js +12 -2
  360. package/dist/components/layout/reorder-list/reorder-item.class.js.map +1 -1
  361. package/dist/components/layout/reorder-list/reorder-list.class.d.ts +30 -4
  362. package/dist/components/layout/reorder-list/reorder-list.class.d.ts.map +1 -1
  363. package/dist/components/layout/reorder-list/reorder-list.class.js +75 -16
  364. package/dist/components/layout/reorder-list/reorder-list.class.js.map +1 -1
  365. package/dist/components/layout/responsive-panel/responsive-panel.class.d.ts.map +1 -1
  366. package/dist/components/layout/responsive-panel/responsive-panel.class.js.map +1 -1
  367. package/dist/components/layout/scroller/scroller.class.d.ts.map +1 -1
  368. package/dist/components/layout/scroller/scroller.class.js.map +1 -1
  369. package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -1
  370. package/dist/components/layout/segmented/segmented.class.js.map +1 -1
  371. package/dist/components/layout/split/split.class.d.ts +0 -11
  372. package/dist/components/layout/split/split.class.d.ts.map +1 -1
  373. package/dist/components/layout/split/split.class.js +25 -25
  374. package/dist/components/layout/split/split.class.js.map +1 -1
  375. package/dist/components/layout/stepper/stepper.class.d.ts +0 -7
  376. package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -1
  377. package/dist/components/layout/stepper/stepper.class.js +1 -10
  378. package/dist/components/layout/stepper/stepper.class.js.map +1 -1
  379. package/dist/components/layout/tabs/tabs.class.d.ts.map +1 -1
  380. package/dist/components/layout/tabs/tabs.class.js +2 -2
  381. package/dist/components/layout/tabs/tabs.class.js.map +1 -1
  382. package/dist/components/layout/virtual-list/virtual-list.class.d.ts.map +1 -1
  383. package/dist/components/layout/virtual-list/virtual-list.class.js +7 -4
  384. package/dist/components/layout/virtual-list/virtual-list.class.js.map +1 -1
  385. package/dist/components/layout/widget/widget.class.d.ts.map +1 -1
  386. package/dist/components/layout/widget/widget.class.js.map +1 -1
  387. package/dist/components/media/animated-image/animated-image.class.d.ts.map +1 -1
  388. package/dist/components/media/animated-image/animated-image.class.js.map +1 -1
  389. package/dist/components/media/animation/animation.class.d.ts.map +1 -1
  390. package/dist/components/media/animation/animation.class.js +4 -1
  391. package/dist/components/media/animation/animation.class.js.map +1 -1
  392. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts.map +1 -1
  393. package/dist/components/media/attachment-chip/attachment-chip.class.js +1 -1
  394. package/dist/components/media/attachment-chip/attachment-chip.class.js.map +1 -1
  395. package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts.map +1 -1
  396. package/dist/components/media/attachment-trigger/attachment-trigger.class.js +5 -2
  397. package/dist/components/media/attachment-trigger/attachment-trigger.class.js.map +1 -1
  398. package/dist/components/media/av-player/av-player.class.d.ts.map +1 -1
  399. package/dist/components/media/av-player/av-player.class.js.map +1 -1
  400. package/dist/components/media/avatar/avatar.class.d.ts.map +1 -1
  401. package/dist/components/media/avatar/avatar.class.js.map +1 -1
  402. package/dist/components/media/avatar-group/avatar-group.class.d.ts.map +1 -1
  403. package/dist/components/media/avatar-group/avatar-group.class.js.map +1 -1
  404. package/dist/components/media/file-icon/file-icon.class.d.ts.map +1 -1
  405. package/dist/components/media/file-icon/file-icon.class.js.map +1 -1
  406. package/dist/components/media/file-icon/file-type-metadata.js +1 -1
  407. package/dist/components/media/file-icon/file-type-metadata.js.map +1 -1
  408. package/dist/components/media/file-input/file-input.class.d.ts.map +1 -1
  409. package/dist/components/media/file-input/file-input.class.js.map +1 -1
  410. package/dist/components/media/flag/flag.class.d.ts.map +1 -1
  411. package/dist/components/media/flag/flag.class.js.map +1 -1
  412. package/dist/components/media/flag/language-map.js +1 -1
  413. package/dist/components/media/flag/language-map.js.map +1 -1
  414. package/dist/components/media/image-comparer/image-comparer.class.d.ts.map +1 -1
  415. package/dist/components/media/image-comparer/image-comparer.class.js.map +1 -1
  416. package/dist/components/media/image-viewer/image-viewer.class.d.ts.map +1 -1
  417. package/dist/components/media/image-viewer/image-viewer.class.js.map +1 -1
  418. package/dist/components/media/lightbox/lightbox.class.d.ts.map +1 -1
  419. package/dist/components/media/lightbox/lightbox.class.js.map +1 -1
  420. package/dist/components/media/map/map.class.d.ts.map +1 -1
  421. package/dist/components/media/map/map.class.js.map +1 -1
  422. package/dist/components/media/media-card/media-card.class.d.ts.map +1 -1
  423. package/dist/components/media/media-card/media-card.class.js.map +1 -1
  424. package/dist/components/media/playback/playback.class.d.ts.map +1 -1
  425. package/dist/components/media/playback/playback.class.js.map +1 -1
  426. package/dist/components/media/qr-code/qr-code.class.d.ts.map +1 -1
  427. package/dist/components/media/qr-code/qr-code.class.js +0 -3
  428. package/dist/components/media/qr-code/qr-code.class.js.map +1 -1
  429. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
  430. package/dist/components/media/zoomable-frame/zoomable-frame.class.js +1 -1
  431. package/dist/components/media/zoomable-frame/zoomable-frame.class.js.map +1 -1
  432. package/dist/components/overlays/badge/badge.class.d.ts +2 -0
  433. package/dist/components/overlays/badge/badge.class.d.ts.map +1 -1
  434. package/dist/components/overlays/badge/badge.class.js +2 -0
  435. package/dist/components/overlays/badge/badge.class.js.map +1 -1
  436. package/dist/components/overlays/badge/badge.styles.d.ts.map +1 -1
  437. package/dist/components/overlays/badge/badge.styles.js +4 -1
  438. package/dist/components/overlays/badge/badge.styles.js.map +1 -1
  439. package/dist/components/overlays/callout/callout.class.d.ts.map +1 -1
  440. package/dist/components/overlays/callout/callout.class.js.map +1 -1
  441. package/dist/components/overlays/chip/chip-group.class.d.ts.map +1 -1
  442. package/dist/components/overlays/chip/chip-group.class.js.map +1 -1
  443. package/dist/components/overlays/chip/chip.class.d.ts +2 -0
  444. package/dist/components/overlays/chip/chip.class.d.ts.map +1 -1
  445. package/dist/components/overlays/chip/chip.class.js +2 -0
  446. package/dist/components/overlays/chip/chip.class.js.map +1 -1
  447. package/dist/components/overlays/chip/chip.styles.d.ts.map +1 -1
  448. package/dist/components/overlays/chip/chip.styles.js +7 -2
  449. package/dist/components/overlays/chip/chip.styles.js.map +1 -1
  450. package/dist/components/overlays/dialog/dialog.class.d.ts.map +1 -1
  451. package/dist/components/overlays/dialog/dialog.class.js.map +1 -1
  452. package/dist/components/overlays/drawer/drawer.class.d.ts.map +1 -1
  453. package/dist/components/overlays/drawer/drawer.class.js.map +1 -1
  454. package/dist/components/overlays/empty/empty.class.d.ts.map +1 -1
  455. package/dist/components/overlays/empty/empty.class.js.map +1 -1
  456. package/dist/components/overlays/kbd/kbd.class.d.ts.map +1 -1
  457. package/dist/components/overlays/kbd/kbd.class.js.map +1 -1
  458. package/dist/components/overlays/overlay/popover.class.d.ts.map +1 -1
  459. package/dist/components/overlays/overlay/popover.class.js.map +1 -1
  460. package/dist/components/overlays/overlay/tooltip.class.d.ts.map +1 -1
  461. package/dist/components/overlays/overlay/tooltip.class.js.map +1 -1
  462. package/dist/components/overlays/progress/progress-bar.class.d.ts.map +1 -1
  463. package/dist/components/overlays/progress/progress-bar.class.js.map +1 -1
  464. package/dist/components/overlays/progress/progress-ring.class.d.ts.map +1 -1
  465. package/dist/components/overlays/progress/progress-ring.class.js.map +1 -1
  466. package/dist/components/overlays/rating/rating.class.d.ts.map +1 -1
  467. package/dist/components/overlays/rating/rating.class.js +1 -1
  468. package/dist/components/overlays/rating/rating.class.js.map +1 -1
  469. package/dist/components/overlays/skeleton/skeleton.class.d.ts.map +1 -1
  470. package/dist/components/overlays/skeleton/skeleton.class.js.map +1 -1
  471. package/dist/components/overlays/spinner/spinner.class.d.ts.map +1 -1
  472. package/dist/components/overlays/spinner/spinner.class.js.map +1 -1
  473. package/dist/components/overlays/toast/toast-item.class.d.ts.map +1 -1
  474. package/dist/components/overlays/toast/toast-item.class.js.map +1 -1
  475. package/dist/components/overlays/toast/toast.class.d.ts.map +1 -1
  476. package/dist/components/overlays/toast/toast.class.js.map +1 -1
  477. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts.map +1 -1
  478. package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js.map +1 -1
  479. package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts.map +1 -1
  480. package/dist/components/retrieval/citation-badge/citation-badge.class.js.map +1 -1
  481. package/dist/components/retrieval/community-card/community-card.class.d.ts.map +1 -1
  482. package/dist/components/retrieval/community-card/community-card.class.js.map +1 -1
  483. package/dist/components/retrieval/entity-card/entity-card.class.d.ts.map +1 -1
  484. package/dist/components/retrieval/entity-card/entity-card.class.js.map +1 -1
  485. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts.map +1 -1
  486. package/dist/components/retrieval/entity-chip/entity-chip.class.js.map +1 -1
  487. package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts.map +1 -1
  488. package/dist/components/retrieval/entity-dossier/entity-dossier.class.js.map +1 -1
  489. package/dist/components/retrieval/graph/graph-loader.d.ts +5 -5
  490. package/dist/components/retrieval/graph/graph-loader.d.ts.map +1 -1
  491. package/dist/components/retrieval/graph/graph-loader.js.map +1 -1
  492. package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -1
  493. package/dist/components/retrieval/graph/graph.class.js +9 -3
  494. package/dist/components/retrieval/graph/graph.class.js.map +1 -1
  495. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts.map +1 -1
  496. package/dist/components/retrieval/graph-legend/graph-legend.class.js.map +1 -1
  497. package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts.map +1 -1
  498. package/dist/components/retrieval/grounding-summary/grounding-summary.class.js.map +1 -1
  499. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts.map +1 -1
  500. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js.map +1 -1
  501. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts.map +1 -1
  502. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js.map +1 -1
  503. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -1
  504. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +8 -1
  505. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -1
  506. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts.map +1 -1
  507. package/dist/components/retrieval/memory-panel/memory-panel.class.js.map +1 -1
  508. package/dist/components/retrieval/mind-map/mind-map.class.d.ts.map +1 -1
  509. package/dist/components/retrieval/mind-map/mind-map.class.js.map +1 -1
  510. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts.map +1 -1
  511. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js.map +1 -1
  512. package/dist/components/retrieval/node-palette/node-palette.class.d.ts.map +1 -1
  513. package/dist/components/retrieval/node-palette/node-palette.class.js.map +1 -1
  514. package/dist/components/retrieval/path-strip/path-strip.class.d.ts.map +1 -1
  515. package/dist/components/retrieval/path-strip/path-strip.class.js.map +1 -1
  516. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts.map +1 -1
  517. package/dist/components/retrieval/provenance-panel/provenance-panel.class.js.map +1 -1
  518. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts.map +1 -1
  519. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +14 -2
  520. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js.map +1 -1
  521. package/dist/components/retrieval/retrieval-search/retrieval-search.class.d.ts.map +1 -1
  522. package/dist/components/retrieval/retrieval-search/retrieval-search.class.js.map +1 -1
  523. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.d.ts.map +1 -1
  524. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js.map +1 -1
  525. package/dist/components/retrieval/source-card/source-card.class.d.ts.map +1 -1
  526. package/dist/components/retrieval/source-card/source-card.class.js.map +1 -1
  527. package/dist/components/retrieval/source-list/source-list.class.d.ts.map +1 -1
  528. package/dist/components/retrieval/source-list/source-list.class.js.map +1 -1
  529. package/dist/components/retrieval/source-picker/source-picker.class.d.ts.map +1 -1
  530. package/dist/components/retrieval/source-picker/source-picker.class.js.map +1 -1
  531. package/dist/components/utility/copy-button/copy-button.class.d.ts.map +1 -1
  532. package/dist/components/utility/copy-button/copy-button.class.js.map +1 -1
  533. package/dist/components/utility/diff-view/diff-view.class.d.ts.map +1 -1
  534. package/dist/components/utility/diff-view/diff-view.class.js.map +1 -1
  535. package/dist/components/utility/divider/divider.class.d.ts.map +1 -1
  536. package/dist/components/utility/divider/divider.class.js.map +1 -1
  537. package/dist/components/utility/export-button/export-button.class.d.ts.map +1 -1
  538. package/dist/components/utility/export-button/export-button.class.js.map +1 -1
  539. package/dist/components/utility/format/format-bytes.class.d.ts.map +1 -1
  540. package/dist/components/utility/format/format-bytes.class.js.map +1 -1
  541. package/dist/components/utility/format/format-date.class.d.ts.map +1 -1
  542. package/dist/components/utility/format/format-date.class.js.map +1 -1
  543. package/dist/components/utility/format/format-number.class.d.ts.map +1 -1
  544. package/dist/components/utility/format/format-number.class.js.map +1 -1
  545. package/dist/components/utility/format/relative-time.class.d.ts.map +1 -1
  546. package/dist/components/utility/format/relative-time.class.js.map +1 -1
  547. package/dist/components/utility/icon/icon.class.d.ts.map +1 -1
  548. package/dist/components/utility/icon/icon.class.js.map +1 -1
  549. package/dist/components/utility/intersection-observer/intersection-observer.class.d.ts.map +1 -1
  550. package/dist/components/utility/intersection-observer/intersection-observer.class.js.map +1 -1
  551. package/dist/components/utility/json-viewer/json-viewer.class.d.ts.map +1 -1
  552. package/dist/components/utility/json-viewer/json-viewer.class.js.map +1 -1
  553. package/dist/components/utility/known-date/known-date.class.d.ts.map +1 -1
  554. package/dist/components/utility/known-date/known-date.class.js +2 -2
  555. package/dist/components/utility/known-date/known-date.class.js.map +1 -1
  556. package/dist/components/utility/live-region/live-region.class.d.ts.map +1 -1
  557. package/dist/components/utility/live-region/live-region.class.js.map +1 -1
  558. package/dist/components/utility/mention-popover/mention-popover.class.d.ts.map +1 -1
  559. package/dist/components/utility/mention-popover/mention-popover.class.js +2 -2
  560. package/dist/components/utility/mention-popover/mention-popover.class.js.map +1 -1
  561. package/dist/components/utility/mutation-observer/mutation-observer.class.d.ts.map +1 -1
  562. package/dist/components/utility/mutation-observer/mutation-observer.class.js.map +1 -1
  563. package/dist/components/utility/poll-status/poll-status.class.d.ts.map +1 -1
  564. package/dist/components/utility/poll-status/poll-status.class.js.map +1 -1
  565. package/dist/components/utility/random-content/random-content.class.d.ts.map +1 -1
  566. package/dist/components/utility/random-content/random-content.class.js +3 -2
  567. package/dist/components/utility/random-content/random-content.class.js.map +1 -1
  568. package/dist/components/utility/resize-observer/resize-observer.class.d.ts.map +1 -1
  569. package/dist/components/utility/resize-observer/resize-observer.class.js.map +1 -1
  570. package/dist/components/utility/tour/tour.class.d.ts.map +1 -1
  571. package/dist/components/utility/tour/tour.class.js.map +1 -1
  572. package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts.map +1 -1
  573. package/dist/components/viewers/archive-viewer/archive-viewer.class.js.map +1 -1
  574. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
  575. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js.map +1 -1
  576. package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts.map +1 -1
  577. package/dist/components/viewers/contact-viewer/contact-viewer.class.js.map +1 -1
  578. package/dist/components/viewers/contact-viewer/vcard.d.ts.map +1 -1
  579. package/dist/components/viewers/contact-viewer/vcard.js +11 -9
  580. package/dist/components/viewers/contact-viewer/vcard.js.map +1 -1
  581. package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts.map +1 -1
  582. package/dist/components/viewers/csv-viewer/csv-viewer.class.js.map +1 -1
  583. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts.map +1 -1
  584. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js.map +1 -1
  585. package/dist/components/viewers/document-compare/document-compare.class.d.ts.map +1 -1
  586. package/dist/components/viewers/document-compare/document-compare.class.js.map +1 -1
  587. package/dist/components/viewers/document-preview/document-preview.class.d.ts.map +1 -1
  588. package/dist/components/viewers/document-preview/document-preview.class.js.map +1 -1
  589. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts.map +1 -1
  590. package/dist/components/viewers/document-viewer/document-viewer.class.js.map +1 -1
  591. package/dist/components/viewers/docx-viewer/docx-viewer.class.d.ts.map +1 -1
  592. package/dist/components/viewers/docx-viewer/docx-viewer.class.js +2 -2
  593. package/dist/components/viewers/docx-viewer/docx-viewer.class.js.map +1 -1
  594. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts.map +1 -1
  595. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js.map +1 -1
  596. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts.map +1 -1
  597. package/dist/components/viewers/email-viewer/email-viewer.class.js.map +1 -1
  598. package/dist/components/viewers/geojson-view/geojson-view.class.d.ts.map +1 -1
  599. package/dist/components/viewers/geojson-view/geojson-view.class.js.map +1 -1
  600. package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts.map +1 -1
  601. package/dist/components/viewers/highlight-layer/highlight-layer.class.js +3 -3
  602. package/dist/components/viewers/highlight-layer/highlight-layer.class.js.map +1 -1
  603. package/dist/components/viewers/html-viewer/html-viewer.class.d.ts.map +1 -1
  604. package/dist/components/viewers/html-viewer/html-viewer.class.js.map +1 -1
  605. package/dist/components/viewers/include/include.class.d.ts.map +1 -1
  606. package/dist/components/viewers/include/include.class.js.map +1 -1
  607. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
  608. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +1 -1
  609. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js.map +1 -1
  610. package/dist/components/viewers/page-rail/page-rail.class.d.ts.map +1 -1
  611. package/dist/components/viewers/page-rail/page-rail.class.js.map +1 -1
  612. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
  613. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +5 -2
  614. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js.map +1 -1
  615. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
  616. package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js.map +1 -1
  617. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -1
  618. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -1
  619. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts.map +1 -1
  620. package/dist/components/viewers/svg-viewer/svg-viewer.class.js.map +1 -1
  621. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts.map +1 -1
  622. package/dist/components/viewers/xml-viewer/xml-viewer.class.js +0 -0
  623. package/dist/components/viewers/xml-viewer/xml-viewer.class.js.map +1 -1
  624. package/dist/internal/anchor-target.js.map +1 -1
  625. package/dist/internal/anchored-validity.js +0 -1
  626. package/dist/internal/anchored-validity.js.map +1 -1
  627. package/dist/internal/ansi.d.ts.map +1 -1
  628. package/dist/internal/ansi.js +14 -7
  629. package/dist/internal/ansi.js.map +1 -1
  630. package/dist/internal/cell-range.d.ts.map +1 -1
  631. package/dist/internal/cell-range.js +1 -0
  632. package/dist/internal/cell-range.js.map +1 -1
  633. package/dist/internal/css-length.d.ts.map +1 -1
  634. package/dist/internal/css-length.js +1 -0
  635. package/dist/internal/css-length.js.map +1 -1
  636. package/dist/internal/form-associated.js.map +1 -1
  637. package/dist/internal/lyra-element.d.ts.map +1 -1
  638. package/dist/internal/lyra-element.js.map +1 -1
  639. package/dist/internal/numbers.d.ts.map +1 -1
  640. package/dist/internal/numbers.js +3 -1
  641. package/dist/internal/numbers.js.map +1 -1
  642. package/dist/internal/overlay-manager.d.ts.map +1 -1
  643. package/dist/internal/overlay-manager.js +13 -8
  644. package/dist/internal/overlay-manager.js.map +1 -1
  645. package/dist/internal/strip-host-title.js.map +1 -1
  646. package/dist/internal/text-quote.js +7 -7
  647. package/dist/internal/text-quote.js.map +1 -1
  648. package/llms/components/lr-app-rail-item.md +6 -3
  649. package/llms/components/lr-app-rail.md +6 -3
  650. package/llms/components/lr-badge.md +3 -0
  651. package/llms/components/lr-chip-group.md +3 -0
  652. package/llms/components/lr-chip.md +3 -0
  653. package/llms/components/lr-combobox.md +4 -1
  654. package/llms/components/lr-icon-button.md +12 -4
  655. package/llms/components/lr-input.md +4 -1
  656. package/llms/components/lr-locale-picker.md +9 -5
  657. package/llms/components/lr-number-input.md +4 -2
  658. package/llms/components/lr-option.md +4 -1
  659. package/llms/components/lr-reorder-item.md +15 -4
  660. package/llms/components/lr-reorder-list.md +15 -4
  661. package/llms/components/lr-select.md +4 -1
  662. package/llms/components/lr-tag.md +3 -0
  663. package/llms/components/lr-time-input.md +4 -2
  664. package/llms/components/lr-token-input.md +2 -1
  665. package/llms-full.txt +70 -24
  666. package/package.json +3 -2
  667. package/vscode-css-data.json +63 -0
  668. package/vscode-html-data.json +18 -11
  669. package/web-types.json +57 -12
@@ -1214,7 +1214,7 @@
1214
1214
  "name": "lr-badge",
1215
1215
  "description": {
1216
1216
  "kind": "markdown",
1217
- "value": "`<lr-badge>` — a compact status label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size."
1217
+ "value": "`<lr-badge>` — a compact status label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size.\n- `--lr-badge-radius` (default: `var(--lr-radius-pill)`) — Corner radius of the badge surface. Does not vary by `size` tier."
1218
1218
  },
1219
1219
  "attributes": [
1220
1220
  {
@@ -2615,7 +2615,7 @@
2615
2615
  "name": "lr-chip",
2616
2616
  "description": {
2617
2617
  "kind": "markdown",
2618
- "value": "`<lr-chip>` — a small, content-agnostic pill for a short label: a tag, an\nactive-filter/scope indicator, etc. Distinct from `<lr-attachment-chip>`\n(specifically file-shaped, with a thumbnail/size/upload-progress) — this\none carries no domain assumptions at all, just a label and an optional\nleading icon/dot.\n\n`tone` tints the whole pill using the same loud-color-on-quiet-tint\nconvention `<lr-tool-call-chip>`/`<lr-citation-badge>` already\nestablish for status coloring: background is the tone's `-quiet` tint,\ntext/icon is the tone's loud color. `neutral` (the default) has no\ndedicated token pair of its own, so it falls back to a plain\nbordered-surface look — the same \"no signal\" treatment\n`<lr-citation-badge>`'s `default` status and `<lr-tool-call-chip>`'s\n`pending` status already use.\n\nThis is a controlled component: clicking the remove (×) button only fires\n`lr-remove` — the chip never removes itself from the DOM on its own\ninteraction, the same contract `<lr-attachment-chip>`/\n`<lr-conversation-item>` already follow. A consumer owns the underlying\nlist and decides whether/how the click actually removes anything.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The chip's label content. |\n| `icon` | Optional leading icon or status dot. Nothing is reserved for it (no extra gap) when left empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The pill's root container. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely while empty. |\n| `label` | Wrapper around the default slot. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-accent` (default: `var(--lr-color-text)`) — Text/icon color of the pill. Each `tone` sets it to that tone's loud color.\n- `--lr-chip-bg` (default: `var(--lr-color-surface)`) — Background of the pill. Each `tone` sets it to that tone's `-quiet` tint.\n- `--lr-chip-border` (default: `var(--lr-color-border)`) — Border color of the pill. Every non-neutral `tone` sets it to `transparent`.\n- `--lr-chip-font-size` (default: `var(--lr-font-size-sm)`) — Label font size. Each `size` sets it to that step's font size.\n- `--lr-chip-gap` (default: `var(--lr-space-xs)`) — Gap between the icon, label, and remove button. Each `size` sets it to that step's gap.\n- `--lr-chip-icon-size` (default: `var(--lr-font-size-sm)`) — Font size of the `icon` slot wrapper. Each `size` sets it to that step's icon size.\n- `--lr-chip-padding-block` (default: `var(--lr-size-0-25rem)`) — Block padding of the pill. Each `size` sets it to that step's block padding.\n- `--lr-chip-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of the pill. Each `size` sets it to that step's inline padding.\n- `--lr-chip-min-height` (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.\n- `--lr-chip-height` — 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.\n- `--lr-chip-pressed-bg` (default: `var(--lr-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background.\n- `--lr-chip-pressed-border` (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color."
2618
+ "value": "`<lr-chip>` — a small, content-agnostic pill for a short label: a tag, an\nactive-filter/scope indicator, etc. Distinct from `<lr-attachment-chip>`\n(specifically file-shaped, with a thumbnail/size/upload-progress) — this\none carries no domain assumptions at all, just a label and an optional\nleading icon/dot.\n\n`tone` tints the whole pill using the same loud-color-on-quiet-tint\nconvention `<lr-tool-call-chip>`/`<lr-citation-badge>` already\nestablish for status coloring: background is the tone's `-quiet` tint,\ntext/icon is the tone's loud color. `neutral` (the default) has no\ndedicated token pair of its own, so it falls back to a plain\nbordered-surface look — the same \"no signal\" treatment\n`<lr-citation-badge>`'s `default` status and `<lr-tool-call-chip>`'s\n`pending` status already use.\n\nThis is a controlled component: clicking the remove (×) button only fires\n`lr-remove` — the chip never removes itself from the DOM on its own\ninteraction, the same contract `<lr-attachment-chip>`/\n`<lr-conversation-item>` already follow. A consumer owns the underlying\nlist and decides whether/how the click actually removes anything.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The chip's label content. |\n| `icon` | Optional leading icon or status dot. Nothing is reserved for it (no extra gap) when left empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The pill's root container. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely while empty. |\n| `label` | Wrapper around the default slot. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-accent` (default: `var(--lr-color-text)`) — Text/icon color of the pill. Each `tone` sets it to that tone's loud color.\n- `--lr-chip-bg` (default: `var(--lr-color-surface)`) — Background of the pill. Each `tone` sets it to that tone's `-quiet` tint.\n- `--lr-chip-border` (default: `var(--lr-color-border)`) — Border color of the pill. Every non-neutral `tone` sets it to `transparent`.\n- `--lr-chip-font-size` (default: `var(--lr-font-size-sm)`) — Label font size. Each `size` sets it to that step's font size.\n- `--lr-chip-gap` (default: `var(--lr-space-xs)`) — Gap between the icon, label, and remove button. Each `size` sets it to that step's gap.\n- `--lr-chip-radius` (default: `var(--lr-radius-pill)`) — Corner radius of the pill and of the remove button, kept in sync so retuning one retunes both. Does not vary by `size` tier.\n- `--lr-chip-icon-size` (default: `var(--lr-font-size-sm)`) — Font size of the `icon` slot wrapper. Each `size` sets it to that step's icon size.\n- `--lr-chip-padding-block` (default: `var(--lr-size-0-25rem)`) — Block padding of the pill. Each `size` sets it to that step's block padding.\n- `--lr-chip-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of the pill. Each `size` sets it to that step's inline padding.\n- `--lr-chip-min-height` (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.\n- `--lr-chip-height` — 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.\n- `--lr-chip-pressed-bg` (default: `var(--lr-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background.\n- `--lr-chip-pressed-border` (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color."
2619
2619
  },
2620
2620
  "attributes": [
2621
2621
  {
@@ -3245,7 +3245,7 @@
3245
3245
  "name": "lr-combobox",
3246
3246
  "description": {
3247
3247
  "kind": "markdown",
3248
- "value": "`<lr-combobox>` — a filterable single/multi select that combines a text\ninput with a listbox. Mirrors the core `<wa-combobox>` API under `lr-`.\n\nOptions are `<lr-option value>` children. Emits native-style `change`/`input`\n(like Web Awesome) plus `lr-show`/`lr-hide`/`lr-clear`.\nStandard size tiers share their outer control height with sibling Lyra controls; the decorative\nexpand icon scales inside that allocation without creating an independent action target.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the filter input and the built-in clear action, and before the expand icon — so consumer content never sits outboard of the dropdown chevron. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value tags and the filter input. Slotted content is decorative chrome, not an option: `collectOptions()` only ever collects `<lr-option>` elements from the default slot. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear button. |\n| `combobox` | The input container (positioning anchor). |\n| `combobox-input` | The text input. |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, combobox, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-badge` | An async option row's optional trailing metadata badge. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-icon` | An async option row's optional decorative leading visual. |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-overflow` | The \"+N more\" indicator shown when rows are capped by `maxRender`. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `tag` | An individual selected tag. |\n| `tag__remove-button` | A tag's remove button. |\n| `tags` | The multi-select tag container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-combobox-trigger-padding` — Padding inside the input container.\n- `--lr-combobox-trigger-min-height` — Minimum input-container block size, scaled by `size`.\n- `--lr-combobox-trigger-height` — 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.\n- `--lr-combobox-font-size` — Input text size.\n- `--lr-combobox-tag-padding` — Selected-tag padding.\n- `--lr-combobox-tag-font-size` — Selected-tag text size.\n- `--lr-combobox-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-combobox-option-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row."
3248
+ "value": "`<lr-combobox>` — a filterable single/multi select that combines a text\ninput with a listbox. Mirrors the core `<wa-combobox>` API under `lr-`.\n\nOptions are `<lr-option value>` children. Emits native-style `change`/`input`\n(like Web Awesome) plus `lr-show`/`lr-hide`/`lr-clear`.\nStandard size tiers share their outer control height with sibling Lyra controls; the decorative\nexpand icon scales inside that allocation without creating an independent action target.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the filter input and the built-in clear action, and before the expand icon — so consumer content never sits outboard of the dropdown chevron. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value tags and the filter input. Slotted content is decorative chrome, not an option: `collectOptions()` only ever collects `<lr-option>` elements from the default slot. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear button. |\n| `combobox` | The input container (positioning anchor). |\n| `combobox-input` | The text input. |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, combobox, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-badge` | An async option row's optional trailing metadata badge. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-icon` | An async option row's optional decorative leading visual. |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-overflow` | The \"+N more\" indicator shown when rows are capped by `maxRender`. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `tag` | An individual selected tag. |\n| `tag__remove-button` | A tag's remove button. |\n| `tags` | The multi-select tag container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-combobox-trigger-padding` — Padding inside the input container.\n- `--lr-combobox-trigger-min-height` — Minimum input-container block size, scaled by `size`.\n- `--lr-combobox-trigger-height` — 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.\n- `--lr-combobox-font-size` — Input text size.\n- `--lr-combobox-tag-padding` — Selected-tag padding.\n- `--lr-combobox-tag-font-size` — Selected-tag text size.\n- `--lr-combobox-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-combobox-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments, tags, and filter input inside the trigger row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(combobox)` rule.\n- `--lr-combobox-radius` (default: `var(--lr-radius)`) — Corner radius of the trigger row (`[part='combobox']`). Does not vary by `size` tier.\n- `--lr-combobox-option-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row."
3249
3249
  },
3250
3250
  "attributes": [
3251
3251
  {
@@ -7325,7 +7325,7 @@
7325
7325
  "name": "lr-icon-button",
7326
7326
  "description": {
7327
7327
  "kind": "markdown",
7328
- "value": "`<lr-icon-button>` — an accessible icon-only action button.\n\nSet `icon` for one of `<lr-icon>`'s named glyphs, or slot your own content instead. Slotted\ncontent is a **sibling** of the built-in glyph rather than being piped through `<lr-icon>`, so\nany complete element — an `<svg>`, an `<img>`, an `<lr-flag>` — renders at its own natural\naspect ratio instead of being forced into a 1:1 box. Bare SVG geometry (`<path>`, `<circle>`,\nand a handful of other raw primitives) with no enclosing `<svg>` of its own is detected and\ncloned into a real, internal SVG-namespaced element so it still paints — the same fallback\n`<lr-icon>`'s own custom-content slot uses, but narrowly scoped so a custom element (e.g. a\nslotted `<lr-flag>`) is never run through it.\n\nForm-associated (mirroring `<lr-button>`'s identical shape): discoverable through\n`form.elements`, and `type=\"submit\"`/`type=\"reset\"` are handled by this component itself via\nthe host's own `closest('form')` — a shadow-internal native `<button type=\"submit\">` does not\nparticipate in an ancestor light-DOM form's submission on its own, since form-submitter\nsemantics don't cross the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom icon content, rendered beside (not inside) the `icon` glyph. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `button` | Native button. |\n| `fallback` | The internal SVG-namespaced clone target for slotted bare geometry. Only present in the DOM while at least one top-level slotted element needs it; a complete `<svg>`, `<img>`, or custom element never mounts it. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-icon-button-size` (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."
7328
+ "value": "`<lr-icon-button>` — an accessible icon-only action button.\n\nSet `icon` for one of `<lr-icon>`'s named glyphs, or slot your own content instead. Slotted\ncontent is a **sibling** of the built-in glyph rather than being piped through `<lr-icon>`, so\nany complete element — an `<svg>`, an `<img>`, an `<lr-flag>` — renders at its own natural\naspect ratio instead of being forced into a 1:1 box. Bare SVG geometry (`<path>`, `<circle>`,\nand a handful of other raw primitives) with no enclosing `<svg>` of its own is detected and\ncloned into a real, internal SVG-namespaced element so it still paints — the same fallback\n`<lr-icon>`'s own custom-content slot uses, but narrowly scoped so a custom element (e.g. a\nslotted `<lr-flag>`) is never run through it.\n\nForm-associated (mirroring `<lr-button>`'s identical shape): discoverable through\n`form.elements`, and `type=\"submit\"`/`type=\"reset\"` are handled by this component itself via\nthe host's own `closest('form')` — a shadow-internal native `<button type=\"submit\">` does not\nparticipate in an ancestor light-DOM form's submission on its own, since form-submitter\nsemantics don't cross the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom icon content, rendered beside (not inside) the `icon` glyph. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `button` | Native button. |\n| `fallback` | The internal SVG-namespaced clone target for slotted bare geometry. Carries the same `fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"` defaults `<lr-icon>`'s own wrapper svg does, so bare stroke-style geometry (no fill/stroke of its own) renders outlined instead of as a solid shape; an explicit `fill`/`stroke`/etc. already present on the slotted node still wins for that node. Only present in the DOM while at least one top-level slotted element needs it; a complete `<svg>`, `<img>`, or custom element never mounts it. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-icon-button-size` (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.\n- `--lr-icon-button-radius` (default: `var(--lr-radius)`) — Corner radius of the native button."
7329
7329
  },
7330
7330
  "attributes": [
7331
7331
  {
@@ -7584,7 +7584,7 @@
7584
7584
  "name": "lr-input",
7585
7585
  "description": {
7586
7586
  "kind": "markdown",
7587
- "value": "`<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain\n`wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).\n\nShips the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/\n`<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`\nparts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as\n`<lr-select>`/`<lr-combobox>`. `type=\"password\"` always renders a\n`password-toggle` eye-icon button that flips the internal native input between\n`type=\"password\"`/`type=\"text\"` and tracks `passwordVisible`. `type=\"email\"`/`type=\"number\"`\n(with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own\nbrowser-computed `validity`, bridged into this element's `ElementInternals` by `updateValidity()`.\n`type=\"search\"`/`type=\"time\"` forward straight through to the native input with no additional\nchrome or validation, the same as `type=\"text\"`.\n\nA host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;\nexternal `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.\n\nForwards the full native selection/editing surface (`selectionStart`/`selectionEnd`,\n`setSelectionRange()`, `setRangeText()`), the same as `<lr-textarea>`, in addition to\n`focus()`/`blur()`/`select()`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`."
7587
+ "value": "`<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain\n`wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).\n\nShips the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/\n`<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`\nparts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as\n`<lr-select>`/`<lr-combobox>`. `type=\"password\"` always renders a\n`password-toggle` eye-icon button that flips the internal native input between\n`type=\"password\"`/`type=\"text\"` and tracks `passwordVisible`. `type=\"email\"`/`type=\"number\"`\n(with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own\nbrowser-computed `validity`, bridged into this element's `ElementInternals` by `updateValidity()`.\n`type=\"search\"`/`type=\"time\"` forward straight through to the native input with no additional\nchrome or validation, the same as `type=\"text\"`.\n\nA host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;\nexternal `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.\n\nForwards the full native selection/editing surface (`selectionStart`/`selectionEnd`,\n`setSelectionRange()`, `setRangeText()`), the same as `<lr-textarea>`, in addition to\n`focus()`/`blur()`/`select()`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.\n- `--lr-input-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule.\n- `--lr-input-radius` (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier."
7588
7588
  },
7589
7589
  "attributes": [
7590
7590
  {
@@ -9534,7 +9534,7 @@
9534
9534
  "name": "lr-number-input",
9535
9535
  "description": {
9536
9536
  "kind": "markdown",
9537
- "value": "`<lr-number-input>` — a numeric-input alias with the complete `lr-input`\nform, validation, and native editing contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`."
9537
+ "value": "`<lr-number-input>` — a numeric-input alias with the complete `lr-input`\nform, validation, and native editing contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.\n- `--lr-input-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule.\n- `--lr-input-radius` (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier."
9538
9538
  },
9539
9539
  "attributes": [
9540
9540
  {
@@ -11271,7 +11271,7 @@
11271
11271
  "name": "lr-reorder-item",
11272
11272
  "description": {
11273
11273
  "kind": "markdown",
11274
- "value": "`<lr-reorder-item>` — one row inside `<lr-reorder-list>`. Renders arbitrary slotted content plus\nmove-up/move-down buttons. This item alone doesn't know whether it's first or last in the list,\nso its boundary-disabled state (`atStart`/`atEnd`) and list-level cascade (`listDisabled`) are\nboth pushed down by the parent `<lr-reorder-list>` after every slot change or move — normally\nset internally, not by consumers.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Arbitrary row content (a label, a mini-form, anything). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row's root wrapper. |\n| `content` | Wrapper around the default slot. |\n| `move-down-button` | The move-down button. |\n| `move-up-button` | The move-up button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-item-gap` (default: `var(--lr-space-xs)`) — Gap between the move buttons and content."
11274
+ "value": "`<lr-reorder-item>` — one row inside `<lr-reorder-list>`. Renders arbitrary slotted content plus\nmove-up/move-down buttons. This item alone doesn't know whether it's first or last in the list,\nso its boundary-disabled state (`atStart`/`atEnd`), list-level cascade (`listDisabled`), and\nheld-move state (`pending`) are all pushed down by the parent `<lr-reorder-list>` — normally\nset internally, not by consumers.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Arbitrary row content (a label, a mini-form, anything). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row's root wrapper. |\n| `content` | Wrapper around the default slot. |\n| `move-down-button` | The move-down button. |\n| `move-up-button` | The move-up button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-item-gap` (default: `var(--lr-space-xs)`) — Gap between the move buttons and content."
11275
11275
  },
11276
11276
  "attributes": [
11277
11277
  {
@@ -11288,6 +11288,13 @@
11288
11288
  "value": "Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used.\n\nType: `string` \nDefault: `''`"
11289
11289
  }
11290
11290
  },
11291
+ {
11292
+ "name": "pending",
11293
+ "description": {
11294
+ "kind": "markdown",
11295
+ "value": "Whether this item's move is currently held pending host resolution, after an `lr-reorder`\nlistener on the parent `<lr-reorder-list>` called `preventDefault()`. Purely informational —\nit does not itself disable this item's move buttons (the list already refuses to start any\nfurther move while one is pending, so a second click here is already a no-op); style it via\n`lr-reorder-item[pending]` if desired. Pushed down by `<lr-reorder-list>`; normally set\ninternally, not by consumers.\n\nType: `boolean` \nDefault: `false`"
11296
+ }
11297
+ },
11291
11298
  {
11292
11299
  "name": "value",
11293
11300
  "description": {
@@ -11301,7 +11308,7 @@
11301
11308
  "name": "lr-reorder-list",
11302
11309
  "description": {
11303
11310
  "kind": "markdown",
11304
- "value": "`<lr-reorder-list>` — a generic vertical list of `<lr-reorder-item>` rows, reorderable via\nper-row move-up/move-down buttons (always available) or Ctrl/Cmd+ArrowUp/ArrowDown from focus\nanywhere inside a row — the same modifier convention `<lr-tree>`'s `reorderable` and\n`<lr-dashboard-grid>`'s `cells-draggable` already establish.\n\nUnlike `<lr-tree>`'s `reorderable` mode (a *controlled* request — `data` is host-owned and\nnothing moves until the host reassigns it), this list physically moves its own slotted\n`<lr-reorder-item>` light-DOM nodes itself. That is a deliberate difference, not an\ninconsistency: `<lr-tree>` re-derives its child elements from a `data` array prop on every\nrender, so a direct DOM move there would just be overwritten on the next render — it must stay\ncontrolled. This list has no such data-array prop; its children are plain author-authored\nslotted content with nothing to reconcile against, so DOM order genuinely is the source of\ntruth (the same principle `<lr-tree>` relies on for its own children). The `lr-reorder` event\nstill tells the host the resulting order, so it can persist it without hand-rolling its own\nsplice/resort logic.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-reorder-item>` elements. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The list's root wrapper (`role=\"list\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-list-gap` (default: `var(--lr-space-2xs)`) — Gap between rows."
11311
+ "value": "`<lr-reorder-list>` — a generic vertical list of `<lr-reorder-item>` rows, reorderable via\nper-row move-up/move-down buttons (always available) or Ctrl/Cmd+ArrowUp/ArrowDown from focus\nanywhere inside a row — the same modifier convention `<lr-tree>`'s `reorderable` and\n`<lr-dashboard-grid>`'s `cells-draggable` already establish.\n\nUnlike `<lr-tree>`'s `reorderable` mode (a *controlled* request — `data` is host-owned and\nnothing moves until the host reassigns it), this list physically moves its own slotted\n`<lr-reorder-item>` light-DOM nodes itself. That is a deliberate difference, not an\ninconsistency: `<lr-tree>` re-derives its child elements from a `data` array prop on every\nrender, so a direct DOM move there would just be overwritten on the next render — it must stay\ncontrolled. This list has no such data-array prop; its children are plain author-authored\nslotted content with nothing to reconcile against, so DOM order genuinely is the source of\ntruth (the same principle `<lr-tree>` relies on for its own children). The `lr-reorder` event\nstill tells the host the resulting order, so it can persist it without hand-rolling its own\nsplice/resort logic.\n\nAn `lr-reorder` listener can call `preventDefault()` to hold a move open while its own async\nwork (e.g. a network call persisting the new order) is in flight -- the same\ncancelable-event-plus-host-resolvable-pending-state pattern `<lr-confirm-bar>` and\n`<lr-tool-approval-dialog>` already establish for their own approve/deny decisions.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-reorder-item>` elements. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The list's root wrapper (`role=\"list\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-list-gap` (default: `var(--lr-space-2xs)`) — Gap between rows."
11305
11312
  },
11306
11313
  "attributes": [
11307
11314
  {
@@ -11949,7 +11956,7 @@
11949
11956
  "name": "lr-select",
11950
11957
  "description": {
11951
11958
  "kind": "markdown",
11952
- "value": "`<lr-select>` — a plain closed-list dropdown: a direct `<lr-*>`\ncounterpart to `<wa-select>`/`<wa-option>`. Trigger is a button (not a text\ninput) -- click/Enter/Space/ArrowDown opens it, there's no typing-to-filter.\nA printable keypress instead jumps (or, while closed, directly selects) the\nnext option whose label starts with what's been typed, like a native\n`<select>`'s type-ahead.\n\nOptions are `<lr-option value>` children, the same element `<lr-combobox>`\nuses. Unlike `lr-combobox` this is single-select only, with no filter/\nsource/with-clear/max-options-visible/empty-text/max-render/multiple surface\n-- see `<lr-combobox>` for the filterable/multi-select case.\n\nReuses `lr-combobox`'s popup positioning (`internal/positioner.js`) and\nclick-outside/Escape/Home/End/Arrow-key listbox navigation patterns,\nadapted to a trigger button that keeps DOM focus throughout (the listbox's\n\"active\" row is conveyed via `aria-activedescendant`, never actual focus),\nmatching the WAI-ARIA \"select-only combobox\" pattern.\n\nWhen `autoCommitSingleOption` is set and exactly one option is enabled\n(regardless of how many disabled ones exist alongside it), the popup never\nopens at all: a click, Enter, Space, ArrowDown, or ArrowUp on the trigger\ncommits that sole option directly, and the trigger renders as a plain\n`role=\"button\"` with no chevron/`aria-haspopup`/`aria-expanded` rather than\na combobox with a permanently inert popup state — opening a one-row list to\npick the only available choice is pure friction with no real decision\nbehind it. This never changes `value`/validity defaults on its own — an\nunselected single-option select stays unselected (and a `required` one\nstays invalid) exactly like the multi-option case, until the trigger is\nactually activated. `autoCommitSingleOption` defaults to `false`: by\ndefault a select always renders the normal combobox/listbox/chevron\ntrigger no matter how many options are enabled, matching pre-1.3.0\nbehavior — opt in explicitly if a narrowing-to-one option list should\nauto-commit.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the selected-value label and before the expand icon. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, trigger, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `group-label` | An option group's heading row (shown when any option declares a `group`). |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `trigger` | The trigger button (positioning anchor). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-select-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-select-trigger-padding` — Trigger padding shorthand, scaled by `size`.\n- `--lr-select-trigger-min-height` — Trigger block-size floor, scaled by `size`, and live at every tier including the default `m` (`2.5rem`, matching `<lr-input>`/`<lr-combobox>` at that tier).\n- `--lr-select-font-size` — Trigger font size, scaled by `size`.\n- `--lr-select-option-active-bg` (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.\n- `--lr-select-trigger-height` — 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."
11959
+ "value": "`<lr-select>` — a plain closed-list dropdown: a direct `<lr-*>`\ncounterpart to `<wa-select>`/`<wa-option>`. Trigger is a button (not a text\ninput) -- click/Enter/Space/ArrowDown opens it, there's no typing-to-filter.\nA printable keypress instead jumps (or, while closed, directly selects) the\nnext option whose label starts with what's been typed, like a native\n`<select>`'s type-ahead.\n\nOptions are `<lr-option value>` children, the same element `<lr-combobox>`\nuses. Unlike `lr-combobox` this is single-select only, with no filter/\nsource/with-clear/max-options-visible/empty-text/max-render/multiple surface\n-- see `<lr-combobox>` for the filterable/multi-select case.\n\nReuses `lr-combobox`'s popup positioning (`internal/positioner.js`) and\nclick-outside/Escape/Home/End/Arrow-key listbox navigation patterns,\nadapted to a trigger button that keeps DOM focus throughout (the listbox's\n\"active\" row is conveyed via `aria-activedescendant`, never actual focus),\nmatching the WAI-ARIA \"select-only combobox\" pattern.\n\nWhen `autoCommitSingleOption` is set and exactly one option is enabled\n(regardless of how many disabled ones exist alongside it), the popup never\nopens at all: a click, Enter, Space, ArrowDown, or ArrowUp on the trigger\ncommits that sole option directly, and the trigger renders as a plain\n`role=\"button\"` with no chevron/`aria-haspopup`/`aria-expanded` rather than\na combobox with a permanently inert popup state — opening a one-row list to\npick the only available choice is pure friction with no real decision\nbehind it. This never changes `value`/validity defaults on its own — an\nunselected single-option select stays unselected (and a `required` one\nstays invalid) exactly like the multi-option case, until the trigger is\nactually activated. `autoCommitSingleOption` defaults to `false`: by\ndefault a select always renders the normal combobox/listbox/chevron\ntrigger no matter how many options are enabled, matching pre-1.3.0\nbehavior — opt in explicitly if a narrowing-to-one option list should\nauto-commit.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the selected-value label and before the expand icon. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, trigger, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `group-label` | An option group's heading row (shown when any option declares a `group`). |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `trigger` | The trigger button (positioning anchor). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-select-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-select-gap` — Gap between the trigger's start adornment, label, end adornment, and expand icon. Doesn't vary by `size`.\n- `--lr-select-radius` — Trigger corner radius. Doesn't vary by `size`.\n- `--lr-select-trigger-padding` — Trigger padding shorthand, scaled by `size`.\n- `--lr-select-trigger-min-height` — Trigger block-size floor, scaled by `size`, and live at every tier including the default `m` (`2.5rem`, matching `<lr-input>`/`<lr-combobox>` at that tier).\n- `--lr-select-font-size` — Trigger font size, scaled by `size`.\n- `--lr-select-option-active-bg` (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.\n- `--lr-select-trigger-height` — 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."
11953
11960
  },
11954
11961
  "attributes": [
11955
11962
  {
@@ -13407,7 +13414,7 @@
13407
13414
  "name": "lr-tag",
13408
13415
  "description": {
13409
13416
  "kind": "markdown",
13410
- "value": "`<lr-tag>` — a semantic alias for the compact badge treatment.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size."
13417
+ "value": "`<lr-tag>` — a semantic alias for the compact badge treatment.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size.\n- `--lr-badge-radius` (default: `var(--lr-radius-pill)`) — Corner radius of the badge surface. Does not vary by `size` tier."
13411
13418
  },
13412
13419
  "attributes": [
13413
13420
  {
@@ -13841,7 +13848,7 @@
13841
13848
  "name": "lr-time-input",
13842
13849
  "description": {
13843
13850
  "kind": "markdown",
13844
- "value": "`<lr-time-input>` — a native time-input alias with Lyra form chrome and events.\n\nAdds no API of its own beyond re-typing the inherited `min`/`max` bounds for time values; every\nother property, event, slot and part is `<lr-input>`'s.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`."
13851
+ "value": "`<lr-time-input>` — a native time-input alias with Lyra form chrome and events.\n\nAdds no API of its own beyond re-typing the inherited `min`/`max` bounds for time values; every\nother property, event, slot and part is `<lr-input>`'s.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.\n- `--lr-input-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule.\n- `--lr-input-radius` (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier."
13845
13852
  },
13846
13853
  "attributes": [
13847
13854
  {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@aceshooting/lyra-ui",
4
- "version": "6.0.0",
4
+ "version": "6.1.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1373,7 +1373,7 @@
1373
1373
  },
1374
1374
  {
1375
1375
  "name": "lr-badge",
1376
- "description": "`<lr-badge>` — a compact status label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size.",
1376
+ "description": "`<lr-badge>` — a compact status label.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size.\n- `--lr-badge-radius` (default: `var(--lr-radius-pill)`) — Corner radius of the badge surface. Does not vary by `size` tier.",
1377
1377
  "attributes": [
1378
1378
  {
1379
1379
  "name": "locale",
@@ -3005,7 +3005,7 @@
3005
3005
  },
3006
3006
  {
3007
3007
  "name": "lr-chip",
3008
- "description": "`<lr-chip>` — a small, content-agnostic pill for a short label: a tag, an\nactive-filter/scope indicator, etc. Distinct from `<lr-attachment-chip>`\n(specifically file-shaped, with a thumbnail/size/upload-progress) — this\none carries no domain assumptions at all, just a label and an optional\nleading icon/dot.\n\n`tone` tints the whole pill using the same loud-color-on-quiet-tint\nconvention `<lr-tool-call-chip>`/`<lr-citation-badge>` already\nestablish for status coloring: background is the tone's `-quiet` tint,\ntext/icon is the tone's loud color. `neutral` (the default) has no\ndedicated token pair of its own, so it falls back to a plain\nbordered-surface look — the same \"no signal\" treatment\n`<lr-citation-badge>`'s `default` status and `<lr-tool-call-chip>`'s\n`pending` status already use.\n\nThis is a controlled component: clicking the remove (×) button only fires\n`lr-remove` — the chip never removes itself from the DOM on its own\ninteraction, the same contract `<lr-attachment-chip>`/\n`<lr-conversation-item>` already follow. A consumer owns the underlying\nlist and decides whether/how the click actually removes anything.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The chip's label content. |\n| `icon` | Optional leading icon or status dot. Nothing is reserved for it (no extra gap) when left empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The pill's root container. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely while empty. |\n| `label` | Wrapper around the default slot. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-accent` (default: `var(--lr-color-text)`) — Text/icon color of the pill. Each `tone` sets it to that tone's loud color.\n- `--lr-chip-bg` (default: `var(--lr-color-surface)`) — Background of the pill. Each `tone` sets it to that tone's `-quiet` tint.\n- `--lr-chip-border` (default: `var(--lr-color-border)`) — Border color of the pill. Every non-neutral `tone` sets it to `transparent`.\n- `--lr-chip-font-size` (default: `var(--lr-font-size-sm)`) — Label font size. Each `size` sets it to that step's font size.\n- `--lr-chip-gap` (default: `var(--lr-space-xs)`) — Gap between the icon, label, and remove button. Each `size` sets it to that step's gap.\n- `--lr-chip-icon-size` (default: `var(--lr-font-size-sm)`) — Font size of the `icon` slot wrapper. Each `size` sets it to that step's icon size.\n- `--lr-chip-padding-block` (default: `var(--lr-size-0-25rem)`) — Block padding of the pill. Each `size` sets it to that step's block padding.\n- `--lr-chip-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of the pill. Each `size` sets it to that step's inline padding.\n- `--lr-chip-min-height` (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.\n- `--lr-chip-height` — 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.\n- `--lr-chip-pressed-bg` (default: `var(--lr-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background.\n- `--lr-chip-pressed-border` (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color.",
3008
+ "description": "`<lr-chip>` — a small, content-agnostic pill for a short label: a tag, an\nactive-filter/scope indicator, etc. Distinct from `<lr-attachment-chip>`\n(specifically file-shaped, with a thumbnail/size/upload-progress) — this\none carries no domain assumptions at all, just a label and an optional\nleading icon/dot.\n\n`tone` tints the whole pill using the same loud-color-on-quiet-tint\nconvention `<lr-tool-call-chip>`/`<lr-citation-badge>` already\nestablish for status coloring: background is the tone's `-quiet` tint,\ntext/icon is the tone's loud color. `neutral` (the default) has no\ndedicated token pair of its own, so it falls back to a plain\nbordered-surface look — the same \"no signal\" treatment\n`<lr-citation-badge>`'s `default` status and `<lr-tool-call-chip>`'s\n`pending` status already use.\n\nThis is a controlled component: clicking the remove (×) button only fires\n`lr-remove` — the chip never removes itself from the DOM on its own\ninteraction, the same contract `<lr-attachment-chip>`/\n`<lr-conversation-item>` already follow. A consumer owns the underlying\nlist and decides whether/how the click actually removes anything.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The chip's label content. |\n| `icon` | Optional leading icon or status dot. Nothing is reserved for it (no extra gap) when left empty. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The pill's root container. |\n| `icon` | Wrapper around the `icon` slot. Hidden entirely while empty. |\n| `label` | Wrapper around the default slot. |\n| `remove-button` | The remove (×) affordance, only rendered while `removable`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-accent` (default: `var(--lr-color-text)`) — Text/icon color of the pill. Each `tone` sets it to that tone's loud color.\n- `--lr-chip-bg` (default: `var(--lr-color-surface)`) — Background of the pill. Each `tone` sets it to that tone's `-quiet` tint.\n- `--lr-chip-border` (default: `var(--lr-color-border)`) — Border color of the pill. Every non-neutral `tone` sets it to `transparent`.\n- `--lr-chip-font-size` (default: `var(--lr-font-size-sm)`) — Label font size. Each `size` sets it to that step's font size.\n- `--lr-chip-gap` (default: `var(--lr-space-xs)`) — Gap between the icon, label, and remove button. Each `size` sets it to that step's gap.\n- `--lr-chip-radius` (default: `var(--lr-radius-pill)`) — Corner radius of the pill and of the remove button, kept in sync so retuning one retunes both. Does not vary by `size` tier.\n- `--lr-chip-icon-size` (default: `var(--lr-font-size-sm)`) — Font size of the `icon` slot wrapper. Each `size` sets it to that step's icon size.\n- `--lr-chip-padding-block` (default: `var(--lr-size-0-25rem)`) — Block padding of the pill. Each `size` sets it to that step's block padding.\n- `--lr-chip-padding-inline` (default: `var(--lr-space-s)`) — Inline padding of the pill. Each `size` sets it to that step's inline padding.\n- `--lr-chip-min-height` (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.\n- `--lr-chip-height` — 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.\n- `--lr-chip-pressed-bg` (default: `var(--lr-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background.\n- `--lr-chip-pressed-border` (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color.",
3009
3009
  "attributes": [
3010
3010
  {
3011
3011
  "name": "locale",
@@ -3693,7 +3693,7 @@
3693
3693
  },
3694
3694
  {
3695
3695
  "name": "lr-combobox",
3696
- "description": "`<lr-combobox>` — a filterable single/multi select that combines a text\ninput with a listbox. Mirrors the core `<wa-combobox>` API under `lr-`.\n\nOptions are `<lr-option value>` children. Emits native-style `change`/`input`\n(like Web Awesome) plus `lr-show`/`lr-hide`/`lr-clear`.\nStandard size tiers share their outer control height with sibling Lyra controls; the decorative\nexpand icon scales inside that allocation without creating an independent action target.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the filter input and the built-in clear action, and before the expand icon — so consumer content never sits outboard of the dropdown chevron. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value tags and the filter input. Slotted content is decorative chrome, not an option: `collectOptions()` only ever collects `<lr-option>` elements from the default slot. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear button. |\n| `combobox` | The input container (positioning anchor). |\n| `combobox-input` | The text input. |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, combobox, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-badge` | An async option row's optional trailing metadata badge. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-icon` | An async option row's optional decorative leading visual. |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-overflow` | The \"+N more\" indicator shown when rows are capped by `maxRender`. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `tag` | An individual selected tag. |\n| `tag__remove-button` | A tag's remove button. |\n| `tags` | The multi-select tag container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-combobox-trigger-padding` — Padding inside the input container.\n- `--lr-combobox-trigger-min-height` — Minimum input-container block size, scaled by `size`.\n- `--lr-combobox-trigger-height` — 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.\n- `--lr-combobox-font-size` — Input text size.\n- `--lr-combobox-tag-padding` — Selected-tag padding.\n- `--lr-combobox-tag-font-size` — Selected-tag text size.\n- `--lr-combobox-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-combobox-option-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row.",
3696
+ "description": "`<lr-combobox>` — a filterable single/multi select that combines a text\ninput with a listbox. Mirrors the core `<wa-combobox>` API under `lr-`.\n\nOptions are `<lr-option value>` children. Emits native-style `change`/`input`\n(like Web Awesome) plus `lr-show`/`lr-hide`/`lr-clear`.\nStandard size tiers share their outer control height with sibling Lyra controls; the decorative\nexpand icon scales inside that allocation without creating an independent action target.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the filter input and the built-in clear action, and before the expand icon — so consumer content never sits outboard of the dropdown chevron. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value tags and the filter input. Slotted content is decorative chrome, not an option: `collectOptions()` only ever collects `<lr-option>` elements from the default slot. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear button. |\n| `combobox` | The input container (positioning anchor). |\n| `combobox-input` | The text input. |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, combobox, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-badge` | An async option row's optional trailing metadata badge. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-icon` | An async option row's optional decorative leading visual. |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-overflow` | The \"+N more\" indicator shown when rows are capped by `maxRender`. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `tag` | An individual selected tag. |\n| `tag__remove-button` | A tag's remove button. |\n| `tags` | The multi-select tag container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-combobox-trigger-padding` — Padding inside the input container.\n- `--lr-combobox-trigger-min-height` — Minimum input-container block size, scaled by `size`.\n- `--lr-combobox-trigger-height` — 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.\n- `--lr-combobox-font-size` — Input text size.\n- `--lr-combobox-tag-padding` — Selected-tag padding.\n- `--lr-combobox-tag-font-size` — Selected-tag text size.\n- `--lr-combobox-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-combobox-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments, tags, and filter input inside the trigger row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(combobox)` rule.\n- `--lr-combobox-radius` (default: `var(--lr-radius)`) — Corner radius of the trigger row (`[part='combobox']`). Does not vary by `size` tier.\n- `--lr-combobox-option-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row.",
3697
3697
  "attributes": [
3698
3698
  {
3699
3699
  "name": "autocapitalize",
@@ -8184,7 +8184,7 @@
8184
8184
  },
8185
8185
  {
8186
8186
  "name": "lr-icon-button",
8187
- "description": "`<lr-icon-button>` — an accessible icon-only action button.\n\nSet `icon` for one of `<lr-icon>`'s named glyphs, or slot your own content instead. Slotted\ncontent is a **sibling** of the built-in glyph rather than being piped through `<lr-icon>`, so\nany complete element — an `<svg>`, an `<img>`, an `<lr-flag>` — renders at its own natural\naspect ratio instead of being forced into a 1:1 box. Bare SVG geometry (`<path>`, `<circle>`,\nand a handful of other raw primitives) with no enclosing `<svg>` of its own is detected and\ncloned into a real, internal SVG-namespaced element so it still paints — the same fallback\n`<lr-icon>`'s own custom-content slot uses, but narrowly scoped so a custom element (e.g. a\nslotted `<lr-flag>`) is never run through it.\n\nForm-associated (mirroring `<lr-button>`'s identical shape): discoverable through\n`form.elements`, and `type=\"submit\"`/`type=\"reset\"` are handled by this component itself via\nthe host's own `closest('form')` — a shadow-internal native `<button type=\"submit\">` does not\nparticipate in an ancestor light-DOM form's submission on its own, since form-submitter\nsemantics don't cross the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom icon content, rendered beside (not inside) the `icon` glyph. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `button` | Native button. |\n| `fallback` | The internal SVG-namespaced clone target for slotted bare geometry. Only present in the DOM while at least one top-level slotted element needs it; a complete `<svg>`, `<img>`, or custom element never mounts it. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-icon-button-size` (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.",
8187
+ "description": "`<lr-icon-button>` — an accessible icon-only action button.\n\nSet `icon` for one of `<lr-icon>`'s named glyphs, or slot your own content instead. Slotted\ncontent is a **sibling** of the built-in glyph rather than being piped through `<lr-icon>`, so\nany complete element — an `<svg>`, an `<img>`, an `<lr-flag>` — renders at its own natural\naspect ratio instead of being forced into a 1:1 box. Bare SVG geometry (`<path>`, `<circle>`,\nand a handful of other raw primitives) with no enclosing `<svg>` of its own is detected and\ncloned into a real, internal SVG-namespaced element so it still paints — the same fallback\n`<lr-icon>`'s own custom-content slot uses, but narrowly scoped so a custom element (e.g. a\nslotted `<lr-flag>`) is never run through it.\n\nForm-associated (mirroring `<lr-button>`'s identical shape): discoverable through\n`form.elements`, and `type=\"submit\"`/`type=\"reset\"` are handled by this component itself via\nthe host's own `closest('form')` — a shadow-internal native `<button type=\"submit\">` does not\nparticipate in an ancestor light-DOM form's submission on its own, since form-submitter\nsemantics don't cross the shadow boundary.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional custom icon content, rendered beside (not inside) the `icon` glyph. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `button` | Native button. |\n| `fallback` | The internal SVG-namespaced clone target for slotted bare geometry. Carries the same `fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"` defaults `<lr-icon>`'s own wrapper svg does, so bare stroke-style geometry (no fill/stroke of its own) renders outlined instead of as a solid shape; an explicit `fill`/`stroke`/etc. already present on the slotted node still wins for that node. Only present in the DOM while at least one top-level slotted element needs it; a complete `<svg>`, `<img>`, or custom element never mounts it. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-icon-button-size` (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.\n- `--lr-icon-button-radius` (default: `var(--lr-radius)`) — Corner radius of the native button.",
8188
8188
  "attributes": [
8189
8189
  {
8190
8190
  "name": "aria-label",
@@ -8455,7 +8455,7 @@
8455
8455
  },
8456
8456
  {
8457
8457
  "name": "lr-input",
8458
- "description": "`<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain\n`wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).\n\nShips the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/\n`<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`\nparts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as\n`<lr-select>`/`<lr-combobox>`. `type=\"password\"` always renders a\n`password-toggle` eye-icon button that flips the internal native input between\n`type=\"password\"`/`type=\"text\"` and tracks `passwordVisible`. `type=\"email\"`/`type=\"number\"`\n(with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own\nbrowser-computed `validity`, bridged into this element's `ElementInternals` by `updateValidity()`.\n`type=\"search\"`/`type=\"time\"` forward straight through to the native input with no additional\nchrome or validation, the same as `type=\"text\"`.\n\nA host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;\nexternal `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.\n\nForwards the full native selection/editing surface (`selectionStart`/`selectionEnd`,\n`setSelectionRange()`, `setRangeText()`), the same as `<lr-textarea>`, in addition to\n`focus()`/`blur()`/`select()`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.",
8458
+ "description": "`<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain\n`wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).\n\nShips the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/\n`<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`\nparts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as\n`<lr-select>`/`<lr-combobox>`. `type=\"password\"` always renders a\n`password-toggle` eye-icon button that flips the internal native input between\n`type=\"password\"`/`type=\"text\"` and tracks `passwordVisible`. `type=\"email\"`/`type=\"number\"`\n(with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own\nbrowser-computed `validity`, bridged into this element's `ElementInternals` by `updateValidity()`.\n`type=\"search\"`/`type=\"time\"` forward straight through to the native input with no additional\nchrome or validation, the same as `type=\"text\"`.\n\nA host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;\nexternal `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.\n\nForwards the full native selection/editing surface (`selectionStart`/`selectionEnd`,\n`setSelectionRange()`, `setRangeText()`), the same as `<lr-textarea>`, in addition to\n`focus()`/`blur()`/`select()`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.\n- `--lr-input-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule.\n- `--lr-input-radius` (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier.",
8459
8459
  "attributes": [
8460
8460
  {
8461
8461
  "name": "aria-label",
@@ -10650,7 +10650,7 @@
10650
10650
  },
10651
10651
  {
10652
10652
  "name": "lr-number-input",
10653
- "description": "`<lr-number-input>` — a numeric-input alias with the complete `lr-input`\nform, validation, and native editing contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.",
10653
+ "description": "`<lr-number-input>` — a numeric-input alias with the complete `lr-input`\nform, validation, and native editing contract.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.\n- `--lr-input-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule.\n- `--lr-input-radius` (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier.",
10654
10654
  "attributes": [
10655
10655
  {
10656
10656
  "name": "aria-label",
@@ -12654,7 +12654,7 @@
12654
12654
  },
12655
12655
  {
12656
12656
  "name": "lr-reorder-item",
12657
- "description": "`<lr-reorder-item>` — one row inside `<lr-reorder-list>`. Renders arbitrary slotted content plus\nmove-up/move-down buttons. This item alone doesn't know whether it's first or last in the list,\nso its boundary-disabled state (`atStart`/`atEnd`) and list-level cascade (`listDisabled`) are\nboth pushed down by the parent `<lr-reorder-list>` after every slot change or move — normally\nset internally, not by consumers.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Arbitrary row content (a label, a mini-form, anything). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row's root wrapper. |\n| `content` | Wrapper around the default slot. |\n| `move-down-button` | The move-down button. |\n| `move-up-button` | The move-up button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-item-gap` (default: `var(--lr-space-xs)`) — Gap between the move buttons and content.",
12657
+ "description": "`<lr-reorder-item>` — one row inside `<lr-reorder-list>`. Renders arbitrary slotted content plus\nmove-up/move-down buttons. This item alone doesn't know whether it's first or last in the list,\nso its boundary-disabled state (`atStart`/`atEnd`), list-level cascade (`listDisabled`), and\nheld-move state (`pending`) are all pushed down by the parent `<lr-reorder-list>` — normally\nset internally, not by consumers.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Arbitrary row content (a label, a mini-form, anything). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row's root wrapper. |\n| `content` | Wrapper around the default slot. |\n| `move-down-button` | The move-down button. |\n| `move-up-button` | The move-up button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-item-gap` (default: `var(--lr-space-xs)`) — Gap between the move buttons and content.",
12658
12658
  "attributes": [
12659
12659
  {
12660
12660
  "name": "disabled",
@@ -12674,6 +12674,15 @@
12674
12674
  ]
12675
12675
  }
12676
12676
  },
12677
+ {
12678
+ "name": "pending",
12679
+ "description": "Whether this item's move is currently held pending host resolution, after an `lr-reorder`\nlistener on the parent `<lr-reorder-list>` called `preventDefault()`. Purely informational —\nit does not itself disable this item's move buttons (the list already refuses to start any\nfurther move while one is pending, so a second click here is already a no-op); style it via\n`lr-reorder-item[pending]` if desired. Pushed down by `<lr-reorder-list>`; normally set\ninternally, not by consumers.\n\nType: `boolean` \nDefault: `false`",
12680
+ "value": {
12681
+ "type": [
12682
+ "boolean"
12683
+ ]
12684
+ }
12685
+ },
12677
12686
  {
12678
12687
  "name": "value",
12679
12688
  "description": "Stable identifier included in the parent list's emitted `lr-reorder` order array. Falls back\nto this item's live DOM-position index (stringified) when unset — a consumer that cares about\nstable identity across moves should set this explicitly, since the fallback string changes as\nthe item's position changes.\n\nType: `string | undefined`"
@@ -12682,7 +12691,7 @@
12682
12691
  },
12683
12692
  {
12684
12693
  "name": "lr-reorder-list",
12685
- "description": "`<lr-reorder-list>` — a generic vertical list of `<lr-reorder-item>` rows, reorderable via\nper-row move-up/move-down buttons (always available) or Ctrl/Cmd+ArrowUp/ArrowDown from focus\nanywhere inside a row — the same modifier convention `<lr-tree>`'s `reorderable` and\n`<lr-dashboard-grid>`'s `cells-draggable` already establish.\n\nUnlike `<lr-tree>`'s `reorderable` mode (a *controlled* request — `data` is host-owned and\nnothing moves until the host reassigns it), this list physically moves its own slotted\n`<lr-reorder-item>` light-DOM nodes itself. That is a deliberate difference, not an\ninconsistency: `<lr-tree>` re-derives its child elements from a `data` array prop on every\nrender, so a direct DOM move there would just be overwritten on the next render — it must stay\ncontrolled. This list has no such data-array prop; its children are plain author-authored\nslotted content with nothing to reconcile against, so DOM order genuinely is the source of\ntruth (the same principle `<lr-tree>` relies on for its own children). The `lr-reorder` event\nstill tells the host the resulting order, so it can persist it without hand-rolling its own\nsplice/resort logic.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-reorder-item>` elements. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The list's root wrapper (`role=\"list\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-list-gap` (default: `var(--lr-space-2xs)`) — Gap between rows.",
12694
+ "description": "`<lr-reorder-list>` — a generic vertical list of `<lr-reorder-item>` rows, reorderable via\nper-row move-up/move-down buttons (always available) or Ctrl/Cmd+ArrowUp/ArrowDown from focus\nanywhere inside a row — the same modifier convention `<lr-tree>`'s `reorderable` and\n`<lr-dashboard-grid>`'s `cells-draggable` already establish.\n\nUnlike `<lr-tree>`'s `reorderable` mode (a *controlled* request — `data` is host-owned and\nnothing moves until the host reassigns it), this list physically moves its own slotted\n`<lr-reorder-item>` light-DOM nodes itself. That is a deliberate difference, not an\ninconsistency: `<lr-tree>` re-derives its child elements from a `data` array prop on every\nrender, so a direct DOM move there would just be overwritten on the next render — it must stay\ncontrolled. This list has no such data-array prop; its children are plain author-authored\nslotted content with nothing to reconcile against, so DOM order genuinely is the source of\ntruth (the same principle `<lr-tree>` relies on for its own children). The `lr-reorder` event\nstill tells the host the resulting order, so it can persist it without hand-rolling its own\nsplice/resort logic.\n\nAn `lr-reorder` listener can call `preventDefault()` to hold a move open while its own async\nwork (e.g. a network call persisting the new order) is in flight -- the same\ncancelable-event-plus-host-resolvable-pending-state pattern `<lr-confirm-bar>` and\n`<lr-tool-approval-dialog>` already establish for their own approve/deny decisions.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-reorder-item>` elements. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The list's root wrapper (`role=\"list\"`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-reorder-list-gap` (default: `var(--lr-space-2xs)`) — Gap between rows.",
12686
12695
  "attributes": [
12687
12696
  {
12688
12697
  "name": "disabled",
@@ -13418,7 +13427,7 @@
13418
13427
  },
13419
13428
  {
13420
13429
  "name": "lr-select",
13421
- "description": "`<lr-select>` — a plain closed-list dropdown: a direct `<lr-*>`\ncounterpart to `<wa-select>`/`<wa-option>`. Trigger is a button (not a text\ninput) -- click/Enter/Space/ArrowDown opens it, there's no typing-to-filter.\nA printable keypress instead jumps (or, while closed, directly selects) the\nnext option whose label starts with what's been typed, like a native\n`<select>`'s type-ahead.\n\nOptions are `<lr-option value>` children, the same element `<lr-combobox>`\nuses. Unlike `lr-combobox` this is single-select only, with no filter/\nsource/with-clear/max-options-visible/empty-text/max-render/multiple surface\n-- see `<lr-combobox>` for the filterable/multi-select case.\n\nReuses `lr-combobox`'s popup positioning (`internal/positioner.js`) and\nclick-outside/Escape/Home/End/Arrow-key listbox navigation patterns,\nadapted to a trigger button that keeps DOM focus throughout (the listbox's\n\"active\" row is conveyed via `aria-activedescendant`, never actual focus),\nmatching the WAI-ARIA \"select-only combobox\" pattern.\n\nWhen `autoCommitSingleOption` is set and exactly one option is enabled\n(regardless of how many disabled ones exist alongside it), the popup never\nopens at all: a click, Enter, Space, ArrowDown, or ArrowUp on the trigger\ncommits that sole option directly, and the trigger renders as a plain\n`role=\"button\"` with no chevron/`aria-haspopup`/`aria-expanded` rather than\na combobox with a permanently inert popup state — opening a one-row list to\npick the only available choice is pure friction with no real decision\nbehind it. This never changes `value`/validity defaults on its own — an\nunselected single-option select stays unselected (and a `required` one\nstays invalid) exactly like the multi-option case, until the trigger is\nactually activated. `autoCommitSingleOption` defaults to `false`: by\ndefault a select always renders the normal combobox/listbox/chevron\ntrigger no matter how many options are enabled, matching pre-1.3.0\nbehavior — opt in explicitly if a narrowing-to-one option list should\nauto-commit.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the selected-value label and before the expand icon. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, trigger, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `group-label` | An option group's heading row (shown when any option declares a `group`). |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `trigger` | The trigger button (positioning anchor). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-select-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-select-trigger-padding` — Trigger padding shorthand, scaled by `size`.\n- `--lr-select-trigger-min-height` — Trigger block-size floor, scaled by `size`, and live at every tier including the default `m` (`2.5rem`, matching `<lr-input>`/`<lr-combobox>` at that tier).\n- `--lr-select-font-size` — Trigger font size, scaled by `size`.\n- `--lr-select-option-active-bg` (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.\n- `--lr-select-trigger-height` — 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.",
13430
+ "description": "`<lr-select>` — a plain closed-list dropdown: a direct `<lr-*>`\ncounterpart to `<wa-select>`/`<wa-option>`. Trigger is a button (not a text\ninput) -- click/Enter/Space/ArrowDown opens it, there's no typing-to-filter.\nA printable keypress instead jumps (or, while closed, directly selects) the\nnext option whose label starts with what's been typed, like a native\n`<select>`'s type-ahead.\n\nOptions are `<lr-option value>` children, the same element `<lr-combobox>`\nuses. Unlike `lr-combobox` this is single-select only, with no filter/\nsource/with-clear/max-options-visible/empty-text/max-render/multiple surface\n-- see `<lr-combobox>` for the filterable/multi-select case.\n\nReuses `lr-combobox`'s popup positioning (`internal/positioner.js`) and\nclick-outside/Escape/Home/End/Arrow-key listbox navigation patterns,\nadapted to a trigger button that keeps DOM focus throughout (the listbox's\n\"active\" row is conveyed via `aria-activedescendant`, never actual focus),\nmatching the WAI-ARIA \"select-only combobox\" pattern.\n\nWhen `autoCommitSingleOption` is set and exactly one option is enabled\n(regardless of how many disabled ones exist alongside it), the popup never\nopens at all: a click, Enter, Space, ArrowDown, or ArrowUp on the trigger\ncommits that sole option directly, and the trigger renders as a plain\n`role=\"button\"` with no chevron/`aria-haspopup`/`aria-expanded` rather than\na combobox with a permanently inert popup state — opening a one-row list to\npick the only available choice is pure friction with no real decision\nbehind it. This never changes `value`/validity defaults on its own — an\nunselected single-option select stays unselected (and a `required` one\nstays invalid) exactly like the multi-option case, until the trigger is\nactually activated. `autoCommitSingleOption` defaults to `false`: by\ndefault a select always renders the normal combobox/listbox/chevron\ntrigger no matter how many options are enabled, matching pre-1.3.0\nbehavior — opt in explicitly if a narrowing-to-one option list should\nauto-commit.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-option>` elements. |\n| `end` | Adornment after the selected-value label and before the expand icon. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment at the inline-start of the trigger row, before the selected-value label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `end` | Wrapper around the `end` adornment slot; `hidden` while nothing is slotted. |\n| `error` | The error message. |\n| `expand-icon` | The dropdown indicator. |\n| `form-control` | The outer wrapper around label, trigger, listbox, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `group-label` | An option group's heading row (shown when any option declares a `group`). |\n| `hint` | The hint message. |\n| `listbox` | The options popover. |\n| `option` | An option row. |\n| `option-dot` | An option row's leading status dot (when `dot-color` is set). |\n| `option-label` | An option row's label/sub wrapper. |\n| `option-sub` | An option row's secondary line (when `sub` is set). |\n| `start` | Wrapper around the `start` adornment slot; `hidden` while nothing is slotted. |\n| `trigger` | The trigger button (positioning anchor). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-select-expand-size` — Decorative expand-icon box size, scaled by `size`.\n- `--lr-select-gap` — Gap between the trigger's start adornment, label, end adornment, and expand icon. Doesn't vary by `size`.\n- `--lr-select-radius` — Trigger corner radius. Doesn't vary by `size`.\n- `--lr-select-trigger-padding` — Trigger padding shorthand, scaled by `size`.\n- `--lr-select-trigger-min-height` — Trigger block-size floor, scaled by `size`, and live at every tier including the default `m` (`2.5rem`, matching `<lr-input>`/`<lr-combobox>` at that tier).\n- `--lr-select-font-size` — Trigger font size, scaled by `size`.\n- `--lr-select-option-active-bg` (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.\n- `--lr-select-trigger-height` — 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.",
13422
13431
  "attributes": [
13423
13432
  {
13424
13433
  "name": "auto-commit-single-option",
@@ -14943,7 +14952,7 @@
14943
14952
  },
14944
14953
  {
14945
14954
  "name": "lr-tag",
14946
- "description": "`<lr-tag>` — a semantic alias for the compact badge treatment.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size.",
14955
+ "description": "`<lr-tag>` — a semantic alias for the compact badge treatment.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Badge content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The badge surface. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-badge-background` (default: `var(--lr-color-surface)`) — The badge's background. Each non-neutral `variant` sets it to that variant's `-quiet` tint.\n- `--lr-badge-border` (default: `var(--lr-color-border)`) — The badge's border color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-color` (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color.\n- `--lr-badge-font-size` (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size.\n- `--lr-badge-padding-inline` (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding.\n- `--lr-badge-min-height` (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size.\n- `--lr-badge-radius` (default: `var(--lr-radius-pill)`) — Corner radius of the badge surface. Does not vary by `size` tier.",
14947
14956
  "attributes": [
14948
14957
  {
14949
14958
  "name": "locale",
@@ -15452,7 +15461,7 @@
15452
15461
  },
15453
15462
  {
15454
15463
  "name": "lr-time-input",
15455
- "description": "`<lr-time-input>` — a native time-input alias with Lyra form chrome and events.\n\nAdds no API of its own beyond re-typing the inherited `min`/`max` bounds for time values; every\nother property, event, slot and part is `<lr-input>`'s.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.",
15464
+ "description": "`<lr-time-input>` — a native time-input alias with Lyra form chrome and events.\n\nAdds no API of its own beyond re-typing the inherited `min`/`max` bounds for time values; every\nother property, event, slot and part is `<lr-input>`'s.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `end` | Adornment after the native input and built-in actions. |\n| `error` | Custom error content. |\n| `hint` | Custom hint content. |\n| `label` | Custom label content. |\n| `start` | Adornment before the native input. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `clear-button` | The clear action, rendered for non-empty clearable text/search inputs. |\n| `end` | Wrapper around the `end` adornment slot. |\n| `error` | The error message. |\n| `form-control` | The outer wrapper around label, input, error and hint. |\n| `form-control-label` | The `<label>` element. |\n| `hint` | The hint message. |\n| `input` | The native `<input>` element. |\n| `input-wrapper` | The row wrapping the native input and the password-toggle button. |\n| `password-toggle` | The show/hide-password button, present only when `type=\"password\"`. |\n| `start` | Wrapper around the `start` adornment slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-input-control-min-height` — Outer control height floor, scaled by `size`.\n- `--lr-input-control-height` — 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.\n- `--lr-input-padding-block` — Block padding of the native input, scaled by `size`.\n- `--lr-input-padding-inline` — Inline padding of the control row, scaled by `size`.\n- `--lr-input-font-size` — Font size of the native input, scaled by `size`.\n- `--lr-input-gap` (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule.\n- `--lr-input-radius` (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier.",
15456
15465
  "attributes": [
15457
15466
  {
15458
15467
  "name": "aria-label",
@@ -17598,6 +17607,10 @@
17598
17607
  "name": "--lr-badge-padding-inline",
17599
17608
  "description": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding."
17600
17609
  },
17610
+ {
17611
+ "name": "--lr-badge-radius",
17612
+ "description": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-radius-pill)`) — Corner radius of the badge surface. Does not vary by `size` tier."
17613
+ },
17601
17614
  {
17602
17615
  "name": "--lr-breadcrumb-current-color",
17603
17616
  "description": "**`<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."
@@ -17878,6 +17891,10 @@
17878
17891
  "name": "--lr-chip-pressed-border",
17879
17892
  "description": "**`<lr-chip>`** (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color."
17880
17893
  },
17894
+ {
17895
+ "name": "--lr-chip-radius",
17896
+ "description": "**`<lr-chip>`** (default: `var(--lr-radius-pill)`) — Corner radius of the pill and of the remove button, kept in sync so retuning one retunes both. Does not vary by `size` tier."
17897
+ },
17881
17898
  {
17882
17899
  "name": "--lr-chunk-inspector-current-bg",
17883
17900
  "description": "**`<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."
@@ -17938,10 +17955,18 @@
17938
17955
  "name": "--lr-combobox-font-size",
17939
17956
  "description": "**`<lr-combobox>`** — Input text size."
17940
17957
  },
17958
+ {
17959
+ "name": "--lr-combobox-gap",
17960
+ "description": "**`<lr-combobox>`** (default: `var(--lr-space-xs)`) — Gap between the start/end adornments, tags, and filter input inside the trigger row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(combobox)` rule."
17961
+ },
17941
17962
  {
17942
17963
  "name": "--lr-combobox-option-active-bg",
17943
17964
  "description": "**`<lr-combobox>`** (default: `var(--lr-color-brand-quiet)`) — Background of a hovered or keyboard-active option row."
17944
17965
  },
17966
+ {
17967
+ "name": "--lr-combobox-radius",
17968
+ "description": "**`<lr-combobox>`** (default: `var(--lr-radius)`) — Corner radius of the trigger row (`[part='combobox']`). Does not vary by `size` tier."
17969
+ },
17945
17970
  {
17946
17971
  "name": "--lr-combobox-tag-font-size",
17947
17972
  "description": "**`<lr-combobox>`** — Selected-tag text size."
@@ -18410,6 +18435,10 @@
18410
18435
  "name": "--lr-html-viewer-max-height",
18411
18436
  "description": "**`<lr-html-viewer>`** (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
18412
18437
  },
18438
+ {
18439
+ "name": "--lr-icon-button-radius",
18440
+ "description": "**`<lr-icon-button>`** (default: `var(--lr-radius)`) — Corner radius of the native button."
18441
+ },
18413
18442
  {
18414
18443
  "name": "--lr-icon-button-size",
18415
18444
  "description": "**`<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."
@@ -18446,6 +18475,10 @@
18446
18475
  "name": "--lr-input-font-size",
18447
18476
  "description": "**`<lr-input>`, `<lr-number-input>`, `<lr-time-input>`** — Font size of the native input, scaled by `size`."
18448
18477
  },
18478
+ {
18479
+ "name": "--lr-input-gap",
18480
+ "description": "**`<lr-input>`, `<lr-number-input>`, `<lr-time-input>`** (default: `var(--lr-space-xs)`) — Gap between the start/end adornments and the native input in the control row. Unlike the size knobs above it does not vary by `size` tier. Override it to retune without a `::part(input-wrapper)` rule."
18481
+ },
18449
18482
  {
18450
18483
  "name": "--lr-input-padding-block",
18451
18484
  "description": "**`<lr-input>`, `<lr-number-input>`, `<lr-time-input>`** — Block padding of the native input, scaled by `size`."
@@ -18454,6 +18487,10 @@
18454
18487
  "name": "--lr-input-padding-inline",
18455
18488
  "description": "**`<lr-input>`, `<lr-number-input>`, `<lr-time-input>`** — Inline padding of the control row, scaled by `size`."
18456
18489
  },
18490
+ {
18491
+ "name": "--lr-input-radius",
18492
+ "description": "**`<lr-input>`, `<lr-number-input>`, `<lr-time-input>`** (default: `var(--lr-radius)`) — Corner radius of the control row. Does not vary by `size` tier."
18493
+ },
18457
18494
  {
18458
18495
  "name": "--lr-json-viewer-font",
18459
18496
  "description": "**`<lr-json-viewer>`** (default: `var(--lr-font-mono)`) — Font family used for the rendered tree."
@@ -18838,10 +18875,18 @@
18838
18875
  "name": "--lr-select-font-size",
18839
18876
  "description": "**`<lr-select>`** — Trigger font size, scaled by `size`."
18840
18877
  },
18878
+ {
18879
+ "name": "--lr-select-gap",
18880
+ "description": "**`<lr-select>`** — Gap between the trigger's start adornment, label, end adornment, and expand icon. Doesn't vary by `size`."
18881
+ },
18841
18882
  {
18842
18883
  "name": "--lr-select-option-active-bg",
18843
18884
  "description": "**`<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."
18844
18885
  },
18886
+ {
18887
+ "name": "--lr-select-radius",
18888
+ "description": "**`<lr-select>`** — Trigger corner radius. Doesn't vary by `size`."
18889
+ },
18845
18890
  {
18846
18891
  "name": "--lr-select-trigger-height",
18847
18892
  "description": "**`<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."