@aceshooting/lyra-ui 7.8.0 → 7.8.1

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 (151) hide show
  1. package/CHANGELOG.md +122 -0
  2. package/custom-elements.json +3 -3
  3. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
  4. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +2 -1
  5. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
  6. package/dist/components/charts/chart/box-plot.styles.d.ts.map +1 -1
  7. package/dist/components/charts/chart/box-plot.styles.js +4 -0
  8. package/dist/components/charts/chart/box-plot.styles.js.map +1 -1
  9. package/dist/components/charts/chart/chart.styles.d.ts.map +1 -1
  10. package/dist/components/charts/chart/chart.styles.js +6 -0
  11. package/dist/components/charts/chart/chart.styles.js.map +1 -1
  12. package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -1
  13. package/dist/components/charts/chart/lite-chart.class.js +3 -2
  14. package/dist/components/charts/chart/lite-chart.class.js.map +1 -1
  15. package/dist/components/conversation/conversation-item/conversation-item.class.d.ts.map +1 -1
  16. package/dist/components/conversation/conversation-item/conversation-item.class.js +2 -1
  17. package/dist/components/conversation/conversation-item/conversation-item.class.js.map +1 -1
  18. package/dist/components/conversation/message-actions/message-actions.class.d.ts.map +1 -1
  19. package/dist/components/conversation/message-actions/message-actions.class.js +2 -1
  20. package/dist/components/conversation/message-actions/message-actions.class.js.map +1 -1
  21. package/dist/components/conversation/realtime-session/realtime-session.class.d.ts.map +1 -1
  22. package/dist/components/conversation/realtime-session/realtime-session.class.js +2 -1
  23. package/dist/components/conversation/realtime-session/realtime-session.class.js.map +1 -1
  24. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.d.ts.map +1 -1
  25. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js +2 -1
  26. package/dist/components/conversation/suggestion-chips/suggestion-chips.class.js.map +1 -1
  27. package/dist/components/conversation/thread-list/thread-list.class.d.ts.map +1 -1
  28. package/dist/components/conversation/thread-list/thread-list.class.js +2 -1
  29. package/dist/components/conversation/thread-list/thread-list.class.js.map +1 -1
  30. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts.map +1 -1
  31. package/dist/components/conversation/voice-picker/voice-picker.class.js +2 -1
  32. package/dist/components/conversation/voice-picker/voice-picker.class.js.map +1 -1
  33. package/dist/components/data/calendar/calendar.styles.d.ts.map +1 -1
  34. package/dist/components/data/calendar/calendar.styles.js +6 -1
  35. package/dist/components/data/calendar/calendar.styles.js.map +1 -1
  36. package/dist/components/data/query-builder/query-builder.class.d.ts.map +1 -1
  37. package/dist/components/data/query-builder/query-builder.class.js +2 -1
  38. package/dist/components/data/query-builder/query-builder.class.js.map +1 -1
  39. package/dist/components/data/table/table.class.d.ts.map +1 -1
  40. package/dist/components/data/table/table.class.js +3 -2
  41. package/dist/components/data/table/table.class.js.map +1 -1
  42. package/dist/components/data/timeline/timeline.class.d.ts +3 -1
  43. package/dist/components/data/timeline/timeline.class.d.ts.map +1 -1
  44. package/dist/components/data/timeline/timeline.class.js +9 -3
  45. package/dist/components/data/timeline/timeline.class.js.map +1 -1
  46. package/dist/components/data/timeline/timeline.styles.d.ts.map +1 -1
  47. package/dist/components/data/timeline/timeline.styles.js +10 -5
  48. package/dist/components/data/timeline/timeline.styles.js.map +1 -1
  49. package/dist/components/data/tree/tree.class.d.ts.map +1 -1
  50. package/dist/components/data/tree/tree.class.js +2 -3
  51. package/dist/components/data/tree/tree.class.js.map +1 -1
  52. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts.map +1 -1
  53. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +2 -1
  54. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js.map +1 -1
  55. package/dist/components/layout/segmented/segmented.class.d.ts +3 -1
  56. package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -1
  57. package/dist/components/layout/segmented/segmented.class.js +11 -5
  58. package/dist/components/layout/segmented/segmented.class.js.map +1 -1
  59. package/dist/components/layout/segmented/segmented.styles.d.ts.map +1 -1
  60. package/dist/components/layout/segmented/segmented.styles.js +12 -6
  61. package/dist/components/layout/segmented/segmented.styles.js.map +1 -1
  62. package/dist/components/layout/stepper/stepper.class.d.ts +1 -0
  63. package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -1
  64. package/dist/components/layout/stepper/stepper.class.js +10 -6
  65. package/dist/components/layout/stepper/stepper.class.js.map +1 -1
  66. package/dist/components/layout/stepper/stepper.styles.d.ts.map +1 -1
  67. package/dist/components/layout/stepper/stepper.styles.js +28 -12
  68. package/dist/components/layout/stepper/stepper.styles.js.map +1 -1
  69. package/dist/components/layout/tabs/tabs.class.d.ts +3 -1
  70. package/dist/components/layout/tabs/tabs.class.d.ts.map +1 -1
  71. package/dist/components/layout/tabs/tabs.class.js +10 -4
  72. package/dist/components/layout/tabs/tabs.class.js.map +1 -1
  73. package/dist/components/layout/tabs/tabs.styles.d.ts.map +1 -1
  74. package/dist/components/layout/tabs/tabs.styles.js +10 -5
  75. package/dist/components/layout/tabs/tabs.styles.js.map +1 -1
  76. package/dist/components/layout/widget/widget.styles.d.ts.map +1 -1
  77. package/dist/components/layout/widget/widget.styles.js +7 -0
  78. package/dist/components/layout/widget/widget.styles.js.map +1 -1
  79. package/dist/components/overlays/rating/rating.styles.d.ts.map +1 -1
  80. package/dist/components/overlays/rating/rating.styles.js +5 -1
  81. package/dist/components/overlays/rating/rating.styles.js.map +1 -1
  82. package/dist/components/retrieval/citation-badge/citation-badge.styles.d.ts.map +1 -1
  83. package/dist/components/retrieval/citation-badge/citation-badge.styles.js +5 -0
  84. package/dist/components/retrieval/citation-badge/citation-badge.styles.js.map +1 -1
  85. package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.d.ts.map +1 -1
  86. package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +2 -1
  87. package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js.map +1 -1
  88. package/dist/components/retrieval/entity-chip/entity-chip.styles.d.ts.map +1 -1
  89. package/dist/components/retrieval/entity-chip/entity-chip.styles.js +4 -0
  90. package/dist/components/retrieval/entity-chip/entity-chip.styles.js.map +1 -1
  91. package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -1
  92. package/dist/components/retrieval/graph/graph.class.js +2 -1
  93. package/dist/components/retrieval/graph/graph.class.js.map +1 -1
  94. package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts.map +1 -1
  95. package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js +2 -1
  96. package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js.map +1 -1
  97. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts.map +1 -1
  98. package/dist/components/retrieval/memory-panel/memory-panel.class.js +2 -1
  99. package/dist/components/retrieval/memory-panel/memory-panel.class.js.map +1 -1
  100. package/dist/components/retrieval/node-palette/node-palette.class.d.ts.map +1 -1
  101. package/dist/components/retrieval/node-palette/node-palette.class.js +2 -1
  102. package/dist/components/retrieval/node-palette/node-palette.class.js.map +1 -1
  103. package/dist/components/retrieval/path-strip/path-strip.class.d.ts.map +1 -1
  104. package/dist/components/retrieval/path-strip/path-strip.class.js +2 -1
  105. package/dist/components/retrieval/path-strip/path-strip.class.js.map +1 -1
  106. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts.map +1 -1
  107. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +2 -5
  108. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js.map +1 -1
  109. package/dist/components/retrieval/source-picker/source-picker.class.d.ts.map +1 -1
  110. package/dist/components/retrieval/source-picker/source-picker.class.js +2 -1
  111. package/dist/components/retrieval/source-picker/source-picker.class.js.map +1 -1
  112. package/dist/components/utility/export-button/export-button.class.d.ts.map +1 -1
  113. package/dist/components/utility/export-button/export-button.class.js +3 -2
  114. package/dist/components/utility/export-button/export-button.class.js.map +1 -1
  115. package/dist/components/utility/known-date/known-date.class.d.ts.map +1 -1
  116. package/dist/components/utility/known-date/known-date.class.js +2 -1
  117. package/dist/components/utility/known-date/known-date.class.js.map +1 -1
  118. package/dist/components/utility/mention-popover/mention-popover.class.d.ts.map +1 -1
  119. package/dist/components/utility/mention-popover/mention-popover.class.js +2 -1
  120. package/dist/components/utility/mention-popover/mention-popover.class.js.map +1 -1
  121. package/dist/components/viewers/document-preview/document-preview.styles.js +2 -2
  122. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts.map +1 -1
  123. package/dist/components/viewers/email-viewer/email-viewer.class.js +2 -1
  124. package/dist/components/viewers/email-viewer/email-viewer.class.js.map +1 -1
  125. package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts.map +1 -1
  126. package/dist/components/viewers/highlight-layer/highlight-layer.class.js +2 -1
  127. package/dist/components/viewers/highlight-layer/highlight-layer.class.js.map +1 -1
  128. package/dist/components/viewers/page-rail/page-rail.class.d.ts.map +1 -1
  129. package/dist/components/viewers/page-rail/page-rail.class.js +2 -1
  130. package/dist/components/viewers/page-rail/page-rail.class.js.map +1 -1
  131. package/dist/internal/active-element.d.ts +42 -0
  132. package/dist/internal/active-element.d.ts.map +1 -0
  133. package/dist/internal/active-element.js +60 -0
  134. package/dist/internal/active-element.js.map +1 -0
  135. package/dist/internal/overlay-manager.d.ts.map +1 -1
  136. package/dist/internal/overlay-manager.js +2 -8
  137. package/dist/internal/overlay-manager.js.map +1 -1
  138. package/dist/internal/scroll-overflow.d.ts +60 -0
  139. package/dist/internal/scroll-overflow.d.ts.map +1 -0
  140. package/dist/internal/scroll-overflow.js +90 -0
  141. package/dist/internal/scroll-overflow.js.map +1 -0
  142. package/dist/internal/tokens.styles.d.ts.map +1 -1
  143. package/dist/internal/tokens.styles.js +17 -0
  144. package/dist/internal/tokens.styles.js.map +1 -1
  145. package/llms/components/lr-segmented.md +3 -2
  146. package/llms/tokens.md +2 -1
  147. package/llms-full.txt +3 -2
  148. package/package.json +39 -37
  149. package/vscode-css-data.json +1 -1
  150. package/vscode-html-data.json +3 -3
  151. package/web-types.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aceshooting/lyra-ui",
