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