@aceshooting/lyra-ui 7.6.0 → 7.8.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.
- package/CHANGELOG.md +171 -0
- package/custom-elements.json +12556 -4856
- package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +2 -0
- package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts.map +1 -1
- package/dist/components/agent-tools/activity-feed/activity-feed.class.js +28 -2
- package/dist/components/agent-tools/activity-feed/activity-feed.class.js.map +1 -1
- package/dist/components/agent-tools/activity-feed/activity-feed.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/activity-feed/activity-feed.styles.js +7 -2
- package/dist/components/agent-tools/activity-feed/activity-feed.styles.js.map +1 -1
- package/dist/components/agent-tools/agent-run/agent-run.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/agent-run/agent-run.styles.js +18 -3
- package/dist/components/agent-tools/agent-run/agent-run.styles.js.map +1 -1
- package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts.map +1 -1
- package/dist/components/agent-tools/agent-trace/agent-trace.class.js +4 -6
- package/dist/components/agent-tools/agent-trace/agent-trace.class.js.map +1 -1
- package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts.map +1 -1
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js +11 -10
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js.map +1 -1
- package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts +5 -0
- package/dist/components/agent-tools/artifact-panel/artifact-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js +19 -5
- package/dist/components/agent-tools/artifact-panel/artifact-panel.class.js.map +1 -1
- package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts +8 -1
- package/dist/components/agent-tools/browser-frame/browser-frame.class.d.ts.map +1 -1
- package/dist/components/agent-tools/browser-frame/browser-frame.class.js +30 -6
- package/dist/components/agent-tools/browser-frame/browser-frame.class.js.map +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +4 -0
- package/dist/components/agent-tools/commit-card/commit-card.class.d.ts.map +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.js +19 -6
- package/dist/components/agent-tools/commit-card/commit-card.class.js.map +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.styles.js +19 -0
- package/dist/components/agent-tools/commit-card/commit-card.styles.js.map +1 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts +6 -0
- package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.class.js +6 -0
- package/dist/components/agent-tools/compare-panel/compare-panel.class.js.map +1 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +4 -4
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts +6 -0
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts.map +1 -1
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +6 -0
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js.map +1 -1
- package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts +6 -2
- package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts.map +1 -1
- package/dist/components/agent-tools/context-inspector/context-inspector.class.js.map +1 -1
- package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts +2 -0
- package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts.map +1 -1
- package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js.map +1 -1
- package/dist/components/agent-tools/eval-result/eval-result.class.js +1 -1
- package/dist/components/agent-tools/eval-result/eval-result.class.js.map +1 -1
- package/dist/components/agent-tools/evaluation-run/evaluation-run.class.d.ts.map +1 -1
- package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js +10 -5
- package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js.map +1 -1
- package/dist/components/agent-tools/mcp-app/mcp-app.class.d.ts +1 -0
- package/dist/components/agent-tools/mcp-app/mcp-app.class.d.ts.map +1 -1
- package/dist/components/agent-tools/mcp-app/mcp-app.class.js +17 -12
- package/dist/components/agent-tools/mcp-app/mcp-app.class.js.map +1 -1
- package/dist/components/agent-tools/policy-summary/policy-summary.class.d.ts.map +1 -1
- package/dist/components/agent-tools/policy-summary/policy-summary.class.js +3 -1
- package/dist/components/agent-tools/policy-summary/policy-summary.class.js.map +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts.map +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js +8 -6
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js.map +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts +1 -0
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts.map +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js +21 -4
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js.map +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts +6 -0
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts.map +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +16 -4
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js.map +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +18 -6
- package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js.map +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +2 -0
- package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts.map +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace.class.js +12 -2
- package/dist/components/agent-tools/stack-trace/stack-trace.class.js.map +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace.styles.js +4 -4
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +24 -2
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.class.d.ts +4 -0
- package/dist/components/agent-tools/task-list/task-list.class.d.ts.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.class.js +10 -1
- package/dist/components/agent-tools/task-list/task-list.class.js.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.styles.js +12 -5
- package/dist/components/agent-tools/task-list/task-list.styles.js.map +1 -1
- package/dist/components/agent-tools/terminal/terminal.class.d.ts +12 -2
- package/dist/components/agent-tools/terminal/terminal.class.d.ts.map +1 -1
- package/dist/components/agent-tools/terminal/terminal.class.js +95 -26
- package/dist/components/agent-tools/terminal/terminal.class.js.map +1 -1
- package/dist/components/agent-tools/test-results/test-results.class.d.ts +28 -8
- package/dist/components/agent-tools/test-results/test-results.class.d.ts.map +1 -1
- package/dist/components/agent-tools/test-results/test-results.class.js +157 -61
- package/dist/components/agent-tools/test-results/test-results.class.js.map +1 -1
- package/dist/components/agent-tools/test-results/test-results.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/test-results/test-results.styles.js +12 -10
- package/dist/components/agent-tools/test-results/test-results.styles.js.map +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts +1 -0
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js +1 -0
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js.map +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js +6 -2
- package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js.map +1 -1
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts +2 -0
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +2 -0
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.js +1 -1
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.js +18 -4
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.js.map +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +6 -0
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +68 -21
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js.map +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js +18 -0
- package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js.map +1 -1
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts +4 -1
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +14 -10
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js +1 -0
- package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js.map +1 -1
- package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts +1 -0
- package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts.map +1 -1
- package/dist/components/agent-tools/trace-tree/trace-tree.class.js +10 -6
- package/dist/components/agent-tools/trace-tree/trace-tree.class.js.map +1 -1
- package/dist/components/charts/chart/box-plot.class.d.ts +10 -0
- package/dist/components/charts/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/charts/chart/box-plot.class.js +72 -15
- package/dist/components/charts/chart/box-plot.class.js.map +1 -1
- package/dist/components/charts/chart/box-plot.styles.d.ts.map +1 -1
- package/dist/components/charts/chart/box-plot.styles.js +62 -3
- package/dist/components/charts/chart/box-plot.styles.js.map +1 -1
- package/dist/components/charts/chart/bubble-chart.class.d.ts +2 -4
- package/dist/components/charts/chart/bubble-chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/bubble-chart.class.js +2 -4
- package/dist/components/charts/chart/bubble-chart.class.js.map +1 -1
- package/dist/components/charts/chart/chart.class.d.ts +54 -13
- package/dist/components/charts/chart/chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/chart.class.js +434 -120
- package/dist/components/charts/chart/chart.class.js.map +1 -1
- package/dist/components/charts/chart/chart.styles.d.ts.map +1 -1
- package/dist/components/charts/chart/chart.styles.js +102 -3
- package/dist/components/charts/chart/chart.styles.js.map +1 -1
- package/dist/components/charts/chart/histogram-bin.d.ts.map +1 -1
- package/dist/components/charts/chart/histogram-bin.js +5 -5
- package/dist/components/charts/chart/histogram-bin.js.map +1 -1
- package/dist/components/charts/chart/histogram.class.d.ts +6 -1
- package/dist/components/charts/chart/histogram.class.d.ts.map +1 -1
- package/dist/components/charts/chart/histogram.class.js +13 -5
- package/dist/components/charts/chart/histogram.class.js.map +1 -1
- package/dist/components/charts/chart/lite-chart.class.d.ts +7 -3
- package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/lite-chart.class.js +99 -17
- package/dist/components/charts/chart/lite-chart.class.js.map +1 -1
- package/dist/components/charts/chart/lite-chart.styles.js +1 -1
- package/dist/components/conversation/code-block/code-block-shared.d.ts.map +1 -1
- package/dist/components/conversation/code-block/code-block-shared.js +9 -1
- package/dist/components/conversation/code-block/code-block-shared.js.map +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.class.d.ts +3 -0
- package/dist/components/conversation/conversation-item/conversation-item.class.d.ts.map +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.class.js +23 -4
- package/dist/components/conversation/conversation-item/conversation-item.class.js.map +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.js +2 -1
- package/dist/components/conversation/markdown/markdown-core.class.js.map +1 -1
- package/dist/components/conversation/markdown/markdown-shared.d.ts +6 -1
- package/dist/components/conversation/markdown/markdown-shared.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown-shared.js +6 -3
- package/dist/components/conversation/markdown/markdown-shared.js.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.js +2 -1
- package/dist/components/conversation/markdown/markdown.class.js.map +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.d.ts +4 -10
- package/dist/components/conversation/message-actions/message-actions.class.d.ts.map +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.js +23 -14
- package/dist/components/conversation/message-actions/message-actions.class.js.map +1 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +4 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.d.ts.map +1 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.js +36 -6
- package/dist/components/conversation/message-feedback/message-feedback.class.js.map +1 -1
- package/dist/components/conversation/model-select/model-select.class.d.ts +3 -1
- package/dist/components/conversation/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/conversation/model-select/model-select.class.js +14 -2
- package/dist/components/conversation/model-select/model-select.class.js.map +1 -1
- package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
- package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js +9 -4
- package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js.map +1 -1
- package/dist/components/conversation/prompt-input/prompt-input.class.d.ts +2 -0
- package/dist/components/conversation/prompt-input/prompt-input.class.d.ts.map +1 -1
- package/dist/components/conversation/prompt-input/prompt-input.class.js +15 -1
- package/dist/components/conversation/prompt-input/prompt-input.class.js.map +1 -1
- package/dist/components/conversation/prompt-queue/prompt-queue.class.d.ts.map +1 -1
- package/dist/components/conversation/prompt-queue/prompt-queue.class.js +5 -0
- package/dist/components/conversation/prompt-queue/prompt-queue.class.js.map +1 -1
- package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts +2 -0
- package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts.map +1 -1
- package/dist/components/conversation/push-to-talk/push-to-talk.class.js +17 -5
- package/dist/components/conversation/push-to-talk/push-to-talk.class.js.map +1 -1
- package/dist/components/conversation/realtime-session/realtime-session.class.d.ts.map +1 -1
- package/dist/components/conversation/realtime-session/realtime-session.class.js +10 -2
- package/dist/components/conversation/realtime-session/realtime-session.class.js.map +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts +1 -0
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts.map +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +30 -24
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js.map +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.d.ts.map +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js +10 -0
- package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js.map +1 -1
- package/dist/components/conversation/thread-list/thread-list.class.d.ts +3 -0
- package/dist/components/conversation/thread-list/thread-list.class.d.ts.map +1 -1
- package/dist/components/conversation/thread-list/thread-list.class.js +33 -1
- package/dist/components/conversation/thread-list/thread-list.class.js.map +1 -1
- package/dist/components/conversation/widget-renderer/resolve.d.ts +5 -0
- package/dist/components/conversation/widget-renderer/resolve.d.ts.map +1 -1
- package/dist/components/conversation/widget-renderer/resolve.js +38 -2
- package/dist/components/conversation/widget-renderer/resolve.js.map +1 -1
- package/dist/components/conversation/widget-renderer/widget-renderer.class.d.ts +1 -0
- package/dist/components/conversation/widget-renderer/widget-renderer.class.d.ts.map +1 -1
- package/dist/components/conversation/widget-renderer/widget-renderer.class.js +17 -5
- package/dist/components/conversation/widget-renderer/widget-renderer.class.js.map +1 -1
- package/dist/components/data/calendar/calendar.styles.js +1 -1
- package/dist/components/data/document-library/document-library.class.d.ts +6 -0
- package/dist/components/data/document-library/document-library.class.d.ts.map +1 -1
- package/dist/components/data/document-library/document-library.class.js +15 -0
- package/dist/components/data/document-library/document-library.class.js.map +1 -1
- package/dist/components/data/env-list/env-list.class.d.ts.map +1 -1
- package/dist/components/data/env-list/env-list.class.js +6 -2
- package/dist/components/data/env-list/env-list.class.js.map +1 -1
- package/dist/components/data/env-list/env-list.styles.d.ts.map +1 -1
- package/dist/components/data/env-list/env-list.styles.js +16 -1
- package/dist/components/data/env-list/env-list.styles.js.map +1 -1
- package/dist/components/data/file-tree/file-tree.class.js +1 -1
- package/dist/components/data/file-tree/file-tree.class.js.map +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.class.d.ts.map +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.class.js +14 -3
- package/dist/components/data/flow-canvas/flow-canvas.class.js.map +1 -1
- package/dist/components/data/flow-controls/flow-controls.class.js +3 -3
- package/dist/components/data/flow-controls/flow-controls.class.js.map +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.class.d.ts +7 -0
- package/dist/components/data/flow-minimap/flow-minimap.class.d.ts.map +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.class.js +7 -0
- package/dist/components/data/flow-minimap/flow-minimap.class.js.map +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.styles.d.ts.map +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.styles.js +8 -5
- package/dist/components/data/flow-minimap/flow-minimap.styles.js.map +1 -1
- package/dist/components/data/flow-node/flow-node.class.d.ts +7 -0
- package/dist/components/data/flow-node/flow-node.class.d.ts.map +1 -1
- package/dist/components/data/flow-node/flow-node.class.js +7 -0
- package/dist/components/data/flow-node/flow-node.class.js.map +1 -1
- package/dist/components/data/flow-node/flow-node.styles.d.ts.map +1 -1
- package/dist/components/data/flow-node/flow-node.styles.js +16 -5
- package/dist/components/data/flow-node/flow-node.styles.js.map +1 -1
- package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts +8 -0
- package/dist/components/data/flow-run-overlay/flow-run-overlay.class.d.ts.map +1 -1
- package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js +8 -0
- package/dist/components/data/flow-run-overlay/flow-run-overlay.class.js.map +1 -1
- package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.d.ts.map +1 -1
- package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.js +33 -5
- package/dist/components/data/flow-run-overlay/flow-run-overlay.styles.js.map +1 -1
- package/dist/components/data/gauge/gauge.class.d.ts.map +1 -1
- package/dist/components/data/gauge/gauge.class.js +71 -12
- package/dist/components/data/gauge/gauge.class.js.map +1 -1
- package/dist/components/data/heatmap/heatmap-scale.d.ts.map +1 -1
- package/dist/components/data/heatmap/heatmap-scale.js +3 -5
- package/dist/components/data/heatmap/heatmap-scale.js.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.d.ts +8 -2
- package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.js +29 -16
- package/dist/components/data/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/data/heatmap/heatmap.styles.d.ts.map +1 -1
- package/dist/components/data/heatmap/heatmap.styles.js +27 -1
- package/dist/components/data/heatmap/heatmap.styles.js.map +1 -1
- package/dist/components/data/query-builder/query-builder.class.d.ts +4 -0
- package/dist/components/data/query-builder/query-builder.class.d.ts.map +1 -1
- package/dist/components/data/query-builder/query-builder.class.js +10 -3
- package/dist/components/data/query-builder/query-builder.class.js.map +1 -1
- package/dist/components/data/sequence-strip/sequence-strip.class.d.ts +1 -0
- package/dist/components/data/sequence-strip/sequence-strip.class.d.ts.map +1 -1
- package/dist/components/data/sequence-strip/sequence-strip.class.js +8 -4
- package/dist/components/data/sequence-strip/sequence-strip.class.js.map +1 -1
- package/dist/components/data/sparkline/sparkline.class.d.ts.map +1 -1
- package/dist/components/data/sparkline/sparkline.class.js +2 -3
- package/dist/components/data/sparkline/sparkline.class.js.map +1 -1
- package/dist/components/data/stat/stat.class.d.ts +6 -0
- package/dist/components/data/stat/stat.class.d.ts.map +1 -1
- package/dist/components/data/stat/stat.class.js +6 -0
- package/dist/components/data/stat/stat.class.js.map +1 -1
- package/dist/components/data/stat/stat.styles.js +3 -3
- package/dist/components/data/table/table.class.d.ts.map +1 -1
- package/dist/components/data/table/table.class.js +49 -12
- package/dist/components/data/table/table.class.js.map +1 -1
- package/dist/components/data/table/table.styles.d.ts.map +1 -1
- package/dist/components/data/table/table.styles.js +10 -1
- package/dist/components/data/table/table.styles.js.map +1 -1
- package/dist/components/data/timeline/timeline-item.class.d.ts +1 -2
- package/dist/components/data/timeline/timeline-item.class.d.ts.map +1 -1
- package/dist/components/data/timeline/timeline-item.class.js +2 -8
- package/dist/components/data/timeline/timeline-item.class.js.map +1 -1
- package/dist/components/data/timeline/timeline.class.d.ts +1 -0
- package/dist/components/data/timeline/timeline.class.d.ts.map +1 -1
- package/dist/components/data/timeline/timeline.class.js +7 -3
- package/dist/components/data/timeline/timeline.class.js.map +1 -1
- package/dist/components/data/tree/tree-node.class.d.ts +10 -0
- package/dist/components/data/tree/tree-node.class.d.ts.map +1 -1
- package/dist/components/data/tree/tree-node.class.js +20 -4
- package/dist/components/data/tree/tree-node.class.js.map +1 -1
- package/dist/components/data/tree/tree-node.styles.d.ts.map +1 -1
- package/dist/components/data/tree/tree-node.styles.js +13 -10
- package/dist/components/data/tree/tree-node.styles.js.map +1 -1
- package/dist/components/data/tree/tree.class.d.ts +5 -0
- package/dist/components/data/tree/tree.class.d.ts.map +1 -1
- package/dist/components/data/tree/tree.class.js +55 -11
- package/dist/components/data/tree/tree.class.js.map +1 -1
- package/dist/components/data/word-cloud/word-cloud.class.d.ts +9 -2
- package/dist/components/data/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/data/word-cloud/word-cloud.class.js +29 -10
- package/dist/components/data/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/forms/checkbox/checkbox.class.d.ts +2 -2
- package/dist/components/forms/checkbox/checkbox.class.js +2 -2
- package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts.map +1 -1
- package/dist/components/forms/checkbox-group/checkbox-group.class.js +8 -2
- package/dist/components/forms/checkbox-group/checkbox-group.class.js.map +1 -1
- package/dist/components/forms/checkbox-group/checkbox-group.styles.d.ts.map +1 -1
- package/dist/components/forms/checkbox-group/checkbox-group.styles.js +8 -0
- package/dist/components/forms/checkbox-group/checkbox-group.styles.js.map +1 -1
- package/dist/components/forms/code-editor/code-editor.class.d.ts +3 -0
- package/dist/components/forms/code-editor/code-editor.class.d.ts.map +1 -1
- package/dist/components/forms/code-editor/code-editor.class.js +12 -2
- package/dist/components/forms/code-editor/code-editor.class.js.map +1 -1
- package/dist/components/forms/code-editor/code-editor.styles.d.ts.map +1 -1
- package/dist/components/forms/code-editor/code-editor.styles.js +8 -0
- package/dist/components/forms/code-editor/code-editor.styles.js.map +1 -1
- package/dist/components/forms/color-picker/color-picker.styles.d.ts.map +1 -1
- package/dist/components/forms/color-picker/color-picker.styles.js +8 -0
- package/dist/components/forms/color-picker/color-picker.styles.js.map +1 -1
- package/dist/components/forms/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/forms/combobox/combobox.class.js +11 -2
- package/dist/components/forms/combobox/combobox.class.js.map +1 -1
- package/dist/components/forms/combobox/combobox.styles.d.ts.map +1 -1
- package/dist/components/forms/combobox/combobox.styles.js +8 -0
- package/dist/components/forms/combobox/combobox.styles.js.map +1 -1
- package/dist/components/forms/combobox/option.class.d.ts +2 -0
- package/dist/components/forms/combobox/option.class.d.ts.map +1 -1
- package/dist/components/forms/combobox/option.class.js +2 -0
- package/dist/components/forms/combobox/option.class.js.map +1 -1
- package/dist/components/forms/date-picker/date-input.class.d.ts +5 -1
- package/dist/components/forms/date-picker/date-input.class.d.ts.map +1 -1
- package/dist/components/forms/date-picker/date-input.class.js +18 -1
- package/dist/components/forms/date-picker/date-input.class.js.map +1 -1
- package/dist/components/forms/date-picker/date-input.styles.d.ts.map +1 -1
- package/dist/components/forms/date-picker/date-input.styles.js +8 -0
- package/dist/components/forms/date-picker/date-input.styles.js.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +7 -3
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.js +18 -7
- package/dist/components/forms/emoji-picker/emoji-picker.class.js.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.styles.d.ts.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.styles.js +8 -0
- package/dist/components/forms/emoji-picker/emoji-picker.styles.js.map +1 -1
- package/dist/components/forms/input/input.styles.d.ts.map +1 -1
- package/dist/components/forms/input/input.styles.js +8 -0
- package/dist/components/forms/input/input.styles.js.map +1 -1
- package/dist/components/forms/locale-picker/locale-picker.styles.d.ts.map +1 -1
- package/dist/components/forms/locale-picker/locale-picker.styles.js +8 -0
- package/dist/components/forms/locale-picker/locale-picker.styles.js.map +1 -1
- package/dist/components/forms/phone-input/phone-input.styles.d.ts.map +1 -1
- package/dist/components/forms/phone-input/phone-input.styles.js +8 -0
- package/dist/components/forms/phone-input/phone-input.styles.js.map +1 -1
- package/dist/components/forms/radio/radio-group.class.d.ts +3 -0
- package/dist/components/forms/radio/radio-group.class.d.ts.map +1 -1
- package/dist/components/forms/radio/radio-group.class.js +104 -25
- package/dist/components/forms/radio/radio-group.class.js.map +1 -1
- package/dist/components/forms/radio/radio-group.styles.d.ts.map +1 -1
- package/dist/components/forms/radio/radio-group.styles.js +8 -0
- package/dist/components/forms/radio/radio-group.styles.js.map +1 -1
- package/dist/components/forms/radio/radio.class.d.ts +8 -2
- package/dist/components/forms/radio/radio.class.d.ts.map +1 -1
- package/dist/components/forms/radio/radio.class.js +93 -19
- package/dist/components/forms/radio/radio.class.js.map +1 -1
- package/dist/components/forms/rubric-form/rubric-form.class.d.ts +1 -0
- package/dist/components/forms/rubric-form/rubric-form.class.d.ts.map +1 -1
- package/dist/components/forms/rubric-form/rubric-form.class.js +14 -3
- package/dist/components/forms/rubric-form/rubric-form.class.js.map +1 -1
- package/dist/components/forms/rubric-form/rubric-form.styles.d.ts.map +1 -1
- package/dist/components/forms/rubric-form/rubric-form.styles.js +16 -0
- package/dist/components/forms/rubric-form/rubric-form.styles.js.map +1 -1
- package/dist/components/forms/select/select.class.d.ts.map +1 -1
- package/dist/components/forms/select/select.class.js +8 -1
- package/dist/components/forms/select/select.class.js.map +1 -1
- package/dist/components/forms/select/select.styles.d.ts.map +1 -1
- package/dist/components/forms/select/select.styles.js +28 -2
- package/dist/components/forms/select/select.styles.js.map +1 -1
- package/dist/components/forms/slider/slider.class.d.ts +9 -8
- package/dist/components/forms/slider/slider.class.d.ts.map +1 -1
- package/dist/components/forms/slider/slider.class.js +31 -20
- package/dist/components/forms/slider/slider.class.js.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +4 -6
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.class.js +11 -8
- package/dist/components/forms/swatch-picker/swatch-picker.class.js.map +1 -1
- package/dist/components/forms/switch/switch.styles.d.ts.map +1 -1
- package/dist/components/forms/switch/switch.styles.js +8 -0
- package/dist/components/forms/switch/switch.styles.js.map +1 -1
- package/dist/components/forms/textarea/textarea.class.d.ts +2 -1
- package/dist/components/forms/textarea/textarea.class.d.ts.map +1 -1
- package/dist/components/forms/textarea/textarea.class.js +6 -3
- package/dist/components/forms/textarea/textarea.class.js.map +1 -1
- package/dist/components/forms/textarea/textarea.styles.d.ts.map +1 -1
- package/dist/components/forms/textarea/textarea.styles.js +8 -0
- package/dist/components/forms/textarea/textarea.styles.js.map +1 -1
- package/dist/components/forms/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/forms/time-range/time-range.class.js +4 -8
- package/dist/components/forms/time-range/time-range.class.js.map +1 -1
- package/dist/components/forms/time-range/time-range.styles.d.ts.map +1 -1
- package/dist/components/forms/time-range/time-range.styles.js +8 -0
- package/dist/components/forms/time-range/time-range.styles.js.map +1 -1
- package/dist/components/forms/token-input/token-input.class.d.ts +14 -1
- package/dist/components/forms/token-input/token-input.class.d.ts.map +1 -1
- package/dist/components/forms/token-input/token-input.class.js +76 -7
- package/dist/components/forms/token-input/token-input.class.js.map +1 -1
- package/dist/components/forms/token-input/token-input.styles.d.ts.map +1 -1
- package/dist/components/forms/token-input/token-input.styles.js +7 -0
- package/dist/components/forms/token-input/token-input.styles.js.map +1 -1
- package/dist/components/layout/app-rail/app-rail-item.class.d.ts +3 -0
- package/dist/components/layout/app-rail/app-rail-item.class.d.ts.map +1 -1
- package/dist/components/layout/app-rail/app-rail-item.class.js +34 -15
- package/dist/components/layout/app-rail/app-rail-item.class.js.map +1 -1
- package/dist/components/layout/app-rail/app-rail.class.d.ts +2 -0
- package/dist/components/layout/app-rail/app-rail.class.d.ts.map +1 -1
- package/dist/components/layout/app-rail/app-rail.class.js +46 -15
- package/dist/components/layout/app-rail/app-rail.class.js.map +1 -1
- package/dist/components/layout/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
- package/dist/components/layout/breadcrumb/breadcrumb-item.class.js +3 -3
- package/dist/components/layout/breadcrumb/breadcrumb-item.class.js.map +1 -1
- package/dist/components/layout/breadcrumb/breadcrumb-item.styles.d.ts.map +1 -1
- package/dist/components/layout/breadcrumb/breadcrumb-item.styles.js +6 -0
- package/dist/components/layout/breadcrumb/breadcrumb-item.styles.js.map +1 -1
- package/dist/components/layout/breadcrumb/breadcrumb.styles.d.ts.map +1 -1
- package/dist/components/layout/breadcrumb/breadcrumb.styles.js +7 -0
- package/dist/components/layout/breadcrumb/breadcrumb.styles.js.map +1 -1
- package/dist/components/layout/button-group/button-group.class.js +1 -1
- package/dist/components/layout/button-group/button-group.class.js.map +1 -1
- package/dist/components/layout/card/card.class.d.ts.map +1 -1
- package/dist/components/layout/card/card.class.js +1 -0
- package/dist/components/layout/card/card.class.js.map +1 -1
- package/dist/components/layout/carousel/carousel.class.d.ts.map +1 -1
- package/dist/components/layout/carousel/carousel.class.js +14 -4
- package/dist/components/layout/carousel/carousel.class.js.map +1 -1
- package/dist/components/layout/command-palette/command-palette.class.d.ts +7 -0
- package/dist/components/layout/command-palette/command-palette.class.d.ts.map +1 -1
- package/dist/components/layout/command-palette/command-palette.class.js +46 -7
- package/dist/components/layout/command-palette/command-palette.class.js.map +1 -1
- package/dist/components/layout/control-group/control-group.class.d.ts +2 -3
- package/dist/components/layout/control-group/control-group.class.d.ts.map +1 -1
- package/dist/components/layout/control-group/control-group.class.js +3 -4
- package/dist/components/layout/control-group/control-group.class.js.map +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +16 -0
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts.map +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +164 -36
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.js.map +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js +1 -1
- package/dist/components/layout/details/accordion.class.d.ts +3 -1
- package/dist/components/layout/details/accordion.class.d.ts.map +1 -1
- package/dist/components/layout/details/accordion.class.js +19 -0
- package/dist/components/layout/details/accordion.class.js.map +1 -1
- package/dist/components/layout/details/details.styles.js +5 -5
- package/dist/components/layout/dock-panel/dock-panel.class.d.ts +1 -0
- package/dist/components/layout/dock-panel/dock-panel.class.d.ts.map +1 -1
- package/dist/components/layout/dock-panel/dock-panel.class.js +17 -10
- package/dist/components/layout/dock-panel/dock-panel.class.js.map +1 -1
- package/dist/components/layout/filter-bar/filter-bar.class.d.ts +3 -2
- package/dist/components/layout/filter-bar/filter-bar.class.d.ts.map +1 -1
- package/dist/components/layout/filter-bar/filter-bar.class.js +8 -3
- package/dist/components/layout/filter-bar/filter-bar.class.js.map +1 -1
- package/dist/components/layout/menu/menu-item.class.d.ts +2 -0
- package/dist/components/layout/menu/menu-item.class.d.ts.map +1 -1
- package/dist/components/layout/menu/menu-item.class.js +3 -4
- package/dist/components/layout/menu/menu-item.class.js.map +1 -1
- package/dist/components/layout/reorder-list/reorder-item.styles.d.ts.map +1 -1
- package/dist/components/layout/reorder-list/reorder-item.styles.js +6 -0
- package/dist/components/layout/reorder-list/reorder-item.styles.js.map +1 -1
- package/dist/components/layout/reorder-list/reorder-list.class.d.ts +3 -4
- package/dist/components/layout/reorder-list/reorder-list.class.d.ts.map +1 -1
- package/dist/components/layout/reorder-list/reorder-list.class.js +8 -7
- package/dist/components/layout/reorder-list/reorder-list.class.js.map +1 -1
- package/dist/components/layout/reorder-list/reorder-list.styles.d.ts.map +1 -1
- package/dist/components/layout/reorder-list/reorder-list.styles.js +4 -0
- package/dist/components/layout/reorder-list/reorder-list.styles.js.map +1 -1
- package/dist/components/layout/segmented/segmented.class.d.ts +4 -5
- package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/layout/segmented/segmented.class.js +19 -7
- package/dist/components/layout/segmented/segmented.class.js.map +1 -1
- package/dist/components/layout/segmented/segmented.styles.d.ts.map +1 -1
- package/dist/components/layout/segmented/segmented.styles.js +6 -1
- package/dist/components/layout/segmented/segmented.styles.js.map +1 -1
- package/dist/components/layout/split/split.class.d.ts +5 -1
- package/dist/components/layout/split/split.class.d.ts.map +1 -1
- package/dist/components/layout/split/split.class.js +11 -5
- package/dist/components/layout/split/split.class.js.map +1 -1
- package/dist/components/layout/split/split.styles.d.ts.map +1 -1
- package/dist/components/layout/split/split.styles.js +9 -0
- package/dist/components/layout/split/split.styles.js.map +1 -1
- package/dist/components/layout/stepper/stepper.class.d.ts +1 -0
- package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/layout/stepper/stepper.class.js +19 -0
- package/dist/components/layout/stepper/stepper.class.js.map +1 -1
- package/dist/components/layout/tabs/tabs.class.d.ts +2 -0
- package/dist/components/layout/tabs/tabs.class.d.ts.map +1 -1
- package/dist/components/layout/tabs/tabs.class.js +14 -0
- package/dist/components/layout/tabs/tabs.class.js.map +1 -1
- package/dist/components/layout/virtual-list/virtual-list.class.d.ts +26 -0
- package/dist/components/layout/virtual-list/virtual-list.class.d.ts.map +1 -1
- package/dist/components/layout/virtual-list/virtual-list.class.js +68 -19
- package/dist/components/layout/virtual-list/virtual-list.class.js.map +1 -1
- package/dist/components/layout/widget/widget.class.d.ts +3 -3
- package/dist/components/layout/widget/widget.class.d.ts.map +1 -1
- package/dist/components/layout/widget/widget.class.js +19 -19
- package/dist/components/layout/widget/widget.class.js.map +1 -1
- package/dist/components/media/animated-image/animated-image.class.d.ts.map +1 -1
- package/dist/components/media/animated-image/animated-image.class.js +4 -0
- package/dist/components/media/animated-image/animated-image.class.js.map +1 -1
- package/dist/components/media/animation/animation.class.js +1 -1
- package/dist/components/media/animation/animation.class.js.map +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.class.d.ts.map +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.class.js +5 -1
- package/dist/components/media/attachment-chip/attachment-chip.class.js.map +1 -1
- package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts +13 -10
- package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts.map +1 -1
- package/dist/components/media/attachment-trigger/attachment-trigger.class.js +20 -8
- package/dist/components/media/attachment-trigger/attachment-trigger.class.js.map +1 -1
- package/dist/components/media/av-player/av-player.class.d.ts +14 -6
- package/dist/components/media/av-player/av-player.class.d.ts.map +1 -1
- package/dist/components/media/av-player/av-player.class.js +71 -26
- package/dist/components/media/av-player/av-player.class.js.map +1 -1
- package/dist/components/media/av-player/av-player.styles.d.ts.map +1 -1
- package/dist/components/media/av-player/av-player.styles.js +10 -0
- package/dist/components/media/av-player/av-player.styles.js.map +1 -1
- package/dist/components/media/avatar/avatar.class.d.ts +3 -2
- package/dist/components/media/avatar/avatar.class.d.ts.map +1 -1
- package/dist/components/media/avatar/avatar.class.js +13 -3
- package/dist/components/media/avatar/avatar.class.js.map +1 -1
- package/dist/components/media/avatar-group/avatar-group.class.d.ts +1 -0
- package/dist/components/media/avatar-group/avatar-group.class.d.ts.map +1 -1
- package/dist/components/media/avatar-group/avatar-group.class.js +8 -0
- package/dist/components/media/avatar-group/avatar-group.class.js.map +1 -1
- package/dist/components/media/avatar-group/avatar-group.styles.d.ts.map +1 -1
- package/dist/components/media/avatar-group/avatar-group.styles.js +2 -0
- package/dist/components/media/avatar-group/avatar-group.styles.js.map +1 -1
- package/dist/components/media/file-icon/file-icon.class.d.ts.map +1 -1
- package/dist/components/media/file-icon/file-icon.class.js +3 -1
- package/dist/components/media/file-icon/file-icon.class.js.map +1 -1
- package/dist/components/media/file-icon/file-icon.styles.d.ts.map +1 -1
- package/dist/components/media/file-icon/file-icon.styles.js +21 -3
- package/dist/components/media/file-icon/file-icon.styles.js.map +1 -1
- package/dist/components/media/file-input/file-input.class.d.ts +3 -1
- package/dist/components/media/file-input/file-input.class.d.ts.map +1 -1
- package/dist/components/media/file-input/file-input.class.js +36 -15
- package/dist/components/media/file-input/file-input.class.js.map +1 -1
- package/dist/components/media/file-input/file-input.styles.d.ts.map +1 -1
- package/dist/components/media/file-input/file-input.styles.js +45 -4
- package/dist/components/media/file-input/file-input.styles.js.map +1 -1
- package/dist/components/media/flag/flag.class.d.ts.map +1 -1
- package/dist/components/media/flag/flag.class.js +1 -4
- package/dist/components/media/flag/flag.class.js.map +1 -1
- package/dist/components/media/image-comparer/image-comparer.class.d.ts +2 -0
- package/dist/components/media/image-comparer/image-comparer.class.d.ts.map +1 -1
- package/dist/components/media/image-comparer/image-comparer.class.js +2 -0
- package/dist/components/media/image-comparer/image-comparer.class.js.map +1 -1
- package/dist/components/media/image-viewer/image-viewer.class.d.ts +1 -0
- package/dist/components/media/image-viewer/image-viewer.class.d.ts.map +1 -1
- package/dist/components/media/image-viewer/image-viewer.class.js +18 -3
- package/dist/components/media/image-viewer/image-viewer.class.js.map +1 -1
- package/dist/components/media/image-viewer/image-viewer.styles.d.ts.map +1 -1
- package/dist/components/media/image-viewer/image-viewer.styles.js +5 -1
- package/dist/components/media/image-viewer/image-viewer.styles.js.map +1 -1
- package/dist/components/media/lightbox/lightbox.class.d.ts +3 -2
- package/dist/components/media/lightbox/lightbox.class.d.ts.map +1 -1
- package/dist/components/media/lightbox/lightbox.class.js +4 -3
- package/dist/components/media/lightbox/lightbox.class.js.map +1 -1
- package/dist/components/media/map/map.class.d.ts +18 -5
- package/dist/components/media/map/map.class.d.ts.map +1 -1
- package/dist/components/media/map/map.class.js +139 -30
- package/dist/components/media/map/map.class.js.map +1 -1
- package/dist/components/media/map/map.styles.d.ts.map +1 -1
- package/dist/components/media/map/map.styles.js +8 -0
- package/dist/components/media/map/map.styles.js.map +1 -1
- package/dist/components/media/media-card/media-card.class.d.ts +2 -1
- package/dist/components/media/media-card/media-card.class.d.ts.map +1 -1
- package/dist/components/media/media-card/media-card.class.js +8 -2
- package/dist/components/media/media-card/media-card.class.js.map +1 -1
- package/dist/components/media/qr-code/qr-code.class.d.ts +8 -6
- package/dist/components/media/qr-code/qr-code.class.d.ts.map +1 -1
- package/dist/components/media/qr-code/qr-code.class.js +15 -7
- package/dist/components/media/qr-code/qr-code.class.js.map +1 -1
- package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
- package/dist/components/media/zoomable-frame/zoomable-frame.class.js +6 -3
- package/dist/components/media/zoomable-frame/zoomable-frame.class.js.map +1 -1
- package/dist/components/overlays/badge/badge.styles.d.ts.map +1 -1
- package/dist/components/overlays/badge/badge.styles.js +2 -1
- package/dist/components/overlays/badge/badge.styles.js.map +1 -1
- package/dist/components/overlays/callout/callout.class.js +1 -1
- package/dist/components/overlays/callout/callout.class.js.map +1 -1
- package/dist/components/overlays/callout/callout.styles.d.ts.map +1 -1
- package/dist/components/overlays/callout/callout.styles.js +5 -4
- package/dist/components/overlays/callout/callout.styles.js.map +1 -1
- package/dist/components/overlays/chip/chip-group.class.d.ts +11 -0
- package/dist/components/overlays/chip/chip-group.class.d.ts.map +1 -1
- package/dist/components/overlays/chip/chip-group.class.js +88 -4
- package/dist/components/overlays/chip/chip-group.class.js.map +1 -1
- package/dist/components/overlays/chip/chip.class.d.ts +5 -3
- package/dist/components/overlays/chip/chip.class.d.ts.map +1 -1
- package/dist/components/overlays/chip/chip.class.js +19 -10
- package/dist/components/overlays/chip/chip.class.js.map +1 -1
- package/dist/components/overlays/chip/chip.styles.d.ts.map +1 -1
- package/dist/components/overlays/chip/chip.styles.js +3 -2
- package/dist/components/overlays/chip/chip.styles.js.map +1 -1
- package/dist/components/overlays/dialog/confirm.d.ts +3 -1
- package/dist/components/overlays/dialog/confirm.d.ts.map +1 -1
- package/dist/components/overlays/dialog/confirm.js +16 -5
- package/dist/components/overlays/dialog/confirm.js.map +1 -1
- package/dist/components/overlays/dialog/dialog.class.d.ts +8 -7
- package/dist/components/overlays/dialog/dialog.class.d.ts.map +1 -1
- package/dist/components/overlays/dialog/dialog.class.js +18 -15
- package/dist/components/overlays/dialog/dialog.class.js.map +1 -1
- package/dist/components/overlays/empty/empty.styles.d.ts.map +1 -1
- package/dist/components/overlays/empty/empty.styles.js +12 -0
- package/dist/components/overlays/empty/empty.styles.js.map +1 -1
- package/dist/components/overlays/kbd/kbd.class.d.ts +3 -3
- package/dist/components/overlays/kbd/kbd.class.d.ts.map +1 -1
- package/dist/components/overlays/kbd/kbd.class.js +8 -4
- package/dist/components/overlays/kbd/kbd.class.js.map +1 -1
- package/dist/components/overlays/kbd/kbd.styles.d.ts.map +1 -1
- package/dist/components/overlays/kbd/kbd.styles.js +8 -0
- package/dist/components/overlays/kbd/kbd.styles.js.map +1 -1
- package/dist/components/overlays/overlay/popover.class.d.ts +18 -7
- package/dist/components/overlays/overlay/popover.class.d.ts.map +1 -1
- package/dist/components/overlays/overlay/popover.class.js +71 -14
- package/dist/components/overlays/overlay/popover.class.js.map +1 -1
- package/dist/components/overlays/overlay/tooltip.class.d.ts +32 -15
- package/dist/components/overlays/overlay/tooltip.class.d.ts.map +1 -1
- package/dist/components/overlays/overlay/tooltip.class.js +155 -34
- package/dist/components/overlays/overlay/tooltip.class.js.map +1 -1
- package/dist/components/overlays/progress/progress-bar.class.d.ts +6 -1
- package/dist/components/overlays/progress/progress-bar.class.d.ts.map +1 -1
- package/dist/components/overlays/progress/progress-bar.class.js +25 -3
- package/dist/components/overlays/progress/progress-bar.class.js.map +1 -1
- package/dist/components/overlays/progress/progress-ring.class.d.ts +6 -1
- package/dist/components/overlays/progress/progress-ring.class.d.ts.map +1 -1
- package/dist/components/overlays/progress/progress-ring.class.js +31 -3
- package/dist/components/overlays/progress/progress-ring.class.js.map +1 -1
- package/dist/components/overlays/rating/rating.class.d.ts +4 -2
- package/dist/components/overlays/rating/rating.class.d.ts.map +1 -1
- package/dist/components/overlays/rating/rating.class.js +17 -4
- package/dist/components/overlays/rating/rating.class.js.map +1 -1
- package/dist/components/overlays/rating/rating.styles.js +2 -2
- package/dist/components/overlays/spinner/spinner.class.d.ts +8 -3
- package/dist/components/overlays/spinner/spinner.class.d.ts.map +1 -1
- package/dist/components/overlays/spinner/spinner.class.js +26 -5
- package/dist/components/overlays/spinner/spinner.class.js.map +1 -1
- package/dist/components/overlays/spinner/spinner.styles.js +3 -3
- package/dist/components/overlays/toast/toast-item.class.d.ts +11 -1
- package/dist/components/overlays/toast/toast-item.class.d.ts.map +1 -1
- package/dist/components/overlays/toast/toast-item.class.js +81 -17
- package/dist/components/overlays/toast/toast-item.class.js.map +1 -1
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts.map +1 -1
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js +4 -3
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js.map +1 -1
- package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts +2 -1
- package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts.map +1 -1
- package/dist/components/retrieval/citation-badge/citation-badge.class.js +11 -6
- package/dist/components/retrieval/citation-badge/citation-badge.class.js.map +1 -1
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.d.ts +21 -2
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.d.ts.map +1 -1
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +49 -5
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js.map +1 -1
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.d.ts.map +1 -1
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.js +17 -1
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.js.map +1 -1
- package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts +28 -9
- package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts.map +1 -1
- package/dist/components/retrieval/entity-dossier/entity-dossier.class.js +18 -5
- package/dist/components/retrieval/entity-dossier/entity-dossier.class.js.map +1 -1
- package/dist/components/retrieval/graph/graph-canvas.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph-canvas.js +20 -4
- package/dist/components/retrieval/graph/graph-canvas.js.map +1 -1
- package/dist/components/retrieval/graph/graph-loader.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph-loader.js +23 -1
- package/dist/components/retrieval/graph/graph-loader.js.map +1 -1
- package/dist/components/retrieval/graph/graph.class.d.ts +21 -3
- package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph.class.js +154 -68
- package/dist/components/retrieval/graph/graph.class.js.map +1 -1
- package/dist/components/retrieval/graph/graph.styles.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph.styles.js +18 -0
- package/dist/components/retrieval/graph/graph.styles.js.map +1 -1
- package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts +3 -0
- package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts.map +1 -1
- package/dist/components/retrieval/graph-legend/graph-legend.class.js +8 -2
- package/dist/components/retrieval/graph-legend/graph-legend.class.js.map +1 -1
- package/dist/components/retrieval/graph-legend/graph-legend.styles.d.ts.map +1 -1
- package/dist/components/retrieval/graph-legend/graph-legend.styles.js +11 -1
- package/dist/components/retrieval/graph-legend/graph-legend.styles.js.map +1 -1
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +1 -0
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts.map +1 -1
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.js +1 -0
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.js.map +1 -1
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +3 -2
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts.map +1 -1
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +11 -4
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts +7 -3
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js +27 -6
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js.map +1 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +24 -0
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +19 -4
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -1
- package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts +30 -0
- package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts.map +1 -1
- package/dist/components/retrieval/memory-panel/memory-panel.class.js +131 -3
- package/dist/components/retrieval/memory-panel/memory-panel.class.js.map +1 -1
- package/dist/components/retrieval/node-palette/node-palette.class.d.ts +2 -0
- package/dist/components/retrieval/node-palette/node-palette.class.d.ts.map +1 -1
- package/dist/components/retrieval/node-palette/node-palette.class.js.map +1 -1
- package/dist/components/retrieval/path-strip/path-strip.class.d.ts +2 -1
- package/dist/components/retrieval/path-strip/path-strip.class.d.ts.map +1 -1
- package/dist/components/retrieval/path-strip/path-strip.class.js +3 -2
- package/dist/components/retrieval/path-strip/path-strip.class.js.map +1 -1
- package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.d.ts +6 -2
- package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.d.ts.map +1 -1
- package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js +20 -2
- package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js.map +1 -1
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts +12 -2
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts.map +1 -1
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +117 -5
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.js.map +1 -1
- package/dist/components/retrieval/retrieval-search/retrieval-search.styles.d.ts.map +1 -1
- package/dist/components/retrieval/retrieval-search/retrieval-search.styles.js +19 -0
- package/dist/components/retrieval/retrieval-search/retrieval-search.styles.js.map +1 -1
- package/dist/components/retrieval/source-card/source-card.class.d.ts.map +1 -1
- package/dist/components/retrieval/source-card/source-card.class.js +8 -1
- package/dist/components/retrieval/source-card/source-card.class.js.map +1 -1
- package/dist/components/retrieval/source-list/source-list.class.d.ts +7 -0
- package/dist/components/retrieval/source-list/source-list.class.d.ts.map +1 -1
- package/dist/components/retrieval/source-list/source-list.class.js +48 -5
- package/dist/components/retrieval/source-list/source-list.class.js.map +1 -1
- package/dist/components/retrieval/source-picker/source-picker.class.d.ts +5 -2
- package/dist/components/retrieval/source-picker/source-picker.class.d.ts.map +1 -1
- package/dist/components/retrieval/source-picker/source-picker.class.js +36 -11
- package/dist/components/retrieval/source-picker/source-picker.class.js.map +1 -1
- package/dist/components/retrieval/source-picker/source-picker.styles.d.ts.map +1 -1
- package/dist/components/retrieval/source-picker/source-picker.styles.js +0 -3
- package/dist/components/retrieval/source-picker/source-picker.styles.js.map +1 -1
- package/dist/components/utility/copy-button/copy-button.class.d.ts +2 -1
- package/dist/components/utility/copy-button/copy-button.class.d.ts.map +1 -1
- package/dist/components/utility/copy-button/copy-button.class.js +8 -0
- package/dist/components/utility/copy-button/copy-button.class.js.map +1 -1
- package/dist/components/utility/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/utility/diff-view/diff-view.class.js +7 -0
- package/dist/components/utility/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/utility/divider/divider.class.d.ts.map +1 -1
- package/dist/components/utility/divider/divider.class.js +9 -2
- package/dist/components/utility/divider/divider.class.js.map +1 -1
- package/dist/components/utility/export-button/csv.d.ts.map +1 -1
- package/dist/components/utility/export-button/csv.js +4 -5
- package/dist/components/utility/export-button/csv.js.map +1 -1
- package/dist/components/utility/export-button/export-button.class.d.ts +1 -0
- package/dist/components/utility/export-button/export-button.class.d.ts.map +1 -1
- package/dist/components/utility/export-button/export-button.class.js +35 -5
- package/dist/components/utility/export-button/export-button.class.js.map +1 -1
- package/dist/components/utility/format/format-bytes.class.d.ts.map +1 -1
- package/dist/components/utility/format/format-bytes.class.js +13 -3
- package/dist/components/utility/format/format-bytes.class.js.map +1 -1
- package/dist/components/utility/format/format-date.class.d.ts.map +1 -1
- package/dist/components/utility/format/format-date.class.js +10 -2
- package/dist/components/utility/format/format-date.class.js.map +1 -1
- package/dist/components/utility/format/format-number.class.d.ts.map +1 -1
- package/dist/components/utility/format/format-number.class.js +10 -2
- package/dist/components/utility/format/format-number.class.js.map +1 -1
- package/dist/components/utility/icon/icon.class.d.ts +4 -0
- package/dist/components/utility/icon/icon.class.d.ts.map +1 -1
- package/dist/components/utility/icon/icon.class.js +34 -0
- package/dist/components/utility/icon/icon.class.js.map +1 -1
- package/dist/components/utility/json-viewer/json-viewer.class.d.ts +5 -1
- package/dist/components/utility/json-viewer/json-viewer.class.d.ts.map +1 -1
- package/dist/components/utility/json-viewer/json-viewer.class.js +22 -6
- package/dist/components/utility/json-viewer/json-viewer.class.js.map +1 -1
- package/dist/components/utility/json-viewer/json-viewer.styles.js +1 -1
- package/dist/components/utility/known-date/known-date.class.d.ts.map +1 -1
- package/dist/components/utility/known-date/known-date.class.js +4 -1
- package/dist/components/utility/known-date/known-date.class.js.map +1 -1
- package/dist/components/utility/mention-popover/mention-popover.class.d.ts.map +1 -1
- package/dist/components/utility/mention-popover/mention-popover.class.js +31 -8
- package/dist/components/utility/mention-popover/mention-popover.class.js.map +1 -1
- package/dist/components/utility/poll-status/poll-status.class.d.ts +7 -0
- package/dist/components/utility/poll-status/poll-status.class.d.ts.map +1 -1
- package/dist/components/utility/poll-status/poll-status.class.js +36 -5
- package/dist/components/utility/poll-status/poll-status.class.js.map +1 -1
- package/dist/components/utility/random-content/random-content.class.d.ts.map +1 -1
- package/dist/components/utility/random-content/random-content.class.js +22 -3
- package/dist/components/utility/random-content/random-content.class.js.map +1 -1
- package/dist/components/utility/tour/tour.class.d.ts +7 -6
- package/dist/components/utility/tour/tour.class.d.ts.map +1 -1
- package/dist/components/utility/tour/tour.class.js +67 -42
- package/dist/components/utility/tour/tour.class.js.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-loader.d.ts.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-loader.js +5 -1
- package/dist/components/viewers/archive-viewer/archive-loader.js.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts +45 -4
- package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.class.js +257 -10
- package/dist/components/viewers/archive-viewer/archive-viewer.class.js.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.styles.d.ts +3 -0
- package/dist/components/viewers/archive-viewer/archive-viewer.styles.d.ts.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.styles.js +45 -0
- package/dist/components/viewers/archive-viewer/archive-viewer.styles.js.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-loader.d.ts.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-loader.js +6 -1
- package/dist/components/viewers/calendar-viewer/calendar-loader.js.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +1 -0
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +7 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js.map +1 -1
- package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts +1 -0
- package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/contact-viewer/contact-viewer.class.js +7 -1
- package/dist/components/viewers/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts +1 -0
- package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/csv-viewer/csv-viewer.class.js +12 -4
- package/dist/components/viewers/csv-viewer/csv-viewer.class.js.map +1 -1
- package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +1 -0
- package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js +10 -3
- package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js.map +1 -1
- package/dist/components/viewers/document-preview/document-preview.class.d.ts +2 -1
- package/dist/components/viewers/document-preview/document-preview.class.d.ts.map +1 -1
- package/dist/components/viewers/document-preview/document-preview.class.js +57 -15
- package/dist/components/viewers/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +9 -3
- package/dist/components/viewers/document-viewer/document-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.js +47 -13
- package/dist/components/viewers/document-viewer/document-viewer.class.js.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-loader.d.ts.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-loader.js +7 -2
- package/dist/components/viewers/docx-viewer/docx-loader.js.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.class.d.ts +23 -3
- package/dist/components/viewers/docx-viewer/docx-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.class.js +102 -11
- package/dist/components/viewers/docx-viewer/docx-viewer.class.js.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.styles.d.ts.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.styles.js +28 -0
- package/dist/components/viewers/docx-viewer/docx-viewer.styles.js.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-loader.js +2 -1
- package/dist/components/viewers/ebook-viewer/ebook-loader.js.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer-register.js +8 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer-register.js.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +10 -7
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +115 -32
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js.map +1 -1
- package/dist/components/viewers/email-viewer/email-loader.d.ts.map +1 -1
- package/dist/components/viewers/email-viewer/email-loader.js +4 -2
- package/dist/components/viewers/email-viewer/email-loader.js.map +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +5 -3
- package/dist/components/viewers/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.js +50 -5
- package/dist/components/viewers/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.styles.js +1 -1
- package/dist/components/viewers/geojson-view/geojson-view.class.d.ts +13 -2
- package/dist/components/viewers/geojson-view/geojson-view.class.d.ts.map +1 -1
- package/dist/components/viewers/geojson-view/geojson-view.class.js +67 -8
- package/dist/components/viewers/geojson-view/geojson-view.class.js.map +1 -1
- package/dist/components/viewers/geojson-view/geojson-view.styles.d.ts +2 -0
- package/dist/components/viewers/geojson-view/geojson-view.styles.d.ts.map +1 -0
- package/dist/components/viewers/geojson-view/geojson-view.styles.js +22 -0
- package/dist/components/viewers/geojson-view/geojson-view.styles.js.map +1 -0
- package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts +3 -2
- package/dist/components/viewers/highlight-layer/highlight-layer.class.d.ts.map +1 -1
- package/dist/components/viewers/highlight-layer/highlight-layer.class.js +32 -13
- package/dist/components/viewers/highlight-layer/highlight-layer.class.js.map +1 -1
- package/dist/components/viewers/html-viewer/dompurify-loader.d.ts.map +1 -1
- package/dist/components/viewers/html-viewer/dompurify-loader.js +3 -1
- package/dist/components/viewers/html-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.class.d.ts +3 -1
- package/dist/components/viewers/html-viewer/html-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.class.js +7 -2
- package/dist/components/viewers/html-viewer/html-viewer.class.js.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.styles.d.ts.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.styles.js +6 -1
- package/dist/components/viewers/html-viewer/html-viewer.styles.js.map +1 -1
- package/dist/components/viewers/include/include.class.d.ts +3 -3
- package/dist/components/viewers/include/include.class.d.ts.map +1 -1
- package/dist/components/viewers/include/include.class.js +19 -9
- package/dist/components/viewers/include/include.class.js.map +1 -1
- package/dist/components/viewers/notebook-viewer/dompurify-loader.d.ts.map +1 -1
- package/dist/components/viewers/notebook-viewer/dompurify-loader.js +5 -1
- package/dist/components/viewers/notebook-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +17 -2
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +47 -10
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js.map +1 -1
- package/dist/components/viewers/page-rail/page-rail.class.d.ts +8 -0
- package/dist/components/viewers/page-rail/page-rail.class.d.ts.map +1 -1
- package/dist/components/viewers/page-rail/page-rail.class.js +91 -0
- package/dist/components/viewers/page-rail/page-rail.class.js.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-loader.js +13 -1
- package/dist/components/viewers/pdf-viewer/pdf-loader.js.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +15 -5
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +108 -36
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.js +1 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js +6 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js.map +1 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.d.ts.map +1 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.js +9 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.js.map +1 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js +5 -2
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -1
- package/dist/components/viewers/svg-viewer/dompurify-loader.d.ts.map +1 -1
- package/dist/components/viewers/svg-viewer/dompurify-loader.js +5 -1
- package/dist/components/viewers/svg-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +2 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.class.js +50 -14
- package/dist/components/viewers/svg-viewer/svg-viewer.class.js.map +1 -1
- package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +9 -2
- package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/xml-viewer/xml-viewer.class.js +34 -10
- package/dist/components/viewers/xml-viewer/xml-viewer.class.js.map +1 -1
- package/dist/internal/anchor-target.d.ts.map +1 -1
- package/dist/internal/anchor-target.js +23 -6
- package/dist/internal/anchor-target.js.map +1 -1
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +19 -0
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/lyra-element.d.ts +18 -6
- package/dist/internal/lyra-element.d.ts.map +1 -1
- package/dist/internal/lyra-element.js +35 -15
- package/dist/internal/lyra-element.js.map +1 -1
- package/dist/internal/map-canvas-ready.d.ts +7 -0
- package/dist/internal/map-canvas-ready.d.ts.map +1 -0
- package/dist/internal/map-canvas-ready.js +13 -0
- package/dist/internal/map-canvas-ready.js.map +1 -0
- package/dist/internal/numbers.d.ts +14 -0
- package/dist/internal/numbers.d.ts.map +1 -1
- package/dist/internal/numbers.js +72 -0
- package/dist/internal/numbers.js.map +1 -1
- package/dist/internal/safe-css.d.ts +17 -0
- package/dist/internal/safe-css.d.ts.map +1 -1
- package/dist/internal/safe-css.js +64 -9
- package/dist/internal/safe-css.js.map +1 -1
- package/dist/internal/text-quote.d.ts +15 -0
- package/dist/internal/text-quote.d.ts.map +1 -1
- package/dist/internal/text-quote.js +13 -6
- package/dist/internal/text-quote.js.map +1 -1
- package/dist/internal/text-viewer-target.d.ts +0 -6
- package/dist/internal/text-viewer-target.d.ts.map +1 -1
- package/dist/internal/text-viewer-target.js +68 -21
- package/dist/internal/text-viewer-target.js.map +1 -1
- package/dist/lyra.d.ts +1 -1
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js.map +1 -1
- package/llms/components/lr-animated-image.md +2 -0
- package/llms/components/lr-animation.md +1 -1
- package/llms/components/lr-approval-queue.md +2 -0
- package/llms/components/lr-archive-viewer.md +20 -5
- package/llms/components/lr-attachment-trigger.md +8 -6
- package/llms/components/lr-av-player.md +11 -3
- package/llms/components/lr-avatar-group.md +3 -0
- package/llms/components/lr-avatar.md +6 -5
- package/llms/components/lr-bar-chart.md +10 -8
- package/llms/components/lr-box-plot.md +14 -6
- package/llms/components/lr-bubble-chart.md +10 -8
- package/llms/components/lr-calendar-viewer.md +3 -2
- package/llms/components/lr-calendar.md +4 -4
- package/llms/components/lr-carousel.md +2 -0
- package/llms/components/lr-chart.md +57 -23
- package/llms/components/lr-chat-viewport.md +2 -2
- package/llms/components/lr-chip-group.md +3 -1
- package/llms/components/lr-chip.md +3 -1
- package/llms/components/lr-citation-badge.md +3 -2
- package/llms/components/lr-code-editor.md +1 -1
- package/llms/components/lr-combobox.md +6 -2
- package/llms/components/lr-compare-panel.md +8 -2
- package/llms/components/lr-contact-viewer.md +3 -2
- package/llms/components/lr-copy-button.md +2 -0
- package/llms/components/lr-csv-viewer.md +3 -3
- package/llms/components/lr-dashboard-grid.md +2 -1
- package/llms/components/lr-dataset-viewer.md +4 -3
- package/llms/components/lr-dialog.md +19 -15
- package/llms/components/lr-diff-view.md +1 -0
- package/llms/components/lr-divider.md +2 -1
- package/llms/components/lr-document-preview.md +4 -2
- package/llms/components/lr-document-viewer.md +8 -2
- package/llms/components/lr-docx-viewer.md +12 -6
- package/llms/components/lr-doughnut-chart.md +10 -8
- package/llms/components/lr-dropdown-item.md +3 -1
- package/llms/components/lr-ebook-viewer.md +16 -6
- package/llms/components/lr-email-viewer.md +3 -2
- package/llms/components/lr-embedding-explorer.md +10 -4
- package/llms/components/lr-env-list.md +2 -1
- package/llms/components/lr-eval-result.md +2 -0
- package/llms/components/lr-export-button.md +5 -1
- package/llms/components/lr-file-icon.md +3 -1
- package/llms/components/lr-file-input.md +8 -4
- package/llms/components/lr-flow-minimap.md +8 -2
- package/llms/components/lr-flow-node.md +8 -2
- package/llms/components/lr-flow-run-overlay.md +10 -3
- package/llms/components/lr-format-bytes.md +2 -1
- package/llms/components/lr-format-number.md +3 -0
- package/llms/components/lr-gauge.md +4 -0
- package/llms/components/lr-geojson-view.md +10 -3
- package/llms/components/lr-graph-legend.md +5 -3
- package/llms/components/lr-graph.md +20 -12
- package/llms/components/lr-grounding-summary.md +2 -1
- package/llms/components/lr-heatmap.md +8 -5
- package/llms/components/lr-highlight-layer.md +2 -1
- package/llms/components/lr-histogram.md +12 -5
- package/llms/components/lr-html-viewer.md +3 -2
- package/llms/components/lr-icon.md +3 -1
- package/llms/components/lr-image-viewer.md +5 -0
- package/llms/components/lr-include.md +4 -3
- package/llms/components/lr-ingestion-queue.md +2 -1
- package/llms/components/lr-json-viewer.md +10 -3
- package/llms/components/lr-kbd.md +3 -2
- package/llms/components/lr-knowledge-base-admin.md +3 -1
- package/llms/components/lr-knowledge-graph-explorer.md +2 -1
- package/llms/components/lr-known-date.md +2 -1
- package/llms/components/lr-lightbox.md +5 -4
- package/llms/components/lr-line-chart.md +10 -8
- package/llms/components/lr-lite-chart.md +46 -32
- package/llms/components/lr-map.md +10 -5
- package/llms/components/lr-mcp-app.md +6 -0
- package/llms/components/lr-media-card.md +3 -1
- package/llms/components/lr-memory-panel.md +11 -2
- package/llms/components/lr-mention-popover.md +5 -2
- package/llms/components/lr-menu-item.md +3 -1
- package/llms/components/lr-menu.md +3 -1
- package/llms/components/lr-message-feedback.md +2 -1
- package/llms/components/lr-message-parts.md +5 -1
- package/llms/components/lr-model-select.md +5 -1
- package/llms/components/lr-notebook-viewer.md +11 -4
- package/llms/components/lr-option.md +6 -2
- package/llms/components/lr-page-rail.md +5 -0
- package/llms/components/lr-pdf-viewer.md +16 -6
- package/llms/components/lr-pie-chart.md +10 -8
- package/llms/components/lr-polar-area-chart.md +10 -8
- package/llms/components/lr-poll-status.md +11 -6
- package/llms/components/lr-popover.md +2 -1
- package/llms/components/lr-progress-bar.md +2 -1
- package/llms/components/lr-progress-ring.md +2 -1
- package/llms/components/lr-prompt-studio.md +4 -0
- package/llms/components/lr-qr-code.md +7 -5
- package/llms/components/lr-radar-chart.md +10 -8
- package/llms/components/lr-radio-group.md +4 -1
- package/llms/components/lr-radio.md +6 -2
- package/llms/components/lr-random-content.md +2 -0
- package/llms/components/lr-rating.md +7 -1
- package/llms/components/lr-retrieval-search.md +2 -0
- package/llms/components/lr-scatter-chart.md +10 -8
- package/llms/components/lr-schema-viewer.md +9 -4
- package/llms/components/lr-segmented.md +2 -0
- package/llms/components/lr-selection-toolbar.md +2 -0
- package/llms/components/lr-sequence-strip.md +10 -8
- package/llms/components/lr-source-card.md +2 -1
- package/llms/components/lr-source-list.md +2 -1
- package/llms/components/lr-source-picker.md +4 -2
- package/llms/components/lr-span-waterfall.md +13 -1
- package/llms/components/lr-spinner.md +3 -1
- package/llms/components/lr-stack-trace.md +6 -2
- package/llms/components/lr-stat.md +7 -5
- package/llms/components/lr-subagent-panel.md +4 -1
- package/llms/components/lr-svg-viewer.md +5 -2
- package/llms/components/lr-swatch-picker.md +6 -4
- package/llms/components/lr-switch.md +2 -1
- package/llms/components/lr-task-list.md +7 -2
- package/llms/components/lr-terminal.md +13 -1
- package/llms/components/lr-test-results.md +25 -7
- package/llms/components/lr-textarea.md +1 -1
- package/llms/components/lr-thinking-panel.md +4 -2
- package/llms/components/lr-timeline-item.md +2 -1
- package/llms/components/lr-timeline.md +2 -1
- package/llms/components/lr-toast-item.md +8 -2
- package/llms/components/lr-toast.md +8 -2
- package/llms/components/lr-token-input.md +7 -5
- package/llms/components/lr-tool-approval-dialog.md +6 -7
- package/llms/components/lr-tool-param-form.md +21 -9
- package/llms/components/lr-tool-select-dialog.md +11 -7
- package/llms/components/lr-tool-timeline.md +6 -1
- package/llms/components/lr-tooltip.md +12 -1
- package/llms/components/lr-tour.md +19 -16
- package/llms/components/lr-trace-tree.md +3 -0
- package/llms/components/lr-tree-node.md +12 -3
- package/llms/components/lr-tree.md +11 -2
- package/llms/components/lr-usage-badge.md +1 -1
- package/llms/components/lr-widget.md +5 -3
- package/llms/components/lr-word-cloud.md +7 -4
- package/llms/components/lr-xml-viewer.md +4 -2
- package/llms/index.md +1 -1
- package/llms/peers.md +1 -1
- package/llms-full.txt +820 -345
- package/package.json +11 -6
- package/vscode-css-data.json +444 -3
- package/vscode-html-data.json +130 -127
- package/web-types.json +392 -142
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.
|
|
4
|
+
"version": "7.8.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -822,6 +822,9 @@
|
|
|
822
822
|
]
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
|
+
{
|
|
826
|
+
"name": "icon-only"
|
|
827
|
+
},
|
|
825
828
|
{
|
|
826
829
|
"name": "locale",
|
|
827
830
|
"description": "Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used.\n\nType: `string` \nDefault: `''`",
|
|
@@ -904,17 +907,8 @@
|
|
|
904
907
|
},
|
|
905
908
|
{
|
|
906
909
|
"name": "lr-archive-viewer",
|
|
907
|
-
"description": "Lists names and uncompressed sizes in a ZIP archive without rendering entry contents. Sizes use\narchive metadata when available; file entries without size metadata are inflated sequentially\nonce for measurement. The combined declared and measured uncompressed size is capped at 100 MB.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The archive listing body. |\n| `entry` | An archive entry row. |\n| `entry-icon` | The decorative folder or file icon. |\n| `entry-name` | The entry path. |\n| `entry-name-dir` | The entry path of a directory row (also carries `entry-name`). |\n| `entry-size` | The human-readable file size. |\n| `error` | The error region. |\n| `spinner` | The loading region.
|
|
910
|
+
"description": "Lists names and uncompressed sizes in a ZIP archive without rendering entry contents. Sizes use\narchive metadata when available; file entries without size metadata are inflated sequentially\nonce for measurement. The combined declared and measured uncompressed size is capped at 100 MB.\nFragment anchors use the exact ZIP entry path as their `id`; text-quote anchors resolve against\neach complete entry path before the matching virtual row is scrolled into view. Text selections\nand painted highlights are likewise scoped to entry paths rendered in the nested virtual list.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The archive listing body. |\n| `entry` | An archive entry row. |\n| `entry-icon` | The decorative folder or file icon. |\n| `entry-name` | The entry path. |\n| `entry-name-dir` | The entry path of a directory row (also carries `entry-name`). |\n| `entry-size` | The human-readable file size. |\n| `error` | The error region. |\n| `highlight` | A painted entry-path highlight (`<mark>` fallback path only). |\n| `spinner` | The loading region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-archive-viewer-highlight-accent-background` — Accent highlight background.\n- `--lr-archive-viewer-highlight-success-background` — Success highlight background.\n- `--lr-archive-viewer-highlight-warning-background` — Warning highlight background.\n- `--lr-archive-viewer-highlight-danger-background` — Danger highlight background.\n- `--lr-archive-viewer-highlight-neutral-background` — Neutral highlight background.\n- `--lr-archive-viewer-highlight-active-background` — Active highlight background.\n- `--lr-archive-viewer-highlight-active-outline` — Active fallback-highlight outline.",
|
|
908
911
|
"attributes": [
|
|
909
|
-
{
|
|
910
|
-
"name": "locale",
|
|
911
|
-
"description": "Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used.\n\nType: `string` \nDefault: `''`",
|
|
912
|
-
"value": {
|
|
913
|
-
"type": [
|
|
914
|
-
"string"
|
|
915
|
-
]
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
912
|
{
|
|
919
913
|
"name": "name",
|
|
920
914
|
"description": "Display name used as the archive listing's accessible label.\n\nType: `string` \nDefault: `''`",
|
|
@@ -1178,7 +1172,7 @@
|
|
|
1178
1172
|
},
|
|
1179
1173
|
{
|
|
1180
1174
|
"name": "lr-attachment-trigger",
|
|
1181
|
-
"description": "`<lr-attachment-trigger>` — a compact attach affordance designed for a\nchat composer's leading slot (see `<lr-chat-composer>`'s own `leading`\nslot, which this drops straight into, though this component has no code\ndependency on it). Its shape adapts to how many attachment `capabilities`\nare configured:\n - Exactly one capability: a single plain icon button ([part='trigger']).\n Activating it performs that capability's action directly.\n - More than one: a small anchored menu ([part='menu'], composed from\n `<lr-menu>`/`<lr-menu-item>`) listing each capability as a row.\n\nTwo of the four capabilities (`files`, `image`) are file-picker-backed:\nactivating them opens a hidden native `<input type=\"file\">` via a\nsynthetic `.click()`, and the resulting selection is re-emitted as\n`lr-pick`. `accept` is shared across both — `image` defaults it to\n`'image/*'` unless the `accept` prop overrides it, `files` always uses\n`accept` as-is (empty means \"any file type\", matching a bare native\n`<input type=\"file\">` with no `accept` attribute).\n\n**`camera`/`audio` are scope-limited by design.** This component does not\nimplement any camera or microphone capture UI itself — no `getUserMedia`,\nno `<input capture>` — because that's entirely a host/browser concern with\nno single right answer (a desktop web app, a mobile PWA, and a native\nwrapper all want different things here). Activating `camera` fires\n`lr-camera-request`; activating `audio` fires `lr-audio-request`. The\nhost owns everything from that point on — typically opening\n`<lr-push-to-talk>` in a `<lr-overlay>`/popover for `audio`, then\nhanding the resulting blob to something like `<lr-attachment-chip>`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `expand-icon` | The disclosure chevron inside the multi-capability trigger button. Only rendered when `capabilities.length > 1`. |\n| `hidden-input` | The internal native `<input type=\"file\">` that actually opens the OS file picker. Hidden (`display: none`) by default; exposed as a part only so a consumer can override that with `::part(hidden-input)` in the unlikely case their integration needs to. `triggerLabel`
|
|
1175
|
+
"description": "`<lr-attachment-trigger>` — a compact attach affordance designed for a\nchat composer's leading slot (see `<lr-chat-composer>`'s own `leading`\nslot, which this drops straight into, though this component has no code\ndependency on it). Its shape adapts to how many attachment `capabilities`\nare configured:\n - Exactly one capability: a single plain icon button ([part='trigger']).\n Activating it performs that capability's action directly.\n - More than one: a small anchored menu ([part='menu'], composed from\n `<lr-menu>`/`<lr-menu-item>`) listing each capability as a row.\n\nTwo of the four capabilities (`files`, `image`) are file-picker-backed:\nactivating them opens a hidden native `<input type=\"file\">` via a\nsynthetic `.click()`, and the resulting selection is re-emitted as\n`lr-pick`. `accept` is shared across both — `image` defaults it to\n`'image/*'` unless the `accept` prop overrides it, `files` always uses\n`accept` as-is (empty means \"any file type\", matching a bare native\n`<input type=\"file\">` with no `accept` attribute).\n\n**`camera`/`audio` are scope-limited by design.** This component does not\nimplement any camera or microphone capture UI itself — no `getUserMedia`,\nno `<input capture>` — because that's entirely a host/browser concern with\nno single right answer (a desktop web app, a mobile PWA, and a native\nwrapper all want different things here). Activating `camera` fires\n`lr-camera-request`; activating `audio` fires `lr-audio-request`. The\nhost owns everything from that point on — typically opening\n`<lr-push-to-talk>` in a `<lr-overlay>`/popover for `audio`, then\nhanding the resulting blob to something like `<lr-attachment-chip>`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `expand-icon` | The disclosure chevron inside the multi-capability trigger button. Only rendered when `capabilities.length > 1`. |\n| `hidden-input` | The internal native `<input type=\"file\">` that actually opens the OS file picker. Hidden (`display: none`) by default; exposed as a part only so a consumer can override that with `::part(hidden-input)` in the unlikely case their integration needs to. `triggerLabel` supplies a fallback for the single-capability trigger button's accessible name (i18n) — see that property's own doc for exactly what it does and doesn't affect. A host `aria-label` wins on either trigger shape. |\n| `menu` | The `<lr-menu>` wrapper. Only rendered when `capabilities.length > 1`. |\n| `menu-trigger` | The multi-capability button slotted into `<lr-menu>`'s own `trigger` slot. Only rendered when `capabilities.length > 1`. |\n| `trigger` | The single-capability icon button. Only rendered when `capabilities.length === 1`. |",
|
|
1182
1176
|
"attributes": [
|
|
1183
1177
|
{
|
|
1184
1178
|
"name": "accept",
|
|
@@ -1218,7 +1212,7 @@
|
|
|
1218
1212
|
},
|
|
1219
1213
|
{
|
|
1220
1214
|
"name": "trigger-label",
|
|
1221
|
-
"description": "
|
|
1215
|
+
"description": "Accessible-name fallback for the single-capability trigger button when the host has no\n`aria-label`; otherwise the name comes from `this.localize()` (e.g. `'Attach files'`,\nlocalizable via `.strings`/`registerLyraLocale()`). Only affects the single-capability button\n(`[part='trigger']`) — the multi-capability menu uses its own localized `'Add attachment'`\nfallback.\n\nType: `string | undefined`"
|
|
1222
1216
|
},
|
|
1223
1217
|
{
|
|
1224
1218
|
"name": "trigger-title",
|
|
@@ -1530,7 +1524,7 @@
|
|
|
1530
1524
|
},
|
|
1531
1525
|
{
|
|
1532
1526
|
"name": "lr-bar-chart",
|
|
1533
|
-
"description": "`<lr-bar-chart>` — `<lr-chart>` with `type` locked to `\"bar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
1527
|
+
"description": "`<lr-bar-chart>` — `<lr-chart>` with `type` locked to `\"bar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
1534
1528
|
"attributes": [
|
|
1535
1529
|
{
|
|
1536
1530
|
"name": "accessible-description",
|
|
@@ -1698,7 +1692,7 @@
|
|
|
1698
1692
|
},
|
|
1699
1693
|
{
|
|
1700
1694
|
"name": "lr-box-plot",
|
|
1701
|
-
"description": "`<lr-box-plot>` — a box-and-whisker chart from precomputed five-number\nsummaries (no raw sample data is shipped to the browser). Beyond Web\nAwesome's chart set — useful for summarizing distributions.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The box-plot canvas. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible box-plot summary. |\n| `error` | `role=\"alert\"` message shown instead of the canvas when the optional box-plot peer dependency fails to load. |",
|
|
1695
|
+
"description": "`<lr-box-plot>` — a box-and-whisker chart from precomputed five-number\nsummaries (no raw sample data is shipped to the browser). Beyond Web\nAwesome's chart set — useful for summarizing distributions.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The box-plot canvas. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible box-plot summary. |\n| `error` | `role=\"alert\"` message shown instead of the canvas when the optional box-plot peer dependency fails to load. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas region. |",
|
|
1702
1696
|
"attributes": [
|
|
1703
1697
|
{
|
|
1704
1698
|
"name": "accessible-description",
|
|
@@ -1897,7 +1891,7 @@
|
|
|
1897
1891
|
},
|
|
1898
1892
|
{
|
|
1899
1893
|
"name": "frame-src",
|
|
1900
|
-
"description": "Type: `string`
|
|
1894
|
+
"description": "Type: `string`",
|
|
1901
1895
|
"value": {
|
|
1902
1896
|
"type": [
|
|
1903
1897
|
"string"
|
|
@@ -1935,7 +1929,7 @@
|
|
|
1935
1929
|
},
|
|
1936
1930
|
{
|
|
1937
1931
|
"name": "lr-bubble-chart",
|
|
1938
|
-
"description": "`<lr-bubble-chart>` — `<lr-chart>` with `type` locked to `\"bubble\"`. Feed\npoints via `Series.points`,
|
|
1932
|
+
"description": "`<lr-bubble-chart>` — `<lr-chart>` with `type` locked to `\"bubble\"`. Feed\npoints via `Series.points`, whose exported `ChartPoint` type carries\n`x`/`y`, optional bubble `r` (radius), and an optional per-point `label`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
1939
1933
|
"attributes": [
|
|
1940
1934
|
{
|
|
1941
1935
|
"name": "accessible-description",
|
|
@@ -2304,7 +2298,7 @@
|
|
|
2304
2298
|
},
|
|
2305
2299
|
{
|
|
2306
2300
|
"name": "max-height",
|
|
2307
|
-
"description": "CSS
|
|
2301
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
2308
2302
|
"value": {
|
|
2309
2303
|
"type": [
|
|
2310
2304
|
"string"
|
|
@@ -2535,7 +2529,7 @@
|
|
|
2535
2529
|
},
|
|
2536
2530
|
{
|
|
2537
2531
|
"name": "lr-chart",
|
|
2538
|
-
"description": "`<lr-chart>` — the core Chart.js wrapper every other `lr-*-chart` tag\nsubclasses. Requires the optional peer dep `chart.js`; `chartjs-plugin-zoom`\n(for `zoom`) and `chartjs-plugin-datalabels` (for `data-labels`/`stack-totals`)\nare further optional peers loaded only on demand.\n\n**API mirror note:** the real `wa-chart` docs page\n(https://webawesome.com/docs/components/chart/) documents a `config:\nChartJS['config']` property alongside its simplified attributes — \"a\nflexible wrapper around Chart.js\" supporting *both* simplified attributes\nand full Chart.js configuration passthrough, not a `data`/`options` prop\npair. `lr-chart` mirrors that dual surface: the `Series`-based\n`datasets`/`labels`/`type`/`legend`/`xLabel`/`yLabel`/`zoom` attributes\nbelow are the simplified surface (compatible with WA's `type`, `xLabel`,\n`yLabel`, `withoutLegend`-equivalent `legend`, etc.), and the additional\n`config` property is the raw-passthrough escape hatch — a\n`Partial<ChartConfiguration>` deep-merged over the generated config in\n`buildConfig()`, mirroring WA's `config` property without discarding the\n`Series` shape the rest of this component family (subclasses, box-plot,\nhistogram) is built on.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
2532
|
+
"description": "`<lr-chart>` — the core Chart.js wrapper every other `lr-*-chart` tag\nsubclasses. Requires the optional peer dep `chart.js`; `chartjs-plugin-zoom`\n(for `zoom`) and `chartjs-plugin-datalabels` (for `data-labels`/`stack-totals`)\nare further optional peers loaded only on demand.\n\n**API mirror note:** the real `wa-chart` docs page\n(https://webawesome.com/docs/components/chart/) documents a `config:\nChartJS['config']` property alongside its simplified attributes — \"a\nflexible wrapper around Chart.js\" supporting *both* simplified attributes\nand full Chart.js configuration passthrough, not a `data`/`options` prop\npair. `lr-chart` mirrors that dual surface: the `Series`-based\n`datasets`/`labels`/`type`/`legend`/`xLabel`/`yLabel`/`zoom` attributes\nbelow are the simplified surface (compatible with WA's `type`, `xLabel`,\n`yLabel`, `withoutLegend`-equivalent `legend`, etc.), and the additional\n`config` property is the raw-passthrough escape hatch — a\n`Partial<ChartConfiguration>` deep-merged over the generated config in\n`buildConfig()`, mirroring WA's `config` property without discarding the\n`Series` shape the rest of this component family (subclasses, box-plot,\nhistogram) is built on.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
2539
2533
|
"attributes": [
|
|
2540
2534
|
{
|
|
2541
2535
|
"name": "accessible-description",
|
|
@@ -3016,7 +3010,7 @@
|
|
|
3016
3010
|
},
|
|
3017
3011
|
{
|
|
3018
3012
|
"name": "lr-checkbox",
|
|
3019
|
-
"description": "`<lr-checkbox>` — a boolean form control. Structurally the same idea as\n`<lr-switch>` (form-associated via `ElementInternals`, click and\nSpace both toggle) but with checkbox semantics: `role=\"checkbox\"` +\nan `aria-checked` that can also be `\"mixed\"`, and a visual box/checkmark\ninstead of a track/thumb.\n\n`checked` is not a plain string, so this attaches `ElementInternals`\ndirectly and implements its own `updateValidity()` rather than using the\n`FormAssociated` mixin — see `<lr-combobox>` for the same\ndirect-`ElementInternals` shape with a non-string value.\n\nDeliberately no hint/error chrome of its own -- the default slot already carries real, visible\nlabel text (see `@slot` below), so a labeled-field frame built around `label`/`hint`/`errorText`\nprops has nothing to add here. A consumer needing hint/error messaging composes it in their own\nwrapper (e.g. `<lr-tool-param-form>`
|
|
3013
|
+
"description": "`<lr-checkbox>` — a boolean form control. Structurally the same idea as\n`<lr-switch>` (form-associated via `ElementInternals`, click and\nSpace both toggle) but with checkbox semantics: `role=\"checkbox\"` +\nan `aria-checked` that can also be `\"mixed\"`, and a visual box/checkmark\ninstead of a track/thumb.\n\n`checked` is not a plain string, so this attaches `ElementInternals`\ndirectly and implements its own `updateValidity()` rather than using the\n`FormAssociated` mixin — see `<lr-combobox>` for the same\ndirect-`ElementInternals` shape with a non-string value.\n\nDeliberately no hint/error chrome of its own -- the default slot already carries real, visible\nlabel text (see `@slot` below), so a labeled-field frame built around `label`/`hint`/`errorText`\nprops has nothing to add here. A consumer needing hint/error messaging composes it in their own\nwrapper (e.g. `<lr-tool-param-form>` supplies adjacent description/error nodes through this\ncomponent's `aria-describedby` bridge rather than a `<lr-checkbox>`-owned slot), the same way a\nnative `<input type=\"checkbox\">` plus `<label>` pairs with an externally-owned error node.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Label text, rendered next to the box. Clicking it toggles the checkbox, the same as clicking a native checkbox's associated `<label>`. If left empty, set `aria-label` on the host so the control still has an accessible name. A host `aria-describedby` attribute is resolved onto the internal `role=\"checkbox\"` through `ariaDescribedByElements` so externally-owned descriptions remain valid across the shadow boundary. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The whole interactive control (`role=\"checkbox\"`); wraps the box and label. |\n| `box` | The small square that shows the checkmark/indeterminate dash. |\n| `checkmark` | The checkmark (or indeterminate dash) glyph inside the box. |\n| `label` | The wrapper around the default slot. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-checkbox-label-indent` (default: `calc(min(var(--lr-icon-button-size), 1.75rem) + var(--lr-space-s))`) — The inline distance from the control's start edge to the start of the label text, i.e. the box's own floor plus the gap next to it. Published so a consumer composing per-option hint text under the label can align it without re-deriving that formula from the shadow styles, and used as the source of the real gap so the two cannot drift. Setting it on the element (or on `lr-checkbox` in your own stylesheet) moves the label; because custom properties inherit down and not sideways, it is *not* readable from a sibling node in your tree — align a sibling by computing the same formula from `--lr-theme-icon-button-size` and `--lr-theme-space-s`, which you control.\n- `--lr-checkbox-checked-bg` (default: `var(--lr-color-brand)`) — Background of `[part='box']` while `checked` or `indeterminate`. Retint just this control's checked fill without touching the shared `--lr-color-brand` token every other component also reads.\n- `--lr-checkbox-checked-border` (default: `var(--lr-color-brand)`) — Border color of `[part='box']` while `checked` or `indeterminate`.",
|
|
3020
3014
|
"attributes": [
|
|
3021
3015
|
{
|
|
3022
3016
|
"name": "checked",
|
|
@@ -3245,7 +3239,7 @@
|
|
|
3245
3239
|
},
|
|
3246
3240
|
{
|
|
3247
3241
|
"name": "selected",
|
|
3248
|
-
"description": "
|
|
3242
|
+
"description": "Type: `boolean`",
|
|
3249
3243
|
"value": {
|
|
3250
3244
|
"type": [
|
|
3251
3245
|
"boolean"
|
|
@@ -3287,7 +3281,7 @@
|
|
|
3287
3281
|
},
|
|
3288
3282
|
{
|
|
3289
3283
|
"name": "lr-chip-group",
|
|
3290
|
-
"description": "`<lr-chip-group>` — a flex-wrap container for a set of `<lr-chip>`\nchildren (plain light-DOM composition — direct children are the chips,\nthe same shape `<lr-split>`'s panels / `<lr-source-list>`'s cards\ntake — no `.items` array prop).\n\n`max-visible` is entirely optional. When unset, every child is always\nshown and this component does nothing beyond flex-wrap layout. When set\nand the group has more chip children than that, the excess children are\nhidden (via their own `hidden` property — CSS alone can't parameterize\n`:nth-child` on a runtime prop, so this reaches into the light DOM the\nsame way `<lr-split>` sets each panel's inline `flex`/`order`) and a\n\"+N\" overflow-indicator pill takes their place. Clicking it is a toggle:\nit reveals the rest (and relabels itself \"Show less\"); clicking again\nre-collapses back to `max-visible`. `lr-overflow-toggle` fires only from\nthat click — i.e. only when `max-visible` is actually causing an overflow\nstate — never as a side effect of `max-visible`/children changing on\ntheir own.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-chip>` elements (or any content, though the chip pairing is the intended usage). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The flex-wrap container (holds both the slot and the overflow indicator). |\n| `overflow-indicator` | The \"+N\" / \"Show less\" toggle button. Only rendered while `max-visible` is actively causing an overflow. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-group-overflow-expanded-color` (default: `var(--lr-color-text)`) — Text color of `[part=\"overflow-indicator\"]` while expanded (`aria-expanded=\"true\"`). `::part(overflow-indicator)[aria-expanded='true']` is invalid CSS, so this is the only way to retint the expanded state without re-pointing the shared `--lr-color-text` token.",
|
|
3284
|
+
"description": "`<lr-chip-group>` — a flex-wrap container for a set of `<lr-chip>`\nchildren (plain light-DOM composition — direct children are the chips,\nthe same shape `<lr-split>`'s panels / `<lr-source-list>`'s cards\ntake — no `.items` array prop).\n\n`max-visible` is entirely optional. When unset, every child is always\nshown and this component does nothing beyond flex-wrap layout. When set\nand the group has more chip children than that, the excess children are\nhidden (via their own `hidden` property — CSS alone can't parameterize\n`:nth-child` on a runtime prop, so this reaches into the light DOM the\nsame way `<lr-split>` sets each panel's inline `flex`/`order`) and a\n\"+N\" overflow-indicator pill takes their place. Clicking it is a toggle:\nit reveals the rest (and relabels itself \"Show less\"); clicking again\nre-collapses back to `max-visible`. `lr-overflow-toggle` fires only from\nthat click — i.e. only when `max-visible` is actually causing an overflow\nstate — never as a side effect of `max-visible`/children changing on\ntheir own.\n\nAuthor-owned `hidden` changes remain live while collapse management is active. The latest author\nstate is restored when a child leaves or the group disconnects, and reconnecting reapplies the\ncurrent collapsed state.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-chip>` elements (or any content, though the chip pairing is the intended usage). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The flex-wrap container (holds both the slot and the overflow indicator). |\n| `overflow-indicator` | The \"+N\" / \"Show less\" toggle button. Only rendered while `max-visible` is actively causing an overflow. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chip-group-overflow-expanded-color` (default: `var(--lr-color-text)`) — Text color of `[part=\"overflow-indicator\"]` while expanded (`aria-expanded=\"true\"`). `::part(overflow-indicator)[aria-expanded='true']` is invalid CSS, so this is the only way to retint the expanded state without re-pointing the shared `--lr-color-text` token.",
|
|
3291
3285
|
"attributes": [
|
|
3292
3286
|
{
|
|
3293
3287
|
"name": "locale",
|
|
@@ -3383,7 +3377,7 @@
|
|
|
3383
3377
|
},
|
|
3384
3378
|
{
|
|
3385
3379
|
"name": "label",
|
|
3386
|
-
"description": "
|
|
3380
|
+
"description": "Adds source context to the accessible name while retaining the visible citation index\n(`\"Citation {index}, {label}\"`).\n\nType: `string` \nDefault: `''`",
|
|
3387
3381
|
"value": {
|
|
3388
3382
|
"type": [
|
|
3389
3383
|
"string"
|
|
@@ -3829,7 +3823,7 @@
|
|
|
3829
3823
|
},
|
|
3830
3824
|
{
|
|
3831
3825
|
"name": "resize",
|
|
3832
|
-
"description": "
|
|
3826
|
+
"description": "Native CSS `resize` behavior. An invalid runtime value falls back to `'both'`.\n\nType: `'none' | 'both' | 'horizontal' | 'vertical'` \nDefault: `'both'`"
|
|
3833
3827
|
},
|
|
3834
3828
|
{
|
|
3835
3829
|
"name": "spellcheck",
|
|
@@ -4341,7 +4335,7 @@
|
|
|
4341
4335
|
},
|
|
4342
4336
|
{
|
|
4343
4337
|
"name": "lr-compare-panel",
|
|
4344
|
-
"description": "`<lr-compare-panel>` — side-by-side A/B output comparison with a winner\nvote (LMSYS-arena / LangSmith-pairwise style): two slotted panes, a vote\nbar, synchronized reading.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `a` | The first output (any content — a chat message, markdown, a viewer). |\n| `b` | The second output. |\n| `prompt` | Optional shared-input header above both panes. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer wrapper. |\n| `live-region` | The internal vote-announcement live region. |\n| `pane-a` | The first pane's labeled scroll region. |\n| `pane-b` | The second pane's labeled scroll region. |\n| `pane-header` | A pane's visible heading. |\n| `panes` | The row (or, under 640px, column) wrapping both panes. |\n| `prompt` | The optional prompt header, hidden when the `prompt` slot is empty. |\n| `vote-bar` | The `role=\"group\"` row of vote buttons. |\n| `vote-button` | One vote button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-compare-panel-max-height` (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally.",
|
|
4338
|
+
"description": "`<lr-compare-panel>` — side-by-side A/B output comparison with a winner\nvote (LMSYS-arena / LangSmith-pairwise style): two slotted panes, a vote\nbar, synchronized reading.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `a` | The first output (any content — a chat message, markdown, a viewer). |\n| `b` | The second output. |\n| `prompt` | Optional shared-input header above both panes. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer wrapper. |\n| `live-region` | The internal vote-announcement live region. |\n| `pane-a` | The first pane's labeled scroll region. |\n| `pane-b` | The second pane's labeled scroll region. |\n| `pane-header` | A pane's visible heading. |\n| `panes` | The row (or, under 640px, column) wrapping both panes. |\n| `prompt` | The optional prompt header, hidden when the `prompt` slot is empty. |\n| `vote-bar` | The `role=\"group\"` row of vote buttons. |\n| `vote-button` | One vote button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-compare-panel-max-height` (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally.\n- `--lr-compare-panel-selected-background` (default: `var(--lr-color-brand-quiet)`) — Selected vote button background.\n- `--lr-compare-panel-selected-border-color` (default: `var(--lr-color-brand)`) — Selected vote button border color.\n- `--lr-compare-panel-selected-color` (default: `var(--lr-color-brand)`) — Selected vote button text color.",
|
|
4345
4339
|
"attributes": [
|
|
4346
4340
|
{
|
|
4347
4341
|
"name": "disabled",
|
|
@@ -4423,7 +4417,7 @@
|
|
|
4423
4417
|
},
|
|
4424
4418
|
{
|
|
4425
4419
|
"name": "lr-confirm-bar",
|
|
4426
|
-
"description": "`<lr-confirm-bar>` — an inline, non-modal approve/deny block for one proposed action: the\nin-flow sibling of `<lr-tool-approval-dialog>` for confirmations that should sit in the\ntranscript instead of hijacking focus. Same `lr-approve`/`lr-deny` event shapes as the dialog,\nand the same `toolApprovalHeading`/`toolApprovalArgsLabel`/`deny`/`approve` localization keys, so\nthe two always translate in lockstep.\n\nNon-modal by contract: no focus trap, no scroll lock, no Escape/backdrop semantics, and it never\nsteals focus when it appears in the transcript. DOM and tab order put Deny before Approve (the\ndialog's safe-action-first rationale). On activation, focus moves synchronously to `[part=\"status\"]`\n(an always-rendered, `tabindex=\"-1\"` element) *before* the Deny/Approve buttons unmount, so focus\nnever has a gap where it would otherwise fall back to `<body>`.\n\nNo argument editing (escalate to `<lr-tool-approval-dialog>`'s `editable` when edit-before-approve\nmatters); no blocking/modality guarantee (a user can scroll past); no decision persistence or\n\"remember choice\" logic (the `footer` slot + host own that).\n\nDeny/Approve are `<lr-button>`s (`variant=\"neutral\"`/`\"brand\"`, `\"danger\"` under `tone=\"danger\"`),\nre-exporting `lr-button`'s own `base`/`label`/`start`/`end`/`spinner` parts under\n`{deny,approve}-button-{base,label,start,end,spinner}` so `--lr-button-*` theming and a consumer's\nexisting `lr-button` style fragments reach them like every other button in an app. An\n`lr-approve`/`lr-deny` listener can call `preventDefault()` to keep the decision open while its own\nasync work (e.g. a network call) is in flight: `pending` is set to the decision being made, showing\n`loading` on that button and `disabled` on the other, until the host finalizes by setting `.decision`\nor bounces back by clearing `.pending` to `null`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Supplementary body content between the heading and the actions (e.g. a `lr-diff-view` of the proposed change). |\n| `footer` | Extra content at the start of the action row (e.g. a \"remember this choice\" checkbox), mirroring `lr-tool-approval-dialog`'s own `footer` slot. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `approve-button` | The built-in Approve `<lr-button>`. Named identically to the dialog's part. |\n| `approve-button-base` | Forwarded from the internal Approve `<lr-button>`'s own `base` part. |\n| `approve-button-end` | Forwarded from the internal Approve `<lr-button>`'s own `end` part. |\n| `approve-button-label` | Forwarded from the internal Approve `<lr-button>`'s own `label` part. |\n| `approve-button-spinner` | Forwarded from the internal Approve `<lr-button>`'s own `spinner` part, present only while `pending` is `'approved'`. |\n| `approve-button-start` | Forwarded from the internal Approve `<lr-button>`'s own `start` part. |\n| `args` | The `lr-details` + `lr-json-viewer` wrapper. Only rendered when `args` is defined. |\n| `base` | The root (`role=\"group\"`). |\n| `body` | The default-slot wrapper. |\n| `deny-button` | The built-in Deny `<lr-button>`. Named identically to the dialog's part. |\n| `deny-button-base` | Forwarded from the internal Deny `<lr-button>`'s own `base` part. |\n| `deny-button-end` | Forwarded from the internal Deny `<lr-button>`'s own `end` part. |\n| `deny-button-label` | Forwarded from the internal Deny `<lr-button>`'s own `label` part. |\n| `deny-button-spinner` | Forwarded from the internal Deny `<lr-button>`'s own `spinner` part, present only while `pending` is `'denied'`. |\n| `deny-button-start` | Forwarded from the internal Deny `<lr-button>`'s own `start` part. |\n| `footer` | The action row. |\n| `heading` | The heading. |\n| `status` | The decided-state text. Always present in the DOM (`tabindex=\"-1\"`) so focus has a stable, synchronous landing spot on activation. |\n| `tool-name` | The tool-name span within the heading. Only rendered when `heading` is unset. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-confirm-bar-compact-padding` (default: `0`) — Padding of `[part='base']` while `compact`. Accepts any padding shorthand.\n- `--lr-confirm-bar-compact-gap` (default: `var(--lr-space-s)`) — Gap between the row's items while `compact`.\n- `--lr-confirm-bar-compact-border` (default: `none`) — Border of `[part='base']` while `compact`. Accepts any `border` shorthand.\n- `--lr-confirm-bar-compact-radius` (default: `0`) — Border radius of `[part='base']` while `compact` (only visible once `--lr-confirm-bar-compact-border`/`-background` are set).\n- `--lr-confirm-bar-compact-background` (default: `transparent`) — Background of `[part='base']` while `compact`.\n- `--lr-confirm-bar-approved-color` (default: `var(--lr-color-success)`) — `[part='status']` text/icon color once `decision` is `'approved'`.\n- `--lr-confirm-bar-denied-color` (default: `var(--lr-color-danger)`) — `[part='status']` text/icon color once `decision` is `'denied'`.",
|
|
4420
|
+
"description": "`<lr-confirm-bar>` — an inline, non-modal approve/deny block for one proposed action: the\nin-flow sibling of `<lr-tool-approval-dialog>` for confirmations that should sit in the\ntranscript instead of hijacking focus. Same `lr-approve`/`lr-deny` event shapes as the dialog,\nand the same `toolApprovalHeading`/`toolApprovalArgsLabel`/`deny`/`approve` localization keys, so\nthe two always translate in lockstep.\n\nNon-modal by contract: no focus trap, no scroll lock, no Escape/backdrop semantics, and it never\nsteals focus when it appears in the transcript. DOM and tab order put Deny before Approve (the\ndialog's safe-action-first rationale). On activation, focus moves synchronously to `[part=\"status\"]`\n(an always-rendered, `tabindex=\"-1\"` element) *before* the Deny/Approve buttons unmount, so focus\nnever has a gap where it would otherwise fall back to `<body>`.\n\n\"Never steals focus\" and \"no Escape semantics\" describe what *this element* does on its own. A\nhost that swaps a focused control out for this bar is expected to move focus into it and to bind\nEscape to its own cancel path (`<lr-memory-panel>` does both), since otherwise focus would fall\nto `<body>` when the control it replaced unmounts. That stays a host decision: nothing here traps\nfocus, locks scrolling, or handles Escape.\n\nNo argument editing (escalate to `<lr-tool-approval-dialog>`'s `editable` when edit-before-approve\nmatters); no blocking/modality guarantee (a user can scroll past); no decision persistence or\n\"remember choice\" logic (the `footer` slot + host own that).\n\nDeny/Approve are `<lr-button>`s (`variant=\"neutral\"`/`\"brand\"`, `\"danger\"` under `tone=\"danger\"`),\nre-exporting `lr-button`'s own `base`/`label`/`start`/`end`/`spinner` parts under\n`{deny,approve}-button-{base,label,start,end,spinner}` so `--lr-button-*` theming and a consumer's\nexisting `lr-button` style fragments reach them like every other button in an app. An\n`lr-approve`/`lr-deny` listener can call `preventDefault()` to keep the decision open while its own\nasync work (e.g. a network call) is in flight: `pending` is set to the decision being made, showing\n`loading` on that button and `disabled` on the other, until the host finalizes by setting `.decision`\nor bounces back by clearing `.pending` to `null`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Supplementary body content between the heading and the actions (e.g. a `lr-diff-view` of the proposed change). |\n| `footer` | Extra content at the start of the action row (e.g. a \"remember this choice\" checkbox), mirroring `lr-tool-approval-dialog`'s own `footer` slot. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `approve-button` | The built-in Approve `<lr-button>`. Named identically to the dialog's part. |\n| `approve-button-base` | Forwarded from the internal Approve `<lr-button>`'s own `base` part. |\n| `approve-button-end` | Forwarded from the internal Approve `<lr-button>`'s own `end` part. |\n| `approve-button-label` | Forwarded from the internal Approve `<lr-button>`'s own `label` part. |\n| `approve-button-spinner` | Forwarded from the internal Approve `<lr-button>`'s own `spinner` part, present only while `pending` is `'approved'`. |\n| `approve-button-start` | Forwarded from the internal Approve `<lr-button>`'s own `start` part. |\n| `args` | The `lr-details` + `lr-json-viewer` wrapper. Only rendered when `args` is defined. |\n| `base` | The root (`role=\"group\"`). |\n| `body` | The default-slot wrapper. |\n| `deny-button` | The built-in Deny `<lr-button>`. Named identically to the dialog's part. |\n| `deny-button-base` | Forwarded from the internal Deny `<lr-button>`'s own `base` part. |\n| `deny-button-end` | Forwarded from the internal Deny `<lr-button>`'s own `end` part. |\n| `deny-button-label` | Forwarded from the internal Deny `<lr-button>`'s own `label` part. |\n| `deny-button-spinner` | Forwarded from the internal Deny `<lr-button>`'s own `spinner` part, present only while `pending` is `'denied'`. |\n| `deny-button-start` | Forwarded from the internal Deny `<lr-button>`'s own `start` part. |\n| `footer` | The action row. |\n| `heading` | The heading. |\n| `status` | The decided-state text. Always present in the DOM (`tabindex=\"-1\"`) so focus has a stable, synchronous landing spot on activation. |\n| `tool-name` | The tool-name span within the heading. Only rendered when `heading` is unset. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-confirm-bar-compact-padding` (default: `0`) — Padding of `[part='base']` while `compact`. Accepts any padding shorthand.\n- `--lr-confirm-bar-compact-gap` (default: `var(--lr-space-s)`) — Gap between the row's items while `compact`.\n- `--lr-confirm-bar-compact-border` (default: `none`) — Border of `[part='base']` while `compact`. Accepts any `border` shorthand.\n- `--lr-confirm-bar-compact-radius` (default: `0`) — Border radius of `[part='base']` while `compact` (only visible once `--lr-confirm-bar-compact-border`/`-background` are set).\n- `--lr-confirm-bar-compact-background` (default: `transparent`) — Background of `[part='base']` while `compact`.\n- `--lr-confirm-bar-approved-color` (default: `var(--lr-color-success)`) — `[part='status']` text/icon color once `decision` is `'approved'`.\n- `--lr-confirm-bar-denied-color` (default: `var(--lr-color-danger)`) — `[part='status']` text/icon color once `decision` is `'denied'`.",
|
|
4427
4421
|
"attributes": [
|
|
4428
4422
|
{
|
|
4429
4423
|
"name": "compact",
|
|
@@ -4505,7 +4499,7 @@
|
|
|
4505
4499
|
},
|
|
4506
4500
|
{
|
|
4507
4501
|
"name": "max-height",
|
|
4508
|
-
"description": "CSS
|
|
4502
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
4509
4503
|
"value": {
|
|
4510
4504
|
"type": [
|
|
4511
4505
|
"string"
|
|
@@ -4622,7 +4616,7 @@
|
|
|
4622
4616
|
"attributes": [
|
|
4623
4617
|
{
|
|
4624
4618
|
"name": "label",
|
|
4625
|
-
"description": "Accessible
|
|
4619
|
+
"description": "Accessible-name fallback for the internal `role=\"group\"` element when the host has no\n`aria-label`, matching `<lr-button-group>`.\n\nType: `string` \nDefault: `''`",
|
|
4626
4620
|
"value": {
|
|
4627
4621
|
"type": [
|
|
4628
4622
|
"string"
|
|
@@ -4801,7 +4795,7 @@
|
|
|
4801
4795
|
},
|
|
4802
4796
|
{
|
|
4803
4797
|
"name": "max-height",
|
|
4804
|
-
"description": "CSS
|
|
4798
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
4805
4799
|
"value": {
|
|
4806
4800
|
"type": [
|
|
4807
4801
|
"string"
|
|
@@ -4830,7 +4824,7 @@
|
|
|
4830
4824
|
},
|
|
4831
4825
|
{
|
|
4832
4826
|
"name": "lr-dashboard-grid",
|
|
4833
|
-
"description": "`<lr-dashboard-grid>` — a responsive, keyboard-accessible widget grid: positions `layout`\nentries (`DashboardCell`: `x`/`y`/`w`/`h` grid units + a widget descriptor) on a CSS Grid,\ncomposing `<lr-widget>` + `<lr-widget-renderer>` for each cell's default content, and owns all\ndrag/resize/collision interaction as controlled events -- it never mutates `layout` itself, nor\never touches `localStorage`/network; the host applies (or ignores) every emitted event and owns\npersistence entirely, mirroring `lr-flow-canvas`/`lr-table`'s own controlled-component\nconvention. Readonly (viewer) by default; opt into editor gestures individually via\n`cells-draggable`/`cells-resizable`, or lock the whole grid via `locked`.\n\nCell content: a `layout` entry with no matching light-DOM child (matched by `cell-id`) gets a\ndefault `<lr-widget label=\"...\">` wrapping an `<lr-widget-renderer .tree=${cell.widget}>`\nauto-created and adopted into `slot=\"cell-{id}\"` -- this component's own job is the grid\nlayout/drag/resize/collision/persistence-event mechanics *around* that content, not widget\nrendering itself (see `lr-widget-renderer`'s own doc for its declarative-tree contract). A\nconsumer wanting full control over one cell's markup can instead author\n`<div cell-id=\"...\">...</div>` as a direct child; it is adopted in place of the default cell.\n\nKeyboard: cells share one roving tabindex, in row-major (`sortSpatial`) order. Arrow\nkeys/Home/End move the roving focus (RTL-aware: physical Left/Right always match what the\ncursor visually does, matching `lr-flow-canvas`'s own convention). While a cell has focus,\nCtrl/Cmd+Arrow moves it by one grid unit and Ctrl/Cmd+Shift+Arrow resizes it by one grid unit\n(Right/Down grow, Left/Up shrink) -- the full keyboard-operable equivalent of the pointer\ndrag/resize gestures below, per this library's accessibility bar (no pointer-only interaction).\n\nCollision: every move/resize request -- pointer or keyboard -- is resolved through `collision`\n(`'reject'` the default, `'push'`, or `'overlap'`; see `resolvePlacement()` in `layout.ts` for\nthe exact rule). A rejected request leaves `layout` untouched and only announces; an accepted\none emits `lr-cell-move`/`lr-cell-resize` plus a `lr-layout-change` snapshot of the full\nproposed layout (including any `'push'` cascade) -- the host's one persistence hook: listen for\nit and persist `event.detail.layout` however it likes (`localStorage`, a network call, neither).\n\nResponsive: below a ~40rem container allocation (`@container`, not the viewport -- a dashboard\ngrid is commonly embedded in a panel of varying width), cells stack into a single flowing\ncolumn in the same row-major order the grid itself renders them in, instead of overflowing or\nshrinking columns unreadably.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `cell-{id}` | A `layout` entry's cell content; auto-populated by a default composed `<lr-widget>`/`<lr-widget-renderer>` pair unless a light-DOM `[cell-id=\"{id}\"]` child is authored instead. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The grid root. |\n| `cell` | A single cell's positioned wrapper. |\n| `empty` | The `lr-empty` shown when `layout` is empty. |\n| `live-region` | The current move/resize/collision announcement. |\n| `resize-handle` | The pointer resize grip in a cell's trailing/bottom corner (only rendered while `cells-resizable`); the Ctrl/Cmd+Shift+Arrow keyboard path is the resize handle's full accessible equivalent, so the handle itself is `aria-hidden`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dashboard-grid-columns` (default: `12`) — Column count of the underlying CSS Grid. Written inline on `[part=\"base\"]` from the `columns` property on every render, so the fallback only applies to a `[part=\"base\"]` this component has not rendered yet.\n- `--lr-dashboard-grid-row-height` (default: `var(--lr-size-5rem)`) — Row track height. Written inline on `[part=\"base\"]` from the `rowHeight` property (in px) on every render.\n- `--lr-dashboard-grid-gap` (default: `var(--lr-space-m)`) — Gap between cells on both axes. Written inline on `[part=\"base\"]` from the `gap` property (in px) on every render.\n- `--lr-dashboard-grid-cell-hover-outline-color` (default: `var(--lr-color-border-strong)`) — Outline color of a cell's mouse-hover preview of its own `:focus-visible` ring (shown because every cell is a real focusable, draggable/resizable target). Set to `transparent` to opt out.\n- `--lr-dashboard-grid-collision-outline-color` (default: `var(--lr-color-danger)`) — Outline color of a cell whose current drag/resize preview collides with another cell.",
|
|
4827
|
+
"description": "`<lr-dashboard-grid>` — a responsive, keyboard-accessible widget grid: positions `layout`\nentries (`DashboardCell`: `x`/`y`/`w`/`h` grid units + a widget descriptor) on a CSS Grid,\ncomposing `<lr-widget>` + `<lr-widget-renderer>` for each cell's default content, and owns all\ndrag/resize/collision interaction as controlled events -- it never mutates `layout` itself, nor\never touches `localStorage`/network; the host applies (or ignores) every emitted event and owns\npersistence entirely, mirroring `lr-flow-canvas`/`lr-table`'s own controlled-component\nconvention. Readonly (viewer) by default; opt into editor gestures individually via\n`cells-draggable`/`cells-resizable`, or lock the whole grid via `locked`.\n\nCell content: a `layout` entry with no matching light-DOM child (matched by `cell-id`) gets a\ndefault `<lr-widget label=\"...\">` wrapping an `<lr-widget-renderer .tree=${cell.widget}>`\nauto-created and adopted into `slot=\"cell-{id}\"` -- this component's own job is the grid\nlayout/drag/resize/collision/persistence-event mechanics *around* that content, not widget\nrendering itself (see `lr-widget-renderer`'s own doc for its declarative-tree contract). A\nconsumer wanting full control over one cell's markup can instead author\n`<div cell-id=\"...\">...</div>` as a direct child; it is adopted in place of the default cell.\n\nKeyboard: cells share one roving tabindex, in row-major (`sortSpatial`) order. Arrow\nkeys/Home/End move the roving focus (RTL-aware: physical Left/Right always match what the\ncursor visually does, matching `lr-flow-canvas`'s own convention). While a cell has focus,\nCtrl/Cmd+Arrow moves it by one grid unit and Ctrl/Cmd+Shift+Arrow resizes it by one grid unit\n(Right/Down grow, Left/Up shrink) -- the full keyboard-operable equivalent of the pointer\ndrag/resize gestures below, per this library's accessibility bar (no pointer-only interaction).\n\nCollision: every move/resize request -- pointer or keyboard -- is resolved through `collision`\n(`'reject'` the default, `'push'`, or `'overlap'`; see `resolvePlacement()` in `layout.ts` for\nthe exact rule). A rejected request leaves `layout` untouched and only announces; an accepted\none emits `lr-cell-move`/`lr-cell-resize` plus a `lr-layout-change` snapshot of the full\nproposed layout (including any `'push'` cascade) -- the host's one persistence hook: listen for\nit and persist `event.detail.layout` however it likes (`localStorage`, a network call, neither).\n\nResponsive: below a ~40rem container allocation (`@container`, not the viewport -- a dashboard\ngrid is commonly embedded in a panel of varying width), cells stack into a single flowing\ncolumn in the same row-major order the grid itself renders them in, instead of overflowing or\nshrinking columns unreadably.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `cell-{id}` | A `layout` entry's cell content; auto-populated by a default composed `<lr-widget>`/`<lr-widget-renderer>` pair unless a light-DOM `[cell-id=\"{id}\"]` child is authored instead. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The grid root. |\n| `cell` | A single cell's positioned wrapper. |\n| `empty` | The `lr-empty` shown when `layout` is empty. |\n| `live-region` | The current move/resize/collision announcement. |\n| `resize-handle` | The pointer resize grip in a cell's trailing/bottom corner (only rendered while `cells-resizable`); the Ctrl/Cmd+Shift+Arrow keyboard path is the resize handle's full accessible equivalent, so the handle itself is `aria-hidden`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dashboard-grid-columns` (default: `12`) — Column count of the underlying CSS Grid. Written inline on `[part=\"base\"]` from the `columns` property on every render, so the fallback only applies to a `[part=\"base\"]` this component has not rendered yet.\n- `--lr-dashboard-grid-row-height` (default: `var(--lr-size-5rem)`) — Row track height. Written inline on `[part=\"base\"]` from the `rowHeight` property (in px) on every render.\n- `--lr-dashboard-grid-gap` (default: `var(--lr-space-m)`) — Gap between cells on both axes. Written inline on `[part=\"base\"]` from the `gap` property (in px) on every render.\n- `--lr-dashboard-grid-cell-hover-outline-color` (default: `var(--lr-color-border-strong)`) — Outline color of a cell's mouse-hover preview of its own `:focus-visible` ring (shown because every cell is a real focusable, draggable/resizable target). Set to `transparent` to opt out.\n- `--lr-dashboard-grid-collision-outline-color` (default: `var(--lr-color-danger)`) — Outline color of a cell whose current drag/resize preview collides with another cell.\n- `--lr-dashboard-grid-interaction-shadow` (default: `var(--lr-shadow)`) — Box shadow applied to a cell for the duration of its pointer drag or resize interaction.",
|
|
4834
4828
|
"attributes": [
|
|
4835
4829
|
{
|
|
4836
4830
|
"name": "aria-label",
|
|
@@ -4925,7 +4919,7 @@
|
|
|
4925
4919
|
},
|
|
4926
4920
|
{
|
|
4927
4921
|
"name": "max-height",
|
|
4928
|
-
"description": "CSS
|
|
4922
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
4929
4923
|
"value": {
|
|
4930
4924
|
"type": [
|
|
4931
4925
|
"string"
|
|
@@ -5023,15 +5017,6 @@
|
|
|
5023
5017
|
]
|
|
5024
5018
|
}
|
|
5025
5019
|
},
|
|
5026
|
-
{
|
|
5027
|
-
"name": "disabled",
|
|
5028
|
-
"description": "Type: `boolean`",
|
|
5029
|
-
"value": {
|
|
5030
|
-
"type": [
|
|
5031
|
-
"boolean"
|
|
5032
|
-
]
|
|
5033
|
-
}
|
|
5034
|
-
},
|
|
5035
5020
|
{
|
|
5036
5021
|
"name": "enterkeyhint",
|
|
5037
5022
|
"description": "Type: `string` \nDefault: `''`",
|
|
@@ -5411,11 +5396,11 @@
|
|
|
5411
5396
|
},
|
|
5412
5397
|
{
|
|
5413
5398
|
"name": "lr-dialog",
|
|
5414
|
-
"description": "`<lr-dialog>` — a general-purpose modal/overlay. `role=\"dialog\"`,\nfocus-trapped while open, dismissible via Escape or a backdrop click, and\nscroll-locks the document for as long as it's open. Chrome stays minimal by\ndefault — no built-in title bar or close button; a consumer supplies a\nheading and any close affordance itself via the default/`footer` slots.\n`heading`/`closable` are an opt-in convenience for the common case where\nhand-building that chrome isn't worth it (see below).\n\nAccessible name / visible header, in priority order:\n0. If the host element itself has an `aria-label` attribute set, its value\n becomes `aria-label` on the panel outright, overriding every source\n below (including a slotted heading) — the standard ARIA convention for\n a consumer that wants full control over the announced name regardless\n of whatever `heading`/`label` props are also set.
|
|
5399
|
+
"description": "`<lr-dialog>` — a general-purpose modal/overlay. `role=\"dialog\"`,\nfocus-trapped while open, dismissible via Escape or a backdrop click, and\nscroll-locks the document for as long as it's open. Chrome stays minimal by\ndefault — no built-in title bar or close button; a consumer supplies a\nheading and any close affordance itself via the default/`footer` slots.\n`heading`/`closable` are an opt-in convenience for the common case where\nhand-building that chrome isn't worth it (see below).\n\nAccessible name / visible header, in priority order:\n0. If the host element itself has an `aria-label` attribute set, its value\n becomes `aria-label` on the panel outright, overriding every source\n below (including a slotted heading) — the standard ARIA convention for\n a consumer that wants full control over the announced name regardless\n of whatever `heading`/`label` props are also set. This naming override\n does not suppress visible `heading` chrome; sighted users still receive\n the heading text the consumer supplied.\n1. Otherwise, if a heading element (`h1`–`h6` or `[role=\"heading\"]`) is a *direct\n child* (not inside `slot=\"footer\"`), its text content becomes\n `aria-label` on the panel — unchanged, and takes priority over `heading`\n below so an existing consumer that already slots its own heading keeps\n rendering it exactly as before.\n2. Otherwise, when `heading` is set, a visible header row (`part=\"header\"`)\n renders containing that text (`part=\"heading\"`), which becomes the\n `aria-labelledby` target.\n3. Otherwise, when `label` is set, an invisible (`.sr-only`, exposed as the\n `label` part) element carrying that text is rendered inside the panel\n and `aria-labelledby` points at it instead.\nOnly one of cases 2/3 ever names the panel at a time, so exactly one element ever\nclaims `aria-labelledby`. `label` itself never renders visible chrome on\nits own — `::part(label)` can be restyled to make the sr-only text visible,\nor `heading` can be set instead, if a consumer wants visible chrome without\nslotting a real heading element.\n\nThe slotted-heading case deliberately uses `aria-label` (a copied string)\nrather than `aria-labelledby` pointing at the heading's `id`: the heading is\n*light-DOM* content while `[part=\"panel\"]` lives in this element's\n*shadow* tree, and an ID-reference attribute can't resolve across that\nboundary (verified against axe's `aria-dialog-name` rule) — unlike the\n`heading`/`label`-prop cases above, where the target element is rendered\ninside the same shadow root it labels, so `aria-labelledby` there is safe.\n\n`closable` renders a close (X) button in the header row (creating one, with\nno heading text, if `heading` is unset) that closes the dialog via the same\n`close()` path as Escape/backdrop-dismiss, with reason `'close-button'`.\n\nStacking: opening one `<lr-dialog>` while another is already open (e.g. a\n`confirm()` launched from within an already-open dialog) is supported --\nEscape and the Tab focus trap only ever act on the topmost open dialog, so\ndialogs beneath it stay open and untouched until the one on top closes.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The dialog body. |\n| `footer` | Action buttons, rendered in a bottom row. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The full-viewport scrim behind the panel. |\n| `body` | The wrapper around the default slot. |\n| `close-button` | The built-in close button, rendered inside `header` only when `closable` is `true`. |\n| `footer` | The wrapper around the `footer` slot. |\n| `header` | The header row, rendered when `heading` is set (and no heading is slotted) and/or `closable` is `true`. |\n| `heading` | The visible `heading`-text element inside `header`, rendered only when `heading` is set and no heading is slotted. |\n| `label` | The invisible `label`-text element used for `aria-labelledby` when no heading is slotted and `heading` is unset. |\n| `panel` | The dialog panel itself (`role=\"dialog\"` while open). Shrink-wraps to its content by default, capped at `--lr-dialog-max-width` (default `32rem`); set `--lr-dialog-width` for an assertive width instead of only a cap. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-dialog-overlay-color` (default: `var(--lr-color-overlay)`) — Backdrop scrim color.\n- `--lr-dialog-width` (default: `auto`) — Assertive inline size for the panel. Left at `auto` the panel shrink-wraps to its content.\n- `--lr-dialog-max-width` (default: `var(--lr-dialog-width, var(--lr-size-32rem))`) — Cap on the panel's inline size. Falls back to `--lr-dialog-width` when that is set, so an assertive width is not clipped by the 32rem default; the viewport (`100%`) is always a hard limit on top.",
|
|
5415
5400
|
"attributes": [
|
|
5416
5401
|
{
|
|
5417
5402
|
"name": "aria-label",
|
|
5418
|
-
"description": "Host-level `aria-label` override for the panel's accessible name — wins over every other\
|
|
5403
|
+
"description": "Host-level `aria-label` override for the panel's accessible name — wins over every other\nnaming source (a slotted heading, `heading`, `label`) without suppressing visible heading\nchrome, matching `<lr-date-input>`'s `accessibleLabel` pattern. See the class doc for the\nfull precedence order. Set as a plain `aria-label` attribute on `<lr-dialog>` itself, not a\npublic JS property.\n\nType: `string | null` \nDefault: `null`"
|
|
5419
5404
|
},
|
|
5420
5405
|
{
|
|
5421
5406
|
"name": "closable",
|
|
@@ -5687,7 +5672,7 @@
|
|
|
5687
5672
|
},
|
|
5688
5673
|
{
|
|
5689
5674
|
"name": "lr-document-library",
|
|
5690
|
-
"description": "`<lr-document-library>` — a searchable, filterable inventory of documents with versions, tags,\nowners, freshness, and bulk selection. A controlled data view: it performs no upload, sync, or\nmutation of its own, only presents `documents` and emits request/notification events, mirroring\nthis package's other orchestration-level list surfaces (`<lr-thread-list>`'s\n`lr-thread-pin`/`-archive`/`-delete` convention).\n\nComposes `<lr-table>` for the inventory grid itself, since bulk selection, tags, and per-row\ntype icons all need arbitrary cell content rather than a stringified value.\n`<lr-table>` supports arbitrary `cell()`/`headerCell()` content and `priority`-driven responsive\ncolumn hiding, which this component relies on for its 320px-allocation behavior. Search\n(`<lr-input type=\"search\">`) and the tag facet (`<lr-combobox multiple>`) are both self-managed\n(client-side filtering against `documents`, like `<lr-thread-list>`'s own `searchable` field) —\noverride matching entirely via `filter`. Row selection uses `<lr-checkbox>` per cell rather than\n`<lr-table>`'s own built-in `selectionMode`, since that mode's click-anywhere-in-the-row toggle\nwould conflict with the row's own name button opening the document; `<lr-table>`'s\n`selectedKeys` is still fed from `selectedIds` purely for its `aria-selected` row styling.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root region. |\n| `cell` | Exported from `<lr-table>`'s own `cell` part. |\n| `clear-selection` | The \"Clear selection\" button inside `selection-bar`. |\n| `document-name` | Each row's clickable document-name button. |\n| `header-cell` | Exported from `<lr-table>`'s own `header-cell` part. |\n| `row` | Exported from `<lr-table>`'s own `row` part. |\n| `search` | The `<lr-input>` search field. |\n| `selection-bar` | The \"N selected\" / \"Clear selection\" bar. Only rendered while `selectedIds` is non-empty. |\n| `selection-count` | The selected-count text inside `selection-bar`. |\n| `table` | The `<lr-table>` inventory grid. |\n| `tag-filter` | The `<lr-combobox>` tag facet filter. Only rendered while at least one document declares a `tags` entry. |\n| `toolbar` | Wraps the search field and tag filter. |",
|
|
5675
|
+
"description": "`<lr-document-library>` — a searchable, filterable inventory of documents with versions, tags,\nowners, freshness, and bulk selection. A controlled data view: it performs no upload, sync, or\nmutation of its own, only presents `documents` and emits request/notification events, mirroring\nthis package's other orchestration-level list surfaces (`<lr-thread-list>`'s\n`lr-thread-pin`/`-archive`/`-delete` convention).\n\nComposes `<lr-table>` for the inventory grid itself, since bulk selection, tags, and per-row\ntype icons all need arbitrary cell content rather than a stringified value.\n`<lr-table>` supports arbitrary `cell()`/`headerCell()` content and `priority`-driven responsive\ncolumn hiding, which this component relies on for its 320px-allocation behavior. Search\n(`<lr-input type=\"search\">`) and the tag facet (`<lr-combobox multiple>`) are both self-managed\n(client-side filtering against `documents`, like `<lr-thread-list>`'s own `searchable` field) —\noverride matching entirely via `filter`. Row selection uses `<lr-checkbox>` per cell rather than\n`<lr-table>`'s own built-in `selectionMode`, since that mode's click-anywhere-in-the-row toggle\nwould conflict with the row's own name button opening the document; `<lr-table>`'s\n`selectedKeys` is still fed from `selectedIds` purely for its `aria-selected` row styling.\n`<lr-table>` is set to `sort-mode=\"server\"` because this component owns ordering:\n`visibleDocuments` already sorts against real values (timestamps for `updatedAt`, a rank for\n`freshness`). Client mode would order the rows a second time from `String(cell(row))`, and these\n`cell()`s render formatted dates and templates — which made the Updated column come out\nalphabetical by month name rather than chronological. `sortKey`/`sortDir` are still passed\ndown: they drive the header's sort affordance, not the order.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root region. |\n| `cell` | Exported from `<lr-table>`'s own `cell` part. |\n| `clear-selection` | The \"Clear selection\" button inside `selection-bar`. |\n| `document-name` | Each row's clickable document-name button. |\n| `header-cell` | Exported from `<lr-table>`'s own `header-cell` part. |\n| `row` | Exported from `<lr-table>`'s own `row` part. |\n| `search` | The `<lr-input>` search field. |\n| `selection-bar` | The \"N selected\" / \"Clear selection\" bar. Only rendered while `selectedIds` is non-empty. |\n| `selection-count` | The selected-count text inside `selection-bar`. |\n| `table` | The `<lr-table>` inventory grid. |\n| `tag-filter` | The `<lr-combobox>` tag facet filter. Only rendered while at least one document declares a `tags` entry. |\n| `toolbar` | Wraps the search field and tag filter. |",
|
|
5691
5676
|
"attributes": [
|
|
5692
5677
|
{
|
|
5693
5678
|
"name": "label",
|
|
@@ -5777,7 +5762,7 @@
|
|
|
5777
5762
|
},
|
|
5778
5763
|
{
|
|
5779
5764
|
"name": "max-height",
|
|
5780
|
-
"description": "A CSS length (e.g. `\"24rem\"`); once set, `[part=\"body\"]` scrolls\ninternally past this height instead of growing the page — same\ncontract as `<lr-json-viewer>`'s identically-named prop.\n\nType: `string` \nDefault: `''`",
|
|
5765
|
+
"description": "A CSS length (e.g. `\"24rem\"`); once set, `[part=\"body\"]` scrolls\ninternally past this height instead of growing the page — same\ncontract as `<lr-json-viewer>`'s identically-named prop. Invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
5781
5766
|
"value": {
|
|
5782
5767
|
"type": [
|
|
5783
5768
|
"string"
|
|
@@ -5832,12 +5817,7 @@
|
|
|
5832
5817
|
"attributes": [
|
|
5833
5818
|
{
|
|
5834
5819
|
"name": "alt",
|
|
5835
|
-
"description": "Media alt text forwarded to the resolved renderer, for image-like renderers.\n\nType: `string
|
|
5836
|
-
"value": {
|
|
5837
|
-
"type": [
|
|
5838
|
-
"string"
|
|
5839
|
-
]
|
|
5840
|
-
}
|
|
5820
|
+
"description": "Media alt text forwarded to the resolved renderer, for image-like renderers. Unset lets the\nrenderer derive a fallback name; an explicit empty string marks decorative media.\n\nType: `string | undefined`"
|
|
5841
5821
|
},
|
|
5842
5822
|
{
|
|
5843
5823
|
"name": "locale",
|
|
@@ -5888,7 +5868,7 @@
|
|
|
5888
5868
|
},
|
|
5889
5869
|
{
|
|
5890
5870
|
"name": "lr-docx-viewer",
|
|
5891
|
-
"description": "Renders a DOCX document as sanitized semantic HTML using the optional\n`mammoth` converter and `dompurify` sanitizer peers. DOCX content is always\nsanitized; there is no unsanitized rendering mode for uploaded documents.\n\nEvery rendered heading's slug (computed via the shared GitHub-slugger-style `Slugger` -- the same\nalgorithm and shared class `<lr-markdown>` uses, so identical heading text slugs identically\nacross both viewers) is stamped as its `id` and cached into `getHeadingTree()`'s document-ordered\noutline -- unconditional, unlike `<lr-markdown>`'s opt-in `heading-anchors`, since this\ncomponent's rendered HTML is always internal (mammoth's own conversion output), never a raw string\na consumer might serialize verbatim. Adopts `DocumentAnchorTarget`: `fragment` anchors resolve\nagainst that outline, `text-quote` anchors via `internal/text-quote.ts`'s shared scope/resolve\nhelpers; `highlights` re-resolve by quote after every render (never by node identity), so a\nhighlight painted before its quote is in the rendered markup yet simply paints once a later load\ncontains it. Highlight
|
|
5871
|
+
"description": "Renders a DOCX document as sanitized semantic HTML using the optional\n`mammoth` converter and `dompurify` sanitizer peers. DOCX content is always\nsanitized; there is no unsanitized rendering mode for uploaded documents.\n\nEvery rendered heading's slug (computed via the shared GitHub-slugger-style `Slugger` -- the same\nalgorithm and shared class `<lr-markdown>` uses, so identical heading text slugs identically\nacross both viewers) is stamped as its `id` and cached into `getHeadingTree()`'s document-ordered\noutline -- unconditional, unlike `<lr-markdown>`'s opt-in `heading-anchors`, since this\ncomponent's rendered HTML is always internal (mammoth's own conversion output), never a raw string\na consumer might serialize verbatim. Adopts `DocumentAnchorTarget`: `fragment` anchors resolve\nagainst that outline, `text-quote` anchors via `internal/text-quote.ts`'s shared scope/resolve\nhelpers; `highlights` re-resolve by quote after every render (never by node identity), so a\nhighlight painted before its quote is in the rendered markup yet simply paints once a later load\ncontains it. Keyboard-accessible highlight actions are rendered only for quotes that resolved\nagainst the currently loaded document, so an action never presents an enabled no-op. Highlight\npainting uses `internal/text-highlights.ts`'s `acquireHighlightHandle()` --\nthe CSS Custom Highlight API where the browser supports it (no DOM mutation at all), a `<mark>`-wrap\nfallback otherwise. `search()`/`searchNext()`/`searchPrevious()`/`clearSearch()` do a\ncase-insensitive substring search over the rendered content's text and paint every match as a\n`<mark part=\"search-match\">` (the active one also carrying `search-match-active`) -- a separate,\nalways-real-DOM-element mechanism from the tone-based highlight painting above, since search needs\nmany simultaneously-visible matches rather than one set of themed spans.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The scrollable document body. |\n| `content` | The semantic document content. |\n| `error` | The error message region. |\n| `highlight` | A painted `text-quote` highlight (`<mark>`, `<mark>`-wrap fallback path only). |\n| `highlight-action` | One native highlight activation button. |\n| `highlight-actions` | Keyboard-accessible actions for the resolved text highlights. |\n| `search-match` | A painted in-document search match. |\n| `search-match-active` | The currently active search match (also carries `search-match`). |\n| `spinner` | The loading status region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-docx-viewer-max-height` (default: `none`) — Maximum block size of the scrollable document body before it scrolls internally. Also settable via the `max-height` property.\n- `--lr-docx-viewer-highlight-accent-background` — Accent highlight background.\n- `--lr-docx-viewer-highlight-success-background` — Success highlight background.\n- `--lr-docx-viewer-highlight-warning-background` — Warning highlight background.\n- `--lr-docx-viewer-highlight-danger-background` — Danger highlight background.\n- `--lr-docx-viewer-highlight-neutral-background` — Neutral highlight background.\n- `--lr-docx-viewer-highlight-active-background` — Active highlight background.\n- `--lr-docx-viewer-highlight-active-outline` — Active fallback-highlight outline.\n- `--lr-docx-viewer-search-match-background` — Search-match background.\n- `--lr-docx-viewer-search-match-active-background` — Active search-match background.\n- `--lr-docx-viewer-search-match-active-foreground` — Active search-match foreground.",
|
|
5892
5872
|
"attributes": [
|
|
5893
5873
|
{
|
|
5894
5874
|
"name": "locale",
|
|
@@ -5901,7 +5881,7 @@
|
|
|
5901
5881
|
},
|
|
5902
5882
|
{
|
|
5903
5883
|
"name": "max-height",
|
|
5904
|
-
"description": "CSS
|
|
5884
|
+
"description": "A CSS `max-height` that caps the scrollable document body; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
5905
5885
|
"value": {
|
|
5906
5886
|
"type": [
|
|
5907
5887
|
"string"
|
|
@@ -5930,7 +5910,7 @@
|
|
|
5930
5910
|
},
|
|
5931
5911
|
{
|
|
5932
5912
|
"name": "lr-doughnut-chart",
|
|
5933
|
-
"description": "`<lr-doughnut-chart>` — `<lr-chart>` with `type` locked to `\"doughnut\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
5913
|
+
"description": "`<lr-doughnut-chart>` — `<lr-chart>` with `type` locked to `\"doughnut\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
5934
5914
|
"attributes": [
|
|
5935
5915
|
{
|
|
5936
5916
|
"name": "accessible-description",
|
|
@@ -6102,7 +6082,7 @@
|
|
|
6102
6082
|
"attributes": [
|
|
6103
6083
|
{
|
|
6104
6084
|
"name": "aria-label",
|
|
6105
|
-
"description": "Host-level `aria-label` override for the panel's accessible name — wins over every other\
|
|
6085
|
+
"description": "Host-level `aria-label` override for the panel's accessible name — wins over every other\nnaming source (a slotted heading, `heading`, `label`) without suppressing visible heading\nchrome, matching `<lr-date-input>`'s `accessibleLabel` pattern. See the class doc for the\nfull precedence order. Set as a plain `aria-label` attribute on `<lr-dialog>` itself, not a\npublic JS property.\n\nType: `string | null` \nDefault: `null`"
|
|
6106
6086
|
},
|
|
6107
6087
|
{
|
|
6108
6088
|
"name": "closable",
|
|
@@ -6369,7 +6349,7 @@
|
|
|
6369
6349
|
},
|
|
6370
6350
|
{
|
|
6371
6351
|
"name": "lr-email-viewer",
|
|
6372
|
-
"description": "Parses `.eml` messages with the optional `postal-mime` peer and renders\ntheir HTML body only after DOMPurify sanitization
|
|
6352
|
+
"description": "Parses `.eml` messages with the optional `postal-mime` peer and renders\ntheir HTML body only after DOMPurify sanitization and inside a paint-contained surface.\nPlain-text messages remain useful without DOMPurify. Attachment rows are real buttons that emit\n`lr-attachment-open` with the attachment's decoded bytes -- this component itself never\nopens, downloads, or object-URLs the content; a host routes the event into e.g.\n`URL.createObjectURL(new Blob([content], { type: mimeType }))` -> `lr-document-viewer` ->\nrevoke on `lr-close`. `fold-quotes` collapses trailing quoted-reply text/HTML behind a\nlocalized toggle.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `attachment-button` | An attachment's open button. |\n| `attachment-item` | An attachment metadata item. |\n| `attachment-list` | The attachment list. |\n| `attachment-name` | An attachment's filename, inside `attachment-button`. |\n| `attachment-size` | An attachment's formatted file size, inside `attachment-button`. |\n| `attachments` | The attachment region. |\n| `attachments-label` | The localized attachment heading. |\n| `base` | The root container. |\n| `body` | The scrollable message body. |\n| `body-html` | The sanitized HTML body. |\n| `body-text` | The plain-text body. |\n| `date` | The message date. |\n| `date-label` | The localized date label. |\n| `error` | The error region. |\n| `from` | The sender address. |\n| `from-label` | The localized sender label. |\n| `headers` | Message metadata. |\n| `quote-toggle` | The show/hide-quoted-text toggle button. |\n| `quoted` | A folded quoted-text block (hidden until expanded). |\n| `spinner` | The loading region. |\n| `subject` | The message subject. |\n| `subject-label` | The localized subject label. |\n| `to` | The recipient addresses. |\n| `to-label` | The localized recipient label. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-email-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.",
|
|
6373
6353
|
"attributes": [
|
|
6374
6354
|
{
|
|
6375
6355
|
"name": "fold-quotes",
|
|
@@ -6391,7 +6371,7 @@
|
|
|
6391
6371
|
},
|
|
6392
6372
|
{
|
|
6393
6373
|
"name": "max-height",
|
|
6394
|
-
"description": "CSS
|
|
6374
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
6395
6375
|
"value": {
|
|
6396
6376
|
"type": [
|
|
6397
6377
|
"string"
|
|
@@ -6420,7 +6400,7 @@
|
|
|
6420
6400
|
},
|
|
6421
6401
|
{
|
|
6422
6402
|
"name": "lr-embedding-explorer",
|
|
6423
|
-
"description": "`<lr-embedding-explorer>` — a dependency-free, accessible 2D embedding projection viewer. It\nnormalizes host-provided coordinates into an SVG plot, colors optional clusters, and exposes\nclick/keyboard selection. It does not run PCA/UMAP/t-SNE, fetch chunks, or mutate points.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `empty` | The empty state. |\n| `plot` | The SVG projection plot. |\n| `point` | One focusable embedding point. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-embedding-explorer-selected-stroke` (default: `var(--lr-color-brand)`) — Stroke color of the selected point.",
|
|
6403
|
+
"description": "`<lr-embedding-explorer>` — a dependency-free, accessible 2D embedding projection viewer. It\nnormalizes host-provided coordinates into an SVG plot, colors optional clusters, and exposes\nclick/keyboard selection. Pointer, script, and assistive-technology focus all synchronize the\nsingle roving tab stop. It does not run PCA/UMAP/t-SNE, fetch chunks, or mutate points.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `empty` | The empty state. |\n| `plot` | The SVG projection plot. |\n| `point` | One focusable embedding point. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-embedding-explorer-selected-stroke` (default: `var(--lr-color-brand)`) — Stroke color of the selected point.\n- `--lr-embedding-explorer-height` (default: `360px`) — The plot's `block-size`. Set on the host from the `height` property, whose default supplies the `360px`; a value the browser cannot parse as a `block-size` is dropped, leaving the `viewBox`-derived aspect-ratio size. A consumer's own `::part(plot) { block-size: ... }` rule still overrides it, and the narrow-allocation `min-block-size` floor still raises it.",
|
|
6424
6404
|
"attributes": [
|
|
6425
6405
|
{
|
|
6426
6406
|
"name": "aria-label",
|
|
@@ -6428,7 +6408,7 @@
|
|
|
6428
6408
|
},
|
|
6429
6409
|
{
|
|
6430
6410
|
"name": "height",
|
|
6431
|
-
"description": "
|
|
6411
|
+
"description": "The plot's block size, as any CSS length the browser accepts for `block-size` — including\n`auto`, which restores the aspect-ratio-preserved size derived from the `viewBox`. It is\napplied through `--lr-embedding-explorer-height`; an unparseable value leaves that property\nunset, so the plot falls back to `auto` rather than collapsing.\n\nType: `string` \nDefault: `'360px'`",
|
|
6432
6412
|
"value": {
|
|
6433
6413
|
"type": [
|
|
6434
6414
|
"string"
|
|
@@ -6683,7 +6663,7 @@
|
|
|
6683
6663
|
},
|
|
6684
6664
|
{
|
|
6685
6665
|
"name": "lr-entity-dossier",
|
|
6686
|
-
"description": "`<lr-entity-dossier>` — a full entity detail surface: a persistent header (`lr-entity-card` plus\nan optional confidence `lr-stat`) above a `lr-tabs` strip for Relationships (`lr-neighbor-list`),\nSupporting chunks (`lr-chunk-inspector`), and Provenance (`lr-provenance-panel`). Pure layout —\nit never fetches, ranks, or mutates graph/document state, and never re-renders what any of those\nfive composed components already render themselves; every one of their own events (`\nlr-entity-activate`, `lr-node-expand`, `lr-chunk-open`, `lr-expand`, `lr-toggle`, `lr-tabs-change`)\nbubbles through unmodified (`composed: true` crosses this component's own shadow boundary with no\nre-dispatch needed)
|
|
6666
|
+
"description": "`<lr-entity-dossier>` — a full entity detail surface: a persistent header (`lr-entity-card` plus\nan optional confidence `lr-stat`) above a `lr-tabs` strip for Relationships (`lr-neighbor-list`),\nSupporting chunks (`lr-chunk-inspector`), and Provenance (`lr-provenance-panel`). Pure layout —\nit never fetches, ranks, or mutates graph/document state, and never re-renders what any of those\nfive composed components already render themselves; every one of their own events (`\nlr-entity-activate`, `lr-node-expand`, `lr-chunk-open`, `lr-expand`, `lr-toggle`, `lr-tabs-change`)\nbubbles through unmodified (`composed: true` crosses this component's own shadow boundary with no\nre-dispatch needed).\n\n`chunks`/`thresholds` (the \"supporting chunks\" tab) and `provenance` (the \"Provenance\" tab) are\ndeliberately separate inputs even though `lr-provenance-panel` can itself also show a chunks\nsection: the \"Supporting chunks\" tab is the evidence for *this entity's own* summary/properties,\nwhile `provenance` is the broader grounding chain (which may span other entities, relationships,\nand communities, and may or may not reuse the same chunk set) — a host is free to pass the same\narray to both when the two concepts genuinely coincide.\n\nTab labels reuse the exact `localize()` keys the composed child already uses for its own\naccessible name (`neighborListLabel`, `chunkInspectorLabel`, `provenancePanelLabel`) rather than\nnew dossier-specific keys, so a translated locale only has to cover each string once and the tab\nstrip and the panel underneath it always agree.\n\nThis component emits no events of its own. Its EventMap and `@event` documentation name the\ncomposed events that bubble through so host listeners remain typed and discoverable;\n`lr-tabs-change` carries `detail: { tabId: LyraEntityDossierTab }`. This is the same \"pure\nprojection + event conduit\" convention `lr-provenance-panel` and `lr-spreadsheet-viewer`'s\ninternal `lr-tabs` already establish.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper, or the empty state's wrapper when `entity` is `null`. |\n| `chunk-inspector` | The nested `lr-chunk-inspector`, inside the Supporting chunks tab. |\n| `confidence` | The nested confidence `lr-stat`, only rendered when `confidence` is set. |\n| `empty` | The empty state shown when `entity` is `null`. |\n| `entity-card` | The nested `lr-entity-card`. |\n| `header` | The wrapper around the entity summary and the confidence stat. |\n| `neighbor-list` | The nested `lr-neighbor-list`, inside the Relationships tab. |\n| `provenance-panel` | The nested `lr-provenance-panel`, inside the Provenance tab. |\n| `tabs` | The nested `lr-tabs` strip. |",
|
|
6687
6667
|
"attributes": [
|
|
6688
6668
|
{
|
|
6689
6669
|
"name": "aria-label",
|
|
@@ -7048,7 +7028,7 @@
|
|
|
7048
7028
|
},
|
|
7049
7029
|
{
|
|
7050
7030
|
"name": "lr-file-input",
|
|
7051
|
-
"description": "`<lr-file-input>` — a drag-drop + click-to-browse file dropzone. Emits\nraw `File[]`; parsing (CSV/XLSX/etc.) is left to the host, since that's\nwhere files ultimately get uploaded and processed anyway.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Custom drop-zone content, overrides the visible `label` text. The accessible name comes from a host `aria-label` when present, then falls back to `label`, so icon-only slot content remains announced correctly. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The dropzone
|
|
7031
|
+
"description": "`<lr-file-input>` — a drag-drop + click-to-browse file dropzone. Emits\nraw `File[]`; parsing (CSV/XLSX/etc.) is left to the host, since that's\nwhere files ultimately get uploaded and processed anyway.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Custom drop-zone content, overrides the visible `label` text. The accessible name comes from a host `aria-label` when present, then falls back to `label`, so icon-only slot content remains announced correctly. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The native dropzone button, visually backing the slotted content while remaining its sibling in the accessibility tree so arbitrary slotted controls are never nested in it. |\n| `input` | The visually-hidden native `<input type=\"file\">`. |\n| `rejection` | The visible `role=\"alert\"` region listing each currently-rejected file alongside its reason, rendered in addition to (never in place of) the sr-only `status` summary. |\n| `status` | The visually-hidden live region announcing drag accept/reject state and accepted/rejected selection counts. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-file-input-compact-padding` (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`.\n- `--lr-file-input-compact-gap` (default: `var(--lr-space-2xs)`) — Gap between the dropzone's slotted children while `compact`.\n- `--lr-file-input-compact-font-size` (default: `var(--lr-font-size-sm)`) — Label font size while `compact`.\n- `--lr-file-input-accept-border-color` (default: `var(--lr-color-success)`) — Border color of `[part=\"base\"][data-drag-state=\"accept\"]`.\n- `--lr-file-input-accept-bg` (default: `color-mix(in srgb, var(--lr-color-success) 8%, transparent)`) — Background of `[part=\"base\"][data-drag-state=\"accept\"]`.\n- `--lr-file-input-reject-border-color` (default: `var(--lr-color-danger)`) — Border color of `[part=\"base\"][data-drag-state=\"reject\"]`.\n- `--lr-file-input-reject-bg` (default: `color-mix(in srgb, var(--lr-color-danger) 8%, transparent)`) — Background of `[part=\"base\"][data-drag-state=\"reject\"]`.",
|
|
7052
7032
|
"attributes": [
|
|
7053
7033
|
{
|
|
7054
7034
|
"name": "accept",
|
|
@@ -7203,7 +7183,7 @@
|
|
|
7203
7183
|
},
|
|
7204
7184
|
{
|
|
7205
7185
|
"name": "label",
|
|
7206
|
-
"description": "Accessible
|
|
7186
|
+
"description": "Accessible-name fallback for the root `role=\"group\"` wrapper when the host has no\n`aria-label`, matching `<lr-control-group>`.\n\nType: `string` \nDefault: `\"\"`",
|
|
7207
7187
|
"value": {
|
|
7208
7188
|
"type": [
|
|
7209
7189
|
"string"
|
|
@@ -7439,7 +7419,7 @@
|
|
|
7439
7419
|
},
|
|
7440
7420
|
{
|
|
7441
7421
|
"name": "lr-flow-minimap",
|
|
7442
|
-
"description": "`<lr-flow-minimap>` — a corner overview map of a `lr-flow-canvas`: scaled node rectangles plus\na draggable viewport rectangle, for orientation and fast navigation on canvases larger than the\nscreen. Draws no edges (nodes only, matching the React Flow/n8n minimap convention) and never\nreads `nodes` itself — geometry always comes from the canvas's `registerCompanion()` snapshots, so\nthe two can never disagree.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `instructions` | Visually hidden keyboard instructions for the viewport. |\n| `live-region` | Visually hidden viewport-change announcements. |\n| `map` | The scaled SVG. |\n| `node` | One rect per node. |\n| `viewport` | The draggable, focusable view rectangle. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-minimap-inline-size` (default: `var(--lr-size-12rem)`) — Map inline size.\n- `--lr-flow-minimap-block-size` (default: `var(--lr-size-8rem)`) — Map block size.",
|
|
7422
|
+
"description": "`<lr-flow-minimap>` — a corner overview map of a `lr-flow-canvas`: scaled node rectangles plus\na draggable viewport rectangle, for orientation and fast navigation on canvases larger than the\nscreen. Draws no edges (nodes only, matching the React Flow/n8n minimap convention) and never\nreads `nodes` itself — geometry always comes from the canvas's `registerCompanion()` snapshots, so\nthe two can never disagree.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `instructions` | Visually hidden keyboard instructions for the viewport. |\n| `live-region` | Visually hidden viewport-change announcements. |\n| `map` | The scaled SVG. |\n| `node` | One rect per node. |\n| `viewport` | The draggable, focusable view rectangle. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-minimap-inline-size` (default: `var(--lr-size-12rem)`) — Map inline size.\n- `--lr-flow-minimap-block-size` (default: `var(--lr-size-8rem)`) — Map block size.\n- `--lr-flow-minimap-node-color` (default: `var(--lr-color-border-strong)`) — Fill of nodes without an execution status.\n- `--lr-flow-minimap-node-pending-color` (default: `var(--lr-color-border-strong)`) — Pending-node fill.\n- `--lr-flow-minimap-node-running-color` (default: `var(--lr-color-brand)`) — Running-node fill.\n- `--lr-flow-minimap-node-success-color` (default: `var(--lr-color-success)`) — Successful-node fill.\n- `--lr-flow-minimap-node-error-color` (default: `var(--lr-color-danger)`) — Failed-node fill.\n- `--lr-flow-minimap-node-denied-color` (default: `var(--lr-color-warning)`) — Denied-node fill.",
|
|
7443
7423
|
"attributes": [
|
|
7444
7424
|
{
|
|
7445
7425
|
"name": "for",
|
|
@@ -7472,7 +7452,7 @@
|
|
|
7472
7452
|
},
|
|
7473
7453
|
{
|
|
7474
7454
|
"name": "lr-flow-node",
|
|
7475
|
-
"description": "`<lr-flow-node>` — the card a workflow node renders as: header/body/toolbar chrome,\ntool-lifecycle status tones, and the named connection-handle elements edges anchor to. Used as\n`lr-flow-canvas`'s default card and as a slotted override; also renders standalone (palette\npreviews, docs). Purely presentational — activation, selection, movement, and connection are all\n`lr-flow-canvas` events; this component owns none of that.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Body content. |\n| `header` | Replaces the built-in heading row entirely. |\n| `icon` | Leading header glyph. |\n| `toolbar` | Action row at the block-end edge. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row wrapping the input handles, the card, and the output handles. Carries no card chrome of its own — style the card itself through the `card` part. |\n| `body` | The default-slot body wrapper. |\n| `card` | The bordered, filled node card. |\n| `handle` | Every handle dot (input or output). |\n| `handle-input` | An input handle dot (also carries the shared `handle` part). |\n| `handle-output` | An output handle dot (also carries the shared `handle` part). |\n| `header` | The built-in header row (omitted when the `header` slot has content). |\n| `heading` | The heading text. |\n| `icon` | The wrapper around the `icon` slot. |\n| `progress` | The determinate progress bar. |\n| `status` | The visible status chip (status is never color-only). |\n| `toolbar` | The toolbar row wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-node-min-inline-size` (default: `calc(var(--lr-size-10rem) + var(--lr-size-1rem))`) — Minimum card inline size.\n- `--lr-flow-node-compact-padding` (default: `var(--lr-space-xs)`) — `[part=\"card\"]` padding while `compact`.\n- `--lr-flow-node-compact-gap` (default: `var(--lr-space-2xs)`) — Gap between `[part=\"card\"]`'s rows while `compact`.\n- `--lr-flow-node-selected-border` (default: `var(--lr-color-brand)`) — Border color of the card while `selected`. Overriding the selection color otherwise requires hijacking the library-wide `--lr-color-brand` token.\n- `--lr-flow-node-running-border` (default: `var(--lr-color-brand)`) — Border color of the card while `status=\"running\"`. Independent from `--lr-flow-node-selected-border` so a consumer can retint just one of the two states without the other following along.\n- `--lr-flow-node-running-glow` (default: `var(--lr-color-brand-quiet)`) — Box-shadow color of the running-state ring around the card, and the pulse keyframes' peak color.",
|
|
7455
|
+
"description": "`<lr-flow-node>` — the card a workflow node renders as: header/body/toolbar chrome,\ntool-lifecycle status tones, and the named connection-handle elements edges anchor to. Used as\n`lr-flow-canvas`'s default card and as a slotted override; also renders standalone (palette\npreviews, docs). Purely presentational — activation, selection, movement, and connection are all\n`lr-flow-canvas` events; this component owns none of that.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Body content. |\n| `header` | Replaces the built-in heading row entirely. |\n| `icon` | Leading header glyph. |\n| `toolbar` | Action row at the block-end edge. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row wrapping the input handles, the card, and the output handles. Carries no card chrome of its own — style the card itself through the `card` part. |\n| `body` | The default-slot body wrapper. |\n| `card` | The bordered, filled node card. |\n| `handle` | Every handle dot (input or output). |\n| `handle-input` | An input handle dot (also carries the shared `handle` part). |\n| `handle-output` | An output handle dot (also carries the shared `handle` part). |\n| `header` | The built-in header row (omitted when the `header` slot has content). |\n| `heading` | The heading text. |\n| `icon` | The wrapper around the `icon` slot. |\n| `progress` | The determinate progress bar. |\n| `status` | The visible status chip (status is never color-only). |\n| `toolbar` | The toolbar row wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-node-min-inline-size` (default: `calc(var(--lr-size-10rem) + var(--lr-size-1rem))`) — Minimum card inline size.\n- `--lr-flow-node-compact-padding` (default: `var(--lr-space-xs)`) — `[part=\"card\"]` padding while `compact`.\n- `--lr-flow-node-compact-gap` (default: `var(--lr-space-2xs)`) — Gap between `[part=\"card\"]`'s rows while `compact`.\n- `--lr-flow-node-selected-border` (default: `var(--lr-color-brand)`) — Border color of the card while `selected`. Overriding the selection color otherwise requires hijacking the library-wide `--lr-color-brand` token.\n- `--lr-flow-node-running-border` (default: `var(--lr-color-brand)`) — Border color of the card while `status=\"running\"`. Independent from `--lr-flow-node-selected-border` so a consumer can retint just one of the two states without the other following along.\n- `--lr-flow-node-running-glow` (default: `var(--lr-color-brand-quiet)`) — Box-shadow color of the running-state ring around the card, and the pulse keyframes' peak color.\n- `--lr-flow-node-status-color` (default: `var(--lr-color-border-strong)`) — Status-dot color when no execution status is set.\n- `--lr-flow-node-status-pending-color` (default: `var(--lr-color-border-strong)`) — Pending status-dot color.\n- `--lr-flow-node-status-running-color` (default: `var(--lr-color-brand)`) — Running status-dot color.\n- `--lr-flow-node-status-success-color` (default: `var(--lr-color-success)`) — Success status-dot color.\n- `--lr-flow-node-status-error-color` (default: `var(--lr-color-danger)`) — Error status-dot color.\n- `--lr-flow-node-status-denied-color` (default: `var(--lr-color-warning)`) — Denied status-dot color.",
|
|
7476
7456
|
"attributes": [
|
|
7477
7457
|
{
|
|
7478
7458
|
"name": "compact",
|
|
@@ -7548,7 +7528,7 @@
|
|
|
7548
7528
|
},
|
|
7549
7529
|
{
|
|
7550
7530
|
"name": "lr-flow-run-overlay",
|
|
7551
|
-
"description": "`<lr-flow-run-overlay>` — execution-state presentation for a `lr-flow-canvas`: pushes a\n`FlowRunDecorations` map into the resolved canvas (the canvas itself renders the node/edge paint)\nand renders a compact run-summary strip. Does not execute, poll, or time anything — pure pushed\nstate; `durationMs` is host-computed.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Extra host chrome appended to the strip (e.g. a cancel button or a usage badge). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. Drops its floating-surface chrome under `appearance=\"plain\"`. |\n| `count` | One per status present (text + tone dot, never color-only). |\n| `live-region` | The step-transition announcement. |\n| `summary` | The \"{done} of {total} steps complete\" line.
|
|
7531
|
+
"description": "`<lr-flow-run-overlay>` — execution-state presentation for a `lr-flow-canvas`: pushes a\n`FlowRunDecorations` map into the resolved canvas (the canvas itself renders the node/edge paint)\nand renders a compact run-summary strip. Does not execute, poll, or time anything — pure pushed\nstate; `durationMs` is host-computed.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Extra host chrome appended to the strip (e.g. a cancel button or a usage badge). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. Drops its floating-surface chrome under `appearance=\"plain\"`. |\n| `count` | One per status present (text + tone dot, never color-only). |\n| `live-region` | The step-transition announcement. |\n| `summary` | The \"{done} of {total} steps complete\" line. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-flow-run-overlay-status-color` (default: `var(--lr-color-border-strong)`) — Count-dot color when no execution status is set.\n- `--lr-flow-run-overlay-status-pending-color` (default: `var(--lr-color-border-strong)`) — Pending count-dot color.\n- `--lr-flow-run-overlay-status-running-color` (default: `var(--lr-color-brand)`) — Running count-dot color.\n- `--lr-flow-run-overlay-status-success-color` (default: `var(--lr-color-success)`) — Success count-dot color.\n- `--lr-flow-run-overlay-status-error-color` (default: `var(--lr-color-danger)`) — Error count-dot color.\n- `--lr-flow-run-overlay-status-denied-color` (default: `var(--lr-color-warning)`) — Denied count-dot color.",
|
|
7552
7532
|
"attributes": [
|
|
7553
7533
|
{
|
|
7554
7534
|
"name": "appearance",
|
|
@@ -7824,7 +7804,7 @@
|
|
|
7824
7804
|
},
|
|
7825
7805
|
{
|
|
7826
7806
|
"name": "lr-geojson-view",
|
|
7827
|
-
"description": "`<lr-geojson-view>` — internal document-registry bridge rendering a fetched GeoJSON file through\n`<lr-map>`'s `dataLayers`. Not a documented public tag: excluded from README/llms family tables,\npresent in the generated manifest since a defined custom element is technically reachable.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `error` | The error region. |\n| `missing-library` | The missing-maplibre-gl callout shown alongside the json-viewer fallback. |\n| `spinner` | The loading status region. |\n| `status` | The feature-count status line. |",
|
|
7807
|
+
"description": "`<lr-geojson-view>` — internal document-registry bridge rendering a fetched GeoJSON file through\n`<lr-map>`'s `dataLayers`. Not a documented public tag: excluded from README/llms family tables,\npresent in the generated manifest since a defined custom element is technically reachable.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. It owns the named region in non-map states, the missing-peer fallback, and while a lazy map initializes; the loaded map canvas then owns that landmark. |\n| `error` | The error region. |\n| `metadata` | Searchable, selectable serialized GeoJSON metadata; scrolls inline rather than widening a narrow allocation. |\n| `missing-library` | The missing-maplibre-gl callout shown alongside the json-viewer fallback. |\n| `spinner` | The loading status region. |\n| `status` | The feature-count status line. |",
|
|
7828
7808
|
"attributes": [
|
|
7829
7809
|
{
|
|
7830
7810
|
"name": "locale",
|
|
@@ -7837,7 +7817,7 @@
|
|
|
7837
7817
|
},
|
|
7838
7818
|
{
|
|
7839
7819
|
"name": "name",
|
|
7840
|
-
"description": "
|
|
7820
|
+
"description": "Accessible-name fallback for the current region owner: the root in non-map states, or the\nloaded map canvas when the optional peer is available.\n\nType: `string` \nDefault: `''`",
|
|
7841
7821
|
"value": {
|
|
7842
7822
|
"type": [
|
|
7843
7823
|
"string"
|
|
@@ -7983,7 +7963,7 @@
|
|
|
7983
7963
|
},
|
|
7984
7964
|
{
|
|
7985
7965
|
"name": "lr-graph-legend",
|
|
7986
|
-
"description": "`<lr-graph-legend>` — a node-type legend for a paired `lr-graph`: one swatch + label + count\nrow per `lr-graph` node type, doubling as visibility filters. Never reads or writes a graph directly —\nthe host forwards `types` in from `graph.nodeTypes` and `hiddenTypes` back out to\n`graph.hiddenTypes` on `lr-visibility-change`, the same event-decoupled contract every sibling\nin this family follows.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"group\"` wrapper. |\n| `count` | The optional per-type count. |\n| `item` | One row per type — a `<button>` when `interactive`, a plain `<div>` otherwise. |\n| `label` | The type's label text. |\n| `live-region` | The visually hidden filter-toggle announcement. |\n| `swatch` | The type's shape glyph. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-graph-legend-hidden-color` (default: `var(--lr-color-text-quiet)`) — Text color for a filtered-out (hidden) legend row's label/count, independent of the shared quiet-text token.",
|
|
7966
|
+
"description": "`<lr-graph-legend>` — a node-type legend for a paired `lr-graph`: one swatch + label + count\nrow per `lr-graph` node type, doubling as visibility filters. Never reads or writes a graph directly —\nthe host forwards `types` in from `graph.nodeTypes` and `hiddenTypes` back out to\n`graph.hiddenTypes` on `lr-visibility-change`, the same event-decoupled contract every sibling\nin this family follows.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The `role=\"group\"` wrapper. |\n| `count` | The optional per-type count. |\n| `item` | One row per type — a `<button>` when `interactive`, a plain `<div>` otherwise. |\n| `label` | The type's label text. |\n| `live-region` | The visually hidden filter-toggle announcement. |\n| `swatch` | The type's shape glyph. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-graph-legend-hidden-color` (default: `var(--lr-color-text-quiet)`) — Text color for a filtered-out (hidden) legend row's label/count, independent of the shared quiet-text token.\n- `--lr-graph-legend-hidden-swatch-opacity` (default: `0.5`) — Opacity of a filtered-out row's decorative swatch.",
|
|
7987
7967
|
"attributes": [
|
|
7988
7968
|
{
|
|
7989
7969
|
"name": "interactive",
|
|
@@ -8283,7 +8263,7 @@
|
|
|
8283
8263
|
},
|
|
8284
8264
|
{
|
|
8285
8265
|
"name": "lr-histogram",
|
|
8286
|
-
"description": "`<lr-histogram>` — bins `values` into `bins` equal-width buckets and\nrenders them as a bar chart. Chart.js has no built-in histogram\ncontroller; this composes `binValues()` with the plain `bar` type.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
8266
|
+
"description": "`<lr-histogram>` — bins `values` into `bins` equal-width buckets and\nrenders them as a bar chart. Chart.js has no built-in histogram\ncontroller; this composes `binValues()` with the plain `bar` type.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
8287
8267
|
"attributes": [
|
|
8288
8268
|
{
|
|
8289
8269
|
"name": "accessible-description",
|
|
@@ -8469,7 +8449,7 @@
|
|
|
8469
8449
|
},
|
|
8470
8450
|
{
|
|
8471
8451
|
"name": "lr-html-viewer",
|
|
8472
|
-
"description": "Fetches and safely renders an inline HTML document.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The wrapper around the fetched-state content. |\n| `error` | The error region. |\n| `html` | The sanitized HTML document, once loaded. |\n| `spinner` | The loading region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-html-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.",
|
|
8452
|
+
"description": "Fetches and safely renders an inline HTML document. The sanitized surface establishes paint\ncontainment so retained author styles cannot position content over the surrounding application.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root container. |\n| `body` | The wrapper around the fetched-state content. |\n| `error` | The error region. |\n| `html` | The sanitized HTML document, once loaded. |\n| `spinner` | The loading region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-html-viewer-max-height` (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.",
|
|
8473
8453
|
"attributes": [
|
|
8474
8454
|
{
|
|
8475
8455
|
"name": "locale",
|
|
@@ -8482,7 +8462,7 @@
|
|
|
8482
8462
|
},
|
|
8483
8463
|
{
|
|
8484
8464
|
"name": "max-height",
|
|
8485
|
-
"description": "CSS
|
|
8465
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
8486
8466
|
"value": {
|
|
8487
8467
|
"type": [
|
|
8488
8468
|
"string"
|
|
@@ -8779,7 +8759,7 @@
|
|
|
8779
8759
|
},
|
|
8780
8760
|
{
|
|
8781
8761
|
"name": "lr-include",
|
|
8782
|
-
"description": "`<lr-include>` fetches an HTML fragment from `src` and transcludes it into\nthe page as sanitized light-DOM content, so the fragment participates in\nthe surrounding page's CSS cascade exactly like a native server-side\ninclude — unlike `<lr-html-viewer>`, which renders a foreign document\ninside an isolated preview card.\n\nThe fetched markup always passes through the shared DOMPurify-backed\nsanitizer (`loadHtmlSanitizer()`, the same loader `<lr-html-viewer>`\nuses) before it ever touches `innerHTML` — there is no `allow-scripts`\nescape hatch here, unlike the Web Awesome/Shoelace components this element\notherwise mirrors: their raw, unsanitized injection (with an opt-in to\nactually re-execute embedded `<script>` tags) is incompatible with this\nlibrary's sanitize-always contract, so that option is simply omitted\nrather than shipped as a documented no-op.\n\n`mode` deliberately defaults to `'same-origin'` rather than the `'cors'`\ndefault those upstream components document — a same-origin-only fetch\nfails closed unless a consumer explicitly opts in to cross-origin fetching\nwith `mode=\"cors\"` (and the remote server cooperates via CORS headers).\n`'no-cors'` is accepted for enum completeness but is rarely useful: it\nalways yields an opaque response (`status` `0`, unreadable body), a Fetch\nAPI platform limitation rather than a bug here.\n\nThis is a deliberately bare transclusion primitive with no label/hint/\nerror chrome — its interaction idiom (silently swapping light-DOM content)\nis incompatible with a generic label/hint/error frame. Listen for\n`lr-include-error` to build your own error UI, and author meaningful\nfallback content inside `<lr-include>` for when the fetch never\nsucceeds; that fallback (and any previously successful include) is left\nuntouched on failure. No `aria-live` region wraps the slot either: the\nfragment can contain its own landmarks and nested content, and forcing the\nwhole host into a live region would re-announce all of it on every load.\n\nNo implicit ARIA role and no computed accessible name are applied around\nthe transcluded content — the fragment's own semantics (headings,\nlandmarks, its own `role`/`aria-*` attributes) surface directly and\nunmodified, exactly as they would in a native include. `aria-busy
|
|
8762
|
+
"description": "`<lr-include>` fetches an HTML fragment from `src` and transcludes it into\nthe page as sanitized light-DOM content, so the fragment participates in\nthe surrounding page's CSS cascade exactly like a native server-side\ninclude — unlike `<lr-html-viewer>`, which renders a foreign document\ninside an isolated preview card.\n\nThe fetched markup always passes through the shared DOMPurify-backed\nsanitizer (`loadHtmlSanitizer()`, the same loader `<lr-html-viewer>`\nuses) before it ever touches `innerHTML` — there is no `allow-scripts`\nescape hatch here, unlike the Web Awesome/Shoelace components this element\notherwise mirrors: their raw, unsanitized injection (with an opt-in to\nactually re-execute embedded `<script>` tags) is incompatible with this\nlibrary's sanitize-always contract, so that option is simply omitted\nrather than shipped as a documented no-op.\n\n`mode` deliberately defaults to `'same-origin'` rather than the `'cors'`\ndefault those upstream components document — a same-origin-only fetch\nfails closed unless a consumer explicitly opts in to cross-origin fetching\nwith `mode=\"cors\"` (and the remote server cooperates via CORS headers).\n`'no-cors'` is accepted for enum completeness but is rarely useful: it\nalways yields an opaque response (`status` `0`, unreadable body), a Fetch\nAPI platform limitation rather than a bug here.\n\nThis is a deliberately bare transclusion primitive with no label/hint/\nerror chrome — its interaction idiom (silently swapping light-DOM content)\nis incompatible with a generic label/hint/error frame. Listen for\n`lr-include-error` to build your own error UI, and author meaningful\nfallback content inside `<lr-include>` for when the fetch never\nsucceeds; that fallback (and any previously successful include) is left\nuntouched on failure. No `aria-live` region wraps the slot either: the\nfragment can contain its own landmarks and nested content, and forcing the\nwhole host into a live region would re-announce all of it on every load.\n\nNo implicit ARIA role and no computed accessible name are applied around\nthe transcluded content — the fragment's own semantics (headings,\nlandmarks, its own `role`/`aria-*` attributes) surface directly and\nunmodified, exactly as they would in a native include. The host carries an\nexplicit `aria-busy` state: `\"true\"` while a fetch is in flight and\n`\"false\"` otherwise.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Fallback content shown until (or unless) a fetch succeeds; overwritten with the sanitized fragment once one does. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The non-layout (`display: contents`) wrapper around the default slot. |",
|
|
8783
8763
|
"attributes": [
|
|
8784
8764
|
{
|
|
8785
8765
|
"name": "locale",
|
|
@@ -9078,7 +9058,7 @@
|
|
|
9078
9058
|
},
|
|
9079
9059
|
{
|
|
9080
9060
|
"name": "lr-json-viewer",
|
|
9081
|
-
"description": "`<lr-json-viewer>` — a collapsible, copyable tree view for an arbitrary\nJSON-serializable value (object/array/string/number/boolean/null/\nundefined). Serves as the fallback renderer wherever a raw payload (tool\ncall arguments, a tool result, an API response) needs inspecting without a\nbespoke view.\n\nExpand/collapse state is keyed by structural path (not by object identity),\nso it survives a `data` reassignment that keeps the same shape -- e.g. a\nstreaming tool result being patched in place.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root scroll container; respects `max-height`. |\n| `bracket` | A `{`, `}`, `[`, or `]` delimiter. |\n| `copy-button` | A copy-to-clipboard button -- the top-level one (in `toolbar`, labelled \"Copy JSON to clipboard\") or a per-node one (only rendered when `copyable`; labelled with its own key/type, e.g. \"Copy age\", so assistive tech can tell rows apart). |\n| `key` | An object property key or array index label. |\n| `limit` | Localized notice shown when the depth/node traversal budget truncates rendering or search. |\n| `toggle` | A container node's expand/collapse button (hidden, but present for row alignment, on leaf/empty nodes). |\n| `toolbar` | The wrapper around the top-level copy button (only rendered when `copyable`). |\n| `tree` | The wrapper around the rendered node tree. |\n| `value` | A primitive value's text -- carries `data-type` (`string`/`number`/`boolean`/`null`/`undefined`, or `circular` for a self-reference marker in place of a re-visited container's subtree) for per-type coloring, `data-match` while it matches `search`, and `data-active` while it is the current `searchNext()`/`searchPrevious()` cursor position. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-json-viewer-max-height` (default: `none`) — Cap on `[part=\"base\"]`'s block size, past which the viewer scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.\n- `--lr-json-viewer-font` (default: `var(--lr-font-mono)`) — Font family used for the rendered tree.\n- `--lr-json-viewer-match-bg` (default: `var(--lr-color-warning-quiet)`) — Background (and surrounding box-shadow) of a key/value that currently matches `search`.\n- `--lr-json-viewer-active-outline` (default: `var(--lr-focus-ring-color)`) — Outline color for the current imperative search match.\n- `--lr-json-viewer-string-color` (default: `var(--lr-color-success)`) — String value color.\n- `--lr-json-viewer-number-color` (default: `var(--lr-color-brand)`) — Number value color.\n- `--lr-json-viewer-boolean-color` (default: `var(--lr-color-warning)`) — Boolean value color.\n- `--lr-json-viewer-null-color` (default: `var(--lr-color-text-quiet)`) — Null, undefined, and circular-reference marker color.",
|
|
9061
|
+
"description": "`<lr-json-viewer>` — a collapsible, copyable tree view for an arbitrary\nJSON-serializable value (object/array/string/number/boolean/null/\nundefined). Serves as the fallback renderer wherever a raw payload (tool\ncall arguments, a tool result, an API response) needs inspecting without a\nbespoke view.\n\nExpand/collapse state is keyed by structural path (not by object identity),\nso it survives a `data` reassignment that keeps the same shape -- e.g. a\nstreaming tool result being patched in place.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root scroll container; respects `max-height`. |\n| `bracket` | A `{`, `}`, `[`, or `]` delimiter. |\n| `copy-button` | A copy-to-clipboard button -- the top-level one (in `toolbar`, labelled \"Copy JSON to clipboard\") or a per-node one (only rendered when `copyable`; labelled with its own key/type, e.g. \"Copy age\", so assistive tech can tell rows apart). |\n| `key` | An object property key or array index label. |\n| `limit` | Localized notice shown when the depth/node traversal budget truncates rendering or search. |\n| `row` | A single structural JSON row (opening/value rows and closing-delimiter rows). |\n| `toggle` | A container node's expand/collapse button (hidden, but present for row alignment, on leaf/empty nodes). |\n| `toolbar` | The wrapper around the top-level copy button (only rendered when `copyable`). |\n| `tree` | The wrapper around the rendered node tree. |\n| `value` | A primitive value's text -- carries `data-type` (`string`/`number`/`boolean`/`null`/`undefined`, or `circular` for a self-reference marker in place of a re-visited container's subtree) for per-type coloring, `data-match` while it matches `search`, and `data-active` while it is the current `searchNext()`/`searchPrevious()` cursor position. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-json-viewer-max-height` (default: `none`) — Cap on `[part=\"base\"]`'s block size, past which the viewer scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`.\n- `--lr-json-viewer-font` (default: `var(--lr-font-mono)`) — Font family used for the rendered tree.\n- `--lr-json-viewer-match-bg` (default: `var(--lr-color-warning-quiet)`) — Background (and surrounding box-shadow) of a key/value that currently matches `search`.\n- `--lr-json-viewer-row-hover-bg` (default: `var(--lr-color-brand-quiet)`) — Hover background for a structural row.\n- `--lr-json-viewer-active-outline` (default: `var(--lr-focus-ring-color)`) — Outline color for the current imperative search match.\n- `--lr-json-viewer-string-color` (default: `var(--lr-color-success)`) — String value color.\n- `--lr-json-viewer-number-color` (default: `var(--lr-color-brand)`) — Number value color.\n- `--lr-json-viewer-boolean-color` (default: `var(--lr-color-warning)`) — Boolean value color.\n- `--lr-json-viewer-null-color` (default: `var(--lr-color-text-quiet)`) — Null, undefined, and circular-reference marker color.",
|
|
9082
9062
|
"attributes": [
|
|
9083
9063
|
{
|
|
9084
9064
|
"name": "collapsed-depth",
|
|
@@ -9104,7 +9084,7 @@
|
|
|
9104
9084
|
},
|
|
9105
9085
|
{
|
|
9106
9086
|
"name": "max-height",
|
|
9107
|
-
"description": "A CSS length (e.g. `\"20rem\"`); once set, the viewer scrolls internally past this height
|
|
9087
|
+
"description": "A CSS length (e.g. `\"20rem\"`); once set, the viewer scrolls internally past this height\ninstead of growing the page. Invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
9108
9088
|
"value": {
|
|
9109
9089
|
"type": [
|
|
9110
9090
|
"string"
|
|
@@ -9124,7 +9104,7 @@
|
|
|
9124
9104
|
},
|
|
9125
9105
|
{
|
|
9126
9106
|
"name": "lr-kbd",
|
|
9127
|
-
"description": "`<lr-kbd>` — a small chip representing a keyboard shortcut, rendering\nthe platform-appropriate glyph for cross-platform modifier keys (⌘ on\nmacOS, \"Ctrl\" elsewhere) from a single platform-neutral `keys` string.\n\n`keys` is a `+`-separated sequence of tokens, e.g. `\"mod+k\"` or\n`\"mod+shift+p\"`. Recognized modifier tokens: `mod` (the platform-neutral\nprimary modifier — ⌘ on macOS, \"Ctrl\" elsewhere), `alt` (⌥ / \"Alt\"),\n`shift` (⇧ on every platform), and `ctrl` (always the literal Control\nkey, distinct from `mod`, for a shortcut that's specifically Ctrl even on\nmacOS). Any other token renders as typed, except a bare single\nletter/digit which is upper-cased, with a small built-in map of friendly\nlabels for common named keys (`enter` → `↵`, `esc` → \"Esc\", the four\narrow keys → arrow glyphs, plus `tab`/`space`/`backspace`/`delete`/`home`/\n`end`/`pageup`/`pagedown`/`plus`/`minus`). `enter` renders as its `↵`\nglyph (not the word \"Enter\") to match the other single-glyph modifier/\narrow keys visually — its spelled-out word form still appears in the\ncomputed `aria-label`.\n\nEach token renders as its own key cap (`part=\"key\"`); consecutive caps\nare joined by a small \"+\" separator between them, matching how most\ncross-platform shortcut documentation (including on macOS, despite the\nOS's own native shortcut hints usually running the glyphs together with\nno separator) reads unambiguously regardless of how many/which glyphs are\ninvolved.\n\nThe default slot is not used for the normal glyph rendering above — it's\nan escape hatch for fully custom content (e.g. an icon instead of a text\nglyph) that, when non-empty, replaces the `keys`-driven rendering
|
|
9107
|
+
"description": "`<lr-kbd>` — a small chip representing a keyboard shortcut, rendering\nthe platform-appropriate glyph for cross-platform modifier keys (⌘ on\nmacOS, \"Ctrl\" elsewhere) from a single platform-neutral `keys` string.\n\n`keys` is a `+`-separated sequence of tokens, e.g. `\"mod+k\"` or\n`\"mod+shift+p\"`. Recognized modifier tokens: `mod` (the platform-neutral\nprimary modifier — ⌘ on macOS, \"Ctrl\" elsewhere), `alt` (⌥ / \"Alt\"),\n`shift` (⇧ on every platform), and `ctrl` (always the literal Control\nkey, distinct from `mod`, for a shortcut that's specifically Ctrl even on\nmacOS). Any other token renders as typed, except a bare single\nletter/digit which is upper-cased, with a small built-in map of friendly\nlabels for common named keys (`enter` → `↵`, `esc` → \"Esc\", the four\narrow keys → arrow glyphs, plus `tab`/`space`/`backspace`/`delete`/`home`/\n`end`/`pageup`/`pagedown`/`plus`/`minus`). `enter` renders as its `↵`\nglyph (not the word \"Enter\") to match the other single-glyph modifier/\narrow keys visually — its spelled-out word form still appears in the\ncomputed `aria-label`.\n\nEach token renders as its own key cap (`part=\"key\"`); consecutive caps\nare joined by a small \"+\" separator between them, matching how most\ncross-platform shortcut documentation (including on macOS, despite the\nOS's own native shortcut hints usually running the glyphs together with\nno separator) reads unambiguously regardless of how many/which glyphs are\ninvolved.\n\nThe default slot is not used for the normal glyph rendering above — it's\nan escape hatch for fully custom content (e.g. an icon instead of a text\nglyph) that, when non-empty, replaces the `keys`-driven rendering.\nA host `aria-label` names that custom shortcut as one `role=\"img\"` unit;\nwithout one, the slotted content continues to own its own semantics.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional override for fully custom key-cap content, replacing the `keys`-driven rendering. Leave empty to use `keys`. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chip's root element. |\n| `key` | Each rendered key cap (one per token in `keys`). |",
|
|
9128
9108
|
"attributes": [
|
|
9129
9109
|
{
|
|
9130
9110
|
"name": "keys",
|
|
@@ -9194,7 +9174,7 @@
|
|
|
9194
9174
|
"attributes": [
|
|
9195
9175
|
{
|
|
9196
9176
|
"name": "active-tab",
|
|
9197
|
-
"description": "Active tab. Controlled by the host after `lr-tab-change` if desired.\n\nType: `KnowledgeBaseAdminTab` \nDefault: `'sources'`",
|
|
9177
|
+
"description": "Active tab. Controlled by the host after `lr-tab-change` if desired. If the ingestion tab\nbecomes unavailable, this normalizes to `'sources'` through the same event contract.\n\nType: `KnowledgeBaseAdminTab` \nDefault: `'sources'`",
|
|
9198
9178
|
"value": {
|
|
9199
9179
|
"type": [
|
|
9200
9180
|
"KnowledgeBaseAdminTab"
|
|
@@ -9203,7 +9183,7 @@
|
|
|
9203
9183
|
},
|
|
9204
9184
|
{
|
|
9205
9185
|
"name": "hide-ingestion",
|
|
9206
|
-
"description": "Hides the ingestion tab and queue.\n\nType: `boolean` \nDefault: `false`",
|
|
9186
|
+
"description": "Hides the ingestion tab and queue. An active/focused ingestion tab moves to Sources.\n\nType: `boolean` \nDefault: `false`",
|
|
9207
9187
|
"value": {
|
|
9208
9188
|
"type": [
|
|
9209
9189
|
"boolean"
|
|
@@ -9232,7 +9212,7 @@
|
|
|
9232
9212
|
},
|
|
9233
9213
|
{
|
|
9234
9214
|
"name": "lr-knowledge-graph-explorer",
|
|
9235
|
-
"description": "`<lr-knowledge-graph-explorer>` — an orchestration-level surface for exploring a knowledge\ngraph: the `lr-graph` canvas plus entity search, type filters, neighborhood expansion, pinned\nnodes, path finding between pins, node selection, and a details overlay. Composes existing\nprimitives rather than re-implementing graph rendering: `lr-graph` (canvas/pan-zoom/selection),\n`lr-graph-legend` (type filters), `lr-entity-card` (the details popover's default content),\n`lr-neighbor-list` (the selected entity's relationships), `lr-path-strip` (a found path), and\n`lr-popover.showAt()` (the details overlay itself).\n\n**How the details popover finds its viewport position.** `lr-graph.getNodePosition()` and the\n`lr-node-click` event's `{ x, y }` are in the graph's own *local drawing space* (pre pan/zoom),\nnever viewport pixels -- passing them straight to `showAt()` would anchor the popover at the\nwrong place as soon as the graph has panned or zoomed even once. A direct node click resolves\nthe correct viewport rect the way this library's own documented `lr-graph` + `lr-popover.showAt()`\ncomposition does: for `renderer=\"svg\"` (the default), `event.composedPath()` (the native `click`\nthat bubbles out of `lr-graph`'s shadow root) locates the actual clicked `[part=\"node\"]` element,\nwhose `getBoundingClientRect()` is already viewport-relative; for `renderer=\"canvas\"` (no\nper-node DOM element to find), the click event's own `clientX`/`clientY` are used directly, since\ncanvas hit-testing already treats those as viewport coordinates internally. While the popover\nstays open after an `renderer=\"svg\"` click, this component re-reads that same resolved node\nelement's `getBoundingClientRect()` and re-calls `showAt()` every time the composed `lr-graph`\nemits its own `lr-viewport-change` (a frame-coalesced pan/zoom/simulation-tick signal) --\nschedules no `requestAnimationFrame` loop of its own, unlike an idle popover polling the DOM on\nevery frame regardless of whether anything actually moved. Selecting a node any other\nway -- a search result, a neighbor row, a path-strip element, keyboard Enter/Space on a graph\nnode (which never dispatches a native `click`) -- has no click event to read a rect from, so it\ninstead calls the public `lr-graph.focusNode(id)` (which centers that node in the viewport) and\nthen anchors the popover at the graph element's own `getBoundingClientRect()` center once that\nsettles; no continuous tracking applies to that path.\n\n**Controlled vs. self-managed state.** `nodes`/`links`/`nodeTypes`/`communities`/`entityDetails`/\n`path` are purely host-supplied data, rendered as given. `hiddenTypes`/`selectedNodeId`/\n`searchQuery`/`pinnedNodeIds` are this component's own genuinely new contribution: it wires them\ninto `lr-graph`'s existing controlled props (`hiddenTypes`, `selectedNodeIds`, `dimmedNodeIds`,\n`dimmedLinkIds`) itself, toggling its own copy on interaction (the same self-toggle-then-emit\ncontract `lr-graph-legend` already uses) so every feature works with zero host wiring, while\nstill being presettable/observable properties and emitting events (`lr-selection-change`,\n`lr-pin-change`, `lr-path-request`, plus every composed primitive's own event bubbling straight through\nunmodified) for a host that wants to persist or react to them.\n\n`highlight` controls what drives that dimming, on top of the always-active search-match\ndimming: `'selection'` (the default) dims by the selected node's immediate neighborhood;\n`'hover'` also dims by whichever node is currently pointer-hovered (falling back to the selected\nnode's neighborhood while nothing is hovered); `'none'` turns this component's own dimming off\nentirely, forwarding empty `dimmedNodeIds`/`dimmedLinkIds` regardless of search/selection state\n-- for a host that wants to drive `lr-graph`'s dimming through a different composition instead.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `details` | Overrides the details popover's default content (an `lr-entity-card` with a nested `lr-neighbor-list` and a pin toggle). Receives no data -- a consumer overriding this slot reads the selected entity from `selectedNodeId`/`nodes` itself. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root `role=\"group\"` wrapper. |\n| `detail-card` | The default-content `lr-entity-card`, only present while `selectedNodeId` resolves to a node. |\n| `detail-popover` | The composed `lr-popover` hosting the details overlay. |\n| `graph` | The composed `lr-graph`. |\n| `legend` | The composed `lr-graph-legend`. |\n| `path` | The composed `lr-path-strip`, only rendered while `path` is non-empty. |\n| `pinned` | The pinned-nodes row, only rendered while `pinnedNodeIds` is non-empty. |\n| `pinned-heading` | The pinned-nodes row's leading label. |\n| `search` | The composed `lr-entity-card` search `lr-input`. |\n| `search-empty` | The \"no matches\" message, shown when `searchQuery` is non-empty but no node matches. |\n| `search-result` | One search-match row (`role=\"listitem\"`, wrapping a `<button>`). |\n| `search-results` | The search-match list, only rendered while `searchQuery` is non-empty. |\n| `toolbar` | The row wrapping the search input and the type-filter legend. |",
|
|
9215
|
+
"description": "`<lr-knowledge-graph-explorer>` — an orchestration-level surface for exploring a knowledge\ngraph: the `lr-graph` canvas plus entity search, type filters, neighborhood expansion, pinned\nnodes, path finding between pins, node selection, and a details overlay. Composes existing\nprimitives rather than re-implementing graph rendering: `lr-graph` (canvas/pan-zoom/selection),\n`lr-graph-legend` (type filters), `lr-entity-card` (the details popover's default content),\n`lr-neighbor-list` (the selected entity's relationships), `lr-path-strip` (a found path), and\n`lr-popover.showAt()` (the details overlay itself).\n\n**How the details popover finds its viewport position.** `lr-graph.getNodePosition()` and the\n`lr-node-click` event's `{ x, y }` are in the graph's own *local drawing space* (pre pan/zoom),\nnever viewport pixels -- passing them straight to `showAt()` would anchor the popover at the\nwrong place as soon as the graph has panned or zoomed even once. A direct node click resolves\nthe correct viewport rect the way this library's own documented `lr-graph` + `lr-popover.showAt()`\ncomposition does: for `renderer=\"svg\"` (the default), `event.composedPath()` (the native `click`\nthat bubbles out of `lr-graph`'s shadow root) locates the actual clicked `[part=\"node\"]` element,\nwhose `getBoundingClientRect()` is already viewport-relative; for `renderer=\"canvas\"` (no\nper-node DOM element to find), the click event's own `clientX`/`clientY` are used directly, since\ncanvas hit-testing already treats those as viewport coordinates internally. While the popover\nstays open after an `renderer=\"svg\"` click, this component re-reads that same resolved node\nelement's `getBoundingClientRect()` and re-calls `showAt()` every time the composed `lr-graph`\nemits its own `lr-viewport-change` (a frame-coalesced pan/zoom/simulation-tick signal) --\nschedules no `requestAnimationFrame` loop of its own, unlike an idle popover polling the DOM on\nevery frame regardless of whether anything actually moved. Selecting a node any other\nway -- a search result, a neighbor row, a path-strip element, keyboard Enter/Space on a graph\nnode (which never dispatches a native `click`) -- has no click event to read a rect from, so it\ninstead calls the public `lr-graph.focusNode(id)` (which centers that node in the viewport) and\nthen anchors the popover at the graph element's own `getBoundingClientRect()` center once that\nsettles; no continuous tracking applies to that path.\n\n**Controlled vs. self-managed state.** `nodes`/`links`/`nodeTypes`/`communities`/`entityDetails`/\n`path` are purely host-supplied data, rendered as given. `hiddenTypes`/`selectedNodeId`/\n`searchQuery`/`pinnedNodeIds` are this component's own genuinely new contribution: it wires them\ninto `lr-graph`'s existing controlled props (`hiddenTypes`, `selectedNodeIds`, `dimmedNodeIds`,\n`dimmedLinkIds`) itself, toggling its own copy on interaction (the same self-toggle-then-emit\ncontract `lr-graph-legend` already uses) so every feature works with zero host wiring, while\nstill being presettable/observable properties and emitting events (`lr-selection-change`,\n`lr-pin-change`, `lr-path-request`, plus every composed primitive's own event bubbling straight through\nunmodified) for a host that wants to persist or react to them.\nHidden node types are excluded from both search matches and selected-entity neighbor rows, and\nactivation requests for a hidden node are ignored before selection changes.\n\n`highlight` controls what drives that dimming, on top of the always-active search-match\ndimming: `'selection'` (the default) dims by the selected node's immediate neighborhood;\n`'hover'` also dims by whichever node is currently pointer-hovered (falling back to the selected\nnode's neighborhood while nothing is hovered); `'none'` turns this component's own dimming off\nentirely, forwarding empty `dimmedNodeIds`/`dimmedLinkIds` regardless of search/selection state\n-- for a host that wants to drive `lr-graph`'s dimming through a different composition instead.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `details` | Overrides the details popover's default content (an `lr-entity-card` with a nested `lr-neighbor-list` and a pin toggle). Receives no data -- a consumer overriding this slot reads the selected entity from `selectedNodeId`/`nodes` itself. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root `role=\"group\"` wrapper. |\n| `detail-card` | The default-content `lr-entity-card`, only present while `selectedNodeId` resolves to a node. |\n| `detail-popover` | The composed `lr-popover` hosting the details overlay. |\n| `graph` | The composed `lr-graph`. |\n| `legend` | The composed `lr-graph-legend`. |\n| `path` | The composed `lr-path-strip`, only rendered while `path` is non-empty. |\n| `pinned` | The pinned-nodes row, only rendered while `pinnedNodeIds` is non-empty. |\n| `pinned-heading` | The pinned-nodes row's leading label. |\n| `search` | The composed `lr-entity-card` search `lr-input`. |\n| `search-empty` | The \"no matches\" message, shown when `searchQuery` is non-empty but no node matches. |\n| `search-result` | One search-match row (`role=\"listitem\"`, wrapping a `<button>`). |\n| `search-results` | The search-match list, only rendered while `searchQuery` is non-empty. |\n| `toolbar` | The row wrapping the search input and the type-filter legend. |",
|
|
9236
9216
|
"attributes": [
|
|
9237
9217
|
{
|
|
9238
9218
|
"name": "height",
|
|
@@ -9512,7 +9492,7 @@
|
|
|
9512
9492
|
},
|
|
9513
9493
|
{
|
|
9514
9494
|
"name": "show-counter",
|
|
9515
|
-
"description": "Shows/hides `part=\"counter\"
|
|
9495
|
+
"description": "Shows/hides only the visible `part=\"counter\"`. The accessibility `part=\"live-region\"`\nannouncement remains active so navigation is still conveyed when visual chrome is hidden.\nMirrors `<lr-carousel>`'s `showIndicators` (name shape, no reflect). Uses\nshowCounterConverter rather than Lit's default presence-based `type: Boolean`\nhandling, so a plain-HTML consumer with no way to write a `.showCounter` property binding\ncan still turn this off with `show-counter=\"false\"`.\n\nType: `boolean` \nDefault: `true`",
|
|
9516
9496
|
"value": {
|
|
9517
9497
|
"type": [
|
|
9518
9498
|
"boolean"
|
|
@@ -9532,7 +9512,7 @@
|
|
|
9532
9512
|
},
|
|
9533
9513
|
{
|
|
9534
9514
|
"name": "lr-line-chart",
|
|
9535
|
-
"description": "`<lr-line-chart>` — `<lr-chart>` with `type` locked to `\"line\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
9515
|
+
"description": "`<lr-line-chart>` — `<lr-chart>` with `type` locked to `\"line\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
9536
9516
|
"attributes": [
|
|
9537
9517
|
{
|
|
9538
9518
|
"name": "accessible-description",
|
|
@@ -9700,7 +9680,7 @@
|
|
|
9700
9680
|
},
|
|
9701
9681
|
{
|
|
9702
9682
|
"name": "lr-lite-chart",
|
|
9703
|
-
"description": "`<lr-lite-chart>` — a dependency-free bar/line chart, plain SVG/DOM\nrendering with zero peer dependencies (unlike `lr-chart`, which wraps\n`chart.js`). For a project whose architecture forbids a charting\ndependency outright, this covers the common bar/line case: grouped or\nstacked bars, multi-series lines, per-point click, and hover tooltips\n(native SVG `<title>`, no positioning JS needed) — not a full `lr-chart`\nreplacement (no zoom/pan, no pie/doughnut/radar/scatter/bubble types, no\nhorizontal/dual-y-axis, no raw-config passthrough).\n\nBecause this renders real DOM (not canvas), it reuses `lr-chart`'s\n`--lr-chart-*` theme tokens directly via CSS `var()` — no\n`getComputedStyle()`-based re-theming step is needed the way `chart.ts`\nneeds one for its canvas.\n\nBy default (`layout=\"fit\"`) the plot always squeezes to the measured host\nwidth. Three independent, opt-in escape hatches for dense/aligned data:\n`layout=\"scroll\"` (+ `barWidth`) gives every bar a fixed pixel width and\nlets the plot overflow the host horizontally (scrollable) instead of\nsqueezing; `maxLabels` decimates which x-axis text labels render (bars\nalways still render) once there are more categories than that; and\n`barX` lets a consumer hand in its own per-category x-coordinate function\n— e.g. to pixel-align this chart's bars with a sibling `lr-heatmap`'s\ncalendar columns — overriding the internal slot math for both bars and\ntheir labels. All three are additive and no-ops when left unset.\n\nSeven further additive, opt-in properties: `pointText` overrides the\nper-bar/per-point `<title
|
|
9683
|
+
"description": "`<lr-lite-chart>` — a dependency-free bar/line chart, plain SVG/DOM\nrendering with zero peer dependencies (unlike `lr-chart`, which wraps\n`chart.js`). For a project whose architecture forbids a charting\ndependency outright, this covers the common bar/line case: grouped or\nstacked bars, multi-series lines, per-point click, and hover tooltips\n(native SVG `<title>`, no positioning JS needed) — not a full `lr-chart`\nreplacement (no zoom/pan, no pie/doughnut/radar/scatter/bubble types, no\nhorizontal/dual-y-axis, no raw-config passthrough).\n\nBecause this renders real DOM (not canvas), it reuses `lr-chart`'s\n`--lr-chart-*` theme tokens directly via CSS `var()` — no\n`getComputedStyle()`-based re-theming step is needed the way `chart.ts`\nneeds one for its canvas.\n\nBy default (`layout=\"fit\"`) the plot always squeezes to the measured host\nwidth. Three independent, opt-in escape hatches for dense/aligned data:\n`layout=\"scroll\"` (+ `barWidth`) gives every bar a fixed pixel width and\nlets the plot overflow the host horizontally (scrollable) instead of\nsqueezing; `maxLabels` decimates which x-axis text labels render (bars\nalways still render) once there are more categories than that; and\n`barX` lets a consumer hand in its own per-category x-coordinate function\n— e.g. to pixel-align this chart's bars with a sibling `lr-heatmap`'s\ncalendar columns — overriding the internal slot math for both bars and\ntheir labels. All three are additive and no-ops when left unset.\n\nSeven further additive, opt-in properties: `pointText` overrides the\nper-bar/per-point `<title>` tooltip and accessible-name text (mirrors\n`lr-heatmap`'s `cellText` hook), falling back to the built-in raw-value\ntemplate when unset; `roundedBars` draws bars as a rounded-top path\ninstead of a square-cornered rect; `skipZero` omits a bar entirely (not\njust zero-height) for an exactly-`0` value; `padLeft`/`barGapRatio`\noverride the internal `PAD_LEFT`/`BAR_GROUP_GAP` layout constants; `scale`\n(`type=\"bar\"` only) switches the bar-height mapping from the default\nlinear `niceDomain` fraction to a `Math.sqrt(value / domainMax)`\ncompression (mirroring `lr-heatmap`'s matrix-mode `sqrt` scale) so a\nskewed dataset's smaller bars don't get washed out by one dominant value\n— gridlines/tick labels stay on the linear domain regardless, only the bar\nmarks' own height changes, and `type=\"line\"` ignores `scale` entirely; and\n`hideAxis` suppresses `renderGrid()`'s gridlines/tick labels altogether\n(x-axis category labels, rendered separately, are unaffected). An eighth,\n`legendText`, appends a formatter-supplied string after each series' label in the\nbuilt-in legend row (e.g. a value or share) — no-op while `legend` is unset, matching the same\nfallback-to-unchanged convention as every other hook here. The built-in multi-series accessible\ntable can independently format its finite numeric cells through `tableCellFormatter`; for a\nstacked bar chart, `tableTotals` adds an opt-in localized total column. Both are no-ops when\nunset.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `axis-label` | Each axis tick label. |\n| `axis-title` | The x/y axis title text, when set. |\n| `bar` | Each bar rect (type=\"bar\"). Carries `data-selected` and `aria-pressed=\"true\"` when its category index is in `selectedIndex`. |\n| `base` | The host's flex layout wrapper. |\n| `data-list` | A visually hidden list of all plotted data points (single-series only). |\n| `data-table` | A visually hidden category×series data table, rendered instead of `data-list` when there is more than one dataset so a screen-reader user hears series grouping rather than one flattened N×M sequence. |\n| `grid-line` | Each horizontal gridline. |\n| `legend` | The legend row, when `legend` is set. |\n| `legend-item` | Each legend entry. |\n| `legend-swatch` | Each legend entry's color swatch. |\n| `legend-text` | Extra per-item text after the series label, rendered only when `legendText` is set. |\n| `line` | Each series' stroked line path (type=\"line\"). |\n| `live-region` | The current mark announcement for keyboard users. |\n| `point` | Each series' per-point keyboard target (type=\"line\"). Carries `data-selected` and explicit `aria-pressed` state. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-lite-chart-selected-outline-color` (default: `var(--lr-color-brand)`) — Stroke for a bar/point whose category index is in `selectedIndex`.",
|
|
9704
9684
|
"attributes": [
|
|
9705
9685
|
{
|
|
9706
9686
|
"name": "accessible-label",
|
|
@@ -9730,7 +9710,7 @@
|
|
|
9730
9710
|
},
|
|
9731
9711
|
{
|
|
9732
9712
|
"name": "height",
|
|
9733
|
-
"description": "
|
|
9713
|
+
"description": "A CSS `height`; invalid values leave the default height token in control.\n\nType: `string` \nDefault: `'280px'`",
|
|
9734
9714
|
"value": {
|
|
9735
9715
|
"type": [
|
|
9736
9716
|
"string"
|
|
@@ -9999,7 +9979,7 @@
|
|
|
9999
9979
|
},
|
|
10000
9980
|
{
|
|
10001
9981
|
"name": "lr-map",
|
|
10002
|
-
"description": "`<lr-map>` — a maplibre-gl wrapper with a declarative legend, choropleth\nGeoJSON layer, markers, and additive `dataLayers` GeoJSON overlays\n(arbitrary shapes rendered as a source plus fill/line/circle layers,\nindependent of `choropleth`'s field/stops color-interpolation), plus a raw\n`map` escape hatch. Requires the optional peer dep `maplibre-gl`\nv5 or v6 (consumers also import its CSS). MapLibre v6 is ESM-only, requires WebGL2, and needs\nits module-worker URL configured once; v5's standard build includes its worker.\n\nThe underlying `maplibregl.Map` — and the WebGL context it opens — isn't\nconstructed until this element is first visible in the viewport (tracked\nvia `IntersectionObserver`), even once the `maplibre-gl` peer dependency\nhas finished loading. Browsers hard-cap concurrent WebGL contexts per\npage, so a grid/dashboard of many `<lr-map>` instances only constructs\nthe ones actually on-screen instead of racing to exhaust that budget the\ninstant each one mounts. `map` stays `undefined` (and `lr-map-load`\ndoesn't fire) until construction actually happens.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The map wrapper. |\n| `container` | The
|
|
9982
|
+
"description": "`<lr-map>` — a maplibre-gl wrapper with a declarative legend, choropleth\nGeoJSON layer, markers, and additive `dataLayers` GeoJSON overlays\n(arbitrary shapes rendered as a source plus fill/line/circle layers,\nindependent of `choropleth`'s field/stops color-interpolation), plus a raw\n`map` escape hatch. Requires the optional peer dep `maplibre-gl`\nv5 or v6 (consumers also import its CSS). MapLibre v6 is ESM-only, requires WebGL2, and needs\nits module-worker URL configured once; v5's standard build includes its worker.\n\nThe underlying `maplibregl.Map` — and the WebGL context it opens — isn't\nconstructed until this element is first visible in the viewport (tracked\nvia `IntersectionObserver`), even once the `maplibre-gl` peer dependency\nhas finished loading. Browsers hard-cap concurrent WebGL contexts per\npage, so a grid/dashboard of many `<lr-map>` instances only constructs\nthe ones actually on-screen instead of racing to exhaust that budget the\ninstant each one mounts. `map` stays `undefined` (and `lr-map-load`\ndoesn't fire) until construction actually happens.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The non-semantic map wrapper. |\n| `container` | The MapLibre container. Its generated canvas is the actual focusable map region and receives the host-first accessible name and effective locale. |\n| `error` | `role=\"alert\"` message shown instead of `container` if the optional `maplibre-gl` peer dependency fails to load (e.g. not installed). ⚠️ The default `mapStyle` (when unset) uses OpenStreetMap's demo tile server, which is not suitable for production traffic — see the `DEFAULT_STYLE` doc comment above. Always pass an explicit `mapStyle` in production. |\n| `legend` | The map legend. |\n| `legend-swatch` | A legend color swatch. |",
|
|
10003
9983
|
"attributes": [
|
|
10004
9984
|
{
|
|
10005
9985
|
"name": "center",
|
|
@@ -10007,7 +9987,7 @@
|
|
|
10007
9987
|
},
|
|
10008
9988
|
{
|
|
10009
9989
|
"name": "label",
|
|
10010
|
-
"description": "Accessible
|
|
9990
|
+
"description": "Accessible-name fallback for MapLibre's focusable canvas. A host `aria-label` takes\nprecedence when both are set; when neither is present, the canvas uses the localized `map`\nmessage.\n\nType: `string` \nDefault: `''`",
|
|
10011
9991
|
"value": {
|
|
10012
9992
|
"type": [
|
|
10013
9993
|
"string"
|
|
@@ -10380,7 +10360,7 @@
|
|
|
10380
10360
|
},
|
|
10381
10361
|
{
|
|
10382
10362
|
"name": "max-height",
|
|
10383
|
-
"description": "A CSS length (e.g. `\"16rem\"`); once set, overrides the\n`--lr-media-card-max-height` custom property for this instance only —\nsame contract as `<lr-document-preview>`'s identically-named prop.\n\nType: `string` \nDefault: `''`",
|
|
10363
|
+
"description": "A CSS length (e.g. `\"16rem\"`); once set, overrides the\n`--lr-media-card-max-height` custom property for this instance only —\nsame contract as `<lr-document-preview>`'s identically-named prop. Invalid values are\nignored.\n\nType: `string` \nDefault: `''`",
|
|
10384
10364
|
"value": {
|
|
10385
10365
|
"type": [
|
|
10386
10366
|
"string"
|
|
@@ -10409,7 +10389,7 @@
|
|
|
10409
10389
|
},
|
|
10410
10390
|
{
|
|
10411
10391
|
"name": "lr-memory-panel",
|
|
10412
|
-
"description": "`<lr-memory-panel>` — an agent's working memory surface: short-term context and long-term\nmemories, each item's confidence and (optional) grounding provenance, and add/remove/forget\nactions gated behind an explicit confirmation step before anything is reported as decided.\n\nComposes `lr-provenance-panel` for a per-item's provenance breakdown (revealed behind a\ndisclosure toggle, only rendered when `item.provenance` is set) and `lr-confirm-bar` for every\nadd/remove/forget confirmation -- this component never re-implements a new inline-confirmation\npattern of its own. A memory item's confidence reuses `lr-citation-badge`'s own confidence\nvocabulary (`citationHighConfidence`/`citationMediumConfidence`/`citationLowConfidence`), tiered\nagainst `thresholds` the same way `lr-chunk-inspector` tiers a chunk's relevance score.\n\n`shortTerm`/`longTerm` are controlled and never mutated by this component -- approving a pending\naction only fires the matching event; the host applies the resulting state change (adding to\n`longTerm`, removing an item, clearing `longTerm`) and passes new arrays back down. At most one\nconfirmation is ever pending at a time: starting a new action (on the same item or a different\none) silently cancels whichever confirmation was already open, the same way only one row can be\nmid-edit in a list at once.\n\nThree distinct, non-overlapping actions: `add` promotes a short-term item into long-term memory\n(only offered on short-term items -- long-term items are already there); `remove` deletes one\nspecific item from whichever list it's in (offered on every item); `forget` is deliberately\nscoped to the whole long-term list at once (a single \"Forget all\" control in that section's\nheader, only rendered while `longTerm` is non-empty) -- a bulk, more consequential action kept\ndistinct from the per-item `remove`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `add-button` | The \"Add to long-term memory\" action. Only rendered on short-term items. |\n| `base` | The root wrapper. |\n| `confidence` | The item's confidence tier text, carrying `data-tone`. Omitted when `confidence` is unset. |\n| `empty` | The all-empty `lr-empty` state, shown when both lists are empty. |\n| `expand-toggle` | The provenance disclosure toggle. Omitted when `provenance` is unset. |\n| `forget-all-button` | The long-term section's bulk \"Forget all\" action. Only rendered while `longTerm` is non-empty. |\n| `heading` | A section's visible heading text. |\n| `item` | One memory item row (`role=\"listitem\"`); carries `data-id`/`data-scope` and a stable `tabindex=\"-1\"` so focus has somewhere to land after a pending confirmation on this row resolves. |\n| `item-actions` | The wrapper around an item's action row (or its pending `lr-confirm-bar`). |\n| `item-body` | The disclosed `lr-provenance-panel` wrapper, `hidden` while collapsed. Omitted when `provenance` is unset. |\n| `item-row` | The wrapper around an item's text and confidence indicator. |\n| `item-text` | The item's `text`. |\n| `list` | A section's `role=\"list\"` wrapper, omitted while that section is empty. |\n| `remove-button` | The \"Remove\" action. Rendered on every item. |\n| `section` | One of the two (short-term/long-term) sections; carries `data-scope`. |\n| `section-empty` | A section's \"no items\" text, shown when that section's own list is empty. |\n| `section-header` | A section's heading + (long-term only) \"Forget all\" control row. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-memory-panel-confidence-success-color` (default: `var(--lr-color-success)`) — Text color for a high-confidence item's confidence indicator.\n- `--lr-memory-panel-confidence-warning-color` (default: `var(--lr-color-warning)`) — Text color for a medium-confidence item's confidence indicator.\n- `--lr-memory-panel-confidence-danger-color` (default: `var(--lr-color-danger)`) — Text color for a low-confidence item's confidence indicator.",
|
|
10392
|
+
"description": "`<lr-memory-panel>` — an agent's working memory surface: short-term context and long-term\nmemories, each item's confidence and (optional) grounding provenance, and add/remove/forget\nactions gated behind an explicit confirmation step before anything is reported as decided.\n\nComposes `lr-provenance-panel` for a per-item's provenance breakdown (revealed behind a\ndisclosure toggle, only rendered when `item.provenance` is set) and `lr-confirm-bar` for every\nadd/remove/forget confirmation -- this component never re-implements a new inline-confirmation\npattern of its own. A memory item's confidence reuses `lr-citation-badge`'s own confidence\nvocabulary (`citationHighConfidence`/`citationMediumConfidence`/`citationLowConfidence`), tiered\nagainst `thresholds` the same way `lr-chunk-inspector` tiers a chunk's relevance score.\n\n`shortTerm`/`longTerm` are controlled and never mutated by this component -- approving a pending\naction only fires the matching event; the host applies the resulting state change (adding to\n`longTerm`, removing an item, clearing `longTerm`) and passes new arrays back down. At most one\nconfirmation is ever pending at a time: starting a new action (on the same item or a different\none) silently cancels whichever confirmation was already open, the same way only one row can be\nmid-edit in a list at once.\nIf a controlled collection replacement removes the row containing focus, focus moves to the\nclosest surviving memory row, or to the stable root when no row survives.\n\nFocus follows the confirmation rather than being dropped: activating an action replaces the\nbutton that had focus, so focus moves into the freshly rendered `lr-confirm-bar` (its Deny\ncontrol -- the safe action -- or the bar's own status element) instead of falling back to\n`<body>`. Resolving or cancelling hands focus back: to the row for a per-item decision, to the\n\"Forget all\" control for the bulk one. Escape while the confirmation holds focus cancels it\nexactly like Deny -- no event, same focus return -- and does not propagate, so an enclosing\ndialog or popover still sees its own Escape when no confirmation is open.\n\nThree distinct, non-overlapping actions: `add` promotes a short-term item into long-term memory\n(only offered on short-term items -- long-term items are already there); `remove` deletes one\nspecific item from whichever list it's in (offered on every item); `forget` is deliberately\nscoped to the whole long-term list at once (a single \"Forget all\" control in that section's\nheader, only rendered while `longTerm` is non-empty) -- a bulk, more consequential action kept\ndistinct from the per-item `remove`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `add-button` | The \"Add to long-term memory\" action. Only rendered on short-term items. |\n| `base` | The root wrapper. |\n| `confidence` | The item's confidence tier text, carrying `data-tone`. Omitted when `confidence` is unset. |\n| `empty` | The all-empty `lr-empty` state, shown when both lists are empty. |\n| `expand-toggle` | The provenance disclosure toggle. Omitted when `provenance` is unset. |\n| `forget-all-button` | The long-term section's bulk \"Forget all\" action. Only rendered while `longTerm` is non-empty. |\n| `forget-all-confirm` | The `<lr-confirm-bar>` shown in place of the \"Forget all\" action while that bulk confirmation is pending. |\n| `heading` | A section's visible heading text. |\n| `item` | One memory item row (`role=\"listitem\"`); carries `data-id`/`data-scope` and a stable `tabindex=\"-1\"` so focus has somewhere to land after a pending confirmation on this row resolves. |\n| `item-actions` | The wrapper around an item's action row (or its pending `lr-confirm-bar`). |\n| `item-body` | The disclosed `lr-provenance-panel` wrapper, `hidden` while collapsed. Omitted when `provenance` is unset. |\n| `item-row` | The wrapper around an item's text and confidence indicator. |\n| `item-text` | The item's `text`. |\n| `list` | A section's `role=\"list\"` wrapper, omitted while that section is empty. |\n| `remove-button` | The \"Remove\" action. Rendered on every item. |\n| `section` | One of the two (short-term/long-term) sections; carries `data-scope`. |\n| `section-empty` | A section's \"no items\" text, shown when that section's own list is empty. |\n| `section-header` | A section's heading + (long-term only) \"Forget all\" control row. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-memory-panel-confidence-success-color` (default: `var(--lr-color-success)`) — Text color for a high-confidence item's confidence indicator.\n- `--lr-memory-panel-confidence-warning-color` (default: `var(--lr-color-warning)`) — Text color for a medium-confidence item's confidence indicator.\n- `--lr-memory-panel-confidence-danger-color` (default: `var(--lr-color-danger)`) — Text color for a low-confidence item's confidence indicator.",
|
|
10413
10393
|
"attributes": [
|
|
10414
10394
|
{
|
|
10415
10395
|
"name": "label",
|
|
@@ -10590,7 +10570,7 @@
|
|
|
10590
10570
|
},
|
|
10591
10571
|
{
|
|
10592
10572
|
"name": "lr-message-actions",
|
|
10593
|
-
"description": "`<lr-message-actions>` — the per-message action toolbar for `<lr-chat-message>`'s `actions`\nslot: opt-in built-ins (copy / regenerate / edit / feedback) that emit intent events, plus a\ndefault slot for custom controls (e.g. a slotted `<lr-branch-picker>`). It performs nothing\nitself except the copy.\n\n`[part=\"base\"]` is `role=\"toolbar\"` with the WAI-ARIA APG roving-tabindex pattern applied to the\nplain `<button>` elements this component renders itself (`regenerate`/`edit`); ArrowLeft/ArrowRight\n(swapped under `effectiveDirection === 'rtl'`) plus Home/End move focus across *every* stop --\nbuilt-ins and slotted controls alike -- via `.focus()`, including composite children\n(`lr-copy-button`, the `feedback` built-in, any slotted custom element) that expose their own\n`focus()` delegation.
|
|
10573
|
+
"description": "`<lr-message-actions>` — the per-message action toolbar for `<lr-chat-message>`'s `actions`\nslot: opt-in built-ins (copy / regenerate / edit / feedback) that emit intent events, plus a\ndefault slot for custom controls (e.g. a slotted `<lr-branch-picker>`). It performs nothing\nitself except the copy.\n\n`[part=\"base\"]` is `role=\"toolbar\"` with the WAI-ARIA APG roving-tabindex pattern applied to the\nplain `<button>` elements this component renders itself (`regenerate`/`edit`); ArrowLeft/ArrowRight\n(swapped under `effectiveDirection === 'rtl'`) plus Home/End move focus across *every* stop --\nbuilt-ins and slotted controls alike -- via `.focus()`, including composite children\n(`lr-copy-button`, the `feedback` built-in, any slotted custom element) that expose their own\n`focus()` delegation. Composite children are reconciled after their own Lit updates so the\ntoolbar retains exactly one sequential Tab stop.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Additional controls (e.g. `lr-copy-button`, `lr-icon-button`, `lr-branch-picker`) appended after the built-ins; they participate in the toolbar's arrow-key navigation. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The toolbar (`role=\"toolbar\"`). |\n| `copy-button` | The embedded `lr-copy-button`. |\n| `edit-button` | The built-in edit icon button. |\n| `feedback` | The embedded `lr-message-feedback`. |\n| `regenerate-button` | The built-in regenerate icon button. |",
|
|
10594
10574
|
"attributes": [
|
|
10595
10575
|
{
|
|
10596
10576
|
"name": "aria-label",
|
|
@@ -11157,7 +11137,7 @@
|
|
|
11157
11137
|
},
|
|
11158
11138
|
{
|
|
11159
11139
|
"name": "lr-notebook-viewer",
|
|
11160
|
-
"description": "`<lr-notebook-viewer>` — read-only Jupyter notebook (nbformat 4.x) renderer, composing existing\ncomponents per cell. Execution is a hard non-goal.\n\nMarkdown cells render through `<lr-markdown>`, code cells through `<lr-code-block>` (using the\nnotebook's kernel language for syntax highlighting), and raw cells as plain preformatted text. A\ncode cell's `execute_result`/`display_data` outputs prefer, in order, `image/png`, `image/jpeg`,\n`image/svg+xml` (sanitized), `text/html` (sanitized), `application/json` (via `<lr-json-viewer>`),\nthen `text/plain`. Stream/error outputs (tinted `danger` for stderr/tracebacks) interpret embedded\nANSI SGR color/style escapes via the shared `internal/ansi.ts` parser, same as `<lr-terminal>`.\nSanitizing raw HTML/SVG\noutput markup lazy-loads the optional peer dependency `dompurify` via `dompurify-loader.ts`; when\nthat peer isn't installed, the output renders a localized notice instead of raw markup.\n\nCells are virtualized through `<lr-virtual-list>` so a notebook with many cells stays cheap to\nscroll. `node-path` anchors resolve `path[0]` as a cell index; `fragment` anchors resolve a cell's\nown `id`.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root scroll container. |\n| `cell` | One cell row (`data-cell-type`, `data-active`). |\n| `cell-active` | Added alongside `cell` on the cell currently targeted by an anchor or the active search match. A second part name rather than an attribute selector, because Shadow Parts forbids an attribute selector after `::part()`. |\n| `cell-gutter` | The `In [n]`/`Out [n]` label column. |\n| `cell-source` | A cell's source content. |\n| `error` | The error region. |\n| `error-output-label` | The label introducing an error output's traceback. |\n| `output` | One output (`data-output-type`, `data-stream`). |\n| `output-error` | Added alongside `output` on a stderr stream or an error output. |\n| `output-toggle` | Expands/collapses a long text output. |\n| `outputs` | The wrapper around a code cell's outputs. |\n| `raw-source` | A horizontally scrollable raw-cell source surface. |\n| `spinner` | The loading status region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-notebook-viewer-max-height` (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property.\n- `--lr-notebook-viewer-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of the `[part=\"cell\"]` currently targeted by an anchor or the active search match.",
|
|
11140
|
+
"description": "`<lr-notebook-viewer>` — read-only Jupyter notebook (nbformat 4.x) renderer, composing existing\ncomponents per cell. Execution is a hard non-goal.\n\nMarkdown cells render through `<lr-markdown>`, code cells through `<lr-code-block>` (using the\nnotebook's kernel language for syntax highlighting), and raw cells as plain preformatted text. A\ncode cell's `execute_result`/`display_data` outputs prefer, in order, `image/png`, `image/jpeg`,\n`image/svg+xml` (sanitized), `text/html` (sanitized), `application/json` (via `<lr-json-viewer>`),\nthen `text/plain`. Stream/error outputs (tinted `danger` for stderr/tracebacks) interpret embedded\nANSI SGR color/style escapes via the shared `internal/ansi.ts` parser, same as `<lr-terminal>`.\nSanitizing raw HTML/SVG\noutput markup lazy-loads the optional peer dependency `dompurify` via `dompurify-loader.ts`; when\nthat peer isn't installed, the output renders a localized notice instead of raw markup.\n\nCells are virtualized through `<lr-virtual-list>` so a notebook with many cells stays cheap to\nscroll. `node-path` anchors resolve `path[0]` as a cell index; `fragment` anchors resolve a cell's\nown `id`.\n\n`search()`/`searchNext()`/`searchPrevious()`/`clearSearch()` follow the shared viewer search\ncontract (`internal/text-viewer-target.ts`'s `LyraTextViewerTarget`): `search()` resolves the\nmatch count and the two navigation methods resolve `true` once the active match moved, `false`\nwhen there is nothing to move to. A find-in-page host can therefore drive this viewer through the\nsame typed surface as every other one.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root scroll container. |\n| `cell` | One cell row (`data-cell-type`, `data-active`). |\n| `cell-active` | Added alongside `cell` on the cell currently targeted by an anchor or the active search match. A second part name rather than an attribute selector, because Shadow Parts forbids an attribute selector after `::part()`. |\n| `cell-gutter` | The `In [n]`/`Out [n]` label column. |\n| `cell-source` | A cell's source content. |\n| `error` | The error region. |\n| `error-output-label` | The label introducing an error output's traceback. |\n| `output` | One output (`data-output-type`, `data-stream`). |\n| `output-error` | Added alongside `output` on a stderr stream or an error output. |\n| `output-toggle` | Expands/collapses a long text output. |\n| `outputs` | The wrapper around a code cell's outputs. |\n| `raw-source` | A horizontally scrollable raw-cell source surface. |\n| `spinner` | The loading status region. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-notebook-viewer-max-height` (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property.\n- `--lr-notebook-viewer-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of the `[part=\"cell\"]` currently targeted by an anchor or the active search match.",
|
|
11161
11141
|
"attributes": [
|
|
11162
11142
|
{
|
|
11163
11143
|
"name": "locale",
|
|
@@ -11170,7 +11150,7 @@
|
|
|
11170
11150
|
},
|
|
11171
11151
|
{
|
|
11172
11152
|
"name": "max-height",
|
|
11173
|
-
"description": "A CSS
|
|
11153
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
11174
11154
|
"value": {
|
|
11175
11155
|
"type": [
|
|
11176
11156
|
"string"
|
|
@@ -11655,7 +11635,7 @@
|
|
|
11655
11635
|
"attributes": [
|
|
11656
11636
|
{
|
|
11657
11637
|
"name": "label",
|
|
11658
|
-
"description": "Accessible
|
|
11638
|
+
"description": "Accessible-name fallback when the host has no `aria-label`; otherwise falls back to the\nlocalized `pathStripLabel`.\n\nType: `string` \nDefault: `''`",
|
|
11659
11639
|
"value": {
|
|
11660
11640
|
"type": [
|
|
11661
11641
|
"string"
|
|
@@ -11675,7 +11655,7 @@
|
|
|
11675
11655
|
},
|
|
11676
11656
|
{
|
|
11677
11657
|
"name": "lr-pdf-viewer",
|
|
11678
|
-
"description": "Fetches PDF bytes and renders their pages with the optional `pdfjs-dist` peer. Pages are composed\nthrough `lr-virtual-list`, while a PDF.js text layer keeps rendered text selectable and copyable.\nAdopts `DocumentAnchorTarget`: `page`, `text-quote`, and `region` anchors resolve; highlights paint\nvia one `<lr-highlight-layer>` per page, stacked beneath the text layer (canvas -> highlights ->\ntext layer) so starting a text selection over a cited passage keeps working. Pointer activation of\na highlight is hit-tested at the page-wrapper level (`onPageClick`) since the text layer sitting on\ntop intercepts most direct pointer events; keyboard activation reaches the highlight layer's own\nroving-tabindex rects directly, since z-stacking doesn't affect tab order. Accepted residual: a\nclick that ends a text-selection drag over a highlighted passage never activates it (the\nselection-in-progress check in `onPageClick` exists precisely to distinguish that case from a\ngenuine activation click).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root viewer container. |\n| `error` | The error message region. |\n| `next-button` | The next-page button. |\n| `page` | One rendered page wrapper. |\n| `page-canvas` | The canvas a page's content is painted onto. |\n| `page-indicator` | The current page text. |\n| `pages` | The virtualized page list. |\n| `previous-button` | The previous-page button. |\n| `search-match` | A painted in-document search match. |\n| `search-match-active` | The currently active search match (also carries `search-match`). |\n| `spinner` | The loading status region. |\n| `text-layer` | Selectable text positioned over a page canvas. |\n| `text-span` | One generated text run inside a page's text layer. |\n| `toolbar` | Pagination and zoom controls. |\n| `zoom-in-button` | The zoom-in button. |\n| `zoom-indicator` | The current zoom percentage. |\n| `zoom-out-button` | The zoom-out button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-pdf-viewer-height` (default: `var(--lr-size-24rem)`) — Block size of the virtualized page list. Also settable via the `max-height` property.",
|
|
11658
|
+
"description": "Fetches PDF bytes and renders their pages with the optional `pdfjs-dist` peer. Pages are composed\nthrough `lr-virtual-list`, while a PDF.js text layer keeps rendered text selectable and copyable.\nAdopts `DocumentAnchorTarget`: `page`, `text-quote`, and `region` anchors resolve; highlights paint\nvia one `<lr-highlight-layer>` per page, stacked beneath the text layer (canvas -> highlights ->\ntext layer) so starting a text selection over a cited passage keeps working. Pointer activation of\na highlight is hit-tested at the page-wrapper level (`onPageClick`) since the text layer sitting on\ntop intercepts most direct pointer events; keyboard activation reaches the highlight layer's own\nroving-tabindex rects directly, since z-stacking doesn't affect tab order. Accepted residual: a\nclick that ends a text-selection drag over a highlighted passage never activates it (the\nselection-in-progress check in `onPageClick` exists precisely to distinguish that case from a\ngenuine activation click).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root viewer container. |\n| `error` | The error message region. |\n| `next-button` | The next-page button. |\n| `page` | One rendered page wrapper. |\n| `page-canvas` | The canvas a page's content is painted onto. |\n| `page-indicator` | The current page text. |\n| `pages` | The virtualized page list. |\n| `previous-button` | The previous-page button. |\n| `search-match` | A painted in-document search match. |\n| `search-match-active` | The currently active search match (also carries `search-match`). |\n| `spinner` | The loading status region. |\n| `text-layer` | Selectable text positioned over a page canvas. |\n| `text-span` | One generated text run inside a page's text layer. |\n| `toolbar` | Pagination and zoom controls. |\n| `zoom-in-button` | The zoom-in button. |\n| `zoom-indicator` | The current zoom percentage. |\n| `zoom-out-button` | The zoom-out button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-pdf-viewer-height` (default: `var(--lr-size-24rem)`) — Block size of the virtualized page list.\n- `--lr-pdf-viewer-toolbar-button-hover-bg` (default: `var(--lr-color-surface)`) — Hover fill of the toolbar buttons. Defaults to the surface fill rather than the toolbar's own tint so the hover state is actually visible against it. Also settable via the `max-height` property.",
|
|
11679
11659
|
"attributes": [
|
|
11680
11660
|
{
|
|
11681
11661
|
"name": "locale",
|
|
@@ -11688,7 +11668,7 @@
|
|
|
11688
11668
|
},
|
|
11689
11669
|
{
|
|
11690
11670
|
"name": "max-height",
|
|
11691
|
-
"description": "A CSS length (e.g. `\"30rem\"`); once set, overrides `--lr-pdf-viewer-height` -- the block size\nof the virtualized page list -- declaratively, the same `max-height` attribute\n`<lr-notebook-viewer>`/`<lr-svg-viewer>`/`<lr-xml-viewer>` expose, rather than requiring a\nconsumer to set the differently-named CSS custom property inline.\n\nType: `string` \nDefault: `''`",
|
|
11671
|
+
"description": "A CSS length (e.g. `\"30rem\"`); once set, overrides `--lr-pdf-viewer-height` -- the block size\nof the virtualized page list -- declaratively, the same `max-height` attribute\n`<lr-notebook-viewer>`/`<lr-svg-viewer>`/`<lr-xml-viewer>` expose, rather than requiring a\nconsumer to set the differently-named CSS custom property inline. Invalid values are\nignored.\n\nType: `string` \nDefault: `''`",
|
|
11692
11672
|
"value": {
|
|
11693
11673
|
"type": [
|
|
11694
11674
|
"string"
|
|
@@ -11938,7 +11918,7 @@
|
|
|
11938
11918
|
},
|
|
11939
11919
|
{
|
|
11940
11920
|
"name": "lr-pie-chart",
|
|
11941
|
-
"description": "`<lr-pie-chart>` — `<lr-chart>` with `type` locked to `\"pie\"`. Single-series:\none `Series` with `data: number[]` and `color: string[]` as the slice palette.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
11921
|
+
"description": "`<lr-pie-chart>` — `<lr-chart>` with `type` locked to `\"pie\"`. Single-series:\none `Series` with `data: number[]` and `color: string[]` as the slice palette.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
11942
11922
|
"attributes": [
|
|
11943
11923
|
{
|
|
11944
11924
|
"name": "accessible-description",
|
|
@@ -12175,7 +12155,7 @@
|
|
|
12175
12155
|
},
|
|
12176
12156
|
{
|
|
12177
12157
|
"name": "lr-polar-area-chart",
|
|
12178
|
-
"description": "`<lr-polar-area-chart>` — `<lr-chart>` with `type` locked to `\"polarArea\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
12158
|
+
"description": "`<lr-polar-area-chart>` — `<lr-chart>` with `type` locked to `\"polarArea\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
12179
12159
|
"attributes": [
|
|
12180
12160
|
{
|
|
12181
12161
|
"name": "accessible-description",
|
|
@@ -12395,7 +12375,7 @@
|
|
|
12395
12375
|
},
|
|
12396
12376
|
{
|
|
12397
12377
|
"name": "lr-popover",
|
|
12398
|
-
"description": "`<lr-popover>` — a click-triggered, light-dismiss floating surface.\n\nThe slotted trigger receives `aria-haspopup`, `aria-expanded`, and `aria-controls`.\n`aria-controls` targets this public host (which receives a stable generated `id` when the\nconsumer did not supply one), not the shadow-private popup. That keeps the relationship\nresolvable for native triggers and lets `<lr-button>`/`<lr-icon-button>` reflect the host onto\ntheir focused shadow-internal controls through `ariaControlsElements`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Popover content. |\n| `trigger` | The interactive element that toggles the popover. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `content` | The content wrapper. |\n| `popup` | The positioned popup. |\n| `trigger` | The trigger wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-overlay-max-inline-size` — Maximum inline size of the popup (default `--lr-size-20rem`).",
|
|
12378
|
+
"description": "`<lr-popover>` — a click-triggered, light-dismiss floating surface.\n\nThe slotted trigger receives `aria-haspopup`, `aria-expanded`, and `aria-controls`.\n`aria-controls` targets this public host (which receives a stable generated `id` when the\nconsumer did not supply one), not the shadow-private popup. That keeps the relationship\nresolvable for native triggers and lets `<lr-button>`/`<lr-icon-button>` reflect the host onto\ntheir focused shadow-internal controls through `ariaControlsElements`.\nLive `popupRole` and host-id changes keep those trigger relationships synchronized. Removing the\ntrigger closes a trigger-anchored popover; a deliberate `showAt()` virtual anchor remains open.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Popover content. |\n| `trigger` | The interactive element that toggles the popover. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `content` | The content wrapper. |\n| `popup` | The positioned popup. |\n| `trigger` | The trigger wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-overlay-max-inline-size` — Maximum inline size of the popup (default `--lr-size-20rem`).",
|
|
12399
12379
|
"attributes": [
|
|
12400
12380
|
{
|
|
12401
12381
|
"name": "aria-label",
|
|
@@ -12492,7 +12472,7 @@
|
|
|
12492
12472
|
},
|
|
12493
12473
|
{
|
|
12494
12474
|
"name": "lr-progress-bar",
|
|
12495
|
-
"description": "`<lr-progress-bar>` — a determinate or indeterminate progress indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `label` | Optional label content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The progress wrapper. |\n| `indicator` | The filled progress indicator. |\n| `label` | The label row. |\n| `track` | The track. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-progress-height` (default: `var(--lr-size-0-5rem)`) — Block size of the progress track.\n- `--lr-progress-duration` (default: `var(--lr-transition-ambient)`) — Indeterminate sweep timing.",
|
|
12475
|
+
"description": "`<lr-progress-bar>` — a determinate or indeterminate progress indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `label` | Optional label content. While `show-value` makes it visible, its text names the progressbar unless an explicit accessible label overrides it; live text mutations stay synced. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The progress wrapper. |\n| `indicator` | The filled progress indicator. |\n| `label` | The label row. |\n| `track` | The track. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-progress-height` (default: `var(--lr-size-0-5rem)`) — Block size of the progress track.\n- `--lr-progress-duration` (default: `var(--lr-transition-ambient)`) — Indeterminate sweep timing.",
|
|
12496
12476
|
"attributes": [
|
|
12497
12477
|
{
|
|
12498
12478
|
"name": "accessible-label",
|
|
@@ -12561,7 +12541,7 @@
|
|
|
12561
12541
|
},
|
|
12562
12542
|
{
|
|
12563
12543
|
"name": "lr-progress-ring",
|
|
12564
|
-
"description": "`<lr-progress-ring>` — a circular determinate or indeterminate progress indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional center label. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The progress wrapper. |\n| `indicator` | The SVG indicator. |\n| `label` | The center label. |\n| `track` | The SVG track. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-progress-ring-size` (default: `var(--lr-size-2-5rem)`) — Outer diameter of the ring.\n- `--lr-progress-duration` (default: `var(--lr-transition-ambient)`) — Indeterminate rotation timing.",
|
|
12544
|
+
"description": "`<lr-progress-ring>` — a circular determinate or indeterminate progress indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional center label whose text names the progressbar unless an explicit accessible label overrides it; live text mutations stay synchronized. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The progress wrapper. |\n| `indicator` | The SVG indicator. |\n| `label` | The center label. |\n| `track` | The SVG track. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-progress-ring-size` (default: `var(--lr-size-2-5rem)`) — Outer diameter of the ring.\n- `--lr-progress-duration` (default: `var(--lr-transition-ambient)`) — Indeterminate rotation timing.",
|
|
12565
12545
|
"attributes": [
|
|
12566
12546
|
{
|
|
12567
12547
|
"name": "accessible-label",
|
|
@@ -12911,7 +12891,7 @@
|
|
|
12911
12891
|
},
|
|
12912
12892
|
{
|
|
12913
12893
|
"name": "lr-qr-code",
|
|
12914
|
-
"description": "`<lr-qr-code>` -- encodes `value` as a QR symbol with the optional\n`qrcode` peer dependency (Reed-Solomon error correction and every other\nalgorithmic step of the QR spec is delegated to that library, never\nhand-rolled) and draws the resulting module matrix onto a canvas itself,\none square (optionally rounded) cell per module, with a light quiet-zone\nmargin baked in around the symbol so it stays scannable out of the box\nwith zero consumer configuration. Extra host CSS `padding` around the\nelement adds further breathing room on top of that baked-in margin, but is\nnot required for baseline scannability.\n\nThe canvas -- not the host -- owns `role=\"img\"` and the accessible name,\nsince it is the one meaningful descendant here (mirrors\n`lr-file-icon`'s single-image pattern rather than the composite-group\npattern used by `lr-heatmap`/`lr-word-cloud`). The accessible name\nresolves, in order:
|
|
12894
|
+
"description": "`<lr-qr-code>` -- encodes `value` as a QR symbol with the optional\n`qrcode` peer dependency (Reed-Solomon error correction and every other\nalgorithmic step of the QR spec is delegated to that library, never\nhand-rolled) and draws the resulting module matrix onto a canvas itself,\none square (optionally rounded) cell per module, with a light quiet-zone\nmargin baked in around the symbol so it stays scannable out of the box\nwith zero consumer configuration. Extra host CSS `padding` around the\nelement adds further breathing room on top of that baked-in margin, but is\nnot required for baseline scannability.\n\nThe canvas -- not the host -- owns `role=\"img\"` and the accessible name,\nsince it is the one meaningful descendant here (mirrors\n`lr-file-icon`'s single-image pattern rather than the composite-group\npattern used by `lr-heatmap`/`lr-word-cloud`). The accessible name\nresolves, in order: a host `aria-label` attribute (forwarded onto the canvas),\nthen `label`, then `value` itself. An empty `value` renders\n`[part=\"empty\"]` instead of an `img`-role element -- there is nothing to\nencode or name.\n\n`--lr-qr-code-fill`/`--lr-qr-code-background` (dark/light modules)\ndefault to `--lr-color-text`/`--lr-color-surface`, which -- like every\nsemantic token in this library -- flip under a dark theme. That means the\n*default* rendering under a dark theme is a polarity-inverted QR code\n(light modules on a dark background) rather than the conventional\ndark-on-light. Contrast itself stays strong in both themes (these are the\napp's own high-contrast text/surface pair), so human legibility is\nunaffected -- only third-party barcode *scanner* robustness across\nless-tolerant scanning apps is the residual, consumer-overridable risk. A\nconsumer needing guaranteed cross-scanner compatibility regardless of page\ntheme should pin `--lr-qr-code-fill: #000` / `--lr-qr-code-background:\n#fff` explicitly at the point of use.\n\nDeliberately out of scope for this component, not oversights: logo/image\nembedding; a finder-pattern-corner accent color; auto-shrinking to fit a\nnarrow container (this component's `size` is a direct request for a\nspecific rendered pixel density, like `<img width height>` -- the consumer\npicks a size that fits their layout, this component never second-guesses\nit, though it still renders correctly at its default size inside a narrow\nallocation); form association (`value` is caller-supplied display data the\nuser doesn't edit through this component -- no `FormAssociated` mixin, no\nlabel/hint/error chrome, no `ElementInternals`); and any\nmotion/`prefers-reduced-motion` branch (nothing here animates). Keyboard\nfocus is likewise intentionally absent -- the canvas is a static image\nstanding in for `value`, structurally like `<img>`, not an interactive\ngrid.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer wrapper, sized to `size`×`size` CSS px in every state. |\n| `canvas` | The rendered QR code canvas. |\n| `empty` | Shown when `value` is empty. |\n| `error` | Shown when the peer is missing, or `value` failed to encode. |\n| `loading` | Shown while the optional `qrcode` peer is loading, the first time it's needed. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-qr-code-fill` (default: `var(--lr-color-text)`) — Dark/foreground module color.\n- `--lr-qr-code-background` (default: `var(--lr-color-surface)`) — Light/background module color, including the quiet zone.",
|
|
12915
12895
|
"attributes": [
|
|
12916
12896
|
{
|
|
12917
12897
|
"name": "error-correction",
|
|
@@ -12924,7 +12904,7 @@
|
|
|
12924
12904
|
},
|
|
12925
12905
|
{
|
|
12926
12906
|
"name": "label",
|
|
12927
|
-
"description": "Accessible-name
|
|
12907
|
+
"description": "Accessible-name fallback when the host has no `aria-label`; otherwise falls back to `value`\n-- see the class doc\ncomment for the full precedence order. Caller-supplied data, not routed through `localize()`.\n\nType: `string` \nDefault: `''`",
|
|
12928
12908
|
"value": {
|
|
12929
12909
|
"type": [
|
|
12930
12910
|
"string"
|
|
@@ -12995,7 +12975,7 @@
|
|
|
12995
12975
|
},
|
|
12996
12976
|
{
|
|
12997
12977
|
"name": "lr-radar-chart",
|
|
12998
|
-
"description": "`<lr-radar-chart>` — `<lr-chart>` with `type` locked to `\"radar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
12978
|
+
"description": "`<lr-radar-chart>` — `<lr-chart>` with `type` locked to `\"radar\"`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
12999
12979
|
"attributes": [
|
|
13000
12980
|
{
|
|
13001
12981
|
"name": "accessible-description",
|
|
@@ -13374,7 +13354,7 @@
|
|
|
13374
13354
|
},
|
|
13375
13355
|
{
|
|
13376
13356
|
"name": "lr-rag-eval-dashboard",
|
|
13377
|
-
"description": "`<lr-rag-eval-dashboard>` — a controlled RAG quality overview with current metric cards,\nper-metric trends, evaluation slices, and run history. It displays host-computed metrics and\nnever executes datasets, retrieval, judges, or model calls.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The named dashboard region. |\n| `chart` | The active metric trend. |\n| `empty` | The
|
|
13357
|
+
"description": "`<lr-rag-eval-dashboard>` — a controlled RAG quality overview with current metric cards,\nper-metric trends, evaluation slices, and run history. It displays host-computed metrics and\nnever executes datasets, retrieval, judges, or model calls. A controlled `slice` absent from\nthe current runs is preserved and renders an explicit localized unavailable-filter state;\nthe component never silently switches it to All.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The named dashboard region. |\n| `chart` | The active metric trend. |\n| `empty` | The no-runs or unavailable-controlled-slice state. |\n| `heading` | The visible dashboard heading. |\n| `metric` | One metric control. |\n| `metric-selected` | The controlled active metric. |\n| `metrics` | Metric-card controls. |\n| `run` | One evaluation run. |\n| `runs` | Evaluation run history. |\n| `runs-heading` | Run-history heading. |\n| `slice` | One slice filter. |\n| `slice-selected` | The controlled active slice. |\n| `slices` | Slice filter controls. |",
|
|
13378
13358
|
"attributes": [
|
|
13379
13359
|
{
|
|
13380
13360
|
"name": "chart-height",
|
|
@@ -13423,7 +13403,7 @@
|
|
|
13423
13403
|
},
|
|
13424
13404
|
{
|
|
13425
13405
|
"name": "slice",
|
|
13426
|
-
"description": "
|
|
13406
|
+
"description": "Controlled evaluation slice. An unavailable value is preserved and renders an explicit\nlocalized state until the host changes it or supplies a matching run.\n\nType: `string` \nDefault: `''`",
|
|
13427
13407
|
"value": {
|
|
13428
13408
|
"type": [
|
|
13429
13409
|
"string"
|
|
@@ -13503,7 +13483,7 @@
|
|
|
13503
13483
|
},
|
|
13504
13484
|
{
|
|
13505
13485
|
"name": "lr-rating",
|
|
13506
|
-
"description": "`<lr-rating>` — a keyboard-accessible star rating control.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The slider-like rating control. |\n| `star` | Each visual star. |\n| `star-fill` | The filled overlay inside each star, clipped to that star's filled fraction (0%, a partial percentage under a fractional `precision`, or 100%). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-rating-fill` (default: `var(--lr-color-warning)`) — Filled-star color.\n- `--lr-rating-empty-color` (default: `var(--lr-color-border)`) — Unfilled-star color.\n- `--lr-rating-size` (default: `var(--lr-font-size-xl)`) — Star size.",
|
|
13486
|
+
"description": "`<lr-rating>` — a keyboard-accessible star rating control. Pointer position within a star is\nmirrored under RTL and snapped to `precision`, matching keyboard/value fractional selection.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The slider-like rating control. |\n| `star` | Each visual star. |\n| `star-fill` | The filled overlay inside each star, clipped to that star's filled fraction (0%, a partial percentage under a fractional `precision`, or 100%). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-rating-fill` (default: `var(--lr-color-warning)`) — Filled-star color.\n- `--lr-rating-empty-color` (default: `var(--lr-color-border)`) — Unfilled-star color, retained during hover preview.\n- `--lr-rating-size` (default: `var(--lr-font-size-xl)`) — Star size.",
|
|
13507
13487
|
"attributes": [
|
|
13508
13488
|
{
|
|
13509
13489
|
"name": "aria-label",
|
|
@@ -13731,7 +13711,7 @@
|
|
|
13731
13711
|
},
|
|
13732
13712
|
{
|
|
13733
13713
|
"name": "label",
|
|
13734
|
-
"description": "Accessible
|
|
13714
|
+
"description": "Accessible-name fallback for the internal `role=\"list\"` element when the host has no\n`aria-label`, matching `<lr-control-group>`. Native lists don't require an accessible name,\nso this has no forced fallback string when both are left unset.\n\nType: `string` \nDefault: `\"\"`",
|
|
13735
13715
|
"value": {
|
|
13736
13716
|
"type": [
|
|
13737
13717
|
"string"
|
|
@@ -13965,7 +13945,7 @@
|
|
|
13965
13945
|
},
|
|
13966
13946
|
{
|
|
13967
13947
|
"name": "lr-retrieval-results",
|
|
13968
|
-
"description": "`<lr-retrieval-results>` — the orchestration-level ranked-chunk-list surface: takes raw\n`RetrievalChunk[]` (the shared retrieval-and-grounding type from `src/ai/types.ts`) and adds\neverything a single retrieval call's result set needs beyond what one chunk's own rendering\nprovides -- deduplication, optional grouping by source, multi-selection, pagination/infinite\nloading, and a compact/expanded presentation switch -- while composing existing primitives for\nevery part that already has one, never re-implementing chunk/score/source rendering itself.\n\n**Composition, not reinvention.** Each rendered row wraps exactly one chunk in an internal\n`<lr-chunk-inspector>` (fed a single-element `chunks` array), reusing its score bar/tier\ncoloring, title+page rendering, expandable text, and `compact` mode verbatim -- this component\nnever hand-rolls chunk-card markup. `metadata` (arbitrary `Record<string, unknown>`, which no\nexisting primitive renders) is the one genuinely new bit of presentation here, shown as a plain\nkey/value list in `expanded` presentation only. Large result sets are windowed through an\ninternal `<lr-virtual-list>`, exactly like `<lr-thread-list>`'s own data-mode rendering -- each\nrow's rendered content therefore lives inside `<lr-virtual-list>`'s own shadow root, not this\ncomponent's, whenever virtualization is active (see that component's own doc for why).\n\n**Controlled component.** `chunks`/`selectedIds`/`loading`/`error`/`hasMore` are all host-owned;\nthis component never fetches, retries, or mutates its own copy of `chunks`. Selecting a row\nupdates `selectedIds` locally *then* emits `lr-select` (the same \"update own copy, then emit;\nreassign to control\" convention `<lr-source-picker>` already uses) so a host can either accept\nthe update as-is or override it before the next render.\n\n**Deduplication** keeps, per duplicate `id`, whichever chunk has the higher `score` -- set\n`dedupe=\"false\"` to see every raw entry `chunks` contains, duplicates included. **Grouping**\n(`grouping=\"source\"`) buckets the deduplicated, score-sorted list by `source.id`, each bucket\nordered by its own best-scoring chunk first, and always renders through the internal\n`<lr-virtual-list>` (regardless of `virtualize-at`) so group headers have a single rendering path\n— `<lr-thread-list>`'s own date-bucket grouping takes the identical approach.\n\n**Pagination.** While virtualized, `has-more`/`loading` are forwarded straight to the internal\n`<lr-virtual-list>`, which fires `lr-load-more` itself on scroll-near-bottom (re-emitted here\nunchanged). Below the virtualization threshold (a short, non-grouped list), scrolling near the\nbottom isn't a meaningful gesture, so a `[part=\"load-more\"]` button takes its place instead,\nshowing a spinner in place of the button while `loading` is true.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `chunk` | The per-row `<lr-chunk-inspector>`'s own `chunk` row. |\n| `chunk-current` | The row `<lr-chunk-inspector>`'s current-chunk state part. |\n| `chunk-open-button` | The row chunk's title/open `<button>`. |\n| `chunk-score` | The row chunk's percent-score line. |\n| `chunk-score-bar` | The row chunk's score bar track. |\n| `chunk-score-current` | The current row chunk's score line. |\n| `chunk-score-fill` | The row chunk's score bar fill. |\n| `chunk-score-fill-danger` | The row chunk's score fill in the low-score tier. |\n| `chunk-score-fill-success` | The row chunk's score fill in the high-score tier. |\n| `chunk-score-fill-warning` | The row chunk's score fill in the medium-score tier. |\n| `chunk-text` | The row chunk's text preview (`presentation=\"expanded\"` only). |\n| `chunk-text-clamped` | The row chunk's text preview while still collapsed. |\n| `chunk-title` | The row chunk's visible title text. |\n| `chunk-toggle` | The row chunk's \"Show more\"/\"Show less\" button. |\n| `empty` | The `<lr-empty>` wrapper, shown when `chunks` is empty and neither `error` nor `loading` is set. |\n| `error` | The error message region (`role=\"alert\"`), shown while `error` is non-empty. |\n| `group-header` | Exported from the internal `<lr-virtual-list>`'s `group` part — grouped/virtualized mode only. |\n| `load-more` | The \"Load more\" button itself (non-virtualized mode, `loading` false). |\n| `load-more-row` | The wrapper around the non-virtualized-mode pagination footer. |\n| `metadata` | The `<dl>` of a chunk's `metadata` entries — omitted entirely when a chunk has no `metadata`, or while `presentation=\"compact\"`. |\n| `metadata-entry` | One metadata key/value pair's wrapper. |\n| `metadata-term` | The `<dt>` carrying a metadata key. Named separately because `::part()` matches one element and cannot be followed into its subtree. |\n| `metadata-value` | The `<dd>` carrying a metadata value. |\n| `row` | One result row's wrapper. Below the virtualization threshold this is a plain, directly-styleable element in this component's own shadow root; while virtualized it is exported from the internal `<lr-virtual-list>`'s own `row` part instead (`::part(row)` still reaches it either way). |\n| `row-body` | The wrapper around a row's `<lr-chunk-inspector>` plus its optional metadata list; carries `data-selected` while that row is selected. |\n| `row-body-selected` | Additional part on a selected `row-body`. State is exposed as a second part name because Shadow Parts forbids an attribute selector after `::part()` — `::part(row-body)[data-selected]` is invalid CSS, and while virtualized `::part()` is the only way in. A state part is a second token in the same `part` attribute, so a `[part~=\"…\"]` (not `[part=\"…\"]`) selector is the one that matches inside a tree. |\n| `select` | The per-row `<lr-checkbox>`, omitted entirely when `selectable` is false. |\n| `spinner` | The initial-load `<lr-spinner>`, shown while `loading` is true and `chunks` is still empty. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-retrieval-results-selected-border` (default: `var(--lr-color-brand)`) — Inline-start border color marking a selected `[part=\"row-body\"]`. A border rather than a fill by design (see the styles file), so recoloring it carries no contrast risk for the row's own text.",
|
|
13948
|
+
"description": "`<lr-retrieval-results>` — the orchestration-level ranked-chunk-list surface: takes raw\n`RetrievalChunk[]` (the shared retrieval-and-grounding type from `src/ai/types.ts`) and adds\neverything a single retrieval call's result set needs beyond what one chunk's own rendering\nprovides -- deduplication, optional grouping by source, multi-selection, pagination/infinite\nloading, and a compact/expanded presentation switch -- while composing existing primitives for\nevery part that already has one, never re-implementing chunk/score/source rendering itself.\n\n**Composition, not reinvention.** Each rendered row wraps exactly one chunk in an internal\n`<lr-chunk-inspector>` (fed a single-element `chunks` array), reusing its score bar/tier\ncoloring, title+page rendering, expandable text, and `compact` mode verbatim -- this component\nnever hand-rolls chunk-card markup. `metadata` (arbitrary `Record<string, unknown>`, which no\nexisting primitive renders) is the one genuinely new bit of presentation here, shown as a plain\nkey/value list in `expanded` presentation only. Large result sets are windowed through an\ninternal `<lr-virtual-list>`, exactly like `<lr-thread-list>`'s own data-mode rendering -- each\nrow's rendered content therefore lives inside `<lr-virtual-list>`'s own shadow root, not this\ncomponent's, whenever virtualization is active (see that component's own doc for why).\n\n**Controlled component.** `chunks`/`selectedIds`/`loading`/`error`/`hasMore` are all host-owned;\nthis component never fetches, retries, or mutates its own copy of `chunks`. Selecting a row\nupdates `selectedIds` locally *then* emits `lr-select` (the same \"update own copy, then emit;\nreassign to control\" convention `<lr-source-picker>` already uses) so a host can either accept\nthe update as-is or override it before the next render.\n\n**Deduplication** keeps, per duplicate `id`, whichever chunk has the higher `score` -- set\n`dedupe=\"false\"` to see every raw entry `chunks` contains, duplicates included. **Grouping**\n(`grouping=\"source\"`) buckets the deduplicated, score-sorted list by `source.id`, each bucket\nordered by its own best-scoring chunk first, and always renders through the internal\n`<lr-virtual-list>` (regardless of `virtualize-at`) so group headers have a single rendering path\n— `<lr-thread-list>`'s own date-bucket grouping takes the identical approach.\n\n**Pagination.** While virtualized, `has-more`/`loading` are forwarded straight to the internal\n`<lr-virtual-list>`, which fires `lr-load-more` itself on scroll-near-bottom (re-emitted here\nunchanged). Below the virtualization threshold (a short, non-grouped list), scrolling near the\nbottom isn't a meaningful gesture, so a `[part=\"load-more\"]` button takes its place instead,\nshowing a spinner in place of the button while `loading` is true.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container and programmatic focus fallback when a controlled collection/state transition removes every focused result action. |\n| `chunk` | The per-row `<lr-chunk-inspector>`'s own `chunk` row. |\n| `chunk-current` | The row `<lr-chunk-inspector>`'s current-chunk state part. |\n| `chunk-open-button` | The row chunk's title/open `<button>`. |\n| `chunk-score` | The row chunk's percent-score line. |\n| `chunk-score-bar` | The row chunk's score bar track. |\n| `chunk-score-current` | The current row chunk's score line. |\n| `chunk-score-fill` | The row chunk's score bar fill. |\n| `chunk-score-fill-danger` | The row chunk's score fill in the low-score tier. |\n| `chunk-score-fill-success` | The row chunk's score fill in the high-score tier. |\n| `chunk-score-fill-warning` | The row chunk's score fill in the medium-score tier. |\n| `chunk-text` | The row chunk's text preview (`presentation=\"expanded\"` only). |\n| `chunk-text-clamped` | The row chunk's text preview while still collapsed. |\n| `chunk-title` | The row chunk's visible title text. |\n| `chunk-toggle` | The row chunk's \"Show more\"/\"Show less\" button. |\n| `empty` | The `<lr-empty>` wrapper, shown when `chunks` is empty and neither `error` nor `loading` is set. |\n| `error` | The error message region (`role=\"alert\"`), shown while `error` is non-empty. |\n| `group-header` | Exported from the internal `<lr-virtual-list>`'s `group` part — grouped/virtualized mode only. |\n| `load-more` | The \"Load more\" button itself (non-virtualized mode, `loading` false). |\n| `load-more-row` | The wrapper around the non-virtualized-mode pagination footer. |\n| `metadata` | The `<dl>` of a chunk's `metadata` entries — omitted entirely when a chunk has no `metadata`, or while `presentation=\"compact\"`. |\n| `metadata-entry` | One metadata key/value pair's wrapper. |\n| `metadata-term` | The `<dt>` carrying a metadata key. Named separately because `::part()` matches one element and cannot be followed into its subtree. |\n| `metadata-value` | The `<dd>` carrying a metadata value. |\n| `row` | One result row's wrapper. Below the virtualization threshold this is a plain, directly-styleable element in this component's own shadow root; while virtualized it is exported from the internal `<lr-virtual-list>`'s own `row` part instead (`::part(row)` still reaches it either way). |\n| `row-body` | The wrapper around a row's `<lr-chunk-inspector>` plus its optional metadata list; carries `data-selected` while that row is selected. |\n| `row-body-selected` | Additional part on a selected `row-body`. State is exposed as a second part name because Shadow Parts forbids an attribute selector after `::part()` — `::part(row-body)[data-selected]` is invalid CSS, and while virtualized `::part()` is the only way in. A state part is a second token in the same `part` attribute, so a `[part~=\"…\"]` (not `[part=\"…\"]`) selector is the one that matches inside a tree. |\n| `select` | The per-row `<lr-checkbox>`, omitted entirely when `selectable` is false. |\n| `spinner` | The initial-load `<lr-spinner>`, shown while `loading` is true and `chunks` is still empty. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-retrieval-results-selected-border` (default: `var(--lr-color-brand)`) — Inline-start border color marking a selected `[part=\"row-body\"]`. A border rather than a fill by design (see the styles file), so recoloring it carries no contrast risk for the row's own text.",
|
|
13969
13949
|
"attributes": [
|
|
13970
13950
|
{
|
|
13971
13951
|
"name": "active-id",
|
|
@@ -14244,7 +14224,7 @@
|
|
|
14244
14224
|
},
|
|
14245
14225
|
{
|
|
14246
14226
|
"name": "lr-scatter-chart",
|
|
14247
|
-
"description": "`<lr-scatter-chart>` — `<lr-chart>` with `type` locked to `\"scatter\"`. Feed\npoints via `Series.points`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The
|
|
14227
|
+
"description": "`<lr-scatter-chart>` — `<lr-chart>` with `type` locked to `\"scatter\"`. Feed\npoints via `Series.points`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `center` | Optional overlay content positioned at the chart area's center. Useful for doughnut and pie totals. |\n| `data-table` | An optional consumer-provided accessible table alternative. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The chart wrapper. |\n| `canvas` | The Chart.js canvas. |\n| `center` | The chart-area-centered overlay wrapper for the `center` slot. |\n| `data-table` | The optional generated or slotted data table. |\n| `description` | The accessible chart summary. |\n| `error` | `role=\"alert\"` message shown instead of `canvas` when the optional `chart.js` peer dependency is not installed. |\n| `legend` | The wrapping DOM legend rendered when `legend` is set. |\n| `legend-item` | A keyboard-operable series visibility toggle. |\n| `legend-swatch` | The resolved series-color swatch in a legend item. |\n| `plot` | The fixed-height canvas/overlay region. |\n| `reset-zoom-button` | The reset-zoom control when zoom is active. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-chart-height` (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`.\n- `--lr-chart-grid-color` (default: `var(--lr-color-border)`) — Grid-line color. Resolved via `getComputedStyle` on every draw (Chart.js paints to canvas and cannot consume `var()`).\n- `--lr-chart-tick-color` (default: `var(--lr-color-text-quiet)`) — Axis tick-label color; also used for the `xLabel`/`yLabel`/`y2Label` axis-title text (there is no separate title-color token). Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-legend-color` (default: `var(--lr-color-text)`) — Legend label color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-bg` (default: `var(--lr-color-surface)`) — Tooltip background color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-tooltip-text` (default: `var(--lr-color-text)`) — Tooltip text color. Resolved via `getComputedStyle` on every draw.\n- `--lr-chart-canvas-hover-outline-width` (default: `var(--lr-border-width-thin)`) — Width of the `[part='canvas']` hover-state outline (its color is `--lr-chart-grid-color`, above).",
|
|
14248
14228
|
"attributes": [
|
|
14249
14229
|
{
|
|
14250
14230
|
"name": "accessible-description",
|
|
@@ -14412,7 +14392,7 @@
|
|
|
14412
14392
|
},
|
|
14413
14393
|
{
|
|
14414
14394
|
"name": "lr-schema-viewer",
|
|
14415
|
-
"description": "`<lr-schema-viewer>` — a recursive, selectable JSON Schema inspector with required-state,\nconstraints, composition branches, `$ref` display, validation issues, cycle protection, and a\nconfigurable depth ceiling. It does not resolve remote references or validate values.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The named schema region. |\n| `constraints` | Recognized schema constraints. |\n| `description` | Caller-supplied schema description. |\n| `empty` | The empty state. |\n| `issue` | One caller-supplied validation issue. |\n| `limit` | Resource-ceiling status shown when additional nodes are omitted. |\n| `name` | Property/branch name. |\n| `node` | One schema node. |\n| `node-selected` | The selected schema node. |\n| `node-trigger` | A schema-node activation button. |\n| `required` | Required badge. |\n| `tree` | The recursive schema tree. |\n| `type` | Schema type badge. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-schema-viewer-selected-border` (default: `var(--lr-color-brand)`) — Selected node branch.\n- `--lr-schema-viewer-error-border` (default: `var(--lr-color-danger)`) — Error issue border.\n- `--lr-schema-viewer-error-bg` (default: `var(--lr-color-danger-quiet)`) — Error issue background.\n- `--lr-schema-viewer-warning-border` (default: `var(--lr-color-warning)`) — Warning issue border.\n- `--lr-schema-viewer-warning-bg` (default: `var(--lr-color-warning-quiet)`) — Warning issue background.\n- `--lr-schema-viewer-info-border` (default: `var(--lr-color-brand)`) — Info issue border.\n- `--lr-schema-viewer-info-bg` (default: `var(--lr-color-brand-quiet)`) — Info issue background.",
|
|
14395
|
+
"description": "`<lr-schema-viewer>` — a recursive, selectable JSON Schema inspector with required-state,\nconstraints, composition branches, `$ref` display, validation issues, cycle protection, and a\nconfigurable depth ceiling. It does not resolve remote references or validate values.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The named schema region. |\n| `constraints` | Recognized schema constraints. |\n| `description` | Caller-supplied schema description. |\n| `empty` | The empty state. |\n| `issue` | One caller-supplied validation issue. |\n| `issue-limit` | Resource-ceiling status shown when additional validation issues are omitted. |\n| `limit` | Resource-ceiling status shown when additional nodes are omitted. |\n| `name` | Property/branch name. |\n| `node` | One schema node. |\n| `node-selected` | The selected schema node. |\n| `node-trigger` | A schema-node activation button. |\n| `required` | Required badge. |\n| `tree` | The recursive schema tree. |\n| `type` | Schema type badge. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-schema-viewer-selected-border` (default: `var(--lr-color-brand)`) — Selected node branch.\n- `--lr-schema-viewer-error-border` (default: `var(--lr-color-danger)`) — Error issue border.\n- `--lr-schema-viewer-error-bg` (default: `var(--lr-color-danger-quiet)`) — Error issue background.\n- `--lr-schema-viewer-warning-border` (default: `var(--lr-color-warning)`) — Warning issue border.\n- `--lr-schema-viewer-warning-bg` (default: `var(--lr-color-warning-quiet)`) — Warning issue background.\n- `--lr-schema-viewer-info-border` (default: `var(--lr-color-brand)`) — Info issue border.\n- `--lr-schema-viewer-info-bg` (default: `var(--lr-color-brand-quiet)`) — Info issue background.",
|
|
14416
14396
|
"attributes": [
|
|
14417
14397
|
{
|
|
14418
14398
|
"name": "label",
|
|
@@ -14518,7 +14498,7 @@
|
|
|
14518
14498
|
"attributes": [
|
|
14519
14499
|
{
|
|
14520
14500
|
"name": "label",
|
|
14521
|
-
"description": "Accessible
|
|
14501
|
+
"description": "Accessible-name fallback for the radiogroup when the host has no `aria-label`, used when no\nvisible label context exists around it (e.g. no wrapping `<label>` or adjacent heading).\nThe resolved name is set on the `role=\"radiogroup\"` element.\n\nType: `string` \nDefault: `\"\"`",
|
|
14522
14502
|
"value": {
|
|
14523
14503
|
"type": [
|
|
14524
14504
|
"string"
|
|
@@ -14813,18 +14793,9 @@
|
|
|
14813
14793
|
"name": "lr-slider",
|
|
14814
14794
|
"description": "`<lr-slider>` — a numeric range control (e.g. an LLM \"temperature\"\nsetting), form-associated. Mirrors native `<input type=\"range\">`\nsemantics: `value` is the string form-submitted via `FormAssociated`,\n`valueAsNumber` is the ergonomic numeric accessor (mirroring the native\n`<input type=range>` IDL attribute of the same name) kept in sync with it\nin both directions — reads parse `value`, writes stringify back to it.\n\nUnlike the mixin's other consumers, an unset `value` is eagerly defaulted\n— on connect, and again after `form.reset()` — to the midpoint of\n`[min, max]` snapped to `step`, the same \"range sanitization algorithm\"\ndefault a native range input applies. A slider always represents *some*\nnumber, so `required` (inherited from `FormAssociated`) only has a window\nto block submission before that default lands, matching how `required`\nisn't a meaningful constraint on a native range input either.\n\nClicking anywhere on the track (not just the 16px thumb) jumps the thumb\nto that point and continues the same gesture as a drag, matching native\n`<input type=range>` click-to-seek.\n\nDeliberately no label/hint/error chrome -- `label` here is an accessible-name override, not\nvisible label text; a labeled-field consumer wraps this element in their own layout.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The row wrapping the track and the optional value readout. |\n| `fill` | The filled portion of the track from `min` up to the current value. |\n| `thumb` | The draggable handle (`role=\"slider\"`). |\n| `track` | The full-width background line. |\n| `value` | The visible numeric readout, rendered when `show-value` is true. |",
|
|
14815
14795
|
"attributes": [
|
|
14816
|
-
{
|
|
14817
|
-
"name": "disabled",
|
|
14818
|
-
"description": "Type: `boolean`",
|
|
14819
|
-
"value": {
|
|
14820
|
-
"type": [
|
|
14821
|
-
"boolean"
|
|
14822
|
-
]
|
|
14823
|
-
}
|
|
14824
|
-
},
|
|
14825
14796
|
{
|
|
14826
14797
|
"name": "label",
|
|
14827
|
-
"description": "Accessible
|
|
14798
|
+
"description": "Accessible-name fallback for the slider when the host has no `aria-label`, used when no\nvisible label context exists around it (e.g. no wrapping `<label>` or adjacent heading).\nThe resolved name is set on the interactive `role=\"slider\"` element. With neither a host\n`aria-label` nor this property, the localized generic `sliderLabel` message applies so the\nfocusable thumb is never nameless (the same pattern as `<lr-input>`/`<lr-textarea>`'s\nbuilt-in generic labels).\n\nType: `string` \nDefault: `''`",
|
|
14828
14799
|
"value": {
|
|
14829
14800
|
"type": [
|
|
14830
14801
|
"string"
|
|
@@ -14957,7 +14928,7 @@
|
|
|
14957
14928
|
},
|
|
14958
14929
|
{
|
|
14959
14930
|
"name": "lr-source-list",
|
|
14960
|
-
"description": "`<lr-source-list>` — a collapsible \"Sources\" panel for one chat message,\ngrouping a set of `<lr-source-card>` children (its default-slot light-DOM\nchildren, plain composition — no `.items` array prop, the same shape\n`<lr-split>`'s panels take) behind a single clickable header.\n\nThis library has no built-in pluralization (see `<lr-empty>`'s plain\n`description` prop for a similar stance), so anything beyond the final\nfallback is entirely consumer-supplied: `label-plural` (e.g. `\"3 sources\"`)\nwins when set, falling back to `label`, falling back to a localized\n`\"Sources\"` (via `this.localize()`) — see each property's own doc.\n`sourceCount` (a read-only, live-updated count of the currently-slotted\nchildren) is exposed for a consumer who wants to build that string\nreactively instead of hand-counting DOM children.\n\nThe card list is removed from the accessibility tree (not just visually\nhidden) while collapsed, via the native `hidden` attribute on\n`[part=\"list\"]` — a screen reader user tabbing past the header never lands\non off-screen source cards they can't currently see.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-source-card>` elements (or any content, though the card pairing is the intended usage). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `header` | The clickable header (`<button>`) toggling `expanded`. |\n| `list` | The wrapper around the default slot, `hidden` while collapsed. |\n| `toggle` | The chevron indicator inside the header. |",
|
|
14931
|
+
"description": "`<lr-source-list>` — a collapsible \"Sources\" panel for one chat message,\ngrouping a set of `<lr-source-card>` children (its default-slot light-DOM\nchildren, plain composition — no `.items` array prop, the same shape\n`<lr-split>`'s panels take) behind a single clickable header.\n\nThis library has no built-in pluralization (see `<lr-empty>`'s plain\n`description` prop for a similar stance), so anything beyond the final\nfallback is entirely consumer-supplied: `label-plural` (e.g. `\"3 sources\"`)\nwins when set, falling back to `label`, falling back to a localized\n`\"Sources\"` (via `this.localize()`) — see each property's own doc.\n`sourceCount` (a read-only, live-updated count of the currently-slotted\nchildren) is exposed for a consumer who wants to build that string\nreactively instead of hand-counting DOM children.\n\nThe card list is removed from the accessibility tree (not just visually\nhidden) while collapsed, via the native `hidden` attribute on\n`[part=\"list\"]` — a screen reader user tabbing past the header never lands\non off-screen source cards they can't currently see.\nWhile connected, assigned children temporarily receive `role=\"listitem\"`.\nLive author role changes are retained and restored when a child is removed or the list detaches;\nreconnecting reapplies list ownership.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | `<lr-source-card>` elements (or any content, though the card pairing is the intended usage). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `header` | The clickable header (`<button>`) toggling `expanded`. |\n| `list` | The wrapper around the default slot, `hidden` while collapsed. |\n| `toggle` | The chevron indicator inside the header. |",
|
|
14961
14932
|
"attributes": [
|
|
14962
14933
|
{
|
|
14963
14934
|
"name": "expanded",
|
|
@@ -14999,7 +14970,7 @@
|
|
|
14999
14970
|
},
|
|
15000
14971
|
{
|
|
15001
14972
|
"name": "lr-source-picker",
|
|
15002
|
-
"description": "`<lr-source-picker>` — a checkbox tree/list scoping which sources ground the next answer:\ntri-state folders, select-all, type icons, search. **Not `FormAssociated`, deliberately**: this\nis a scoping panel, not a form control — the selection is immediate app state consumed by the\nnext retrieval call, exactly the stance `lr-tool-select-dialog` already takes.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `checkbox` | The tri-state checkbox glyph. |\n| `disclosure` | A folder row's expand/collapse
|
|
14973
|
+
"description": "`<lr-source-picker>` — a checkbox tree/list scoping which sources ground the next answer:\ntri-state folders, select-all, type icons, search. **Not `FormAssociated`, deliberately**: this\nis a scoping panel, not a form control — the selection is immediate app state consumed by the\nnext retrieval call, exactly the stance `lr-tool-select-dialog` already takes.\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper. |\n| `checkbox` | The tri-state checkbox glyph. |\n| `disclosure` | A folder row's pointer-only expand/collapse indicator. Keyboard expansion remains owned by the surrounding treeitem. |\n| `empty` | The empty state (`noData` when `sources` is empty, `noMatches` when a filter empties the tree). |\n| `icon` | The `lr-file-icon` type badge. |\n| `item` | One `role=\"treeitem\"` row. |\n| `label` | The entry's label text. |\n| `search` | The built-in filter `lr-input`, only rendered when `searchable`. |\n| `select-all` | The header select-all row, only rendered when `showSelectAll`. |\n| `summary` | The \"{selected} of {total} selected\" text. |\n| `tree` | The `role=\"tree\"` container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-source-picker-checked-bg` — Background of a fully-checked selection control: the `select-all` pill (defaults to `var(--lr-color-brand-quiet)`) and a fully-selected entry's `[part=\"checkbox\"]` (defaults to `var(--lr-color-brand)`). The two keep their distinct resting defaults; setting this prop unifies both.\n- `--lr-source-picker-checked-border` (default: `var(--lr-color-brand)`) — Border color of every checked or mixed selection control.\n- `--lr-source-picker-mixed-bg` (default: `color-mix(in srgb, var(--lr-color-brand) 50%, var(--lr-color-surface))`) — Background of a partially-selected entry's `[part=\"checkbox\"]`.",
|
|
15003
14974
|
"attributes": [
|
|
15004
14975
|
{
|
|
15005
14976
|
"name": "aria-label",
|
|
@@ -15045,7 +15016,7 @@
|
|
|
15045
15016
|
},
|
|
15046
15017
|
{
|
|
15047
15018
|
"name": "lr-span-waterfall",
|
|
15048
|
-
"description": "`<lr-span-waterfall>` — the horizontal-timeline projection of the same\n`LyraSpan[]` `<lr-trace-tree>` consumes: a time axis, one row per span\nin start order, status-toned bars (Langfuse timeline / Temporal\nevent-history style).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `axis` | The time-ruler row, hidden when `hideAxis`. |\n| `bar` | The interactive, focusable status-toned bar (`role` via `<button>`). |\n| `bar-track` | The bar's positioning track. |\n| `base` | The root wrapper. |\n| `duration` | The formatted duration text. |\n| `empty` | The empty-state message shown when `spans` is empty. |\n| `live-region` | The internal focus/status-announcement live region. |\n| `meta` | Secondary row info (status/duration), shown inline under 480px. |\n| `name` | The span's name (the row's name gutter). |\n| `row` | One span's row. |\n| `status-text` | The visible status label. |\n| `tick` | One axis tick mark. |\n| `tick-label` | An axis tick's formatted duration label. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-span-waterfall-name-width` (default: `8rem`) — Width of the name gutter column.\n- `--lr-span-waterfall-stripe-speed` — Animation duration for a `running` span's striped bar; defaults to `--lr-transition-ambient`.\n- `--lr-span-waterfall-row-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) row. Shadow Parts forbids an attribute selector after `::part()`, so the active row could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token.",
|
|
15019
|
+
"description": "`<lr-span-waterfall>` — the horizontal-timeline projection of the same\n`LyraSpan[]` `<lr-trace-tree>` consumes: a time axis, one row per span\nin start order, status-toned bars (Langfuse timeline / Temporal\nevent-history style).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `axis` | The time-ruler row, hidden when `hideAxis`. |\n| `bar` | The interactive, focusable status-toned bar (`role` via `<button>`). |\n| `bar-track` | The bar's positioning track. |\n| `base` | The root wrapper. |\n| `duration` | The formatted duration text. |\n| `empty` | The empty-state message shown when `spans` is empty. |\n| `live-region` | The internal focus/status-announcement live region. |\n| `meta` | Secondary row info (status/duration), shown inline under 480px. |\n| `name` | The span's name (the row's name gutter). |\n| `row` | One span's row. |\n| `status-text` | The visible status label. |\n| `tick` | One axis tick mark. |\n| `tick-label` | An axis tick's formatted duration label. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-span-waterfall-name-width` (default: `8rem`) — Width of the name gutter column.\n- `--lr-span-waterfall-stripe-speed` — Animation duration for a `running` span's striped bar; defaults to `--lr-transition-ambient`.\n- `--lr-span-waterfall-row-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) row. Shadow Parts forbids an attribute selector after `::part()`, so the active row could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token.\n- `--lr-span-waterfall-success-color` (default: `var(--lr-color-success)`) — Success bar fill.\n- `--lr-span-waterfall-error-color` (default: `var(--lr-color-danger)`) — Error bar fill.\n- `--lr-span-waterfall-denied-color` (default: `var(--lr-color-warning)`) — Denied bar fill.\n- `--lr-span-waterfall-running-color` (default: `var(--lr-color-brand)`) — Running stripe foreground.\n- `--lr-span-waterfall-running-stripe-color` (default: `var(--lr-color-brand-quiet)`) — Running stripe background.\n- `--lr-span-waterfall-pending-border-color` (default: `var(--lr-color-border-strong)`) — Pending bar border.",
|
|
15049
15020
|
"attributes": [
|
|
15050
15021
|
{
|
|
15051
15022
|
"name": "active-span-id",
|
|
@@ -15125,11 +15096,11 @@
|
|
|
15125
15096
|
},
|
|
15126
15097
|
{
|
|
15127
15098
|
"name": "lr-spinner",
|
|
15128
|
-
"description": "`<lr-spinner>` — an indeterminate busy indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional
|
|
15099
|
+
"description": "`<lr-spinner>` — an indeterminate busy indicator.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Optional label. `label-placement=\"after\"` renders it and uses its text as the status name; `none` hides it from both rendering and the accessibility tree. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The wrapper. |\n| `label` | The accessible/visible label wrapper. |\n| `spinner` | The animated indicator. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-spinner-size` (default: `var(--lr-size-1-25rem)`) — Outer diameter of the indicator.\n- `--lr-spinner-track-width` (default: `var(--lr-border-width-medium)`) — Thickness of the ring track.\n- `--lr-spinner-duration` (default: `var(--lr-transition-ambient)`) — Duration/easing of one rotation. Not read under `prefers-reduced-motion: reduce`, where the animation is disabled entirely.",
|
|
15129
15100
|
"attributes": [
|
|
15130
15101
|
{
|
|
15131
15102
|
"name": "aria-label",
|
|
15132
|
-
"description": "Accessible name for the busy status, forwarded from a host `aria-label`. When unset,
|
|
15103
|
+
"description": "Accessible name for the busy status, forwarded from a host `aria-label`. When unset, a\nvisible `label-placement=\"after\"` label names it, then the localized \"Loading…\" fallback.\n\nType: `string | null` \nDefault: `null`"
|
|
15133
15104
|
},
|
|
15134
15105
|
{
|
|
15135
15106
|
"name": "label-placement",
|
|
@@ -15153,7 +15124,7 @@
|
|
|
15153
15124
|
},
|
|
15154
15125
|
{
|
|
15155
15126
|
"name": "lr-split",
|
|
15156
|
-
"description": "`<lr-split>` — resizable panels for dashboard layouts. Direct light-DOM\nchildren are the panels; a divider is auto-inserted between each pair.\n\nOptionally, one pane can opt in to responsive collapse via `collapse`\n(`\"start\"`/`\"end\"`, default `\"none\"` — no behavior change when unset): as\nthe split's own container narrows past `railBreakpoint` that pane clamps\nto a fixed `railWidth`, and past the narrower `floatBreakpoint` it instead\nbecomes an absolutely-positioned overlay \"floating card\" above the other\npane. Both breakpoints accept a bare pixel number or a CSS length\n(`px`/`rem`/`em`), and `collapseBreakpointBasis=\"viewport\"` measures them\nagainst the viewport via `matchMedia` instead of this component's own\nallocation. This component only handles the width-collapse mechanics and\nsignals the current state — via the `collapseState`-derived\n`data-collapse-state` attribute (set on both the host and the collapsing\npanel itself) and the `lr-split-collapse-change` event — it renders no\nicon-only/collapsed UI of its own; slotted content is expected to adapt to\nits own clamped width (e.g. via its own container query).\n\n`collapseState` is a public accessor with force/auto semantics mirroring\n`<lr-app-rail>`'s `mode`: it's normally derived automatically from the\nmeasured container width (via a `ResizeObserver` on `[part=\"base\"]`)\nwhenever it crosses `railBreakpoint`/`floatBreakpoint`, but assigning it a\nconcrete `'wide'`/`'rail'`/`'floating'` value pins it there and stops that\nautomatic tracking — useful for a consumer-driven toggle (e.g. a button\nthat forces `'floating'` regardless of width). Assigning the write-only\n`'auto'` sentinel releases the pin and immediately re-derives the state\nfrom the current measured width, resuming automatic tracking. `'auto'` is\nnever a value this getter returns.\n\nThe `'floating'` state is a hidden-by-default drawer, gated by `open`\n(mirrors `<lr-app-rail>`'s mobile overlay): while `collapseState` is\n`'floating'` and `open` is `false` (the default), the collapsing panel\nrenders nothing — `hidden`, out of the accessibility tree, not just\nvisually hidden — instead of the always-visible overlay card this state\nrendered before `open` existed. Setting `open = true` reveals it as a\nfocus-trapped floating panel with a `[part=\"backdrop\"]` scrim; Escape or a\nbackdrop click set `open` back to `false`. `open` is preserved (not reset)\nwhile `collapseState` isn't `'floating'`, but no drawer chrome renders\nuntil it is again — except that leaving `'floating'` while `open` is\n`true` (a breakpoint crossing back to `'wide'`/`'rail'`, or a forced\nreassignment) also closes it, the same way `<lr-app-rail>` closes its\nmobile overlay when leaving `'mobile'` while open.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Panels to arrange side by side (or stacked, when `orientation=\"vertical\"`); each direct child becomes one resizable panel. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The `'floating'` drawer's scrim. Only rendered while `collapseState === 'floating'` and `open`. |\n| `base` | The flex layout wrapper (`position: relative`, so the `'floating'` collapse state can anchor to it). |\n| `divider` | Each
|
|
15127
|
+
"description": "`<lr-split>` — resizable panels for dashboard layouts. Direct light-DOM\nchildren are the panels; a divider is auto-inserted between each pair.\n\nOptionally, one pane can opt in to responsive collapse via `collapse`\n(`\"start\"`/`\"end\"`, default `\"none\"` — no behavior change when unset): as\nthe split's own container narrows past `railBreakpoint` that pane clamps\nto a fixed `railWidth`, and past the narrower `floatBreakpoint` it instead\nbecomes an absolutely-positioned overlay \"floating card\" above the other\npane. Both breakpoints accept a bare pixel number or a CSS length\n(`px`/`rem`/`em`), and `collapseBreakpointBasis=\"viewport\"` measures them\nagainst the viewport via `matchMedia` instead of this component's own\nallocation. This component only handles the width-collapse mechanics and\nsignals the current state — via the `collapseState`-derived\n`data-collapse-state` attribute (set on both the host and the collapsing\npanel itself) and the `lr-split-collapse-change` event — it renders no\nicon-only/collapsed UI of its own; slotted content is expected to adapt to\nits own clamped width (e.g. via its own container query).\n\n`collapseState` is a public accessor with force/auto semantics mirroring\n`<lr-app-rail>`'s `mode`: it's normally derived automatically from the\nmeasured container width (via a `ResizeObserver` on `[part=\"base\"]`)\nwhenever it crosses `railBreakpoint`/`floatBreakpoint`, but assigning it a\nconcrete `'wide'`/`'rail'`/`'floating'` value pins it there and stops that\nautomatic tracking — useful for a consumer-driven toggle (e.g. a button\nthat forces `'floating'` regardless of width). Assigning the write-only\n`'auto'` sentinel releases the pin and immediately re-derives the state\nfrom the current measured width, resuming automatic tracking. `'auto'` is\nnever a value this getter returns.\n\nThe `'floating'` state is a hidden-by-default drawer, gated by `open`\n(mirrors `<lr-app-rail>`'s mobile overlay): while `collapseState` is\n`'floating'` and `open` is `false` (the default), the collapsing panel\nrenders nothing — `hidden`, out of the accessibility tree, not just\nvisually hidden — instead of the always-visible overlay card this state\nrendered before `open` existed. Setting `open = true` reveals it as a\nfocus-trapped floating panel with a `[part=\"backdrop\"]` scrim; Escape or a\nbackdrop click set `open` back to `false`. `open` is preserved (not reset)\nwhile `collapseState` isn't `'floating'`, but no drawer chrome renders\nuntil it is again — except that leaving `'floating'` while `open` is\n`true` (a breakpoint crossing back to `'wide'`/`'rail'`, or a forced\nreassignment) also closes it, the same way `<lr-app-rail>` closes its\nmobile overlay when leaving `'mobile'` while open.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Panels to arrange side by side (or stacked, when `orientation=\"vertical\"`); each direct child becomes one resizable panel. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `backdrop` | The `'floating'` drawer's scrim. Only rendered while `collapseState === 'floating'` and `open`. |\n| `base` | The flex layout wrapper (`position: relative`, so the `'floating'` collapse state can anchor to it). |\n| `divider` | Each `role=\"separator\"` between two panels. `aria-valuenow` is the leading panel's percentage; `aria-valuemin`/`aria-valuemax` are that divider's currently achievable range, bounded by both adjacent panels' effective constraints and their current combined share (not whole-track bounds). Carries `aria-disabled=\"true\"` and is drag/keyboard-inert while its adjacent panel is collapsed (`'rail'`/`'floating'`). |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-split-overlay-color` (default: `var(--lr-color-overlay)`) — The `'floating'` drawer scrim's color, applied to `[part=\"backdrop\"]`.\n- `--lr-split-divider-hit-slop` (default: `calc((var(--lr-size-3px) - var(--lr-icon-button-size)) / 2)`) — Per-side inset of `[part=\"divider\"]`'s invisible `::before` hit area, along the resize axis. Negative, so the `::before` box extends past the divider's own edges; derived from the shared `--lr-icon-button-size` WCAG 2.5.8 floor minus the divider's visible thickness, split evenly across both sides, so the effective target reaches the floor without widening the 3px divider anyone can see. Declared on `:host`, so an override must target the element itself (not an ancestor). Setting it by hand is rarely right -- retheme `--lr-size-3px`/`--lr-icon-button-size` instead and the slop recomputes.",
|
|
15157
15128
|
"attributes": [
|
|
15158
15129
|
{
|
|
15159
15130
|
"name": "collapse",
|
|
@@ -15298,7 +15269,7 @@
|
|
|
15298
15269
|
},
|
|
15299
15270
|
{
|
|
15300
15271
|
"name": "lr-stack-trace",
|
|
15301
|
-
"description": "`<lr-stack-trace>` — parses common V8/JS-TS, Firefox/Safari, and Python stack traces into a\nleading message plus activatable frames, splitting chained/caused-by errors into separate\ngroups. Frames matching `internalPatterns` (`node_modules/`, `node:internal`,\n`site-packages/`, ... by default) fold behind a count-labeled toggle. Falls back to verbatim\nraw text when nothing parses. First-party invention (no Web Awesome equivalent).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper; respects `max-height`. Drops its card chrome under `appearance=\"plain\"`. |\n| `copy-button` | The copy-to-clipboard button, only rendered while `copyable`. |\n| `frame` | A single frame button; carries `data-internal` for internal frames. |\n| `frame-function` | The frame's function name. |\n| `frame-location` | The frame's `file:line:col` text. |\n| `group` | One chained-error group of frames. |\n| `internal-toggle` | The collapse/expand toggle for a run of internal frames. |\n| `message` | The leading error message text for a group. |\n| `raw` | The verbatim `<pre>` fallback when zero structured frames parsed. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-stack-trace-max-height` (default: `none`) — Cap on how tall `[part=\"base\"]` grows before it scrolls internally. `none` lets the component grow with its content; the `max-height` attribute sets this token.\n- `--lr-stack-trace-font` (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback.",
|
|
15272
|
+
"description": "`<lr-stack-trace>` — parses common V8/JS-TS, Firefox/Safari, and Python stack traces into a\nleading message plus activatable frames, splitting chained/caused-by errors into separate\ngroups. Frames matching `internalPatterns` (`node_modules/`, `node:internal`,\n`site-packages/`, ... by default) fold behind a count-labeled toggle. Falls back to verbatim\nraw text when nothing parses. First-party invention (no Web Awesome equivalent).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper; respects `max-height`. Drops its card chrome under `appearance=\"plain\"`. |\n| `copy-button` | The copy-to-clipboard button, only rendered while `copyable`. |\n| `frame` | A single frame button; carries `data-internal` for internal frames. |\n| `frame-function` | The frame's function name. |\n| `frame-location` | The frame's `file:line:col` text. |\n| `group` | One chained-error group of frames. |\n| `internal-toggle` | The collapse/expand toggle for a run of internal frames. |\n| `message` | The leading error message text for a group. |\n| `raw` | The verbatim `<pre>` fallback when zero structured frames parsed. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-stack-trace-max-height` (default: `none`) — Cap on how tall `[part=\"base\"]` grows before it scrolls internally. `none` lets the component grow with its content; the `max-height` attribute sets this token.\n- `--lr-stack-trace-font` (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback.\n- `--lr-stack-trace-internal-frame-color` (default: `var(--lr-color-text-quiet)`) — Internal frame foreground.\n- `--lr-stack-trace-interactive-color` (default: `var(--lr-color-brand)`) — Interactive frame/toggle accent.",
|
|
15302
15273
|
"attributes": [
|
|
15303
15274
|
{
|
|
15304
15275
|
"name": "appearance",
|
|
@@ -15358,7 +15329,7 @@
|
|
|
15358
15329
|
},
|
|
15359
15330
|
{
|
|
15360
15331
|
"name": "lr-stat",
|
|
15361
|
-
"description": "`<lr-stat>` — a KPI/stat card. First-party invention consolidating the\n\"metric row\" / \"KPI card\" pattern common to dashboard UIs.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Leading icon. |\n| `caption` | Rich caption content (overrides the `caption` attribute). |\n| `spark` | A sparkline (e.g. `<lr-sparkline>`) or other compact trend visual. `lr-stat` only reserves the slot; it doesn't render one itself. |\n| `sub` | Rich sub-line content (overrides the `sub` attribute). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The component's root wrapper (`<div>`, or a real `<a>` when `href` is safe). |\n| `caption` | Container for the caption attribute/slot. |\n| `icon` | Container for the leading icon slot. |\n| `label` | The label text. Hidden (and collapsed) whenever `label` is empty, so a label-less stat doesn't leave a blank line above the value. |\n| `row` | A single breakdown row (one per `rows` entry). |\n| `row-label` | The label text of a breakdown row. |\n| `row-value` | The value text of a breakdown row. Shows the row's `exactValue` (if any) as a hover/focus tooltip, same as the headline `value`, and is accessibly labelled by its `row-label` (via `aria-labelledby`) the same way the headline `value` is. |\n| `rows` | Container for the `rows` breakdown list. |\n| `spark` | Container for the `spark` slot. |\n| `sub` | Container for the `sub` attribute/slot. |\n| `trend` | The trend pill. |\n| `unit` | The unit text. |\n| `value` | The value text. Accessibly labelled by the `label` part (via `aria-labelledby`) whenever `label` is set, so tabbing directly to this (focusable when `exactValue` is set) control still announces which metric it is. |\n| `value-row` | Wrapper around the value and unit. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-stat-trend-good-color` (default: `var(--lr-color-success)`) — Text color of the trend pill when its polarity is \"good\". Independent of the headline value's `variant=\"success\"` tint, which reads the shared `--lr-color-success` token directly.\n- `--lr-stat-trend-good-bg` (default: `color-mix(in srgb, var(--lr-color-success) 8%, transparent)`) — Background of the trend pill when its polarity is \"good\".\n- `--lr-stat-trend-bad-color` (default: `var(--lr-color-danger)`) — Text color of the trend pill when its polarity is \"bad\". Independent of the headline value's `variant=\"danger\"` tint, which reads the shared `--lr-color-danger` token directly.\n- `--lr-stat-trend-bad-bg` (default: `color-mix(in srgb, var(--lr-color-danger) 8%, transparent)`) — Background of the trend pill when its polarity is \"bad\".",
|
|
15332
|
+
"description": "`<lr-stat>` — a KPI/stat card. First-party invention consolidating the\n\"metric row\" / \"KPI card\" pattern common to dashboard UIs.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Leading icon. |\n| `caption` | Rich caption content (overrides the `caption` attribute). |\n| `spark` | A sparkline (e.g. `<lr-sparkline>`) or other compact trend visual. `lr-stat` only reserves the slot; it doesn't render one itself. |\n| `sub` | Rich sub-line content (overrides the `sub` attribute). |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The component's root wrapper (`<div>`, or a real `<a>` when `href` is safe). |\n| `caption` | Container for the caption attribute/slot. |\n| `icon` | Container for the leading icon slot. |\n| `label` | The label text. Hidden (and collapsed) whenever `label` is empty, so a label-less stat doesn't leave a blank line above the value. |\n| `row` | A single breakdown row (one per `rows` entry). |\n| `row-label` | The label text of a breakdown row. |\n| `row-value` | The value text of a breakdown row. Shows the row's `exactValue` (if any) as a hover/focus tooltip, same as the headline `value`, and is accessibly labelled by its `row-label` (via `aria-labelledby`) the same way the headline `value` is. |\n| `rows` | Container for the `rows` breakdown list. |\n| `spark` | Container for the `spark` slot. |\n| `sub` | Container for the `sub` attribute/slot. |\n| `trend` | The trend pill. |\n| `unit` | The unit text. |\n| `value` | The value text. Accessibly labelled by the `label` part (via `aria-labelledby`) whenever `label` is set, so tabbing directly to this (focusable when `exactValue` is set) control still announces which metric it is. |\n| `value-row` | Wrapper around the value and unit. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-stat-trend-good-color` (default: `var(--lr-color-success)`) — Text color of the trend pill when its polarity is \"good\". Independent of the headline value's `variant=\"success\"` tint, which reads the shared `--lr-color-success` token directly.\n- `--lr-stat-trend-good-bg` (default: `color-mix(in srgb, var(--lr-color-success) 8%, transparent)`) — Background of the trend pill when its polarity is \"good\".\n- `--lr-stat-trend-bad-color` (default: `var(--lr-color-danger)`) — Text color of the trend pill when its polarity is \"bad\". Independent of the headline value's `variant=\"danger\"` tint, which reads the shared `--lr-color-danger` token directly.\n- `--lr-stat-trend-bad-bg` (default: `color-mix(in srgb, var(--lr-color-danger) 8%, transparent)`) — Background of the trend pill when its polarity is \"bad\".\n- `--lr-stat-value-success-color` (default: `var(--lr-color-success)`) — Headline value color for the `success` variant.\n- `--lr-stat-value-warning-color` (default: `var(--lr-color-warning)`) — Headline value color for the `warning` variant.\n- `--lr-stat-value-danger-color` (default: `var(--lr-color-danger)`) — Headline value color for the `danger` variant.",
|
|
15362
15333
|
"attributes": [
|
|
15363
15334
|
{
|
|
15364
15335
|
"name": "appearance",
|
|
@@ -15719,7 +15690,7 @@
|
|
|
15719
15690
|
},
|
|
15720
15691
|
{
|
|
15721
15692
|
"name": "max-height",
|
|
15722
|
-
"description": "CSS length that caps the scrollable body.\n\nType: `string` \nDefault: `''`",
|
|
15693
|
+
"description": "CSS length that caps the scrollable body. Invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
15723
15694
|
"value": {
|
|
15724
15695
|
"type": [
|
|
15725
15696
|
"string"
|
|
@@ -15761,7 +15732,7 @@
|
|
|
15761
15732
|
"attributes": [
|
|
15762
15733
|
{
|
|
15763
15734
|
"name": "label",
|
|
15764
|
-
"description": "Accessible
|
|
15735
|
+
"description": "Accessible-name fallback for the radiogroup when the host has no `aria-label`, used when no\nvisible label context exists around it (e.g. no wrapping `<label>` or adjacent heading).\nThe resolved name is set on the `role=\"radiogroup\"` element.\n\nType: `string` \nDefault: `''`",
|
|
15765
15736
|
"value": {
|
|
15766
15737
|
"type": [
|
|
15767
15738
|
"string"
|
|
@@ -16242,7 +16213,7 @@
|
|
|
16242
16213
|
},
|
|
16243
16214
|
{
|
|
16244
16215
|
"name": "lr-task-list",
|
|
16245
|
-
"description": "`<lr-task-list>` — a live, collapsible tracker for an agent's plan: ordered steps with\nper-step lifecycle status and one level of nested sub-steps, embedded in the transcript.\n`items` is controlled and never mutated by this component, mirroring `<lr-stepper>`'s `steps`\ncontract -- but unlike stepper's single-`current` navigation control, task-list is a read-only\nstatus report: several steps may be `running` at once, there is no selection, and status changes\nare announced through an internal `<lr-live-region>`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `detail-<id>` | Dynamic, one per item id (e.g. `slot=\"detail-step-3\"`). Rich detail under that item's label, after its `detail` text -- typically a `<lr-tool-call-chip>` or file `<lr-chip>`. Plain-HTML friendly, no render props. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The list of items, `hidden` while collapsed. |\n| `header` | The clickable header (a `<button>` when `collapsible`, a plain heading otherwise). |\n| `item` | One item row (`role=\"listitem\"`); carries `data-status`, `data-id`, `data-depth` (`\"0\"` for a top-level item, `\"1\"` for a child). |\n| `item-children` | The nested `role=\"list\"` wrapper around a top-level item's children. |\n| `item-detail` | The item's optional `detail` text. |\n| `item-label` | The item's `label` text. |\n| `label` | The `label` text. |\n| `status-icon` | The per-item status glyph. |\n| `summary` | The visible \"N of M completed\" summary, counting only top-level items. |\n| `toggle` | The chevron indicator inside the header. Only rendered when `collapsible`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-task-list-spin` (default: `var(--lr-transition-ambient)`) — Running-status icon spin animation duration/timing.\n- `--lr-task-list-compact-header-padding` (default: `var(--lr-space-2xs) var(--lr-space-s)`) — `[part=\"header\"]` padding while `compact`.\n- `--lr-task-list-compact-header-gap` (default: `var(--lr-space-2xs)`) — Gap between `[part=\"header\"]`'s toggle/label/summary while `compact`.\n- `--lr-task-list-compact-gap` (default: `var(--lr-space-2xs)`) — Gap between `[part=\"body\"]`'s item rows while `compact`.\n- `--lr-task-list-compact-body-padding` (default: `var(--lr-space-2xs) var(--lr-space-s) var(--lr-space-s)`) — `[part=\"body\"]` padding while `compact
|
|
16216
|
+
"description": "`<lr-task-list>` — a live, collapsible tracker for an agent's plan: ordered steps with\nper-step lifecycle status and one level of nested sub-steps, embedded in the transcript.\n`items` is controlled and never mutated by this component, mirroring `<lr-stepper>`'s `steps`\ncontract -- but unlike stepper's single-`current` navigation control, task-list is a read-only\nstatus report: several steps may be `running` at once, there is no selection, and status changes\nare announced through an internal `<lr-live-region>`.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `detail-<id>` | Dynamic, one per item id (e.g. `slot=\"detail-step-3\"`). Rich detail under that item's label, after its `detail` text -- typically a `<lr-tool-call-chip>` or file `<lr-chip>`. Plain-HTML friendly, no render props. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The list of items, `hidden` while collapsed. |\n| `header` | The clickable header (a `<button>` when `collapsible`, a plain heading otherwise). |\n| `item` | One item row (`role=\"listitem\"`); carries `data-status`, `data-id`, `data-depth` (`\"0\"` for a top-level item, `\"1\"` for a child). |\n| `item-children` | The nested `role=\"list\"` wrapper around a top-level item's children. |\n| `item-detail` | The item's optional `detail` text. |\n| `item-label` | The item's `label` text. |\n| `label` | The `label` text. |\n| `status-icon` | The per-item status glyph. |\n| `summary` | The visible \"N of M completed\" summary, counting only top-level items. |\n| `toggle` | The chevron indicator inside the header. Only rendered when `collapsible`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-task-list-spin` (default: `var(--lr-transition-ambient)`) — Running-status icon spin animation duration/timing.\n- `--lr-task-list-compact-header-padding` (default: `var(--lr-space-2xs) var(--lr-space-s)`) — `[part=\"header\"]` padding while `compact`.\n- `--lr-task-list-compact-header-gap` (default: `var(--lr-space-2xs)`) — Gap between `[part=\"header\"]`'s toggle/label/summary while `compact`.\n- `--lr-task-list-compact-gap` (default: `var(--lr-space-2xs)`) — Gap between `[part=\"body\"]`'s item rows while `compact`.\n- `--lr-task-list-compact-body-padding` (default: `var(--lr-space-2xs) var(--lr-space-s) var(--lr-space-s)`) — `[part=\"body\"]` padding while `compact`.\n- `--lr-task-list-pending-color` (default: `var(--lr-color-text-quiet)`) — Pending status icon color.\n- `--lr-task-list-running-color` (default: `var(--lr-color-brand)`) — Running status icon color.\n- `--lr-task-list-success-color` (default: `var(--lr-color-success)`) — Success status icon color.\n- `--lr-task-list-error-color` (default: `var(--lr-color-danger)`) — Error status icon color.",
|
|
16246
16217
|
"attributes": [
|
|
16247
16218
|
{
|
|
16248
16219
|
"name": "appearance",
|
|
@@ -16398,7 +16369,7 @@
|
|
|
16398
16369
|
},
|
|
16399
16370
|
{
|
|
16400
16371
|
"name": "lr-test-results",
|
|
16401
|
-
"description": "`<lr-test-results>` — a pass/fail suite summary with per-status counts, status filter\ntoggles, and per-test rows whose failures auto-expand by default and can host rich slotted\ndetail (e.g. a diff or code block) alongside the plain failure message.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `detail-{
|
|
16372
|
+
"description": "`<lr-test-results>` — a pass/fail suite summary with per-status counts, status filter\ntoggles, and per-test rows whose failures auto-expand by default and can host rich slotted\ndetail (e.g. a diff or code block) alongside the plain failure message.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| `detail-{encodedSuiteId}:{encodedTestId}` | Collision-free suite-scoped rich detail for a test. Encode each id with `encodeURIComponent`; this form takes precedence over legacy slots. |\n| `detail-{suiteId}-{testId}` | Legacy suite-scoped detail, supported only when its name maps unambiguously to one suite/test pair and does not collide with another pair's canonical name. |\n| `detail-{testId}` | Legacy rich detail for a test whose id is globally unique across all suites. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The root wrapper; carries `role=\"group\"`. Its `aria-label` defaults to the localized \"Test results\", but a host `aria-label` on `<lr-test-results>` itself wins over that default. |\n| `count` | One status count; carries `data-status`. |\n| `failure` | The failure-detail wrapper; hidden while collapsed. |\n| `failure-message` | The failure's plain message text. |\n| `filter` | The filter-toggle row. |\n| `filter-toggle` | One status filter toggle; carries `data-status` and `aria-pressed`. |\n| `suite` | One suite section. |\n| `suite-header` | The suite's name row. |\n| `summary` | The status-count strip. |\n| `test` | One test row; carries `data-status`. |\n| `test-duration` | The duration text. |\n| `test-expand-toggle` | The expand/collapse button for a row's failure detail. Rendered for any failed test, or any test with suite-scoped detail content (or the eligible globally unique legacy `detail-{testId}` form). |\n| `test-name` | The activatable test-name button. |\n| `test-status` | The status glyph and its visible status-word text; carries `data-status`. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-test-results-filter-active-bg` (default: `var(--lr-color-brand-quiet)`) — Background of a pressed (active) status filter toggle.\n- `--lr-test-results-filter-active-border` (default: `var(--lr-color-brand)`) — Border color of a pressed (active) status filter toggle.\n- `--lr-test-results-filter-active-color` (default: `var(--lr-color-brand)`) — Text color of a pressed (active) status filter toggle. Restyling the pressed state otherwise requires overriding the library-wide brand tokens, since `::part(filter-toggle)[aria-pressed]` is invalid CSS.\n- `--lr-test-results-passed-color` (default: `var(--lr-color-success)`) — Passed-state foreground.\n- `--lr-test-results-failed-color` (default: `var(--lr-color-danger)`) — Failed-state foreground.\n- `--lr-test-results-skipped-color` (default: `var(--lr-color-text-quiet)`) — Skipped-state foreground.\n- `--lr-test-results-running-color` (default: `var(--lr-color-brand)`) — Running-state foreground.",
|
|
16402
16373
|
"attributes": [
|
|
16403
16374
|
{
|
|
16404
16375
|
"name": "auto-expand-failures",
|
|
@@ -16564,7 +16535,7 @@
|
|
|
16564
16535
|
},
|
|
16565
16536
|
{
|
|
16566
16537
|
"name": "resize",
|
|
16567
|
-
"description": "Native CSS `resize` behavior for the textarea, plus `'auto'`: a `ResizeObserver`-driven\ngrow-to-content mode with no manual drag handle (mirrors `wa-textarea`'s `resize=\"auto\"`).\n\nType: `TextareaResize` \nDefault: `'vertical'`",
|
|
16538
|
+
"description": "Native CSS `resize` behavior for the textarea, plus `'auto'`: a `ResizeObserver`-driven\ngrow-to-content mode with no manual drag handle (mirrors `wa-textarea`'s `resize=\"auto\"`).\nAn invalid runtime value falls back to `'vertical'`.\n\nType: `TextareaResize` \nDefault: `'vertical'`",
|
|
16568
16539
|
"value": {
|
|
16569
16540
|
"type": [
|
|
16570
16541
|
"TextareaResize"
|
|
@@ -16602,7 +16573,7 @@
|
|
|
16602
16573
|
},
|
|
16603
16574
|
{
|
|
16604
16575
|
"name": "lr-thinking-panel",
|
|
16605
|
-
"description": "`<lr-thinking-panel>` — a collapsible panel for an AI agent's\nintermediate reasoning/\"thinking\" transcript, kept visually and\nsemantically distinct from its final response. Same collapsible\nheader-button-plus-region shape as `<lr-source-list>`; the default slot\nis entirely free-form (a consumer-composed `<lr-streaming-text>`,\n`<lr-markdown>`, or plain text) — this component has no dependency on\neither and imposes no structure on what's slotted.\n\n`mode` (`'live'` while reasoning is actively streaming in, `'post-hoc'`\nonce it's complete and being reviewed after the fact) drives two concrete\nbehavior differences, not just a styling hook:\n- **Header hint.** While `duration-ms` is unset, `'live'` shows a pulsing\n \"Thinking…\" placeholder in `[part=\"duration\"]`; `'post-hoc'` shows\n nothing there instead (a finished review with no known duration has\n nothing useful to say in that slot). Once `duration-ms` is set, both\n modes show the same static `\"Thought for …\"` text — a `'post-hoc'`\n consumer that captured a duration is free to supply it too.\n- **Auto-scroll.** Only `'live'` mode auto-follows new content appended to\n the default slot while `expanded` (see below); `'post-hoc'` never\n scrolls on its own, since reviewing finished reasoning is expected to\n start from the top like reading any other completed document. This\n library otherwise defaults to *not* editorializing about a host's data\n (see `<lr-empty>`'s plain-`description` stance), but scroll position\n is presentation, not data, so this one behavior difference earns its\n keep rather than being left as a bare visual/semantic hint the host\n would have to reimplement identically itself.\n\nLive-mode auto-scroll (\"stick to bottom\") is the classic chat-transcript\nconvention: while `mode=\"live\"` and `expanded`, new content keeps the\npanel scrolled to its latest line — *unless* the user has manually\nscrolled up to (re-)read earlier content, in which case their position is\nnever yanked away from them. This is tracked continuously via a `scroll`\nlistener on `[part=\"body\"]` (not recomputed from the mutation itself,\nwhich necessarily observes the DOM only *after* it has already changed):\nevery user-driven scroll records whether the body was left within\n`NEAR_BOTTOM_PX` of its own max scroll position, and only a mutation that\narrives while that's still true triggers a follow-up scroll-to-bottom.\nOpening an already-`'live'` panel (or one that later becomes `'live'`)\nalways resets this to \"anchored\" and jumps to the latest content, the same\nway a chat app's own transcript does when you re-open it.\n\nNew content is detected via a `MutationObserver` on this element's own\nlight DOM (`childList`+`subtree`+`characterData`) rather than the default\nslot's `slotchange` event, because `slotchange` only fires when the set of\ntop-level assigned nodes changes — never for a text node mutating *inside*\nan already-slotted element, which is the more likely shape for streamed\nreasoning (a consumer appending chunks to an existing node's `textContent`\nrather than re-slotting a whole new element per token). The one thing this\ncan't see is a mutation entirely inside a slotted custom element's own\nshadow root (e.g. a `<lr-markdown>` re-rendering its shadow tree after a\n`content` property change) — Shadow DOM encapsulation blocks that by\ndesign, and there is no way for this component to reach across that\nboundary. A slotted element whose *own* internal updates should drive this\npanel's auto-scroll needs to append/mutate visible light-DOM text itself\n(as `<lr-streaming-text>` is expected to), or the host can call this\npanel's own `scrollToBottom()` directly.\n\n`aria-controls` linking the header to the body region uses `nextId()`\n(`../../internal/a11y.js`) for a collision-safe id, the same convention\n`<lr-source-list>` and `<lr-widget>` already establish for every\ntoggle-controls-region pairing in this library.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The reasoning/thinking content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The wrapper around the default slot, `hidden` while collapsed. Independently keyboard-focusable (`tabindex=\"0\"`, `role=\"group\"` named from `label`) since it's its own capped-height scrollable region. |\n| `duration` | The formatted duration / \"Thinking…\" placeholder, when shown. |\n| `header` | The clickable header (`<button>`) toggling `expanded`. |\n| `label` | The `label` text. |\n| `toggle` | The chevron indicator inside the header. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-thinking-panel-max-block-size` (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally.",
|
|
16576
|
+
"description": "`<lr-thinking-panel>` — a collapsible panel for an AI agent's\nintermediate reasoning/\"thinking\" transcript, kept visually and\nsemantically distinct from its final response. Same collapsible\nheader-button-plus-region shape as `<lr-source-list>`; the default slot\nis entirely free-form (a consumer-composed `<lr-streaming-text>`,\n`<lr-markdown>`, or plain text) — this component has no dependency on\neither and imposes no structure on what's slotted.\n\n`mode` (`'live'` while reasoning is actively streaming in, `'post-hoc'`\nonce it's complete and being reviewed after the fact) drives two concrete\nbehavior differences, not just a styling hook:\n- **Header hint.** While `duration-ms` is unset, `'live'` shows a pulsing\n \"Thinking…\" placeholder in `[part=\"duration\"]`; `'post-hoc'` shows\n nothing there instead (a finished review with no known duration has\n nothing useful to say in that slot). Once `duration-ms` is set, both\n modes show the same static `\"Thought for …\"` text — a `'post-hoc'`\n consumer that captured a duration is free to supply it too.\n- **Auto-scroll.** Only `'live'` mode auto-follows new content appended to\n the default slot while `expanded` (see below); `'post-hoc'` never\n scrolls on its own, since reviewing finished reasoning is expected to\n start from the top like reading any other completed document. This\n library otherwise defaults to *not* editorializing about a host's data\n (see `<lr-empty>`'s plain-`description` stance), but scroll position\n is presentation, not data, so this one behavior difference earns its\n keep rather than being left as a bare visual/semantic hint the host\n would have to reimplement identically itself.\n\nLive-mode auto-scroll (\"stick to bottom\") is the classic chat-transcript\nconvention: while `mode=\"live\"` and `expanded`, new content keeps the\npanel scrolled to its latest line — *unless* the user has manually\nscrolled up to (re-)read earlier content, in which case their position is\nnever yanked away from them. This is tracked continuously via a `scroll`\nlistener on `[part=\"body\"]` (not recomputed from the mutation itself,\nwhich necessarily observes the DOM only *after* it has already changed):\nevery user-driven scroll records whether the body was left within\n`NEAR_BOTTOM_PX` of its own max scroll position, and only a mutation that\narrives while that's still true triggers a follow-up scroll-to-bottom.\nOpening an already-`'live'` panel (or one that later becomes `'live'`)\nalways resets this to \"anchored\" and jumps to the latest content, the same\nway a chat app's own transcript does when you re-open it.\n\nNew content is detected via a `MutationObserver` on this element's own\nlight DOM (`childList`+`subtree`+`characterData`) rather than the default\nslot's `slotchange` event, because `slotchange` only fires when the set of\ntop-level assigned nodes changes — never for a text node mutating *inside*\nan already-slotted element, which is the more likely shape for streamed\nreasoning (a consumer appending chunks to an existing node's `textContent`\nrather than re-slotting a whole new element per token). The one thing this\ncan't see is a mutation entirely inside a slotted custom element's own\nshadow root (e.g. a `<lr-markdown>` re-rendering its shadow tree after a\n`content` property change) — Shadow DOM encapsulation blocks that by\ndesign, and there is no way for this component to reach across that\nboundary. A slotted element whose *own* internal updates should drive this\npanel's auto-scroll needs to append/mutate visible light-DOM text itself\n(as `<lr-streaming-text>` is expected to), or the host can call this\npanel's own `scrollToBottom()` directly.\n\n`aria-controls` linking the header to the body region uses `nextId()`\n(`../../internal/a11y.js`) for a collision-safe id, the same convention\n`<lr-source-list>` and `<lr-widget>` already establish for every\ntoggle-controls-region pairing in this library.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The reasoning/thinking content. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `base` | The outer container. |\n| `body` | The wrapper around the default slot, `hidden` while collapsed. Independently keyboard-focusable (`tabindex=\"0\"`, `role=\"group\"` named from `label`) since it's its own capped-height scrollable region. |\n| `duration` | The formatted duration / \"Thinking…\" placeholder, when shown. |\n| `header` | The clickable header (`<button>`) toggling `expanded`. |\n| `label` | The `label` text. |\n| `toggle` | The chevron indicator inside the header. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-thinking-panel-max-block-size` (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally.\n- `--lr-thinking-panel-pending-color` (default: `var(--lr-color-brand)`) — Live pending-state color.",
|
|
16606
16577
|
"attributes": [
|
|
16607
16578
|
{
|
|
16608
16579
|
"name": "duration-ms",
|
|
@@ -17046,7 +17017,7 @@
|
|
|
17046
17017
|
"attributes": [
|
|
17047
17018
|
{
|
|
17048
17019
|
"name": "active",
|
|
17049
|
-
"description": "Marks this as the current/in-progress item (e.g. \"the agent is executing this step right now\"),\nas opposed to a resolved past entry. Drives a pulsing marker (disabled under\n`prefers-reduced-motion: reduce`) and `aria-current
|
|
17020
|
+
"description": "Marks this as the current/in-progress item (e.g. \"the agent is executing this step right now\"),\nas opposed to a resolved past entry. Drives a pulsing marker (disabled under\n`prefers-reduced-motion: reduce`) and an explicit `aria-current` state on the host.\n\nType: `boolean` \nDefault: `false`",
|
|
17050
17021
|
"value": {
|
|
17051
17022
|
"type": [
|
|
17052
17023
|
"boolean"
|
|
@@ -17108,7 +17079,7 @@
|
|
|
17108
17079
|
},
|
|
17109
17080
|
{
|
|
17110
17081
|
"name": "lr-toast-item",
|
|
17111
|
-
"description": "`<lr-toast-item>` — a single toast notification.\nMirrors the Web Awesome `<wa-toast-item>` API under the `lr-` prefix.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The message content. |\n| `icon` | Optional icon shown at the start. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `accent` | The colored accent bar. |\n| `close-button` | The dismiss button. |\n| `content` | The message wrapper. |\n| `icon` | The icon wrapper. |\n| `toast-item` | The outer container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-toast-accent-width` (default: `var(--lr-size-4px)`) — Width of the accent bar, and the extra inline-start padding reserved for it.\n- `--lr-toast-accent-color` (default: `var(--lr-color-border)`) — Color of the accent bar and the icon, auto-swapped per `variant`.\n- `--lr-toast-padding` (default: `var(--lr-space-m)`) — Padding of the item, auto-swapped per `size`.\n- `--lr-toast-font-size` (default: `var(--lr-font-size-md)`) — Font size of the item, auto-swapped per `size`.\n- `--lr-toast-show-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Opacity/transform transition used while showing.\n- `--lr-toast-hide-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Opacity/transform transition used while hiding.",
|
|
17082
|
+
"description": "`<lr-toast-item>` — a single toast notification. Contextual close names include rich\nnon-interactive message markup and update with its text. When a focused toast finishes hiding,\nfocus moves to an adjacent toast or back to the pre-toast control. A hide interrupted by\ndisconnect resumes to one terminal completion if the same item reconnects.\nMirrors the Web Awesome `<wa-toast-item>` API under the `lr-` prefix.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | The message content. |\n| `icon` | Optional icon shown at the start. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `accent` | The colored accent bar. |\n| `close-button` | The dismiss button. |\n| `content` | The message wrapper. |\n| `icon` | The icon wrapper. |\n| `toast-item` | The outer container. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-toast-accent-width` (default: `var(--lr-size-4px)`) — Width of the accent bar, and the extra inline-start padding reserved for it.\n- `--lr-toast-accent-color` (default: `var(--lr-color-border)`) — Color of the accent bar and the icon, auto-swapped per `variant`.\n- `--lr-toast-padding` (default: `var(--lr-space-m)`) — Padding of the item, auto-swapped per `size`.\n- `--lr-toast-font-size` (default: `var(--lr-font-size-md)`) — Font size of the item, auto-swapped per `size`.\n- `--lr-toast-show-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Opacity/transform transition used while showing.\n- `--lr-toast-hide-duration` (default: `var(--lr-transition-base, 180ms ease-out)`) — Opacity/transform transition used while hiding.",
|
|
17112
17083
|
"attributes": [
|
|
17113
17084
|
{
|
|
17114
17085
|
"name": "duration",
|
|
@@ -17179,6 +17150,24 @@
|
|
|
17179
17150
|
]
|
|
17180
17151
|
}
|
|
17181
17152
|
},
|
|
17153
|
+
{
|
|
17154
|
+
"name": "autocapitalize",
|
|
17155
|
+
"description": "Forwarded to both native text inputs. Empty preserves the browser default.\n\nType: `string` \nDefault: `''`",
|
|
17156
|
+
"value": {
|
|
17157
|
+
"type": [
|
|
17158
|
+
"string"
|
|
17159
|
+
]
|
|
17160
|
+
}
|
|
17161
|
+
},
|
|
17162
|
+
{
|
|
17163
|
+
"name": "autocorrect",
|
|
17164
|
+
"description": "Forwarded to both native text inputs through the lowercase `autocorrect` attribute.\nThe camel-cased property avoids the boolean `HTMLElement.autocorrect` DOM typing.\n\nType: `string` \nDefault: `''`",
|
|
17165
|
+
"value": {
|
|
17166
|
+
"type": [
|
|
17167
|
+
"string"
|
|
17168
|
+
]
|
|
17169
|
+
}
|
|
17170
|
+
},
|
|
17182
17171
|
{
|
|
17183
17172
|
"name": "delimiter",
|
|
17184
17173
|
"description": "Character(s) that split a typed draft into several tokens, and (when a single character) the\nkeystroke that commits the draft. `null` — from the property, or from `delimiter=\"none\"` /\n`delimiter=\"\"` — disables both, so a token may contain the delimiter verbatim. Defaults to `,`.\n\nType: `string | null` \nDefault: `','`"
|
|
@@ -17194,7 +17183,7 @@
|
|
|
17194
17183
|
},
|
|
17195
17184
|
{
|
|
17196
17185
|
"name": "editable",
|
|
17197
|
-
"description": "
|
|
17186
|
+
"description": "Type: `boolean`",
|
|
17198
17187
|
"value": {
|
|
17199
17188
|
"type": [
|
|
17200
17189
|
"boolean"
|
|
@@ -17272,6 +17261,15 @@
|
|
|
17272
17261
|
"LyraTokenInputSize"
|
|
17273
17262
|
]
|
|
17274
17263
|
}
|
|
17264
|
+
},
|
|
17265
|
+
{
|
|
17266
|
+
"name": "spellcheck",
|
|
17267
|
+
"description": "Forwarded to both native text inputs using the native explicit `\"true\"`/`\"false\"`\nattribute vocabulary.\n\nType: `boolean` \nDefault: `true`",
|
|
17268
|
+
"value": {
|
|
17269
|
+
"type": [
|
|
17270
|
+
"boolean"
|
|
17271
|
+
]
|
|
17272
|
+
}
|
|
17275
17273
|
}
|
|
17276
17274
|
]
|
|
17277
17275
|
},
|
|
@@ -17744,7 +17742,7 @@
|
|
|
17744
17742
|
},
|
|
17745
17743
|
{
|
|
17746
17744
|
"name": "lr-tooltip",
|
|
17747
|
-
"description": "`<lr-tooltip>` — a localized, hover/focus tooltip for a consumer-owned trigger.\nPlain content uses tooltip semantics. When the default slot contains an actionable descendant
|
|
17745
|
+
"description": "`<lr-tooltip>` — a localized, hover/focus tooltip for a consumer-owned trigger.\nPlain content uses tooltip semantics. When the default slot contains an actionable descendant\n(including inside a nested custom element's open shadow root), the popup promotes to a named\ndialog and remains open while pointer or focus is inside so its controls can be reached. Escape\nfrom popup content closes it and restores focus to the trigger. Prefer `<lr-popover>` when\nclick-to-open ownership is desired.\n\nWhile open, the trigger's `aria-describedby` targets a hidden text proxy in this component's\nlight DOM rather than the shadow-private popup. Native triggers can resolve that ID directly;\n`<lr-button>` and `<lr-icon-button>` reflect it onto their focused internal controls through\n`ariaDescribedByElements`, where the serialized internal attribute is intentionally empty.\n\n---\n\n**Slots**\n\n| Name | Description |\n| --- | --- |\n| (default) | Tooltip content. |\n| `trigger` | The element that receives hover/focus listeners. |\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `popup` | The tooltip popup. |\n| `trigger` | The trigger wrapper. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tooltip-max-inline-size` — Maximum inline size of the tooltip (default `--lr-size-20rem`).\n- `--lr-tooltip-background` — Tooltip background color (default `--lr-color-neutral`).\n- `--lr-tooltip-color` — Tooltip text color (default `--lr-color-on-neutral`).",
|
|
17748
17746
|
"attributes": [
|
|
17749
17747
|
{
|
|
17750
17748
|
"name": "aria-label",
|
|
@@ -18027,7 +18025,7 @@
|
|
|
18027
18025
|
},
|
|
18028
18026
|
{
|
|
18029
18027
|
"name": "lr-tree-node",
|
|
18030
|
-
"description": "`<lr-tree-node>` — internal recursive renderer for `<lr-tree>`.\n\n`role=\"treeitem\"` (plus `aria-expanded`/`aria-level`/`aria-setsize`/\n`aria-posinset` and the roving `tabindex`, driven by `<lr-tree>`) live on\nthe *host* element, not the internal `[part=\"row\"]` div — that makes this\nnode's own nested children (rendered in *its own* shadow root as further\n`role=\"group\"` content) genuine DOM descendants of the treeitem, which is\nwhat the WAI-ARIA treeitem pattern requires (previously a shadow-root\nsibling).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `badge` | The optional node badge (the legacy `item.badge`, and/or one chip per `item.badges` entry, tone-mapped via `data-tone`). |\n| `content` | The primary and secondary text wrapper. |\n| `description` | The optional secondary description. |\n| `group` | The wrapper around a node's expanded child items. |\n| `icon` | The optional decorative leading icon. |\n| `label` | The node label. |\n| `row` | The tree row. |\n| `toggle` | The expand/collapse button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tree-depth` (default: `0`) — Internal indent plumbing, not a retheming knob: this node's `depth`, written inline onto `[part=\"row\"]` by the component and multiplied by `--lr-space-l` (capped at `--lr-size-8rem`) to produce the row's `padding-inline-start`.\n- `--lr-tree-selected-bg` (default: `var(--lr-color-brand-quiet)`) — Background of the selected row.\n- `--lr-tree-selected-color` (default: `var(--lr-color-brand)`) — Text color of the selected row.",
|
|
18028
|
+
"description": "`<lr-tree-node>` — internal recursive renderer for `<lr-tree>`.\n\n`role=\"treeitem\"` (plus `aria-expanded`/`aria-level`/`aria-setsize`/\n`aria-posinset` and the roving `tabindex`, driven by `<lr-tree>`) live on\nthe *host* element, not the internal `[part=\"row\"]` div — that makes this\nnode's own nested children (rendered in *its own* shadow root as further\n`role=\"group\"` content) genuine DOM descendants of the treeitem, which is\nwhat the WAI-ARIA treeitem pattern requires (previously a shadow-root\nsibling).\n\n---\n\n**CSS Shadow Parts**\n\n| Name | Description |\n| --- | --- |\n| `badge` | The optional node badge (the legacy `item.badge`, and/or one chip per `item.badges` entry, tone-mapped via `data-tone`). |\n| `content` | The primary and secondary text wrapper. |\n| `description` | The optional secondary description. |\n| `group` | The wrapper around a node's expanded child items. |\n| `icon` | The optional decorative leading icon. |\n| `label` | The node label. |\n| `row` | The tree row. |\n| `toggle` | The expand/collapse button. |\n\n---\n\n**CSS Custom Properties**\n\n- `--lr-tree-depth` (default: `0`) — Internal indent plumbing, not a retheming knob: this node's `depth`, written inline onto `[part=\"row\"]` by the component and multiplied by `--lr-space-l` (capped at `--lr-size-8rem`) to produce the row's `padding-inline-start`.\n- `--lr-tree-selected-bg` (default: `var(--lr-color-brand-quiet)`) — Background of the selected row.\n- `--lr-tree-selected-color` (default: `var(--lr-color-brand)`) — Text color of the selected row.\n- `--lr-tree-badge-neutral-color` (default: `var(--lr-color-text-quiet)`) — Neutral badge text color.\n- `--lr-tree-badge-neutral-bg` (default: `var(--lr-color-surface)`) — Neutral badge background.\n- `--lr-tree-badge-brand-color` (default: `var(--lr-color-brand)`) — Brand badge text color.\n- `--lr-tree-badge-brand-bg` (default: `var(--lr-color-brand-quiet)`) — Brand badge background.\n- `--lr-tree-badge-success-color` (default: `var(--lr-color-success)`) — Success badge text color.\n- `--lr-tree-badge-success-bg` (default: `var(--lr-color-success-quiet)`) — Success badge background.\n- `--lr-tree-badge-warning-color` (default: `var(--lr-color-warning)`) — Warning badge text color.\n- `--lr-tree-badge-warning-bg` (default: `var(--lr-color-warning-quiet)`) — Warning badge background.\n- `--lr-tree-badge-danger-color` (default: `var(--lr-color-danger)`) — Danger badge text color.\n- `--lr-tree-badge-danger-bg` (default: `var(--lr-color-danger-quiet)`) — Danger badge background.",
|
|
18031
18029
|
"attributes": [
|
|
18032
18030
|
{
|
|
18033
18031
|
"name": "depth",
|
|
@@ -18400,7 +18398,7 @@
|
|
|
18400
18398
|
},
|
|
18401
18399
|
{
|
|
18402
18400
|
"name": "backdrop-inset",
|
|
18403
|
-
"description": "Overrides the fullscreen *backdrop*'s own inset independent of `fullscreen-inset` -- e.g.\n`\"0\"` to dim the full viewport-to-panel-edge region while the panel itself keeps a narrower\n`fullscreen-inset`. Unset (the default) falls back to `fullscreen-inset`, i.e. today's exact\ncoupled behavior.\n\nType: `string` \nDefault: `\"\"`",
|
|
18401
|
+
"description": "Overrides the fullscreen *backdrop*'s own inset independent of `fullscreen-inset` -- e.g.\n`\"0\"` to dim the full viewport-to-panel-edge region while the panel itself keeps a narrower\n`fullscreen-inset`. Unset (the default) falls back to `fullscreen-inset`, i.e. today's exact\ncoupled behavior. Invalid values fall back to a valid `fullscreen-inset`, if present.\n\nType: `string` \nDefault: `\"\"`",
|
|
18404
18402
|
"value": {
|
|
18405
18403
|
"type": [
|
|
18406
18404
|
"string"
|
|
@@ -18454,7 +18452,7 @@
|
|
|
18454
18452
|
},
|
|
18455
18453
|
{
|
|
18456
18454
|
"name": "fullscreen-inset",
|
|
18457
|
-
"description": "
|
|
18455
|
+
"description": "CSS `inset` shorthand applied to the fullscreen panel and backdrop instead of the default\n`var(--lr-space-l)` on every side — e.g. `\"0 0 0 240px\"` to leave a 240px persistent sidebar\nvisible while fullscreen. Invalid values are ignored.\n\nType: `string` \nDefault: `\"\"`",
|
|
18458
18456
|
"value": {
|
|
18459
18457
|
"type": [
|
|
18460
18458
|
"string"
|
|
@@ -18587,7 +18585,7 @@
|
|
|
18587
18585
|
},
|
|
18588
18586
|
{
|
|
18589
18587
|
"name": "max-height",
|
|
18590
|
-
"description": "A CSS
|
|
18588
|
+
"description": "A CSS `max-height`; invalid values are ignored.\n\nType: `string` \nDefault: `''`",
|
|
18591
18589
|
"value": {
|
|
18592
18590
|
"type": [
|
|
18593
18591
|
"string"
|
|
@@ -18787,6 +18785,34 @@
|
|
|
18787
18785
|
"name": "--lr-approval-queue-selected-border",
|
|
18788
18786
|
"description": "**`<lr-approval-queue>`** (default: `var(--lr-color-brand)`) — Selected request border."
|
|
18789
18787
|
},
|
|
18788
|
+
{
|
|
18789
|
+
"name": "--lr-archive-viewer-highlight-accent-background",
|
|
18790
|
+
"description": "**`<lr-archive-viewer>`** — Accent highlight background."
|
|
18791
|
+
},
|
|
18792
|
+
{
|
|
18793
|
+
"name": "--lr-archive-viewer-highlight-active-background",
|
|
18794
|
+
"description": "**`<lr-archive-viewer>`** — Active highlight background."
|
|
18795
|
+
},
|
|
18796
|
+
{
|
|
18797
|
+
"name": "--lr-archive-viewer-highlight-active-outline",
|
|
18798
|
+
"description": "**`<lr-archive-viewer>`** — Active fallback-highlight outline."
|
|
18799
|
+
},
|
|
18800
|
+
{
|
|
18801
|
+
"name": "--lr-archive-viewer-highlight-danger-background",
|
|
18802
|
+
"description": "**`<lr-archive-viewer>`** — Danger highlight background."
|
|
18803
|
+
},
|
|
18804
|
+
{
|
|
18805
|
+
"name": "--lr-archive-viewer-highlight-neutral-background",
|
|
18806
|
+
"description": "**`<lr-archive-viewer>`** — Neutral highlight background."
|
|
18807
|
+
},
|
|
18808
|
+
{
|
|
18809
|
+
"name": "--lr-archive-viewer-highlight-success-background",
|
|
18810
|
+
"description": "**`<lr-archive-viewer>`** — Success highlight background."
|
|
18811
|
+
},
|
|
18812
|
+
{
|
|
18813
|
+
"name": "--lr-archive-viewer-highlight-warning-background",
|
|
18814
|
+
"description": "**`<lr-archive-viewer>`** — Warning highlight background."
|
|
18815
|
+
},
|
|
18790
18816
|
{
|
|
18791
18817
|
"name": "--lr-artifact-panel-view-active-bg",
|
|
18792
18818
|
"description": "**`<lr-artifact-panel>`** (default: `var(--lr-color-brand-quiet)`) — Background of the pressed (active) preview/code toggle button."
|
|
@@ -19141,7 +19167,7 @@
|
|
|
19141
19167
|
},
|
|
19142
19168
|
{
|
|
19143
19169
|
"name": "--lr-chart-height",
|
|
19144
|
-
"description": "**`<lr-bar-chart>`, `<lr-bubble-chart>`, `<lr-chart>`, `<lr-doughnut-chart>`, `<lr-histogram>`, `<lr-line-chart>`, `<lr-pie-chart>`, `<lr-polar-area-chart>`, `<lr-radar-chart>`, `<lr-scatter-chart>`** (default: `var(--lr-size-280px)`) — The
|
|
19170
|
+
"description": "**`<lr-bar-chart>`, `<lr-bubble-chart>`, `<lr-chart>`, `<lr-doughnut-chart>`, `<lr-histogram>`, `<lr-line-chart>`, `<lr-pie-chart>`, `<lr-polar-area-chart>`, `<lr-radar-chart>`, `<lr-scatter-chart>`** (default: `var(--lr-size-280px)`) — The plot region's `block-size` and the host's minimum block size. A visible data table or wrapping DOM legend grows the host in normal flow instead of overlapping following content. Set on the host from `height`."
|
|
19145
19171
|
},
|
|
19146
19172
|
{
|
|
19147
19173
|
"name": "--lr-chart-legend-color",
|
|
@@ -19467,6 +19493,18 @@
|
|
|
19467
19493
|
"name": "--lr-compare-panel-max-height",
|
|
19468
19494
|
"description": "**`<lr-compare-panel>`** (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally."
|
|
19469
19495
|
},
|
|
19496
|
+
{
|
|
19497
|
+
"name": "--lr-compare-panel-selected-background",
|
|
19498
|
+
"description": "**`<lr-compare-panel>`** (default: `var(--lr-color-brand-quiet)`) — Selected vote button background."
|
|
19499
|
+
},
|
|
19500
|
+
{
|
|
19501
|
+
"name": "--lr-compare-panel-selected-border-color",
|
|
19502
|
+
"description": "**`<lr-compare-panel>`** (default: `var(--lr-color-brand)`) — Selected vote button border color."
|
|
19503
|
+
},
|
|
19504
|
+
{
|
|
19505
|
+
"name": "--lr-compare-panel-selected-color",
|
|
19506
|
+
"description": "**`<lr-compare-panel>`** (default: `var(--lr-color-brand)`) — Selected vote button text color."
|
|
19507
|
+
},
|
|
19470
19508
|
{
|
|
19471
19509
|
"name": "--lr-confirm-bar-approved-color",
|
|
19472
19510
|
"description": "**`<lr-confirm-bar>`** (default: `var(--lr-color-success)`) — `[part='status']` text/icon color once `decision` is `'approved'`."
|
|
@@ -19559,6 +19597,10 @@
|
|
|
19559
19597
|
"name": "--lr-dashboard-grid-gap",
|
|
19560
19598
|
"description": "**`<lr-dashboard-grid>`** (default: `var(--lr-space-m)`) — Gap between cells on both axes. Written inline on `[part=\"base\"]` from the `gap` property (in px) on every render."
|
|
19561
19599
|
},
|
|
19600
|
+
{
|
|
19601
|
+
"name": "--lr-dashboard-grid-interaction-shadow",
|
|
19602
|
+
"description": "**`<lr-dashboard-grid>`** (default: `var(--lr-shadow)`) — Box shadow applied to a cell for the duration of its pointer drag or resize interaction."
|
|
19603
|
+
},
|
|
19562
19604
|
{
|
|
19563
19605
|
"name": "--lr-dashboard-grid-row-height",
|
|
19564
19606
|
"description": "**`<lr-dashboard-grid>`** (default: `var(--lr-size-5rem)`) — Row track height. Written inline on `[part=\"base\"]` from the `rowHeight` property (in px) on every render."
|
|
@@ -19779,6 +19821,10 @@
|
|
|
19779
19821
|
"name": "--lr-email-viewer-max-height",
|
|
19780
19822
|
"description": "**`<lr-email-viewer>`** (default: `none`) — Maximum block size of `[part=\"body\"]` before it scrolls internally. The `maxHeight` property sets this token inline on `[part=\"base\"]`."
|
|
19781
19823
|
},
|
|
19824
|
+
{
|
|
19825
|
+
"name": "--lr-embedding-explorer-height",
|
|
19826
|
+
"description": "**`<lr-embedding-explorer>`** (default: `360px`) — The plot's `block-size`. Set on the host from the `height` property, whose default supplies the `360px`; a value the browser cannot parse as a `block-size` is dropped, leaving the `viewBox`-derived aspect-ratio size. A consumer's own `::part(plot) { block-size: ... }` rule still overrides it, and the narrow-allocation `min-block-size` floor still raises it."
|
|
19827
|
+
},
|
|
19782
19828
|
{
|
|
19783
19829
|
"name": "--lr-embedding-explorer-selected-stroke",
|
|
19784
19830
|
"description": "**`<lr-embedding-explorer>`** (default: `var(--lr-color-brand)`) — Stroke color of the selected point."
|
|
@@ -19947,6 +19993,30 @@
|
|
|
19947
19993
|
"name": "--lr-flow-minimap-inline-size",
|
|
19948
19994
|
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-size-12rem)`) — Map inline size."
|
|
19949
19995
|
},
|
|
19996
|
+
{
|
|
19997
|
+
"name": "--lr-flow-minimap-node-color",
|
|
19998
|
+
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-color-border-strong)`) — Fill of nodes without an execution status."
|
|
19999
|
+
},
|
|
20000
|
+
{
|
|
20001
|
+
"name": "--lr-flow-minimap-node-denied-color",
|
|
20002
|
+
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-color-warning)`) — Denied-node fill."
|
|
20003
|
+
},
|
|
20004
|
+
{
|
|
20005
|
+
"name": "--lr-flow-minimap-node-error-color",
|
|
20006
|
+
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-color-danger)`) — Failed-node fill."
|
|
20007
|
+
},
|
|
20008
|
+
{
|
|
20009
|
+
"name": "--lr-flow-minimap-node-pending-color",
|
|
20010
|
+
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-color-border-strong)`) — Pending-node fill."
|
|
20011
|
+
},
|
|
20012
|
+
{
|
|
20013
|
+
"name": "--lr-flow-minimap-node-running-color",
|
|
20014
|
+
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-color-brand)`) — Running-node fill."
|
|
20015
|
+
},
|
|
20016
|
+
{
|
|
20017
|
+
"name": "--lr-flow-minimap-node-success-color",
|
|
20018
|
+
"description": "**`<lr-flow-minimap>`** (default: `var(--lr-color-success)`) — Successful-node fill."
|
|
20019
|
+
},
|
|
19950
20020
|
{
|
|
19951
20021
|
"name": "--lr-flow-node-compact-gap",
|
|
19952
20022
|
"description": "**`<lr-flow-node>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"card\"]`'s rows while `compact`."
|
|
@@ -19971,6 +20041,54 @@
|
|
|
19971
20041
|
"name": "--lr-flow-node-selected-border",
|
|
19972
20042
|
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-brand)`) — Border color of the card while `selected`. Overriding the selection color otherwise requires hijacking the library-wide `--lr-color-brand` token."
|
|
19973
20043
|
},
|
|
20044
|
+
{
|
|
20045
|
+
"name": "--lr-flow-node-status-color",
|
|
20046
|
+
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-border-strong)`) — Status-dot color when no execution status is set."
|
|
20047
|
+
},
|
|
20048
|
+
{
|
|
20049
|
+
"name": "--lr-flow-node-status-denied-color",
|
|
20050
|
+
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-warning)`) — Denied status-dot color."
|
|
20051
|
+
},
|
|
20052
|
+
{
|
|
20053
|
+
"name": "--lr-flow-node-status-error-color",
|
|
20054
|
+
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-danger)`) — Error status-dot color."
|
|
20055
|
+
},
|
|
20056
|
+
{
|
|
20057
|
+
"name": "--lr-flow-node-status-pending-color",
|
|
20058
|
+
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-border-strong)`) — Pending status-dot color."
|
|
20059
|
+
},
|
|
20060
|
+
{
|
|
20061
|
+
"name": "--lr-flow-node-status-running-color",
|
|
20062
|
+
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-brand)`) — Running status-dot color."
|
|
20063
|
+
},
|
|
20064
|
+
{
|
|
20065
|
+
"name": "--lr-flow-node-status-success-color",
|
|
20066
|
+
"description": "**`<lr-flow-node>`** (default: `var(--lr-color-success)`) — Success status-dot color."
|
|
20067
|
+
},
|
|
20068
|
+
{
|
|
20069
|
+
"name": "--lr-flow-run-overlay-status-color",
|
|
20070
|
+
"description": "**`<lr-flow-run-overlay>`** (default: `var(--lr-color-border-strong)`) — Count-dot color when no execution status is set."
|
|
20071
|
+
},
|
|
20072
|
+
{
|
|
20073
|
+
"name": "--lr-flow-run-overlay-status-denied-color",
|
|
20074
|
+
"description": "**`<lr-flow-run-overlay>`** (default: `var(--lr-color-warning)`) — Denied count-dot color."
|
|
20075
|
+
},
|
|
20076
|
+
{
|
|
20077
|
+
"name": "--lr-flow-run-overlay-status-error-color",
|
|
20078
|
+
"description": "**`<lr-flow-run-overlay>`** (default: `var(--lr-color-danger)`) — Error count-dot color."
|
|
20079
|
+
},
|
|
20080
|
+
{
|
|
20081
|
+
"name": "--lr-flow-run-overlay-status-pending-color",
|
|
20082
|
+
"description": "**`<lr-flow-run-overlay>`** (default: `var(--lr-color-border-strong)`) — Pending count-dot color."
|
|
20083
|
+
},
|
|
20084
|
+
{
|
|
20085
|
+
"name": "--lr-flow-run-overlay-status-running-color",
|
|
20086
|
+
"description": "**`<lr-flow-run-overlay>`** (default: `var(--lr-color-brand)`) — Running count-dot color."
|
|
20087
|
+
},
|
|
20088
|
+
{
|
|
20089
|
+
"name": "--lr-flow-run-overlay-status-success-color",
|
|
20090
|
+
"description": "**`<lr-flow-run-overlay>`** (default: `var(--lr-color-success)`) — Success count-dot color."
|
|
20091
|
+
},
|
|
19974
20092
|
{
|
|
19975
20093
|
"name": "--lr-gauge-fill",
|
|
19976
20094
|
"description": "**`<lr-gauge>`** (default: `var(--lr-color-brand)`) — Fill stroke for radial, ring, and linear gauges."
|
|
@@ -20003,6 +20121,10 @@
|
|
|
20003
20121
|
"name": "--lr-graph-legend-hidden-color",
|
|
20004
20122
|
"description": "**`<lr-graph-legend>`** (default: `var(--lr-color-text-quiet)`) — Text color for a filtered-out (hidden) legend row's label/count, independent of the shared quiet-text token."
|
|
20005
20123
|
},
|
|
20124
|
+
{
|
|
20125
|
+
"name": "--lr-graph-legend-hidden-swatch-opacity",
|
|
20126
|
+
"description": "**`<lr-graph-legend>`** (default: `0.5`) — Opacity of a filtered-out row's decorative swatch."
|
|
20127
|
+
},
|
|
20006
20128
|
{
|
|
20007
20129
|
"name": "--lr-graph-selected-color",
|
|
20008
20130
|
"description": "**`<lr-graph>`** (default: `var(--lr-color-success)`) — Selected node/link stroke."
|
|
@@ -20243,6 +20365,10 @@
|
|
|
20243
20365
|
"name": "--lr-json-viewer-number-color",
|
|
20244
20366
|
"description": "**`<lr-json-viewer>`** (default: `var(--lr-color-brand)`) — Number value color."
|
|
20245
20367
|
},
|
|
20368
|
+
{
|
|
20369
|
+
"name": "--lr-json-viewer-row-hover-bg",
|
|
20370
|
+
"description": "**`<lr-json-viewer>`** (default: `var(--lr-color-brand-quiet)`) — Hover background for a structural row."
|
|
20371
|
+
},
|
|
20246
20372
|
{
|
|
20247
20373
|
"name": "--lr-json-viewer-string-color",
|
|
20248
20374
|
"description": "**`<lr-json-viewer>`** (default: `var(--lr-color-success)`) — String value color."
|
|
@@ -20529,7 +20655,11 @@
|
|
|
20529
20655
|
},
|
|
20530
20656
|
{
|
|
20531
20657
|
"name": "--lr-pdf-viewer-height",
|
|
20532
|
-
"description": "**`<lr-pdf-viewer>`** (default: `var(--lr-size-24rem)`) — Block size of the virtualized page list.
|
|
20658
|
+
"description": "**`<lr-pdf-viewer>`** (default: `var(--lr-size-24rem)`) — Block size of the virtualized page list."
|
|
20659
|
+
},
|
|
20660
|
+
{
|
|
20661
|
+
"name": "--lr-pdf-viewer-toolbar-button-hover-bg",
|
|
20662
|
+
"description": "**`<lr-pdf-viewer>`** (default: `var(--lr-color-surface)`) — Hover fill of the toolbar buttons. Defaults to the surface fill rather than the toolbar's own tint so the hover state is actually visible against it. Also settable via the `max-height` property."
|
|
20533
20663
|
},
|
|
20534
20664
|
{
|
|
20535
20665
|
"name": "--lr-phone-input-control-height",
|
|
@@ -20669,7 +20799,7 @@
|
|
|
20669
20799
|
},
|
|
20670
20800
|
{
|
|
20671
20801
|
"name": "--lr-rating-empty-color",
|
|
20672
|
-
"description": "**`<lr-rating>`** (default: `var(--lr-color-border)`) — Unfilled-star color."
|
|
20802
|
+
"description": "**`<lr-rating>`** (default: `var(--lr-color-border)`) — Unfilled-star color, retained during hover preview."
|
|
20673
20803
|
},
|
|
20674
20804
|
{
|
|
20675
20805
|
"name": "--lr-rating-fill",
|
|
@@ -20915,18 +21045,42 @@
|
|
|
20915
21045
|
"name": "--lr-source-picker-mixed-bg",
|
|
20916
21046
|
"description": "**`<lr-source-picker>`** (default: `color-mix(in srgb, var(--lr-color-brand) 50%, var(--lr-color-surface))`) — Background of a partially-selected entry's `[part=\"checkbox\"]`."
|
|
20917
21047
|
},
|
|
21048
|
+
{
|
|
21049
|
+
"name": "--lr-span-waterfall-denied-color",
|
|
21050
|
+
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-warning)`) — Denied bar fill."
|
|
21051
|
+
},
|
|
21052
|
+
{
|
|
21053
|
+
"name": "--lr-span-waterfall-error-color",
|
|
21054
|
+
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-danger)`) — Error bar fill."
|
|
21055
|
+
},
|
|
20918
21056
|
{
|
|
20919
21057
|
"name": "--lr-span-waterfall-name-width",
|
|
20920
21058
|
"description": "**`<lr-span-waterfall>`** (default: `8rem`) — Width of the name gutter column."
|
|
20921
21059
|
},
|
|
21060
|
+
{
|
|
21061
|
+
"name": "--lr-span-waterfall-pending-border-color",
|
|
21062
|
+
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-border-strong)`) — Pending bar border."
|
|
21063
|
+
},
|
|
20922
21064
|
{
|
|
20923
21065
|
"name": "--lr-span-waterfall-row-active-bg",
|
|
20924
21066
|
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) row. Shadow Parts forbids an attribute selector after `::part()`, so the active row could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token."
|
|
20925
21067
|
},
|
|
21068
|
+
{
|
|
21069
|
+
"name": "--lr-span-waterfall-running-color",
|
|
21070
|
+
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-brand)`) — Running stripe foreground."
|
|
21071
|
+
},
|
|
21072
|
+
{
|
|
21073
|
+
"name": "--lr-span-waterfall-running-stripe-color",
|
|
21074
|
+
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-brand-quiet)`) — Running stripe background."
|
|
21075
|
+
},
|
|
20926
21076
|
{
|
|
20927
21077
|
"name": "--lr-span-waterfall-stripe-speed",
|
|
20928
21078
|
"description": "**`<lr-span-waterfall>`** — Animation duration for a `running` span's striped bar; defaults to `--lr-transition-ambient`."
|
|
20929
21079
|
},
|
|
21080
|
+
{
|
|
21081
|
+
"name": "--lr-span-waterfall-success-color",
|
|
21082
|
+
"description": "**`<lr-span-waterfall>`** (default: `var(--lr-color-success)`) — Success bar fill."
|
|
21083
|
+
},
|
|
20930
21084
|
{
|
|
20931
21085
|
"name": "--lr-sparkline-area-opacity",
|
|
20932
21086
|
"description": "**`<lr-sparkline>`** (default: `0.15`) — Fill opacity of the area under the line (type=\"area\")."
|
|
@@ -20963,6 +21117,14 @@
|
|
|
20963
21117
|
"name": "--lr-stack-trace-font",
|
|
20964
21118
|
"description": "**`<lr-stack-trace>`** (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback."
|
|
20965
21119
|
},
|
|
21120
|
+
{
|
|
21121
|
+
"name": "--lr-stack-trace-interactive-color",
|
|
21122
|
+
"description": "**`<lr-stack-trace>`** (default: `var(--lr-color-brand)`) — Interactive frame/toggle accent."
|
|
21123
|
+
},
|
|
21124
|
+
{
|
|
21125
|
+
"name": "--lr-stack-trace-internal-frame-color",
|
|
21126
|
+
"description": "**`<lr-stack-trace>`** (default: `var(--lr-color-text-quiet)`) — Internal frame foreground."
|
|
21127
|
+
},
|
|
20966
21128
|
{
|
|
20967
21129
|
"name": "--lr-stack-trace-max-height",
|
|
20968
21130
|
"description": "**`<lr-stack-trace>`** (default: `none`) — Cap on how tall `[part=\"base\"]` grows before it scrolls internally. `none` lets the component grow with its content; the `max-height` attribute sets this token."
|
|
@@ -20983,6 +21145,18 @@
|
|
|
20983
21145
|
"name": "--lr-stat-trend-good-color",
|
|
20984
21146
|
"description": "**`<lr-stat>`** (default: `var(--lr-color-success)`) — Text color of the trend pill when its polarity is \"good\". Independent of the headline value's `variant=\"success\"` tint, which reads the shared `--lr-color-success` token directly."
|
|
20985
21147
|
},
|
|
21148
|
+
{
|
|
21149
|
+
"name": "--lr-stat-value-danger-color",
|
|
21150
|
+
"description": "**`<lr-stat>`** (default: `var(--lr-color-danger)`) — Headline value color for the `danger` variant."
|
|
21151
|
+
},
|
|
21152
|
+
{
|
|
21153
|
+
"name": "--lr-stat-value-success-color",
|
|
21154
|
+
"description": "**`<lr-stat>`** (default: `var(--lr-color-success)`) — Headline value color for the `success` variant."
|
|
21155
|
+
},
|
|
21156
|
+
{
|
|
21157
|
+
"name": "--lr-stat-value-warning-color",
|
|
21158
|
+
"description": "**`<lr-stat>`** (default: `var(--lr-color-warning)`) — Headline value color for the `warning` variant."
|
|
21159
|
+
},
|
|
20986
21160
|
{
|
|
20987
21161
|
"name": "--lr-stepper-current-color",
|
|
20988
21162
|
"description": "**`<lr-stepper>`** (default: `var(--lr-color-text)`) — Text color of the `current` step. Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current step without hijacking the library-wide `--lr-color-text` token."
|
|
@@ -21183,10 +21357,26 @@
|
|
|
21183
21357
|
"name": "--lr-task-list-compact-header-padding",
|
|
21184
21358
|
"description": "**`<lr-task-list>`** (default: `var(--lr-space-2xs) var(--lr-space-s)`) — `[part=\"header\"]` padding while `compact`."
|
|
21185
21359
|
},
|
|
21360
|
+
{
|
|
21361
|
+
"name": "--lr-task-list-error-color",
|
|
21362
|
+
"description": "**`<lr-task-list>`** (default: `var(--lr-color-danger)`) — Error status icon color."
|
|
21363
|
+
},
|
|
21364
|
+
{
|
|
21365
|
+
"name": "--lr-task-list-pending-color",
|
|
21366
|
+
"description": "**`<lr-task-list>`** (default: `var(--lr-color-text-quiet)`) — Pending status icon color."
|
|
21367
|
+
},
|
|
21368
|
+
{
|
|
21369
|
+
"name": "--lr-task-list-running-color",
|
|
21370
|
+
"description": "**`<lr-task-list>`** (default: `var(--lr-color-brand)`) — Running status icon color."
|
|
21371
|
+
},
|
|
21186
21372
|
{
|
|
21187
21373
|
"name": "--lr-task-list-spin",
|
|
21188
21374
|
"description": "**`<lr-task-list>`** (default: `var(--lr-transition-ambient)`) — Running-status icon spin animation duration/timing."
|
|
21189
21375
|
},
|
|
21376
|
+
{
|
|
21377
|
+
"name": "--lr-task-list-success-color",
|
|
21378
|
+
"description": "**`<lr-task-list>`** (default: `var(--lr-color-success)`) — Success status icon color."
|
|
21379
|
+
},
|
|
21190
21380
|
{
|
|
21191
21381
|
"name": "--lr-terminal-height",
|
|
21192
21382
|
"description": "**`<lr-terminal>`** (default: `var(--lr-size-20rem)`) — Block size of `[part=\"viewport\"]`, the scrollable log region. Not declared on `:host`, so it is inherited — set it on the host or any ancestor."
|
|
@@ -21219,6 +21409,10 @@
|
|
|
21219
21409
|
"name": "--lr-terminal-search-outline-color",
|
|
21220
21410
|
"description": "**`<lr-terminal>`** (default: `var(--lr-color-warning)`) — Outline color for a line containing a non-active search match."
|
|
21221
21411
|
},
|
|
21412
|
+
{
|
|
21413
|
+
"name": "--lr-test-results-failed-color",
|
|
21414
|
+
"description": "**`<lr-test-results>`** (default: `var(--lr-color-danger)`) — Failed-state foreground."
|
|
21415
|
+
},
|
|
21222
21416
|
{
|
|
21223
21417
|
"name": "--lr-test-results-filter-active-bg",
|
|
21224
21418
|
"description": "**`<lr-test-results>`** (default: `var(--lr-color-brand-quiet)`) — Background of a pressed (active) status filter toggle."
|
|
@@ -21231,6 +21425,18 @@
|
|
|
21231
21425
|
"name": "--lr-test-results-filter-active-color",
|
|
21232
21426
|
"description": "**`<lr-test-results>`** (default: `var(--lr-color-brand)`) — Text color of a pressed (active) status filter toggle. Restyling the pressed state otherwise requires overriding the library-wide brand tokens, since `::part(filter-toggle)[aria-pressed]` is invalid CSS."
|
|
21233
21427
|
},
|
|
21428
|
+
{
|
|
21429
|
+
"name": "--lr-test-results-passed-color",
|
|
21430
|
+
"description": "**`<lr-test-results>`** (default: `var(--lr-color-success)`) — Passed-state foreground."
|
|
21431
|
+
},
|
|
21432
|
+
{
|
|
21433
|
+
"name": "--lr-test-results-running-color",
|
|
21434
|
+
"description": "**`<lr-test-results>`** (default: `var(--lr-color-brand)`) — Running-state foreground."
|
|
21435
|
+
},
|
|
21436
|
+
{
|
|
21437
|
+
"name": "--lr-test-results-skipped-color",
|
|
21438
|
+
"description": "**`<lr-test-results>`** (default: `var(--lr-color-text-quiet)`) — Skipped-state foreground."
|
|
21439
|
+
},
|
|
21234
21440
|
{
|
|
21235
21441
|
"name": "--lr-textarea-max-block-size",
|
|
21236
21442
|
"description": "**`<lr-textarea>`** (default: `none`) — Maximum auto-grown block size before the textarea scrolls."
|
|
@@ -21239,6 +21445,10 @@
|
|
|
21239
21445
|
"name": "--lr-thinking-panel-max-block-size",
|
|
21240
21446
|
"description": "**`<lr-thinking-panel>`** (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally."
|
|
21241
21447
|
},
|
|
21448
|
+
{
|
|
21449
|
+
"name": "--lr-thinking-panel-pending-color",
|
|
21450
|
+
"description": "**`<lr-thinking-panel>`** (default: `var(--lr-color-brand)`) — Live pending-state color."
|
|
21451
|
+
},
|
|
21242
21452
|
{
|
|
21243
21453
|
"name": "--lr-thread-list-excerpt-highlight-background",
|
|
21244
21454
|
"description": "**`<lr-thread-list>`** (default: `var(--lr-color-warning-quiet)`) — Background of `<mark>` descendants returned by `renderExcerpt`."
|
|
@@ -21639,6 +21849,46 @@
|
|
|
21639
21849
|
"name": "--lr-transition-ambient",
|
|
21640
21850
|
"description": "**`<lr-chat-message>`** (default: `1.8s ease-in-out`) — Streaming-indicator animation duration and timing function.\n\n**`<lr-skeleton>`** (default: `1.8s ease-in-out`) — Animation duration and timing function shared by the pulse and sheen effects.\n\n**`<lr-tool-call-chip>`** (default: `1.8s ease-in-out`) — Pending-icon pulse duration and timing."
|
|
21641
21851
|
},
|
|
21852
|
+
{
|
|
21853
|
+
"name": "--lr-tree-badge-brand-bg",
|
|
21854
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-brand-quiet)`) — Brand badge background."
|
|
21855
|
+
},
|
|
21856
|
+
{
|
|
21857
|
+
"name": "--lr-tree-badge-brand-color",
|
|
21858
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-brand)`) — Brand badge text color."
|
|
21859
|
+
},
|
|
21860
|
+
{
|
|
21861
|
+
"name": "--lr-tree-badge-danger-bg",
|
|
21862
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-danger-quiet)`) — Danger badge background."
|
|
21863
|
+
},
|
|
21864
|
+
{
|
|
21865
|
+
"name": "--lr-tree-badge-danger-color",
|
|
21866
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-danger)`) — Danger badge text color."
|
|
21867
|
+
},
|
|
21868
|
+
{
|
|
21869
|
+
"name": "--lr-tree-badge-neutral-bg",
|
|
21870
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-surface)`) — Neutral badge background."
|
|
21871
|
+
},
|
|
21872
|
+
{
|
|
21873
|
+
"name": "--lr-tree-badge-neutral-color",
|
|
21874
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-text-quiet)`) — Neutral badge text color."
|
|
21875
|
+
},
|
|
21876
|
+
{
|
|
21877
|
+
"name": "--lr-tree-badge-success-bg",
|
|
21878
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-success-quiet)`) — Success badge background."
|
|
21879
|
+
},
|
|
21880
|
+
{
|
|
21881
|
+
"name": "--lr-tree-badge-success-color",
|
|
21882
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-success)`) — Success badge text color."
|
|
21883
|
+
},
|
|
21884
|
+
{
|
|
21885
|
+
"name": "--lr-tree-badge-warning-bg",
|
|
21886
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-warning-quiet)`) — Warning badge background."
|
|
21887
|
+
},
|
|
21888
|
+
{
|
|
21889
|
+
"name": "--lr-tree-badge-warning-color",
|
|
21890
|
+
"description": "**`<lr-tree-node>`** (default: `var(--lr-color-warning)`) — Warning badge text color."
|
|
21891
|
+
},
|
|
21642
21892
|
{
|
|
21643
21893
|
"name": "--lr-tree-depth",
|
|
21644
21894
|
"description": "**`<lr-tree-node>`** (default: `0`) — Internal indent plumbing, not a retheming knob: this node's `depth`, written inline onto `[part=\"row\"]` by the component and multiplied by `--lr-space-l` (capped at `--lr-size-8rem`) to produce the row's `padding-inline-start`."
|