3
- "version": "7.8.0",
3
+ "version": "7.8.1",
4
4
  "description": "Free, independent Lit web components: an open-source alternative to Shoelace and Web Awesome with accessible forms, dashboards, charts, and agent UI.",
5
5
  "keywords": [
6
6
  "web-components",
@@ -82,8 +82,8 @@
82
82
  "./dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.js",
83
83
  "./dist/components/agent-tools/agent-run/agent-run.js",
84
84
  "./dist/components/agent-tools/agent-trace/agent-trace.js",
85
- "./dist/components/agent-tools/artifact-panel/artifact-panel.js",
86
85
  "./dist/components/agent-tools/approval-queue/approval-queue.js",
86
+ "./dist/components/agent-tools/artifact-panel/artifact-panel.js",
87
87
  "./dist/components/agent-tools/browser-frame/browser-frame.js",
88
88
  "./dist/components/agent-tools/commit-card/commit-card.js",
89
89
  "./dist/components/agent-tools/compare-panel/compare-panel.js",
@@ -92,11 +92,16 @@
92
92
  "./dist/components/agent-tools/eval-dataset/eval-dataset.js",
93
93
  "./dist/components/agent-tools/eval-result/eval-result.js",
94
94
  "./dist/components/agent-tools/evaluation-run/evaluation-run.js",
95
+ "./dist/components/agent-tools/index.js",
96
+ "./dist/components/agent-tools/mcp-app/mcp-app.js",
95
97
  "./dist/components/agent-tools/policy-summary/policy-summary.js",
98
+ "./dist/components/agent-tools/prompt-studio/prompt-studio.js",
96
99
  "./dist/components/agent-tools/result-card/result-card.js",
97
100
  "./dist/components/agent-tools/result-card/result-field.js",
101
+ "./dist/components/agent-tools/schema-viewer/schema-viewer.js",
98
102
  "./dist/components/agent-tools/span-waterfall/span-waterfall.js",
99
103
  "./dist/components/agent-tools/stack-trace/stack-trace.js",
104
+ "./dist/components/agent-tools/subagent-panel/subagent-panel.js",
100
105
  "./dist/components/agent-tools/task-list/task-list.js",
101
106
  "./dist/components/agent-tools/terminal/terminal.js",
102
107
  "./dist/components/agent-tools/test-results/test-results.js",
@@ -109,11 +114,6 @@
109
114
  "./dist/components/agent-tools/tool-select-dialog/tool-select-dialog.js",
110
115
  "./dist/components/agent-tools/tool-timeline/tool-timeline.js",
111
116
  "./dist/components/agent-tools/trace-tree/trace-tree.js",
112
- "./dist/components/agent-tools/mcp-app/mcp-app.js",
113
- "./dist/components/agent-tools/prompt-studio/prompt-studio.js",
114
- "./dist/components/agent-tools/schema-viewer/schema-viewer.js",
115
- "./dist/components/agent-tools/subagent-panel/subagent-panel.js",
116
- "./dist/components/agent-tools/index.js",
117
117
  "./dist/components/charts/chart/bar-chart.js",
118
118
  "./dist/components/charts/chart/box-plot.js",
119
119
  "./dist/components/charts/chart/bubble-chart.js",
@@ -138,13 +138,19 @@
138
138
  "./dist/components/conversation/conversation-item/conversation-item.js",
139
139
  "./dist/components/conversation/generation-status/generation-status.js",
140
140
  "./dist/components/conversation/handoff-divider/handoff-divider.js",
141
+ "./dist/components/conversation/index.js",
141
142
  "./dist/components/conversation/markdown/markdown-core.js",
142
143
  "./dist/components/conversation/markdown/markdown.js",
143
144
  "./dist/components/conversation/message-actions/message-actions.js",
144
145
  "./dist/components/conversation/message-feedback/message-feedback.js",
146
+ "./dist/components/conversation/message-parts/message-parts.js",
145
147
  "./dist/components/conversation/model-select/model-select.js",
146
148
  "./dist/components/conversation/model-settings-panel/model-settings-panel.js",
149
+ "./dist/components/conversation/prompt-input/prompt-input.js",
150
+ "./dist/components/conversation/prompt-queue/prompt-queue.js",
147
151
  "./dist/components/conversation/push-to-talk/push-to-talk.js",
152
+ "./dist/components/conversation/realtime-session/realtime-session.js",
153
+ "./dist/components/conversation/selection-toolbar/selection-toolbar.js",
148
154
  "./dist/components/conversation/stream-status/stream-status.js",
149
155
  "./dist/components/conversation/streaming-text/streaming-text.js",
150
156
  "./dist/components/conversation/suggestion-chips/suggestion-chips.js",
@@ -154,12 +160,6 @@
154
160
  "./dist/components/conversation/usage-badge/usage-badge.js",
155
161
  "./dist/components/conversation/voice-picker/voice-picker.js",
156
162
  "./dist/components/conversation/widget-renderer/widget-renderer.js",
157
- "./dist/components/conversation/message-parts/message-parts.js",
158
- "./dist/components/conversation/prompt-input/prompt-input.js",
159
- "./dist/components/conversation/prompt-queue/prompt-queue.js",
160
- "./dist/components/conversation/realtime-session/realtime-session.js",
161
- "./dist/components/conversation/selection-toolbar/selection-toolbar.js",
162
- "./dist/components/conversation/index.js",
163
163
  "./dist/components/data/calendar/calendar.js",
164
164
  "./dist/components/data/context-meter/context-meter.js",
165
165
  "./dist/components/data/document-library/document-library.js",
@@ -249,6 +249,7 @@
249
249
  "./dist/components/media/avatar/avatar.js",
250
250
  "./dist/components/media/file-icon/file-icon.js",
251
251
  "./dist/components/media/file-input/file-input.js",
252
+ "./dist/components/media/flag/flag-peer.js",
252
253
  "./dist/components/media/flag/flag.js",
253
254
  "./dist/components/media/image-comparer/image-comparer.js",
254
255
  "./dist/components/media/image-viewer/image-viewer.js",
@@ -279,17 +280,19 @@
279
280
  "./dist/components/overlays/toast/toast.js",
280
281
  "./dist/components/retrieval/chunk-inspector/chunk-inspector.js",
281
282
  "./dist/components/retrieval/citation-badge/citation-badge.js",
283
+ "./dist/components/retrieval/claim-evidence/claim-evidence.js",
282
284
  "./dist/components/retrieval/community-card/community-card.js",
285
+ "./dist/components/retrieval/embedding-explorer/embedding-explorer.js",
283
286
  "./dist/components/retrieval/entity-card/entity-card.js",
284
287
  "./dist/components/retrieval/entity-chip/entity-chip.js",
285
288
  "./dist/components/retrieval/entity-dossier/entity-dossier.js",
286
289
  "./dist/components/retrieval/graph-legend/graph-legend.js",
287
290
  "./dist/components/retrieval/graph/graph.js",
288
- "./dist/components/retrieval/embedding-explorer/embedding-explorer.js",
289
291
  "./dist/components/retrieval/grounding-summary/grounding-summary.js",
292
+ "./dist/components/retrieval/index.js",
290
293
  "./dist/components/retrieval/ingestion-queue/ingestion-queue.js",
291
- "./dist/components/retrieval/knowledge-base/knowledge-base.js",
292
294
  "./dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.js",
295
+ "./dist/components/retrieval/knowledge-base/knowledge-base.js",
293
296
  "./dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.js",
294
297
  "./dist/components/retrieval/memory-panel/memory-panel.js",
295
298
  "./dist/components/retrieval/mind-map/mind-map.js",
@@ -298,16 +301,14 @@
298
301
  "./dist/components/retrieval/path-strip/path-strip.js",
299
302
  "./dist/components/retrieval/provenance-panel/provenance-panel.js",
300
303
  "./dist/components/retrieval/rag-answer/rag-answer.js",
304
+ "./dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.js",
305
+ "./dist/components/retrieval/retrieval-compare/retrieval-compare.js",
301
306
  "./dist/components/retrieval/retrieval-results/retrieval-results.js",
302
307
  "./dist/components/retrieval/retrieval-search/retrieval-search.js",
303
308
  "./dist/components/retrieval/retrieval-trace/retrieval-trace.js",
304
309
  "./dist/components/retrieval/source-card/source-card.js",
305
310
  "./dist/components/retrieval/source-list/source-list.js",
306
311
  "./dist/components/retrieval/source-picker/source-picker.js",
307
- "./dist/components/retrieval/claim-evidence/claim-evidence.js",
308
- "./dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.js",
309
- "./dist/components/retrieval/retrieval-compare/retrieval-compare.js",
310
- "./dist/components/retrieval/index.js",
311
312
  "./dist/components/utility/copy-button/copy-button.js",
312
313
  "./dist/components/utility/diff-view/diff-view.js",
313
314
  "./dist/components/utility/divider/divider.js",
@@ -356,8 +357,8 @@
356
357
  "./src/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.ts",
357
358
  "./src/components/agent-tools/agent-run/agent-run.ts",
358
359
  "./src/components/agent-tools/agent-trace/agent-trace.ts",
359
- "./src/components/agent-tools/artifact-panel/artifact-panel.ts",
360
360
  "./src/components/agent-tools/approval-queue/approval-queue.ts",
361
+ "./src/components/agent-tools/artifact-panel/artifact-panel.ts",
361
362
  "./src/components/agent-tools/browser-frame/browser-frame.ts",
362
363
  "./src/components/agent-tools/commit-card/commit-card.ts",
363
364
  "./src/components/agent-tools/compare-panel/compare-panel.ts",
@@ -366,11 +367,16 @@
366
367
  "./src/components/agent-tools/eval-dataset/eval-dataset.ts",
367
368
  "./src/components/agent-tools/eval-result/eval-result.ts",
368
369
  "./src/components/agent-tools/evaluation-run/evaluation-run.ts",
370
+ "./src/components/agent-tools/index.ts",
371
+ "./src/components/agent-tools/mcp-app/mcp-app.ts",
369
372
  "./src/components/agent-tools/policy-summary/policy-summary.ts",
373
+ "./src/components/agent-tools/prompt-studio/prompt-studio.ts",
370
374
  "./src/components/agent-tools/result-card/result-card.ts",
371
375
  "./src/components/agent-tools/result-card/result-field.ts",
376
+ "./src/components/agent-tools/schema-viewer/schema-viewer.ts",
372
377
  "./src/components/agent-tools/span-waterfall/span-waterfall.ts",
373
378
  "./src/components/agent-tools/stack-trace/stack-trace.ts",
379
+ "./src/components/agent-tools/subagent-panel/subagent-panel.ts",
374
380
  "./src/components/agent-tools/task-list/task-list.ts",
375
381
  "./src/components/agent-tools/terminal/terminal.ts",
376
382
  "./src/components/agent-tools/test-results/test-results.ts",
@@ -383,11 +389,6 @@
383
389
  "./src/components/agent-tools/tool-select-dialog/tool-select-dialog.ts",
384
390
  "./src/components/agent-tools/tool-timeline/tool-timeline.ts",
385
391
  "./src/components/agent-tools/trace-tree/trace-tree.ts",
386
- "./src/components/agent-tools/mcp-app/mcp-app.ts",
387
- "./src/components/agent-tools/prompt-studio/prompt-studio.ts",
388
- "./src/components/agent-tools/schema-viewer/schema-viewer.ts",
389
- "./src/components/agent-tools/subagent-panel/subagent-panel.ts",
390
- "./src/components/agent-tools/index.ts",
391
392
  "./src/components/charts/chart/bar-chart.ts",
392
393
  "./src/components/charts/chart/box-plot.ts",
393
394
  "./src/components/charts/chart/bubble-chart.ts",
@@ -412,13 +413,19 @@
412
413
  "./src/components/conversation/conversation-item/conversation-item.ts",
413
414
  "./src/components/conversation/generation-status/generation-status.ts",
414
415
  "./src/components/conversation/handoff-divider/handoff-divider.ts",
416
+ "./src/components/conversation/index.ts",
415
417
  "./src/components/conversation/markdown/markdown-core.ts",
416
418
  "./src/components/conversation/markdown/markdown.ts",
417
419
  "./src/components/conversation/message-actions/message-actions.ts",
418
420
  "./src/components/conversation/message-feedback/message-feedback.ts",
421
+ "./src/components/conversation/message-parts/message-parts.ts",
419
422
  "./src/components/conversation/model-select/model-select.ts",
420
423
  "./src/components/conversation/model-settings-panel/model-settings-panel.ts",
424
+ "./src/components/conversation/prompt-input/prompt-input.ts",
425
+ "./src/components/conversation/prompt-queue/prompt-queue.ts",
421
426
  "./src/components/conversation/push-to-talk/push-to-talk.ts",
427
+ "./src/components/conversation/realtime-session/realtime-session.ts",
428
+ "./src/components/conversation/selection-toolbar/selection-toolbar.ts",
422
429
  "./src/components/conversation/stream-status/stream-status.ts",
423
430
  "./src/components/conversation/streaming-text/streaming-text.ts",
424
431
  "./src/components/conversation/suggestion-chips/suggestion-chips.ts",
@@ -428,12 +435,6 @@
428
435
  "./src/components/conversation/usage-badge/usage-badge.ts",
429
436
  "./src/components/conversation/voice-picker/voice-picker.ts",
430
437
  "./src/components/conversation/widget-renderer/widget-renderer.ts",
431
- "./src/components/conversation/message-parts/message-parts.ts",
432
- "./src/components/conversation/prompt-input/prompt-input.ts",
433
- "./src/components/conversation/prompt-queue/prompt-queue.ts",
434
- "./src/components/conversation/realtime-session/realtime-session.ts",
435
- "./src/components/conversation/selection-toolbar/selection-toolbar.ts",
436
- "./src/components/conversation/index.ts",
437
438
  "./src/components/data/calendar/calendar.ts",
438
439
  "./src/components/data/context-meter/context-meter.ts",
439
440
  "./src/components/data/document-library/document-library.ts",
@@ -523,6 +524,7 @@
523
524
  "./src/components/media/avatar/avatar.ts",
524
525
  "./src/components/media/file-icon/file-icon.ts",
525
526
  "./src/components/media/file-input/file-input.ts",
527
+ "./src/components/media/flag/flag-peer.ts",
526
528
  "./src/components/media/flag/flag.ts",
527
529
  "./src/components/media/image-comparer/image-comparer.ts",
528
530
  "./src/components/media/image-viewer/image-viewer.ts",
@@ -553,17 +555,19 @@
553
555
  "./src/components/overlays/toast/toast.ts",
554
556
  "./src/components/retrieval/chunk-inspector/chunk-inspector.ts",
555
557
  "./src/components/retrieval/citation-badge/citation-badge.ts",
558
+ "./src/components/retrieval/claim-evidence/claim-evidence.ts",
556
559
  "./src/components/retrieval/community-card/community-card.ts",
560
+ "./src/components/retrieval/embedding-explorer/embedding-explorer.ts",
557
561
  "./src/components/retrieval/entity-card/entity-card.ts",
558
562
  "./src/components/retrieval/entity-chip/entity-chip.ts",
559
563
  "./src/components/retrieval/entity-dossier/entity-dossier.ts",
560
564
  "./src/components/retrieval/graph-legend/graph-legend.ts",
561
565
  "./src/components/retrieval/graph/graph.ts",
562
- "./src/components/retrieval/embedding-explorer/embedding-explorer.ts",
563
566
  "./src/components/retrieval/grounding-summary/grounding-summary.ts",
567
+ "./src/components/retrieval/index.ts",
564
568
  "./src/components/retrieval/ingestion-queue/ingestion-queue.ts",
565
- "./src/components/retrieval/knowledge-base/knowledge-base.ts",
566
569
  "./src/components/retrieval/knowledge-base-admin/knowledge-base-admin.ts",
570
+ "./src/components/retrieval/knowledge-base/knowledge-base.ts",
567
571
  "./src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.ts",
568
572
  "./src/components/retrieval/memory-panel/memory-panel.ts",
569
573
  "./src/components/retrieval/mind-map/mind-map.ts",
@@ -572,16 +576,14 @@
572
576
  "./src/components/retrieval/path-strip/path-strip.ts",
573
577
  "./src/components/retrieval/provenance-panel/provenance-panel.ts",
574
578
  "./src/components/retrieval/rag-answer/rag-answer.ts",
579
+ "./src/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.ts",
580
+ "./src/components/retrieval/retrieval-compare/retrieval-compare.ts",
575
581
  "./src/components/retrieval/retrieval-results/retrieval-results.ts",
576
582
  "./src/components/retrieval/retrieval-search/retrieval-search.ts",
577
583
  "./src/components/retrieval/retrieval-trace/retrieval-trace.ts",
578
584
  "./src/components/retrieval/source-card/source-card.ts",
579
585
  "./src/components/retrieval/source-list/source-list.ts",
580
586
  "./src/components/retrieval/source-picker/source-picker.ts",
581
- "./src/components/retrieval/claim-evidence/claim-evidence.ts",
582
- "./src/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.ts",
583
- "./src/components/retrieval/retrieval-compare/retrieval-compare.ts",
584
- "./src/components/retrieval/index.ts",
585
587
  "./src/components/utility/copy-button/copy-button.ts",
586
588
  "./src/components/utility/diff-view/diff-view.ts",
587
589
  "./src/components/utility/divider/divider.ts",
@@ -3834,7 +3834,7 @@
3834
3834
  "name": "--lr-scroll-fade-size",
3835
3835
  "description": {
3836
3836
  "kind": "markdown",
3837
- "value": "**`<lr-segmented>`, `<lr-tabs>`** (default: `2rem`) — Width of the static fade at each horizontal scroll edge."
3837
+ "value": "**`<lr-segmented>`** (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the track actually overflows, so a row that fits is never dimmed.\n\n**`<lr-tabs>`** (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the tablist actually overflows, so a row that fits is never dimmed."
3838
3838
  }
3839
3839
  },
3840
3840
  {
@@ -12960,7 +12960,7 @@
12960
12960
  "name": "lr-segmented",
12961
12961
  "description": {
12962
12962
  "kind": "markdown",
12963
- "value": "`<lr-segmented>` — a single-select button row with the WAI-ARIA APG `radiogroup` contract\nbuilt in: `role=\"radiogroup\"`/`role=\"radio\"`, roving tabindex, automatic activation (click or\narrow-key move both select immediately, like a native radio group), cyclic Arrow/Home/End\nnavigation among non-disabled items. First-party invention --\n\"choose exactly one of N labeled options, rendered as a button row\" is ubiquitous\nsettings/filter-panel UI. Supports the same `2xs`-`xl` compact-form-control `size` scale as\n`<lr-select>`/`<lr-combobox>`/`<lr-input>`, so it can sit flush beside those controls in a\ntoolbar at a matching height.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `segment` | A single `role=\"radio\"` button. |\n| `segment-icon` | Optional leading visual supplied by the item's `icon` field; content may have a natural aspect ratio and is not restricted to a square icon. |\n| `segment-label` | The segment's label text. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the static fade at each horizontal scroll edge.\n- `--lr-segmented-track-min-height` (default: `var(--lr-size-2-5rem)`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `2.5rem` (40px) default applies at the unset/`m` size, matching `<lr-input>`/`<lr-select>`/`<lr-combobox>`'s own shared default-tier floor. Because it is declared on `:host` per tier, override it on the element itself, not on an ancestor.\n- `--lr-segmented-track-height` — Exact height of the `base` track, pinning it at every `size` tier (sets both `block-size` and `min-block-size`) so the row can sit flush beside a hard-sized toolbar control. **Genuinely unset by default** — while unset each tier keeps its own `--lr-segmented-track-min-height` floor and the track grows with its content.\n- `--lr-segmented-selected-bg` (default: `var(--lr-color-surface)`) — Background of the checked segment. Scoped to `[aria-checked='true']` only, so it never repaints a hovered unselected segment (which is what hijacking `--lr-color-surface` library-wide used to do).\n- `--lr-segmented-selected-color` (default: `var(--lr-color-text)`) — Text color of the checked segment.\n- `--lr-segmented-selected-font-weight` (default: `var(--lr-font-weight-semibold)`) — Font weight of the checked segment.\n- `--lr-segmented-selected-shadow` (default: `var(--lr-shadow)`) — Box shadow lifting the checked segment off the track.\n- `--lr-segmented-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered segment that is neither checked nor disabled. Independent of the selected-state props above — recoloring the checked pill leaves this untouched.\n- `--lr-segmented-segment-padding` (default: `var(--lr-size-0-125rem) var(--lr-space-s)`) — Each segment's padding. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-font-size` (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-track-gap` (default: `var(--lr-size-0-125rem)`) — Gap between segments.\n- `--lr-segmented-track-radius` (default: `var(--lr-radius)`) — Track corner radius.\n- `--lr-segmented-track-padding` (default: `var(--lr-size-0-125rem)`) — Track inset padding."
12963
+ "value": "`<lr-segmented>` — a single-select button row with the WAI-ARIA APG `radiogroup` contract\nbuilt in: `role=\"radiogroup\"`/`role=\"radio\"`, roving tabindex, automatic activation (click or\narrow-key move both select immediately, like a native radio group), cyclic Arrow/Home/End\nnavigation among non-disabled items. First-party invention --\n\"choose exactly one of N labeled options, rendered as a button row\" is ubiquitous\nsettings/filter-panel UI. Supports the same `2xs`-`xl` compact-form-control `size` scale as\n`<lr-select>`/`<lr-combobox>`/`<lr-input>`, so it can sit flush beside those controls in a\ntoolbar at a matching height.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `segment` | A single `role=\"radio\"` button. |\n| `segment-icon` | Optional leading visual supplied by the item's `icon` field; content may have a natural aspect ratio and is not restricted to a square icon. |\n| `segment-label` | The segment's label text. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the track actually overflows, so a row that fits is never dimmed.\n- `--lr-segmented-track-min-height` (default: `var(--lr-size-2-5rem)`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `2.5rem` (40px) default applies at the unset/`m` size, matching `<lr-input>`/`<lr-select>`/`<lr-combobox>`'s own shared default-tier floor. Because it is declared on `:host` per tier, override it on the element itself, not on an ancestor.\n- `--lr-segmented-track-height` — Exact height of the `base` track, pinning it at every `size` tier (sets both `block-size` and `min-block-size`) so the row can sit flush beside a hard-sized toolbar control. **Genuinely unset by default** — while unset each tier keeps its own `--lr-segmented-track-min-height` floor and the track grows with its content.\n- `--lr-segmented-selected-bg` (default: `var(--lr-color-surface)`) — Background of the checked segment. Scoped to `[aria-checked='true']` only, so it never repaints a hovered unselected segment (which is what hijacking `--lr-color-surface` library-wide used to do).\n- `--lr-segmented-selected-color` (default: `var(--lr-color-text)`) — Text color of the checked segment.\n- `--lr-segmented-selected-font-weight` (default: `var(--lr-font-weight-semibold)`) — Font weight of the checked segment.\n- `--lr-segmented-selected-shadow` (default: `var(--lr-shadow)`) — Box shadow lifting the checked segment off the track.\n- `--lr-segmented-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered segment that is neither checked nor disabled. Independent of the selected-state props above — recoloring the checked pill leaves this untouched.\n- `--lr-segmented-segment-padding` (default: `var(--lr-size-0-125rem) var(--lr-space-s)`) — Each segment's padding. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-font-size` (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-track-gap` (default: `var(--lr-size-0-125rem)`) — Gap between segments.\n- `--lr-segmented-track-radius` (default: `var(--lr-radius)`) — Track corner radius.\n- `--lr-segmented-track-padding` (default: `var(--lr-size-0-125rem)`) — Track inset padding."
12964
12964
  },
12965
12965
  "attributes": [
12966
12966
  {
@@ -14542,7 +14542,7 @@
14542
14542
  "name": "lr-tabs",
14543
14543
  "description": {
14544
14544
  "kind": "markdown",
14545
- "value": "`<lr-tabs>` — a tab strip whose panels are direct light-DOM children,\neach carrying `slot=\"<id>\"` (the panel's stable id) and `label=\"<text>\"`\n(the tab button's text). One named `<slot>` is rendered per distinct\n`slot` name found among the current children — a child with no `label`,\nor a name with no matching child, simply never produces a tab.\n\nA tab button's *visible* content can carry a leading icon without ever\nchanging its *accessible name* (which always stays exactly `label`'s\ntext, nothing else): give a tab an extra direct-child sibling of\n`<lr-tabs>` carrying `slot=\"<id>-icon\"` (that sibling's own content --\nan inline SVG, an emoji span, a custom icon element, anything -- is\nentirely up to the consumer). It's rendered ahead of the label inside\nthat tab's button, wrapped in an `aria-hidden=\"true\"` part so it's\nexcluded from accessible-name computation no matter what it contains. A\ntab with no matching `<id>-icon` sibling renders no icon wrapper at all,\nso existing text-only tabs are completely unaffected. (A named slot,\nrather than a second attribute holding an icon-name lookup, was chosen\nbecause this library's `internal/icons.ts` is a small closed set of\nchrome glyphs for this library's *own* components, not a public\nname-keyed registry -- a slot lets a consumer supply an arbitrary,\ndomain-specific icon instead of being limited to that internal set.)\n\nImplements the WAI-ARIA APG tabs pattern with automatic activation:\nLeft/Right (swapped under RTL) move focus *and* selection together,\nHome/End jump to the first/last enabled tab, and a roving `tabindex`\nfollows whichever tab is currently selected.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Direct children with `slot=\"<id>\" label=\"<text>\"` (and optionally `disabled`); one becomes each tab's panel. |\n| `<id>-icon` | Optional sibling direct child supplying a tab's leading icon content; excluded from the tab button's accessible name. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the tablist and panels. |\n| `panel` | A single `role=\"tabpanel\"` wrapper (one per tab, hidden unless active). |\n| `tab` | A single tab button. |\n| `tab-icon` | The optional leading-icon wrapper inside a tab button; only rendered when that tab has a matching `<id>-icon` sibling. |\n| `tablist` | The `role=\"tablist\"` row of tab buttons. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the static fade at each horizontal scroll edge.\n- `--lr-tabs-selected-color` (default: `var(--lr-color-brand)`) — Text color of the selected tab. Scoped to `[aria-selected='true']` only, so it never repaints a hovered unselected tab (which is what hijacking `--lr-color-brand` library-wide used to do).\n- `--lr-tabs-indicator-color` (default: `var(--lr-color-brand)`) — Color of the selected tab's underline, themeable independently of its text color.\n- `--lr-tabs-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered, non-disabled tab. Independent of the selected-state props above."
14545
+ "value": "`<lr-tabs>` — a tab strip whose panels are direct light-DOM children,\neach carrying `slot=\"<id>\"` (the panel's stable id) and `label=\"<text>\"`\n(the tab button's text). One named `<slot>` is rendered per distinct\n`slot` name found among the current children — a child with no `label`,\nor a name with no matching child, simply never produces a tab.\n\nA tab button's *visible* content can carry a leading icon without ever\nchanging its *accessible name* (which always stays exactly `label`'s\ntext, nothing else): give a tab an extra direct-child sibling of\n`<lr-tabs>` carrying `slot=\"<id>-icon\"` (that sibling's own content --\nan inline SVG, an emoji span, a custom icon element, anything -- is\nentirely up to the consumer). It's rendered ahead of the label inside\nthat tab's button, wrapped in an `aria-hidden=\"true\"` part so it's\nexcluded from accessible-name computation no matter what it contains. A\ntab with no matching `<id>-icon` sibling renders no icon wrapper at all,\nso existing text-only tabs are completely unaffected. (A named slot,\nrather than a second attribute holding an icon-name lookup, was chosen\nbecause this library's `internal/icons.ts` is a small closed set of\nchrome glyphs for this library's *own* components, not a public\nname-keyed registry -- a slot lets a consumer supply an arbitrary,\ndomain-specific icon instead of being limited to that internal set.)\n\nImplements the WAI-ARIA APG tabs pattern with automatic activation:\nLeft/Right (swapped under RTL) move focus *and* selection together,\nHome/End jump to the first/last enabled tab, and a roving `tabindex`\nfollows whichever tab is currently selected.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Direct children with `slot=\"<id>\" label=\"<text>\"` (and optionally `disabled`); one becomes each tab's panel. |\n| `<id>-icon` | Optional sibling direct child supplying a tab's leading icon content; excluded from the tab button's accessible name. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the tablist and panels. |\n| `panel` | A single `role=\"tabpanel\"` wrapper (one per tab, hidden unless active). |\n| `tab` | A single tab button. |\n| `tab-icon` | The optional leading-icon wrapper inside a tab button; only rendered when that tab has a matching `<id>-icon` sibling. |\n| `tablist` | The `role=\"tablist\"` row of tab buttons. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the tablist actually overflows, so a row that fits is never dimmed.\n- `--lr-tabs-selected-color` (default: `var(--lr-color-brand)`) — Text color of the selected tab. Scoped to `[aria-selected='true']` only, so it never repaints a hovered unselected tab (which is what hijacking `--lr-color-brand` library-wide used to do).\n- `--lr-tabs-indicator-color` (default: `var(--lr-color-brand)`) — Color of the selected tab's underline, themeable independently of its text color.\n- `--lr-tabs-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered, non-disabled tab. Independent of the selected-state props above."
14546
14546
  },
14547
14547
  "attributes": [
14548
14548
  {
@@ -15276,7 +15276,7 @@
15276
15276
  "name": "lr-timeline",
15277
15277
  "description": {
15278
15278
  "kind": "markdown",
15279
- "value": "`<lr-timeline>` — an ordered, connected sequence of past-event rows (an audit trail, an agent\naction history, a changelog) composed from `<lr-timeline-item>` light-DOM children, joined by a\ncontinuous connecting rail. First-party invention: no Web Awesome/Shoelace counterpart exists, so\nthis follows the library's own established conventions rather than mirroring an upstream API.\n\nA pure, read-only, declarative display component — same zero-event shape as `<lr-badge>`/\n`<lr-avatar>`/`<lr-skeleton>`. It never mutates its own children and fires no events; a\nconsumer who needs to react to item count changes already owns the mutation (they're the one\nadding/removing `<lr-timeline-item>` children) and can listen to the native `slotchange` event\ndirectly if truly needed.\n\nNo keyboard navigation, roving-tabindex, or selection model of any kind — a deliberate scope\ndecision, not an oversight. A timeline is a passive record display, not a navigable widget; see\n`<lr-timeline-item>`'s class doc for the full reasoning behind dropping an earlier\n\"interactive row\" design. Not a form-associated control — no value to submit, no label/hint/error\nchrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-timeline-item>` children, in display order. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. `role=\"list\"` lives here directly (a timeline isn't a navigation landmark, so it doesn't need a two-layer `base`+`list` split). Flex container: `flex-direction: column` in `vertical` orientation (the default), `flex-direction: row` (with `overflow-x: auto`, `overflow-y: hidden`, and a static edge-fade `mask-image`) in `horizontal` orientation. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-timeline-gap` (default: `var(--lr-space-l)`) — Spacing between consecutive items along the timeline's main axis; also the length each item's own rail visually bridges to reach the next item's marker. Declared here but actually consumed inside each `<lr-timeline-item>`'s own stylesheet, via ordinary CSS custom-property inheritance across the slot boundary."
15279
+ "value": "`<lr-timeline>` — an ordered, connected sequence of past-event rows (an audit trail, an agent\naction history, a changelog) composed from `<lr-timeline-item>` light-DOM children, joined by a\ncontinuous connecting rail. First-party invention: no Web Awesome/Shoelace counterpart exists, so\nthis follows the library's own established conventions rather than mirroring an upstream API.\n\nA pure, read-only, declarative display component — same zero-event shape as `<lr-badge>`/\n`<lr-avatar>`/`<lr-skeleton>`. It never mutates its own children and fires no events; a\nconsumer who needs to react to item count changes already owns the mutation (they're the one\nadding/removing `<lr-timeline-item>` children) and can listen to the native `slotchange` event\ndirectly if truly needed.\n\nNo keyboard navigation, roving-tabindex, or selection model of any kind — a deliberate scope\ndecision, not an oversight. A timeline is a passive record display, not a navigable widget; see\n`<lr-timeline-item>`'s class doc for the full reasoning behind dropping an earlier\n\"interactive row\" design. Not a form-associated control — no value to submit, no label/hint/error\nchrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-timeline-item>` children, in display order. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. `role=\"list\"` lives here directly (a timeline isn't a navigation landmark, so it doesn't need a two-layer `base`+`list` split). Flex container: `flex-direction: column` in `vertical` orientation (the default), `flex-direction: row` (with `overflow-x: auto`, `overflow-y: hidden`, and an edge-fade `mask-image` applied only while the strip actually overflows) in `horizontal` orientation. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-timeline-gap` (default: `var(--lr-space-l)`) — Spacing between consecutive items along the timeline's main axis; also the length each item's own rail visually bridges to reach the next item's marker. Declared here but actually consumed inside each `<lr-timeline-item>`'s own stylesheet, via ordinary CSS custom-property inheritance across the slot boundary."
15280
15280
  },
15281
15281
  "attributes": [
15282
15282
  {
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": "7.8.0",
4
+ "version": "7.8.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -14494,7 +14494,7 @@
14494
14494
  },
14495
14495
  {
14496
14496
  "name": "lr-segmented",
14497
- "description": "`<lr-segmented>` — a single-select button row with the WAI-ARIA APG `radiogroup` contract\nbuilt in: `role=\"radiogroup\"`/`role=\"radio\"`, roving tabindex, automatic activation (click or\narrow-key move both select immediately, like a native radio group), cyclic Arrow/Home/End\nnavigation among non-disabled items. First-party invention --\n\"choose exactly one of N labeled options, rendered as a button row\" is ubiquitous\nsettings/filter-panel UI. Supports the same `2xs`-`xl` compact-form-control `size` scale as\n`<lr-select>`/`<lr-combobox>`/`<lr-input>`, so it can sit flush beside those controls in a\ntoolbar at a matching height.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `segment` | A single `role=\"radio\"` button. |\n| `segment-icon` | Optional leading visual supplied by the item's `icon` field; content may have a natural aspect ratio and is not restricted to a square icon. |\n| `segment-label` | The segment's label text. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the static fade at each horizontal scroll edge.\n- `--lr-segmented-track-min-height` (default: `var(--lr-size-2-5rem)`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `2.5rem` (40px) default applies at the unset/`m` size, matching `<lr-input>`/`<lr-select>`/`<lr-combobox>`'s own shared default-tier floor. Because it is declared on `:host` per tier, override it on the element itself, not on an ancestor.\n- `--lr-segmented-track-height` — Exact height of the `base` track, pinning it at every `size` tier (sets both `block-size` and `min-block-size`) so the row can sit flush beside a hard-sized toolbar control. **Genuinely unset by default** — while unset each tier keeps its own `--lr-segmented-track-min-height` floor and the track grows with its content.\n- `--lr-segmented-selected-bg` (default: `var(--lr-color-surface)`) — Background of the checked segment. Scoped to `[aria-checked='true']` only, so it never repaints a hovered unselected segment (which is what hijacking `--lr-color-surface` library-wide used to do).\n- `--lr-segmented-selected-color` (default: `var(--lr-color-text)`) — Text color of the checked segment.\n- `--lr-segmented-selected-font-weight` (default: `var(--lr-font-weight-semibold)`) — Font weight of the checked segment.\n- `--lr-segmented-selected-shadow` (default: `var(--lr-shadow)`) — Box shadow lifting the checked segment off the track.\n- `--lr-segmented-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered segment that is neither checked nor disabled. Independent of the selected-state props above — recoloring the checked pill leaves this untouched.\n- `--lr-segmented-segment-padding` (default: `var(--lr-size-0-125rem) var(--lr-space-s)`) — Each segment's padding. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-font-size` (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-track-gap` (default: `var(--lr-size-0-125rem)`) — Gap between segments.\n- `--lr-segmented-track-radius` (default: `var(--lr-radius)`) — Track corner radius.\n- `--lr-segmented-track-padding` (default: `var(--lr-size-0-125rem)`) — Track inset padding.",
14497
+ "description": "`<lr-segmented>` — a single-select button row with the WAI-ARIA APG `radiogroup` contract\nbuilt in: `role=\"radiogroup\"`/`role=\"radio\"`, roving tabindex, automatic activation (click or\narrow-key move both select immediately, like a native radio group), cyclic Arrow/Home/End\nnavigation among non-disabled items. First-party invention --\n\"choose exactly one of N labeled options, rendered as a button row\" is ubiquitous\nsettings/filter-panel UI. Supports the same `2xs`-`xl` compact-form-control `size` scale as\n`<lr-select>`/`<lr-combobox>`/`<lr-input>`, so it can sit flush beside those controls in a\ntoolbar at a matching height.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"radiogroup\"` root. |\n| `segment` | A single `role=\"radio\"` button. |\n| `segment-icon` | Optional leading visual supplied by the item's `icon` field; content may have a natural aspect ratio and is not restricted to a square icon. |\n| `segment-label` | The segment's label text. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the track actually overflows, so a row that fits is never dimmed.\n- `--lr-segmented-track-min-height` (default: `var(--lr-size-2-5rem)`) — Minimum height of the `base` track. Re-set per `size` (`2xs` through `xl`); the `2.5rem` (40px) default applies at the unset/`m` size, matching `<lr-input>`/`<lr-select>`/`<lr-combobox>`'s own shared default-tier floor. Because it is declared on `:host` per tier, override it on the element itself, not on an ancestor.\n- `--lr-segmented-track-height` — Exact height of the `base` track, pinning it at every `size` tier (sets both `block-size` and `min-block-size`) so the row can sit flush beside a hard-sized toolbar control. **Genuinely unset by default** — while unset each tier keeps its own `--lr-segmented-track-min-height` floor and the track grows with its content.\n- `--lr-segmented-selected-bg` (default: `var(--lr-color-surface)`) — Background of the checked segment. Scoped to `[aria-checked='true']` only, so it never repaints a hovered unselected segment (which is what hijacking `--lr-color-surface` library-wide used to do).\n- `--lr-segmented-selected-color` (default: `var(--lr-color-text)`) — Text color of the checked segment.\n- `--lr-segmented-selected-font-weight` (default: `var(--lr-font-weight-semibold)`) — Font weight of the checked segment.\n- `--lr-segmented-selected-shadow` (default: `var(--lr-shadow)`) — Box shadow lifting the checked segment off the track.\n- `--lr-segmented-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered segment that is neither checked nor disabled. Independent of the selected-state props above — recoloring the checked pill leaves this untouched.\n- `--lr-segmented-segment-padding` (default: `var(--lr-size-0-125rem) var(--lr-space-s)`) — Each segment's padding. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-font-size` (default: `var(--lr-font-size-sm)`) — Each segment's font size. Re-set per `size`; this default applies at the unset/`m` size.\n- `--lr-segmented-track-gap` (default: `var(--lr-size-0-125rem)`) — Gap between segments.\n- `--lr-segmented-track-radius` (default: `var(--lr-radius)`) — Track corner radius.\n- `--lr-segmented-track-padding` (default: `var(--lr-size-0-125rem)`) — Track inset padding.",
14498
14498
  "attributes": [
14499
14499
  {
14500
14500
  "name": "label",
@@ -16152,7 +16152,7 @@
16152
16152
  },
16153
16153
  {
16154
16154
  "name": "lr-tabs",
16155
- "description": "`<lr-tabs>` — a tab strip whose panels are direct light-DOM children,\neach carrying `slot=\"<id>\"` (the panel's stable id) and `label=\"<text>\"`\n(the tab button's text). One named `<slot>` is rendered per distinct\n`slot` name found among the current children — a child with no `label`,\nor a name with no matching child, simply never produces a tab.\n\nA tab button's *visible* content can carry a leading icon without ever\nchanging its *accessible name* (which always stays exactly `label`'s\ntext, nothing else): give a tab an extra direct-child sibling of\n`<lr-tabs>` carrying `slot=\"<id>-icon\"` (that sibling's own content --\nan inline SVG, an emoji span, a custom icon element, anything -- is\nentirely up to the consumer). It's rendered ahead of the label inside\nthat tab's button, wrapped in an `aria-hidden=\"true\"` part so it's\nexcluded from accessible-name computation no matter what it contains. A\ntab with no matching `<id>-icon` sibling renders no icon wrapper at all,\nso existing text-only tabs are completely unaffected. (A named slot,\nrather than a second attribute holding an icon-name lookup, was chosen\nbecause this library's `internal/icons.ts` is a small closed set of\nchrome glyphs for this library's *own* components, not a public\nname-keyed registry -- a slot lets a consumer supply an arbitrary,\ndomain-specific icon instead of being limited to that internal set.)\n\nImplements the WAI-ARIA APG tabs pattern with automatic activation:\nLeft/Right (swapped under RTL) move focus *and* selection together,\nHome/End jump to the first/last enabled tab, and a roving `tabindex`\nfollows whichever tab is currently selected.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Direct children with `slot=\"<id>\" label=\"<text>\"` (and optionally `disabled`); one becomes each tab's panel. |\n| `<id>-icon` | Optional sibling direct child supplying a tab's leading icon content; excluded from the tab button's accessible name. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the tablist and panels. |\n| `panel` | A single `role=\"tabpanel\"` wrapper (one per tab, hidden unless active). |\n| `tab` | A single tab button. |\n| `tab-icon` | The optional leading-icon wrapper inside a tab button; only rendered when that tab has a matching `<id>-icon` sibling. |\n| `tablist` | The `role=\"tablist\"` row of tab buttons. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the static fade at each horizontal scroll edge.\n- `--lr-tabs-selected-color` (default: `var(--lr-color-brand)`) — Text color of the selected tab. Scoped to `[aria-selected='true']` only, so it never repaints a hovered unselected tab (which is what hijacking `--lr-color-brand` library-wide used to do).\n- `--lr-tabs-indicator-color` (default: `var(--lr-color-brand)`) — Color of the selected tab's underline, themeable independently of its text color.\n- `--lr-tabs-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered, non-disabled tab. Independent of the selected-state props above.",
16155
+ "description": "`<lr-tabs>` — a tab strip whose panels are direct light-DOM children,\neach carrying `slot=\"<id>\"` (the panel's stable id) and `label=\"<text>\"`\n(the tab button's text). One named `<slot>` is rendered per distinct\n`slot` name found among the current children — a child with no `label`,\nor a name with no matching child, simply never produces a tab.\n\nA tab button's *visible* content can carry a leading icon without ever\nchanging its *accessible name* (which always stays exactly `label`'s\ntext, nothing else): give a tab an extra direct-child sibling of\n`<lr-tabs>` carrying `slot=\"<id>-icon\"` (that sibling's own content --\nan inline SVG, an emoji span, a custom icon element, anything -- is\nentirely up to the consumer). It's rendered ahead of the label inside\nthat tab's button, wrapped in an `aria-hidden=\"true\"` part so it's\nexcluded from accessible-name computation no matter what it contains. A\ntab with no matching `<id>-icon` sibling renders no icon wrapper at all,\nso existing text-only tabs are completely unaffected. (A named slot,\nrather than a second attribute holding an icon-name lookup, was chosen\nbecause this library's `internal/icons.ts` is a small closed set of\nchrome glyphs for this library's *own* components, not a public\nname-keyed registry -- a slot lets a consumer supply an arbitrary,\ndomain-specific icon instead of being limited to that internal set.)\n\nImplements the WAI-ARIA APG tabs pattern with automatic activation:\nLeft/Right (swapped under RTL) move focus *and* selection together,\nHome/End jump to the first/last enabled tab, and a roving `tabindex`\nfollows whichever tab is currently selected.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Direct children with `slot=\"<id>\" label=\"<text>\"` (and optionally `disabled`); one becomes each tab's panel. |\n| `<id>-icon` | Optional sibling direct child supplying a tab's leading icon content; excluded from the tab button's accessible name. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper around the tablist and panels. |\n| `panel` | A single `role=\"tabpanel\"` wrapper (one per tab, hidden unless active). |\n| `tab` | A single tab button. |\n| `tab-icon` | The optional leading-icon wrapper inside a tab button; only rendered when that tab has a matching `<id>-icon` sibling. |\n| `tablist` | The `role=\"tablist\"` row of tab buttons. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-scroll-fade-size` (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the tablist actually overflows, so a row that fits is never dimmed.\n- `--lr-tabs-selected-color` (default: `var(--lr-color-brand)`) — Text color of the selected tab. Scoped to `[aria-selected='true']` only, so it never repaints a hovered unselected tab (which is what hijacking `--lr-color-brand` library-wide used to do).\n- `--lr-tabs-indicator-color` (default: `var(--lr-color-brand)`) — Color of the selected tab's underline, themeable independently of its text color.\n- `--lr-tabs-hover-color` (default: `var(--lr-color-text)`) — Text color of a hovered, non-disabled tab. Independent of the selected-state props above.",
16156
16156
  "attributes": [
16157
16157
  {
16158
16158
  "name": "active",
@@ -16980,7 +16980,7 @@
16980
16980
  },
16981
16981
  {
16982
16982
  "name": "lr-timeline",
16983
- "description": "`<lr-timeline>` — an ordered, connected sequence of past-event rows (an audit trail, an agent\naction history, a changelog) composed from `<lr-timeline-item>` light-DOM children, joined by a\ncontinuous connecting rail. First-party invention: no Web Awesome/Shoelace counterpart exists, so\nthis follows the library's own established conventions rather than mirroring an upstream API.\n\nA pure, read-only, declarative display component — same zero-event shape as `<lr-badge>`/\n`<lr-avatar>`/`<lr-skeleton>`. It never mutates its own children and fires no events; a\nconsumer who needs to react to item count changes already owns the mutation (they're the one\nadding/removing `<lr-timeline-item>` children) and can listen to the native `slotchange` event\ndirectly if truly needed.\n\nNo keyboard navigation, roving-tabindex, or selection model of any kind — a deliberate scope\ndecision, not an oversight. A timeline is a passive record display, not a navigable widget; see\n`<lr-timeline-item>`'s class doc for the full reasoning behind dropping an earlier\n\"interactive row\" design. Not a form-associated control — no value to submit, no label/hint/error\nchrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-timeline-item>` children, in display order. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. `role=\"list\"` lives here directly (a timeline isn't a navigation landmark, so it doesn't need a two-layer `base`+`list` split). Flex container: `flex-direction: column` in `vertical` orientation (the default), `flex-direction: row` (with `overflow-x: auto`, `overflow-y: hidden`, and a static edge-fade `mask-image`) in `horizontal` orientation. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-timeline-gap` (default: `var(--lr-space-l)`) — Spacing between consecutive items along the timeline's main axis; also the length each item's own rail visually bridges to reach the next item's marker. Declared here but actually consumed inside each `<lr-timeline-item>`'s own stylesheet, via ordinary CSS custom-property inheritance across the slot boundary.",
16983
+ "description": "`<lr-timeline>` — an ordered, connected sequence of past-event rows (an audit trail, an agent\naction history, a changelog) composed from `<lr-timeline-item>` light-DOM children, joined by a\ncontinuous connecting rail. First-party invention: no Web Awesome/Shoelace counterpart exists, so\nthis follows the library's own established conventions rather than mirroring an upstream API.\n\nA pure, read-only, declarative display component — same zero-event shape as `<lr-badge>`/\n`<lr-avatar>`/`<lr-skeleton>`. It never mutates its own children and fires no events; a\nconsumer who needs to react to item count changes already owns the mutation (they're the one\nadding/removing `<lr-timeline-item>` children) and can listen to the native `slotchange` event\ndirectly if truly needed.\n\nNo keyboard navigation, roving-tabindex, or selection model of any kind — a deliberate scope\ndecision, not an oversight. A timeline is a passive record display, not a navigable widget; see\n`<lr-timeline-item>`'s class doc for the full reasoning behind dropping an earlier\n\"interactive row\" design. Not a form-associated control — no value to submit, no label/hint/error\nchrome.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-timeline-item>` children, in display order. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. `role=\"list\"` lives here directly (a timeline isn't a navigation landmark, so it doesn't need a two-layer `base`+`list` split). Flex container: `flex-direction: column` in `vertical` orientation (the default), `flex-direction: row` (with `overflow-x: auto`, `overflow-y: hidden`, and an edge-fade `mask-image` applied only while the strip actually overflows) in `horizontal` orientation. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-timeline-gap` (default: `var(--lr-space-l)`) — Spacing between consecutive items along the timeline's main axis; also the length each item's own rail visually bridges to reach the next item's marker. Declared here but actually consumed inside each `<lr-timeline-item>`'s own stylesheet, via ordinary CSS custom-property inheritance across the slot boundary.",
16984
16984
  "attributes": [
16985
16985
  {
16986
16986
  "name": "aria-label",
@@ -20879,7 +20879,7 @@
20879
20879
  },
20880
20880
  {
20881
20881
  "name": "--lr-scroll-fade-size",
20882
- "description": "**`<lr-segmented>`, `<lr-tabs>`** (default: `2rem`) — Width of the static fade at each horizontal scroll edge."
20882
+ "description": "**`<lr-segmented>`** (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the track actually overflows, so a row that fits is never dimmed.\n\n**`<lr-tabs>`** (default: `2rem`) — Width of the fade at each horizontal scroll edge. The fade is applied only while the tablist actually overflows, so a row that fits is never dimmed."
20883
20883
  },
20884
20884
  {
20885
20885
  "name": "--lr-scroller-control-size",