@aceshooting/lyra-ui 5.1.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 +2 -1
- package/custom-elements.json +5796 -354
- package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +9 -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 +33 -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 +18 -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 +22 -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.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 +10 -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 +28 -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 +19 -1
- package/dist/components/agent-tools/terminal/terminal.class.d.ts.map +1 -1
- package/dist/components/agent-tools/terminal/terminal.class.js +62 -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/tool-approval-dialog/tool-approval-dialog.class.d.ts +4 -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 +30 -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.map +1 -1
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +10 -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-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 +5 -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 +5 -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 +17 -0
- package/dist/components/charts/chart/chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/chart.class.js +90 -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 +11 -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 +36 -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.map +1 -1
- package/dist/components/conversation/branch-picker/branch-picker.class.js +1 -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 +3 -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 +5 -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 +10 -2
- 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 +30 -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 +76 -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 +22 -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 +46 -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 +20 -11
- package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.js +56 -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 +3 -0
- package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts.map +1 -1
- package/dist/components/conversation/push-to-talk/push-to-talk.class.js +17 -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/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.map +1 -1
- package/dist/components/conversation/transcript-feed/transcript-feed.class.js +18 -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 +2 -1
- package/dist/components/data/calendar/calendar.class.d.ts.map +1 -1
- package/dist/components/data/calendar/calendar.class.js +3 -2
- 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/data-grid/data-grid.class.d.ts +4 -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 +4 -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 +10 -0
- package/dist/components/data/flow-canvas/flow-canvas.class.d.ts.map +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.class.js +24 -3
- 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.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 +20 -1
- package/dist/components/data/flow-node/flow-node.class.d.ts.map +1 -1
- package/dist/components/data/flow-node/flow-node.class.js +24 -2
- 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 +107 -7
- package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.js +174 -19
- 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 +20 -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 +13 -3
- package/dist/components/data/sequence-strip/sequence-strip.class.d.ts.map +1 -1
- package/dist/components/data/sequence-strip/sequence-strip.class.js +30 -7
- 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 +11 -1
- 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 +238 -11
- package/dist/components/data/table/table.class.d.ts.map +1 -1
- package/dist/components/data/table/table.class.js +470 -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 +2 -2
- package/dist/components/data/timeline/timeline-item.class.d.ts.map +1 -1
- package/dist/components/data/timeline/timeline-item.class.js +2 -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 +21 -2
- package/dist/components/data/timeline/timeline.styles.js.map +1 -1
- package/dist/components/data/tree/tree-node.class.d.ts +2 -2
- package/dist/components/data/tree/tree-node.class.d.ts.map +1 -1
- package/dist/components/data/tree/tree-node.class.js +2 -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 +30 -4
- package/dist/components/forms/button/button.class.d.ts.map +1 -1
- package/dist/components/forms/button/button.class.js +46 -5
- 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 +1 -1
- package/dist/components/forms/code-editor/code-editor.class.d.ts.map +1 -1
- package/dist/components/forms/code-editor/code-editor.class.js +18 -2
- package/dist/components/forms/code-editor/code-editor.class.js.map +1 -1
- package/dist/components/forms/code-editor/code-editor.styles.d.ts.map +1 -1
- package/dist/components/forms/code-editor/code-editor.styles.js +14 -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 +46 -6
- package/dist/components/forms/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/forms/combobox/combobox.class.js +136 -20
- 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/date-picker/date-input.class.d.ts +17 -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 +35 -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 +46 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.js +142 -27
- 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 +54 -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 -6
- 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 -13
- 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 +25 -0
- package/dist/components/forms/input/input.class.d.ts.map +1 -1
- package/dist/components/forms/input/input.class.js +45 -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/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 -7
- 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 -8
- 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 +26 -7
- package/dist/components/forms/select/select.class.d.ts.map +1 -1
- package/dist/components/forms/select/select.class.js +86 -8
- 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/switch/switch.class.d.ts +7 -2
- package/dist/components/forms/switch/switch.class.d.ts.map +1 -1
- package/dist/components/forms/switch/switch.class.js +48 -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 +61 -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 +253 -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/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/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 +8 -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 +6 -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/dashboard-grid/dashboard-grid.class.d.ts.map +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -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.map +1 -1
- package/dist/components/layout/dock-panel/dock-panel.class.js +16 -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 +2 -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 +4 -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.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 +20 -2
- package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/layout/segmented/segmented.class.js +20 -2
- 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 +79 -27
- package/dist/components/layout/split/split.class.d.ts.map +1 -1
- package/dist/components/layout/split/split.class.js +119 -36
- package/dist/components/layout/split/split.class.js.map +1 -1
- package/dist/components/layout/stepper/stepper.class.d.ts +30 -3
- package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/layout/stepper/stepper.class.js +44 -8
- 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 +144 -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 +259 -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 +6 -0
- package/dist/components/layout/widget/widget.class.d.ts.map +1 -1
- package/dist/components/layout/widget/widget.class.js +6 -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 +3 -2
- package/dist/components/media/attachment-chip/attachment-chip.class.d.ts.map +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.class.js +20 -4
- 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 +4 -0
- package/dist/components/media/avatar/avatar.class.d.ts.map +1 -1
- package/dist/components/media/avatar/avatar.class.js +4 -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 +14 -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 +14 -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 +6 -1
- package/dist/components/media/playback/playback.class.d.ts.map +1 -1
- package/dist/components/media/playback/playback.class.js +23 -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/overlays/badge/badge.class.d.ts +10 -0
- package/dist/components/overlays/badge/badge.class.d.ts.map +1 -1
- package/dist/components/overlays/badge/badge.class.js +12 -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 +8 -0
- package/dist/components/overlays/callout/callout.class.d.ts.map +1 -1
- package/dist/components/overlays/callout/callout.class.js +25 -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 +7 -0
- package/dist/components/overlays/chip/chip.class.d.ts.map +1 -1
- package/dist/components/overlays/chip/chip.class.js +7 -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/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/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.map +1 -1
- package/dist/components/overlays/skeleton/skeleton.class.js +15 -1
- package/dist/components/overlays/skeleton/skeleton.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.map +1 -1
- package/dist/components/retrieval/citation-badge/citation-badge.class.js +12 -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.map +1 -1
- package/dist/components/retrieval/entity-chip/entity-chip.class.js +8 -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.map +1 -1
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +1 -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 +2 -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 +10 -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.map +1 -1
- package/dist/components/utility/diff-view/diff-view.class.js +1 -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 +2 -2
- package/dist/components/utility/icon/icon.class.d.ts.map +1 -1
- package/dist/components/utility/icon/icon.class.js +2 -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 +2 -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 +3 -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 +12 -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 +13 -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.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +2 -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 +8 -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 +18 -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.map +1 -1
- package/dist/components/viewers/document-compare/document-compare.class.js +14 -1
- 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 +4 -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 +5 -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 +2 -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 +5 -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.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.class.js +2 -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 +29 -4
- 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/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 +19 -8
- package/dist/internal/orientation-breakpoint.d.ts.map +1 -1
- package/dist/internal/orientation-breakpoint.js +181 -0
- package/dist/internal/orientation-breakpoint.js.map +1 -1
- 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 +7 -7
- 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-activity-feed.md +11 -2
- package/llms/components/lr-agent-run.md +16 -1
- package/llms/components/lr-agent-trace.md +11 -0
- package/llms/components/lr-app-rail-item.md +11 -0
- package/llms/components/lr-app-rail.md +11 -0
- package/llms/components/lr-archive-viewer.md +7 -1
- package/llms/components/lr-artifact-panel.md +11 -1
- package/llms/components/lr-av-player.md +38 -2
- package/llms/components/lr-avatar-group.md +6 -1
- package/llms/components/lr-avatar.md +6 -2
- package/llms/components/lr-badge.md +8 -1
- package/llms/components/lr-bar-chart.md +3 -1
- package/llms/components/lr-breadcrumb-item.md +9 -0
- package/llms/components/lr-breadcrumb.md +9 -0
- package/llms/components/lr-bubble-chart.md +3 -1
- package/llms/components/lr-button.md +29 -1
- package/llms/components/lr-calendar.md +5 -1
- package/llms/components/lr-callout.md +6 -1
- package/llms/components/lr-card.md +26 -5
- package/llms/components/lr-carousel.md +9 -0
- package/llms/components/lr-chart.md +2 -1
- package/llms/components/lr-chat-composer.md +18 -5
- package/llms/components/lr-chat-message.md +16 -0
- package/llms/components/lr-chat-viewport.md +12 -0
- package/llms/components/lr-checkbox-group.md +17 -0
- package/llms/components/lr-checkbox.md +28 -1
- package/llms/components/lr-chip-group.md +19 -1
- package/llms/components/lr-chip.md +19 -1
- package/llms/components/lr-chunk-inspector.md +33 -5
- package/llms/components/lr-code-block-core.md +6 -1
- package/llms/components/lr-code-block.md +20 -1
- package/llms/components/lr-combobox.md +39 -4
- package/llms/components/lr-command-palette.md +18 -7
- package/llms/components/lr-commit-card.md +10 -0
- package/llms/components/lr-community-card.md +5 -0
- package/llms/components/lr-confirm-bar.md +26 -1
- package/llms/components/lr-conversation-item.md +41 -1
- package/llms/components/lr-csv-viewer.md +16 -3
- package/llms/components/lr-data-grid.md +8 -0
- package/llms/components/lr-dataset-viewer.md +4 -1
- package/llms/components/lr-date-input.md +31 -6
- package/llms/components/lr-date-picker.md +31 -6
- package/llms/components/lr-document-preview.md +9 -1
- package/llms/components/lr-doughnut-chart.md +3 -1
- package/llms/components/lr-dropdown-item.md +63 -11
- package/llms/components/lr-email-viewer.md +4 -3
- package/llms/components/lr-emoji-picker.md +28 -4
- package/llms/components/lr-empty.md +5 -2
- package/llms/components/lr-entity-card.md +14 -1
- package/llms/components/lr-env-list.md +9 -0
- package/llms/components/lr-eval-dataset.md +3 -1
- package/llms/components/lr-export-button.md +4 -1
- package/llms/components/lr-file-input.md +19 -2
- package/llms/components/lr-filter-bar.md +23 -0
- package/llms/components/lr-flag.md +39 -1
- package/llms/components/lr-flow-canvas.md +15 -2
- package/llms/components/lr-flow-controls.md +14 -3
- package/llms/components/lr-flow-node.md +24 -3
- package/llms/components/lr-flow-run-overlay.md +4 -0
- package/llms/components/lr-graph-legend.md +4 -1
- package/llms/components/lr-graph.md +4 -1
- package/llms/components/lr-heatmap.md +29 -3
- package/llms/components/lr-histogram.md +3 -1
- package/llms/components/lr-icon-button.md +20 -4
- package/llms/components/lr-image-viewer.md +20 -1
- package/llms/components/lr-ingestion-queue.md +8 -0
- package/llms/components/lr-input.md +36 -1
- package/llms/components/lr-json-viewer.md +6 -3
- package/llms/components/lr-known-date.md +22 -3
- package/llms/components/lr-line-chart.md +3 -1
- package/llms/components/lr-map.md +3 -1
- package/llms/components/lr-markdown-core.md +9 -0
- package/llms/components/lr-markdown.md +13 -1
- package/llms/components/lr-media-card.md +5 -0
- package/llms/components/lr-memory-panel.md +6 -1
- package/llms/components/lr-mention-popover.md +10 -3
- package/llms/components/lr-menu-item.md +63 -11
- package/llms/components/lr-menu.md +63 -11
- package/llms/components/lr-message-feedback.md +15 -0
- package/llms/components/lr-mind-map.md +3 -1
- package/llms/components/lr-model-select.md +29 -4
- package/llms/components/lr-neighbor-list.md +10 -4
- package/llms/components/lr-node-palette.md +3 -1
- package/llms/components/lr-notebook-viewer.md +17 -2
- package/llms/components/lr-number-input.md +3 -2
- package/llms/components/lr-option.md +39 -4
- package/llms/components/lr-page-rail.md +14 -3
- package/llms/components/lr-pagination.md +5 -2
- package/llms/components/lr-pdf-viewer.md +25 -9
- package/llms/components/lr-phone-input.md +39 -5
- package/llms/components/lr-pie-chart.md +3 -1
- package/llms/components/lr-polar-area-chart.md +3 -1
- package/llms/components/lr-policy-summary.md +10 -0
- package/llms/components/lr-poll-status.md +5 -1
- package/llms/components/lr-push-to-talk.md +8 -1
- package/llms/components/lr-radar-chart.md +3 -1
- package/llms/components/lr-radio.md +10 -2
- package/llms/components/lr-responsive-panel.md +5 -1
- package/llms/components/lr-result-card.md +14 -2
- package/llms/components/lr-result-field.md +14 -2
- package/llms/components/lr-retrieval-results.md +30 -3
- package/llms/components/lr-retrieval-trace.md +8 -1
- package/llms/components/lr-rubric-form.md +5 -0
- package/llms/components/lr-scatter-chart.md +3 -1
- package/llms/components/lr-segmented.md +23 -1
- package/llms/components/lr-select.md +31 -4
- package/llms/components/lr-sequence-strip.md +16 -4
- package/llms/components/lr-source-card.md +14 -1
- package/llms/components/lr-source-list.md +14 -1
- package/llms/components/lr-source-picker.md +13 -1
- package/llms/components/lr-span-waterfall.md +12 -2
- package/llms/components/lr-split.md +46 -4
- package/llms/components/lr-spreadsheet-viewer.md +10 -1
- package/llms/components/lr-stack-trace.md +7 -1
- package/llms/components/lr-stat.md +26 -4
- package/llms/components/lr-stepper.md +25 -8
- package/llms/components/lr-suggestion-chips.md +9 -0
- package/llms/components/lr-svg-viewer.md +8 -0
- package/llms/components/lr-table.md +117 -6
- package/llms/components/lr-tabs.md +12 -1
- package/llms/components/lr-tag.md +8 -1
- package/llms/components/lr-task-list.md +12 -2
- package/llms/components/lr-terminal.md +14 -2
- package/llms/components/lr-test-results.md +11 -0
- package/llms/components/lr-thread-list.md +67 -7
- package/llms/components/lr-time-input.md +3 -2
- package/llms/components/lr-time-range.md +18 -2
- package/llms/components/lr-token-input.md +33 -6
- package/llms/components/lr-tool-approval-dialog.md +5 -5
- package/llms/components/lr-tool-timeline.md +6 -1
- package/llms/components/lr-tour.md +11 -1
- package/llms/components/lr-trace-tree.md +23 -0
- package/llms/components/lr-tree-node.md +21 -3
- package/llms/components/lr-tree.md +21 -3
- package/llms/components/lr-virtual-list.md +99 -10
- package/llms/components/lr-voice-picker.md +8 -0
- package/llms/components/lr-widget.md +11 -0
- package/llms/components/lr-xml-viewer.md +24 -1
- package/llms/peers.md +1 -1
- package/llms/shared.md +129 -7
- package/llms/tokens.md +14 -7
- package/llms-full.txt +2180 -250
- package/llms.txt +12 -0
- package/package.json +10 -3
- package/vscode-css-data.json +1421 -168
- package/vscode-html-data.json +499 -155
- package/web-types.json +1296 -188
package/vscode-css-data.json
CHANGED
|
@@ -8,6 +8,20 @@
|
|
|
8
8
|
"value": "**`<lr-activity-feed>`** (default: `16rem`) — Cap on how tall the expanded body grows before it scrolls internally (non-virtualized mode); also sizes the internal virtual-list."
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
+
{
|
|
12
|
+
"name": "--lr-agent-run-compact-gap",
|
|
13
|
+
"description": {
|
|
14
|
+
"kind": "markdown",
|
|
15
|
+
"value": "**`<lr-agent-run>`** (default: `var(--lr-space-s)`) — Gap between `[part=\"base\"]`'s header and body while `compact`."
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "--lr-agent-run-compact-padding",
|
|
20
|
+
"description": {
|
|
21
|
+
"kind": "markdown",
|
|
22
|
+
"value": "**`<lr-agent-run>`** (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
|
|
23
|
+
}
|
|
24
|
+
},
|
|
11
25
|
{
|
|
12
26
|
"name": "--lr-agent-run-spin",
|
|
13
27
|
"description": {
|
|
@@ -15,6 +29,13 @@
|
|
|
15
29
|
"value": "**`<lr-agent-run>`** (default: `1s linear`) — Current-step icon spin animation duration and timing."
|
|
16
30
|
}
|
|
17
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"name": "--lr-agent-trace-handoff-active-bg",
|
|
34
|
+
"description": {
|
|
35
|
+
"kind": "markdown",
|
|
36
|
+
"value": "**`<lr-agent-trace>`** (default: `var(--lr-color-brand-quiet)`) — Background of the active (`activeSpanId`) handoff quick-jump entry. Shadow Parts forbids an attribute selector after `::part()`, so the active entry could otherwise only be restyled by hijacking the library-wide `--lr-color-brand-quiet` token."
|
|
37
|
+
}
|
|
38
|
+
},
|
|
18
39
|
{
|
|
19
40
|
"name": "--lr-animated-image-control-box-size",
|
|
20
41
|
"description": {
|
|
@@ -71,6 +92,20 @@
|
|
|
71
92
|
"value": "**`<lr-app-rail>`** (default: `var(--lr-size-4rem)`) — The inline rail's width in `'icon-only'` mode, and the maximum width of each slotted `<lr-app-rail-item>` in that mode."
|
|
72
93
|
}
|
|
73
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--lr-app-rail-item-current-bg",
|
|
97
|
+
"description": {
|
|
98
|
+
"kind": "markdown",
|
|
99
|
+
"value": "**`<lr-app-rail-item>`** (default: `var(--lr-color-brand-quiet)`) — Background of the `active`/`aria-current=\"page\"` item. Scoped to `[aria-current='page']` only and declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current item without hijacking the library-wide `--lr-color-brand-quiet` token."
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "--lr-app-rail-item-current-color",
|
|
104
|
+
"description": {
|
|
105
|
+
"kind": "markdown",
|
|
106
|
+
"value": "**`<lr-app-rail-item>`** (default: `var(--lr-color-brand)`) — Text/icon color of the `active`/`aria-current=\"page\"` item."
|
|
107
|
+
}
|
|
108
|
+
},
|
|
74
109
|
{
|
|
75
110
|
"name": "--lr-app-rail-mobile-width",
|
|
76
111
|
"description": {
|
|
@@ -92,6 +127,20 @@
|
|
|
92
127
|
"value": "**`<lr-app-rail>`** (default: `var(--lr-size-15rem)`) — The inline rail's width in `'full'` mode. Overridden by an inline width while a `resizable` rail has an explicit `railWidthPx`."
|
|
93
128
|
}
|
|
94
129
|
},
|
|
130
|
+
{
|
|
131
|
+
"name": "--lr-artifact-panel-view-active-bg",
|
|
132
|
+
"description": {
|
|
133
|
+
"kind": "markdown",
|
|
134
|
+
"value": "**`<lr-artifact-panel>`** (default: `var(--lr-color-brand-quiet)`) — Background of the pressed (active) preview/code toggle button."
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "--lr-artifact-panel-view-active-color",
|
|
139
|
+
"description": {
|
|
140
|
+
"kind": "markdown",
|
|
141
|
+
"value": "**`<lr-artifact-panel>`** (default: `var(--lr-color-brand)`) — Text color of the pressed (active) preview/code toggle button. Restyling the pressed state otherwise requires overriding the library-wide brand tokens, since `::part(view-button)[aria-pressed]` is invalid CSS."
|
|
142
|
+
}
|
|
143
|
+
},
|
|
95
144
|
{
|
|
96
145
|
"name": "--lr-attachment-chip-accent",
|
|
97
146
|
"description": {
|
|
@@ -131,7 +180,7 @@
|
|
|
131
180
|
"name": "--lr-attachment-chip-compact-thumbnail-size",
|
|
132
181
|
"description": {
|
|
133
182
|
"kind": "markdown",
|
|
134
|
-
"value": "**`<lr-attachment-chip>`** (default: `var(--lr-size-1-75rem)`) — Thumbnail size while `compact`, rethemeable independently of `--lr-icon-button-size`."
|
|
183
|
+
"value": "**`<lr-attachment-chip>`** (default: `var(--lr-size-1-75rem)`) — Thumbnail and retry/preview/remove-button minimum size while `compact`, rethemeable independently of `--lr-icon-button-size`."
|
|
135
184
|
}
|
|
136
185
|
},
|
|
137
186
|
{
|
|
@@ -162,6 +211,62 @@
|
|
|
162
211
|
"value": "**`<lr-audio-visualizer>`** (default: `var(--lr-color-brand-quiet)`) — Inactive/idle color."
|
|
163
212
|
}
|
|
164
213
|
},
|
|
214
|
+
{
|
|
215
|
+
"name": "--lr-av-player-cue-active-match-color",
|
|
216
|
+
"description": {
|
|
217
|
+
"kind": "markdown",
|
|
218
|
+
"value": "**`<lr-av-player>`** (default: `var(--lr-color-warning)`) — Outline color of the `[part=\"cue\"]` holding the current search match, leaving the other matches' dashed outline on the shared warning token."
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "--lr-av-player-cue-current-bg",
|
|
223
|
+
"description": {
|
|
224
|
+
"kind": "markdown",
|
|
225
|
+
"value": "**`<lr-av-player>`** (default: `var(--lr-color-brand-quiet)`) — Background of the `[part=\"cue\"]` the playhead is currently inside."
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "--lr-av-player-marker-active-color",
|
|
230
|
+
"description": {
|
|
231
|
+
"kind": "markdown",
|
|
232
|
+
"value": "**`<lr-av-player>`** (default: `var(--lr-color-brand)`) — Outline color of the `[part=\"timeline-marker\"]` matching `activeHighlightId`."
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "--lr-av-player-marker-bg",
|
|
237
|
+
"description": {
|
|
238
|
+
"kind": "markdown",
|
|
239
|
+
"value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-brand) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"]` with no (or an unrecognized) `data-tone`."
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "--lr-av-player-marker-danger-bg",
|
|
244
|
+
"description": {
|
|
245
|
+
"kind": "markdown",
|
|
246
|
+
"value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-danger) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"danger\"]`."
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "--lr-av-player-marker-neutral-bg",
|
|
251
|
+
"description": {
|
|
252
|
+
"kind": "markdown",
|
|
253
|
+
"value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-text) 25%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"neutral\"]`."
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "--lr-av-player-marker-success-bg",
|
|
258
|
+
"description": {
|
|
259
|
+
"kind": "markdown",
|
|
260
|
+
"value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-success) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"success\"]`."
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "--lr-av-player-marker-warning-bg",
|
|
265
|
+
"description": {
|
|
266
|
+
"kind": "markdown",
|
|
267
|
+
"value": "**`<lr-av-player>`** (default: `color-mix(in srgb, var(--lr-color-warning) 35%, transparent)`) — Background of a `[part=\"timeline-marker\"][data-tone=\"warning\"]`."
|
|
268
|
+
}
|
|
269
|
+
},
|
|
165
270
|
{
|
|
166
271
|
"name": "--lr-av-player-transcript-height",
|
|
167
272
|
"description": {
|
|
@@ -183,6 +288,13 @@
|
|
|
183
288
|
"value": "**`<lr-avatar>`** (default: `var(--lr-color-text)`) — Initials/glyph color. Each non-neutral `tone` sets it to that tone's loud color."
|
|
184
289
|
}
|
|
185
290
|
},
|
|
291
|
+
{
|
|
292
|
+
"name": "--lr-avatar-font-size",
|
|
293
|
+
"description": {
|
|
294
|
+
"kind": "markdown",
|
|
295
|
+
"value": "**`<lr-avatar>`** (default: `var(--lr-font-size-sm)`) — Font size of the initials fallback (and of any `em`-sized slotted glyph). `size` swaps it to `var(--lr-font-size-xs)` (`sm`) or `var(--lr-font-size-md)` (`lg`), so the initials track the circle instead of staying at one fixed size across every tier."
|
|
296
|
+
}
|
|
297
|
+
},
|
|
186
298
|
{
|
|
187
299
|
"name": "--lr-avatar-group-avatar-size",
|
|
188
300
|
"description": {
|
|
@@ -204,6 +316,13 @@
|
|
|
204
316
|
"value": "**`<lr-avatar-group>`** (default: `var(--lr-color-text)`) — Overflow badge text color. Tone-driven; see `tone`."
|
|
205
317
|
}
|
|
206
318
|
},
|
|
319
|
+
{
|
|
320
|
+
"name": "--lr-avatar-group-badge-font-size",
|
|
321
|
+
"description": {
|
|
322
|
+
"kind": "markdown",
|
|
323
|
+
"value": "**`<lr-avatar-group>`** (default: `var(--lr-font-size-sm)`) — Font size of the \"+N\" badge label. `size` swaps it to `var(--lr-font-size-xs)` (`sm`) or `var(--lr-font-size-md)` (`lg`), matching `<lr-avatar>`'s own `--lr-avatar-font-size` scale so the badge and the avatars it caps read at the same optical weight."
|
|
324
|
+
}
|
|
325
|
+
},
|
|
207
326
|
{
|
|
208
327
|
"name": "--lr-avatar-group-overlap",
|
|
209
328
|
"description": {
|
|
@@ -253,6 +372,34 @@
|
|
|
253
372
|
"value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-color-text)`) — The badge's text color. Each non-neutral `variant` sets it to that variant's loud color."
|
|
254
373
|
}
|
|
255
374
|
},
|
|
375
|
+
{
|
|
376
|
+
"name": "--lr-badge-font-size",
|
|
377
|
+
"description": {
|
|
378
|
+
"kind": "markdown",
|
|
379
|
+
"value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-font-size-sm)`) — The badge's label font size. Each `size` sets it to that step's font size."
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "--lr-badge-min-height",
|
|
384
|
+
"description": {
|
|
385
|
+
"kind": "markdown",
|
|
386
|
+
"value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-size-1-25rem)`) — The badge's minimum block size. Each `size` sets it to that step's minimum block size."
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "--lr-badge-padding-inline",
|
|
391
|
+
"description": {
|
|
392
|
+
"kind": "markdown",
|
|
393
|
+
"value": "**`<lr-badge>`, `<lr-tag>`** (default: `var(--lr-space-s)`) — The badge's inline padding. Each `size` sets it to that step's inline padding."
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "--lr-breadcrumb-current-color",
|
|
398
|
+
"description": {
|
|
399
|
+
"kind": "markdown",
|
|
400
|
+
"value": "**`<lr-breadcrumb-item>`** (default: `var(--lr-color-text-quiet)`) — Text color of the current-page item (`current`/`aria-current=\"page\"`). Declared as an inline `var()` fallback (never on `:host`), so setting it on the element or an ancestor recolors only the current item without hijacking the library-wide `--lr-color-text-quiet` token."
|
|
401
|
+
}
|
|
402
|
+
},
|
|
256
403
|
{
|
|
257
404
|
"name": "--lr-browser-frame-aspect-ratio",
|
|
258
405
|
"description": {
|
|
@@ -302,6 +449,13 @@
|
|
|
302
449
|
"value": "**`<lr-button>`** (default: `var(--lr-color-surface)`) — Background of `appearance=\"filled\"`. Swapped per `variant` to that variant's semantic color."
|
|
303
450
|
}
|
|
304
451
|
},
|
|
452
|
+
{
|
|
453
|
+
"name": "--lr-button-font-size",
|
|
454
|
+
"description": {
|
|
455
|
+
"kind": "markdown",
|
|
456
|
+
"value": "**`<lr-button>`** (default: `var(--lr-font-size-m)`) — Font size of the internal button, re-assigned per `size` tier (the default is the `m` tier's value). `appearance=\"link\"` ignores it and inherits the ambient font instead."
|
|
457
|
+
}
|
|
458
|
+
},
|
|
305
459
|
{
|
|
306
460
|
"name": "--lr-button-group-gap",
|
|
307
461
|
"description": {
|
|
@@ -309,6 +463,13 @@
|
|
|
309
463
|
"value": "**`<lr-button-group>`** (default: `var(--lr-space-2xs)`) — Gap between grouped controls."
|
|
310
464
|
}
|
|
311
465
|
},
|
|
466
|
+
{
|
|
467
|
+
"name": "--lr-button-height",
|
|
468
|
+
"description": {
|
|
469
|
+
"kind": "markdown",
|
|
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."
|
|
471
|
+
}
|
|
472
|
+
},
|
|
312
473
|
{
|
|
313
474
|
"name": "--lr-button-hover-brightness",
|
|
314
475
|
"description": {
|
|
@@ -316,6 +477,13 @@
|
|
|
316
477
|
"value": "**`<lr-button>`** (default: `1.08`) — `filter: brightness()` multiplier applied while hovering a non-disabled button."
|
|
317
478
|
}
|
|
318
479
|
},
|
|
480
|
+
{
|
|
481
|
+
"name": "--lr-button-min-height",
|
|
482
|
+
"description": {
|
|
483
|
+
"kind": "markdown",
|
|
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."
|
|
485
|
+
}
|
|
486
|
+
},
|
|
319
487
|
{
|
|
320
488
|
"name": "--lr-button-on-fill",
|
|
321
489
|
"description": {
|
|
@@ -330,6 +498,27 @@
|
|
|
330
498
|
"value": "**`<lr-button>`** (default: `var(--lr-color-border-strong)`) — Border color of `appearance=\"outlined\"`, which overrides `--lr-button-border`."
|
|
331
499
|
}
|
|
332
500
|
},
|
|
501
|
+
{
|
|
502
|
+
"name": "--lr-button-outlined-fill",
|
|
503
|
+
"description": {
|
|
504
|
+
"kind": "markdown",
|
|
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."
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "--lr-button-padding-block",
|
|
510
|
+
"description": {
|
|
511
|
+
"kind": "markdown",
|
|
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)."
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "--lr-button-padding-inline",
|
|
517
|
+
"description": {
|
|
518
|
+
"kind": "markdown",
|
|
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."
|
|
520
|
+
}
|
|
521
|
+
},
|
|
333
522
|
{
|
|
334
523
|
"name": "--lr-button-quiet-border",
|
|
335
524
|
"description": {
|
|
@@ -355,28 +544,28 @@
|
|
|
355
544
|
"name": "--lr-button-size-l",
|
|
356
545
|
"description": {
|
|
357
546
|
"kind": "markdown",
|
|
358
|
-
"value": "**`<lr-button>`** (default: `var(--lr-size-
|
|
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."
|
|
359
548
|
}
|
|
360
549
|
},
|
|
361
550
|
{
|
|
362
551
|
"name": "--lr-button-size-m",
|
|
363
552
|
"description": {
|
|
364
553
|
"kind": "markdown",
|
|
365
|
-
"value": "**`<lr-button>`** (default: `var(--lr-size-
|
|
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."
|
|
366
555
|
}
|
|
367
556
|
},
|
|
368
557
|
{
|
|
369
558
|
"name": "--lr-button-size-s",
|
|
370
559
|
"description": {
|
|
371
560
|
"kind": "markdown",
|
|
372
|
-
"value": "**`<lr-button>`** (default: `var(--lr-size-1-
|
|
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."
|
|
373
562
|
}
|
|
374
563
|
},
|
|
375
564
|
{
|
|
376
565
|
"name": "--lr-button-size-xl",
|
|
377
566
|
"description": {
|
|
378
567
|
"kind": "markdown",
|
|
379
|
-
"value": "**`<lr-button>`** (default: `var(--lr-size-
|
|
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."
|
|
380
569
|
}
|
|
381
570
|
},
|
|
382
571
|
{
|
|
@@ -411,7 +600,14 @@
|
|
|
411
600
|
"name": "--lr-calendar-day-min-block-size-narrow",
|
|
412
601
|
"description": {
|
|
413
602
|
"kind": "markdown",
|
|
414
|
-
"value": "**`<lr-calendar>`** (default: `4rem`) — Minimum block size of a day cell once the host is narrower than 28rem."
|
|
603
|
+
"value": "**`<lr-calendar>`** (default: `var(--lr-size-4rem)`) — Minimum block size of a day cell once the host is narrower than 28rem."
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "--lr-calendar-day-selected-bg",
|
|
608
|
+
"description": {
|
|
609
|
+
"kind": "markdown",
|
|
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."
|
|
415
611
|
}
|
|
416
612
|
},
|
|
417
613
|
{
|
|
@@ -435,6 +631,13 @@
|
|
|
435
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."
|
|
436
632
|
}
|
|
437
633
|
},
|
|
634
|
+
{
|
|
635
|
+
"name": "--lr-callout-close-hover-bg",
|
|
636
|
+
"description": {
|
|
637
|
+
"kind": "markdown",
|
|
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)."
|
|
639
|
+
}
|
|
640
|
+
},
|
|
438
641
|
{
|
|
439
642
|
"name": "--lr-callout-color",
|
|
440
643
|
"description": {
|
|
@@ -442,6 +645,20 @@
|
|
|
442
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."
|
|
443
646
|
}
|
|
444
647
|
},
|
|
648
|
+
{
|
|
649
|
+
"name": "--lr-carousel-indicator-current-bg",
|
|
650
|
+
"description": {
|
|
651
|
+
"kind": "markdown",
|
|
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."
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "--lr-carousel-indicator-current-border-color",
|
|
657
|
+
"description": {
|
|
658
|
+
"kind": "markdown",
|
|
659
|
+
"value": "**`<lr-carousel>`** (default: `var(--lr-color-brand)`) — Border color of the current slide's indicator dot."
|
|
660
|
+
}
|
|
661
|
+
},
|
|
445
662
|
{
|
|
446
663
|
"name": "--lr-chart-grid-color",
|
|
447
664
|
"description": {
|
|
@@ -484,6 +701,13 @@
|
|
|
484
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."
|
|
485
702
|
}
|
|
486
703
|
},
|
|
704
|
+
{
|
|
705
|
+
"name": "--lr-chat-composer-busy-bg",
|
|
706
|
+
"description": {
|
|
707
|
+
"kind": "markdown",
|
|
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."
|
|
709
|
+
}
|
|
710
|
+
},
|
|
487
711
|
{
|
|
488
712
|
"name": "--lr-chat-message-bubble-bg",
|
|
489
713
|
"description": {
|
|
@@ -498,6 +722,20 @@
|
|
|
498
722
|
"value": "**`<lr-chat-message>`** (default: `var(--lr-color-text)`) — Bubble text color for every role except `user`."
|
|
499
723
|
}
|
|
500
724
|
},
|
|
725
|
+
{
|
|
726
|
+
"name": "--lr-chat-message-bubble-padding",
|
|
727
|
+
"description": {
|
|
728
|
+
"kind": "markdown",
|
|
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."
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "--lr-chat-message-bubble-radius",
|
|
734
|
+
"description": {
|
|
735
|
+
"kind": "markdown",
|
|
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."
|
|
737
|
+
}
|
|
738
|
+
},
|
|
501
739
|
{
|
|
502
740
|
"name": "--lr-chat-message-max-width",
|
|
503
741
|
"description": {
|
|
@@ -519,6 +757,27 @@
|
|
|
519
757
|
"value": "**`<lr-chat-message>`** (default: `var(--lr-color-text)`) — Bubble text color for `data-role=\"user\"`."
|
|
520
758
|
}
|
|
521
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"name": "--lr-checkbox-checked-bg",
|
|
762
|
+
"description": {
|
|
763
|
+
"kind": "markdown",
|
|
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."
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "--lr-checkbox-checked-border",
|
|
769
|
+
"description": {
|
|
770
|
+
"kind": "markdown",
|
|
771
|
+
"value": "**`<lr-checkbox>`** (default: `var(--lr-color-brand)`) — Border color of `[part='box']` while `checked` or `indeterminate`."
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "--lr-checkbox-label-indent",
|
|
776
|
+
"description": {
|
|
777
|
+
"kind": "markdown",
|
|
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."
|
|
779
|
+
}
|
|
780
|
+
},
|
|
522
781
|
{
|
|
523
782
|
"name": "--lr-checkpoint-spin-duration",
|
|
524
783
|
"description": {
|
|
@@ -561,6 +820,13 @@
|
|
|
561
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."
|
|
562
821
|
}
|
|
563
822
|
},
|
|
823
|
+
{
|
|
824
|
+
"name": "--lr-chip-height",
|
|
825
|
+
"description": {
|
|
826
|
+
"kind": "markdown",
|
|
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."
|
|
828
|
+
}
|
|
829
|
+
},
|
|
564
830
|
{
|
|
565
831
|
"name": "--lr-chip-icon-size",
|
|
566
832
|
"description": {
|
|
@@ -568,6 +834,13 @@
|
|
|
568
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."
|
|
569
835
|
}
|
|
570
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
|
+
},
|
|
571
844
|
{
|
|
572
845
|
"name": "--lr-chip-padding-block",
|
|
573
846
|
"description": {
|
|
@@ -596,6 +869,20 @@
|
|
|
596
869
|
"value": "**`<lr-chip>`** (default: `var(--lr-chip-accent)`) — Border color while a toggleable chip is selected, independently themeable from the label/icon color."
|
|
597
870
|
}
|
|
598
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
|
+
},
|
|
599
886
|
{
|
|
600
887
|
"name": "--lr-citation-badge-accent",
|
|
601
888
|
"description": {
|
|
@@ -617,6 +904,13 @@
|
|
|
617
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."
|
|
618
905
|
}
|
|
619
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
|
+
},
|
|
620
914
|
{
|
|
621
915
|
"name": "--lr-code-block-font",
|
|
622
916
|
"description": {
|
|
@@ -631,6 +925,13 @@
|
|
|
631
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."
|
|
632
926
|
}
|
|
633
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
|
+
},
|
|
634
935
|
{
|
|
635
936
|
"name": "--lr-code-editor-line-height",
|
|
636
937
|
"description": {
|
|
@@ -666,6 +967,13 @@
|
|
|
666
967
|
"value": "**`<lr-combobox>`** — Input text size."
|
|
667
968
|
}
|
|
668
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
|
+
},
|
|
669
977
|
{
|
|
670
978
|
"name": "--lr-combobox-tag-font-size",
|
|
671
979
|
"description": {
|
|
@@ -680,11 +988,18 @@
|
|
|
680
988
|
"value": "**`<lr-combobox>`** — Selected-tag padding."
|
|
681
989
|
}
|
|
682
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
|
+
},
|
|
683
998
|
{
|
|
684
999
|
"name": "--lr-combobox-trigger-min-height",
|
|
685
1000
|
"description": {
|
|
686
1001
|
"kind": "markdown",
|
|
687
|
-
"value": "**`<lr-combobox>`** — Minimum input-container block size
|
|
1002
|
+
"value": "**`<lr-combobox>`** — Minimum input-container block size, scaled by `size`."
|
|
688
1003
|
}
|
|
689
1004
|
},
|
|
690
1005
|
{
|
|
@@ -694,6 +1009,13 @@
|
|
|
694
1009
|
"value": "**`<lr-combobox>`** — Padding inside the input container."
|
|
695
1010
|
}
|
|
696
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
|
+
},
|
|
697
1019
|
{
|
|
698
1020
|
"name": "--lr-command-palette-list-max-block-size",
|
|
699
1021
|
"description": {
|
|
@@ -730,70 +1052,175 @@
|
|
|
730
1052
|
}
|
|
731
1053
|
},
|
|
732
1054
|
{
|
|
733
|
-
"name": "--lr-
|
|
1055
|
+
"name": "--lr-commit-card-compact-padding",
|
|
734
1056
|
"description": {
|
|
735
1057
|
"kind": "markdown",
|
|
736
|
-
"value": "**`<lr-
|
|
1058
|
+
"value": "**`<lr-commit-card>`** (default: `var(--lr-space-s)`) — `[part=\"base\"]` padding while `compact`."
|
|
737
1059
|
}
|
|
738
1060
|
},
|
|
739
1061
|
{
|
|
740
|
-
"name": "--lr-
|
|
1062
|
+
"name": "--lr-compare-panel-max-height",
|
|
741
1063
|
"description": {
|
|
742
1064
|
"kind": "markdown",
|
|
743
|
-
"value": "**`<lr-
|
|
1065
|
+
"value": "**`<lr-compare-panel>`** (default: `var(--lr-size-24rem)`) — Cap on how tall each pane's scroll region grows before it scrolls internally."
|
|
744
1066
|
}
|
|
745
1067
|
},
|
|
746
1068
|
{
|
|
747
|
-
"name": "--lr-
|
|
1069
|
+
"name": "--lr-confirm-bar-compact-background",
|
|
748
1070
|
"description": {
|
|
749
1071
|
"kind": "markdown",
|
|
750
|
-
"value": "**`<lr-
|
|
1072
|
+
"value": "**`<lr-confirm-bar>`** (default: `transparent`) — Background of `[part='base']` while `compact`."
|
|
751
1073
|
}
|
|
752
1074
|
},
|
|
753
1075
|
{
|
|
754
|
-
"name": "--lr-
|
|
1076
|
+
"name": "--lr-confirm-bar-compact-border",
|
|
755
1077
|
"description": {
|
|
756
1078
|
"kind": "markdown",
|
|
757
|
-
"value": "**`<lr-
|
|
1079
|
+
"value": "**`<lr-confirm-bar>`** (default: `none`) — Border of `[part='base']` while `compact`. Accepts any `border` shorthand."
|
|
758
1080
|
}
|
|
759
1081
|
},
|
|
760
1082
|
{
|
|
761
|
-
"name": "--lr-
|
|
1083
|
+
"name": "--lr-confirm-bar-compact-gap",
|
|
762
1084
|
"description": {
|
|
763
1085
|
"kind": "markdown",
|
|
764
|
-
"value": "**`<lr-
|
|
1086
|
+
"value": "**`<lr-confirm-bar>`** (default: `var(--lr-space-s)`) — Gap between the row's items while `compact`."
|
|
765
1087
|
}
|
|
766
1088
|
},
|
|
767
1089
|
{
|
|
768
|
-
"name": "--lr-
|
|
1090
|
+
"name": "--lr-confirm-bar-compact-padding",
|
|
769
1091
|
"description": {
|
|
770
1092
|
"kind": "markdown",
|
|
771
|
-
"value": "**`<lr-
|
|
1093
|
+
"value": "**`<lr-confirm-bar>`** (default: `0`) — Padding of `[part='base']` while `compact`. Accepts any padding shorthand."
|
|
772
1094
|
}
|
|
773
1095
|
},
|
|
774
1096
|
{
|
|
775
|
-
"name": "--lr-
|
|
1097
|
+
"name": "--lr-confirm-bar-compact-radius",
|
|
776
1098
|
"description": {
|
|
777
1099
|
"kind": "markdown",
|
|
778
|
-
"value": "**`<lr-
|
|
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)."
|
|
779
1101
|
}
|
|
780
1102
|
},
|
|
781
1103
|
{
|
|
782
|
-
"name": "--lr-
|
|
1104
|
+
"name": "--lr-contact-viewer-max-height",
|
|
783
1105
|
"description": {
|
|
784
1106
|
"kind": "markdown",
|
|
785
|
-
"value": "**`<lr-
|
|
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."
|
|
786
1108
|
}
|
|
787
1109
|
},
|
|
788
1110
|
{
|
|
789
|
-
"name": "--lr-
|
|
1111
|
+
"name": "--lr-context-meter-segment-color",
|
|
790
1112
|
"description": {
|
|
791
1113
|
"kind": "markdown",
|
|
792
|
-
"value": "**`<lr-
|
|
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."
|
|
793
1115
|
}
|
|
794
1116
|
},
|
|
795
1117
|
{
|
|
796
|
-
"name": "--lr-
|
|
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",
|
|
797
1224
|
"description": {
|
|
798
1225
|
"kind": "markdown",
|
|
799
1226
|
"value": "**`<lr-date-input>`** (default: `inherit`) — Font size of the text input, scaled by `size`."
|
|
@@ -855,6 +1282,13 @@
|
|
|
855
1282
|
"value": "**`<lr-document-compare>`** (default: `var(--lr-size-24rem)`) — Maximum block size of a side-by-side pane before it scrolls internally."
|
|
856
1283
|
}
|
|
857
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
|
+
},
|
|
858
1292
|
{
|
|
859
1293
|
"name": "--lr-document-preview-font",
|
|
860
1294
|
"description": {
|
|
@@ -932,6 +1366,13 @@
|
|
|
932
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\"]`."
|
|
933
1367
|
}
|
|
934
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
|
+
},
|
|
935
1376
|
{
|
|
936
1377
|
"name": "--lr-emoji-picker-gap",
|
|
937
1378
|
"description": {
|
|
@@ -960,6 +1401,13 @@
|
|
|
960
1401
|
"value": "**`<lr-empty>`** — Cross-axis and text alignment used in compact mode; set to `center` for dense but centered empty states."
|
|
961
1402
|
}
|
|
962
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
|
+
},
|
|
963
1411
|
{
|
|
964
1412
|
"name": "--lr-empty-compact-padding",
|
|
965
1413
|
"description": {
|
|
@@ -967,6 +1415,20 @@
|
|
|
967
1415
|
"value": "**`<lr-empty>`** (default: `var(--lr-space-xs)`) — Padding used in compact mode; accepts any padding shorthand (e.g. `8px 2px`)."
|
|
968
1416
|
}
|
|
969
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
|
+
},
|
|
970
1432
|
{
|
|
971
1433
|
"name": "--lr-entity-chip-bg",
|
|
972
1434
|
"description": {
|
|
@@ -988,6 +1450,20 @@
|
|
|
988
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: ... }`."
|
|
989
1451
|
}
|
|
990
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
|
+
},
|
|
991
1467
|
{
|
|
992
1468
|
"name": "--lr-file-icon-size",
|
|
993
1469
|
"description": {
|
|
@@ -995,6 +1471,55 @@
|
|
|
995
1471
|
"value": "**`<lr-file-icon>`** (default: `var(--lr-size-2rem)`) — Inline/block size of the format badge."
|
|
996
1472
|
}
|
|
997
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
|
+
},
|
|
998
1523
|
{
|
|
999
1524
|
"name": "--lr-flag-aspect-ratio",
|
|
1000
1525
|
"description": {
|
|
@@ -1016,6 +1541,13 @@
|
|
|
1016
1541
|
"value": "**`<lr-flag>`** — Rectangular flag corner radius."
|
|
1017
1542
|
}
|
|
1018
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
|
+
},
|
|
1019
1551
|
{
|
|
1020
1552
|
"name": "--lr-flow-canvas-grid-size",
|
|
1021
1553
|
"description": {
|
|
@@ -1030,6 +1562,27 @@
|
|
|
1030
1562
|
"value": "**`<lr-flow-canvas>`** (default: `var(--lr-transition-ambient)`) — Running-edge march animation duration."
|
|
1031
1563
|
}
|
|
1032
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
|
+
},
|
|
1033
1586
|
{
|
|
1034
1587
|
"name": "--lr-flow-minimap-block-size",
|
|
1035
1588
|
"description": {
|
|
@@ -1044,6 +1597,20 @@
|
|
|
1044
1597
|
"value": "**`<lr-flow-minimap>`** (default: `var(--lr-size-12rem)`) — Map inline size."
|
|
1045
1598
|
}
|
|
1046
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
|
+
},
|
|
1047
1614
|
{
|
|
1048
1615
|
"name": "--lr-flow-node-min-inline-size",
|
|
1049
1616
|
"description": {
|
|
@@ -1051,6 +1618,27 @@
|
|
|
1051
1618
|
"value": "**`<lr-flow-node>`** (default: `calc(var(--lr-size-10rem) + var(--lr-size-1rem))`) — Minimum card inline size."
|
|
1052
1619
|
}
|
|
1053
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
|
+
},
|
|
1054
1642
|
{
|
|
1055
1643
|
"name": "--lr-gauge-fill",
|
|
1056
1644
|
"description": {
|
|
@@ -1100,6 +1688,13 @@
|
|
|
1100
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)."
|
|
1101
1689
|
}
|
|
1102
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
|
+
},
|
|
1103
1698
|
{
|
|
1104
1699
|
"name": "--lr-graph-selected-color",
|
|
1105
1700
|
"description": {
|
|
@@ -1188,7 +1783,7 @@
|
|
|
1188
1783
|
"name": "--lr-icon-button-size",
|
|
1189
1784
|
"description": {
|
|
1190
1785
|
"kind": "markdown",
|
|
1191
|
-
"value": "**`<lr-icon-button>`** (default: `2.5rem`) —
|
|
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."
|
|
1192
1787
|
}
|
|
1193
1788
|
},
|
|
1194
1789
|
{
|
|
@@ -1198,6 +1793,27 @@
|
|
|
1198
1793
|
"value": "**`<lr-icon>`** (default: `var(--lr-size-1-25rem)`) — Inline and block size of the icon box."
|
|
1199
1794
|
}
|
|
1200
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
|
+
},
|
|
1201
1817
|
{
|
|
1202
1818
|
"name": "--lr-ingestion-queue-max-height",
|
|
1203
1819
|
"description": {
|
|
@@ -1205,6 +1821,13 @@
|
|
|
1205
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)."
|
|
1206
1822
|
}
|
|
1207
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
|
+
},
|
|
1208
1831
|
{
|
|
1209
1832
|
"name": "--lr-input-control-min-height",
|
|
1210
1833
|
"description": {
|
|
@@ -1240,6 +1863,13 @@
|
|
|
1240
1863
|
"value": "**`<lr-json-viewer>`** (default: `var(--lr-font-mono)`) — Font family used for the rendered tree."
|
|
1241
1864
|
}
|
|
1242
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
|
+
},
|
|
1243
1873
|
{
|
|
1244
1874
|
"name": "--lr-json-viewer-max-height",
|
|
1245
1875
|
"description": {
|
|
@@ -1268,6 +1898,20 @@
|
|
|
1268
1898
|
"value": "**`<lr-known-date>`** (default: `var(--lr-space-s)`) — Gap between the three field blocks."
|
|
1269
1899
|
}
|
|
1270
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
|
+
},
|
|
1271
1915
|
{
|
|
1272
1916
|
"name": "--lr-known-date-field-padding-block",
|
|
1273
1917
|
"description": {
|
|
@@ -1282,6 +1926,13 @@
|
|
|
1282
1926
|
"value": "**`<lr-known-date>`** (default: `var(--lr-space-s)`) — Inline padding of each `field-input`, auto-swapped per `size`."
|
|
1283
1927
|
}
|
|
1284
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
|
+
},
|
|
1285
1936
|
{
|
|
1286
1937
|
"name": "--lr-known-date-month-field-width",
|
|
1287
1938
|
"description": {
|
|
@@ -1328,497 +1979,1022 @@
|
|
|
1328
1979
|
"name": "--lr-lite-chart-selected-outline-color",
|
|
1329
1980
|
"description": {
|
|
1330
1981
|
"kind": "markdown",
|
|
1331
|
-
"value": "**`<lr-lite-chart>`** (default: `var(--lr-color-brand)`) — Stroke for a bar/point whose category index is in `selectedIndex`."
|
|
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."
|
|
1332
2508
|
}
|
|
1333
2509
|
},
|
|
1334
2510
|
{
|
|
1335
|
-
"name": "--lr-
|
|
2511
|
+
"name": "--lr-skeleton-w",
|
|
1336
2512
|
"description": {
|
|
1337
2513
|
"kind": "markdown",
|
|
1338
|
-
"value": "**`<lr-
|
|
2514
|
+
"value": "**`<lr-skeleton>`** (default: `100%`) — Inline size of the placeholder."
|
|
1339
2515
|
}
|
|
1340
2516
|
},
|
|
1341
2517
|
{
|
|
1342
|
-
"name": "--lr-
|
|
2518
|
+
"name": "--lr-source-card-compact-gap",
|
|
1343
2519
|
"description": {
|
|
1344
2520
|
"kind": "markdown",
|
|
1345
|
-
"value": "**`<lr-
|
|
2521
|
+
"value": "**`<lr-source-card>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"base\"]`'s rows while `compact`."
|
|
1346
2522
|
}
|
|
1347
2523
|
},
|
|
1348
2524
|
{
|
|
1349
|
-
"name": "--lr-
|
|
2525
|
+
"name": "--lr-source-card-compact-padding",
|
|
1350
2526
|
"description": {
|
|
1351
2527
|
"kind": "markdown",
|
|
1352
|
-
"value": "**`<lr-
|
|
2528
|
+
"value": "**`<lr-source-card>`** (default: `var(--lr-space-xs)`) — `[part=\"base\"]` padding while `compact`."
|
|
1353
2529
|
}
|
|
1354
2530
|
},
|
|
1355
2531
|
{
|
|
1356
|
-
"name": "--lr-
|
|
2532
|
+
"name": "--lr-source-picker-checked-bg",
|
|
1357
2533
|
"description": {
|
|
1358
2534
|
"kind": "markdown",
|
|
1359
|
-
"value": "**`<lr-
|
|
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."
|
|
1360
2536
|
}
|
|
1361
2537
|
},
|
|
1362
2538
|
{
|
|
1363
|
-
"name": "--lr-
|
|
2539
|
+
"name": "--lr-source-picker-checked-border",
|
|
1364
2540
|
"description": {
|
|
1365
2541
|
"kind": "markdown",
|
|
1366
|
-
"value": "**`<lr-
|
|
2542
|
+
"value": "**`<lr-source-picker>`** (default: `var(--lr-color-brand)`) — Border color of every checked or mixed selection control."
|
|
1367
2543
|
}
|
|
1368
2544
|
},
|
|
1369
2545
|
{
|
|
1370
|
-
"name": "--lr-
|
|
2546
|
+
"name": "--lr-source-picker-mixed-bg",
|
|
1371
2547
|
"description": {
|
|
1372
2548
|
"kind": "markdown",
|
|
1373
|
-
"value": "**`<lr-
|
|
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\"]`."
|
|
1374
2550
|
}
|
|
1375
2551
|
},
|
|
1376
2552
|
{
|
|
1377
|
-
"name": "--lr-
|
|
2553
|
+
"name": "--lr-span-waterfall-name-width",
|
|
1378
2554
|
"description": {
|
|
1379
2555
|
"kind": "markdown",
|
|
1380
|
-
"value": "**`<lr-
|
|
2556
|
+
"value": "**`<lr-span-waterfall>`** (default: `8rem`) — Width of the name gutter column."
|
|
1381
2557
|
}
|
|
1382
2558
|
},
|
|
1383
2559
|
{
|
|
1384
|
-
"name": "--lr-
|
|
2560
|
+
"name": "--lr-span-waterfall-row-active-bg",
|
|
1385
2561
|
"description": {
|
|
1386
2562
|
"kind": "markdown",
|
|
1387
|
-
"value": "**`<lr-
|
|
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."
|
|
1388
2564
|
}
|
|
1389
2565
|
},
|
|
1390
2566
|
{
|
|
1391
|
-
"name": "--lr-
|
|
2567
|
+
"name": "--lr-span-waterfall-stripe-speed",
|
|
1392
2568
|
"description": {
|
|
1393
2569
|
"kind": "markdown",
|
|
1394
|
-
"value": "**`<lr-
|
|
2570
|
+
"value": "**`<lr-span-waterfall>`** — Animation duration for a `running` span's striped bar; defaults to `--lr-transition-ambient`."
|
|
1395
2571
|
}
|
|
1396
2572
|
},
|
|
1397
2573
|
{
|
|
1398
|
-
"name": "--lr-
|
|
2574
|
+
"name": "--lr-sparkline-area-opacity",
|
|
1399
2575
|
"description": {
|
|
1400
2576
|
"kind": "markdown",
|
|
1401
|
-
"value": "**`<lr-
|
|
2577
|
+
"value": "**`<lr-sparkline>`** (default: `0.15`) — Fill opacity of the area under the line (type=\"area\")."
|
|
1402
2578
|
}
|
|
1403
2579
|
},
|
|
1404
2580
|
{
|
|
1405
|
-
"name": "--lr-
|
|
2581
|
+
"name": "--lr-sparkline-stroke-width",
|
|
1406
2582
|
"description": {
|
|
1407
2583
|
"kind": "markdown",
|
|
1408
|
-
"value": "**`<lr-
|
|
2584
|
+
"value": "**`<lr-sparkline>`** (default: `1.5`) — Stroke width of the line/area path."
|
|
1409
2585
|
}
|
|
1410
2586
|
},
|
|
1411
2587
|
{
|
|
1412
|
-
"name": "--lr-
|
|
2588
|
+
"name": "--lr-spinner-duration",
|
|
1413
2589
|
"description": {
|
|
1414
2590
|
"kind": "markdown",
|
|
1415
|
-
"value": "**`<lr-
|
|
2591
|
+
"value": "**`<lr-spinner>`** (default: `800ms`) — Duration of one rotation. Not read under `prefers-reduced-motion: reduce`, where the animation is disabled entirely."
|
|
1416
2592
|
}
|
|
1417
2593
|
},
|
|
1418
2594
|
{
|
|
1419
|
-
"name": "--lr-
|
|
2595
|
+
"name": "--lr-spinner-size",
|
|
1420
2596
|
"description": {
|
|
1421
2597
|
"kind": "markdown",
|
|
1422
|
-
"value": "**`<lr-
|
|
2598
|
+
"value": "**`<lr-spinner>`** (default: `var(--lr-size-1-25rem)`) — Outer diameter of the indicator."
|
|
1423
2599
|
}
|
|
1424
2600
|
},
|
|
1425
2601
|
{
|
|
1426
|
-
"name": "--lr-
|
|
2602
|
+
"name": "--lr-spinner-track-width",
|
|
1427
2603
|
"description": {
|
|
1428
2604
|
"kind": "markdown",
|
|
1429
|
-
"value": "**`<lr-
|
|
2605
|
+
"value": "**`<lr-spinner>`** (default: `var(--lr-border-width-medium)`) — Thickness of the ring track."
|
|
1430
2606
|
}
|
|
1431
2607
|
},
|
|
1432
2608
|
{
|
|
1433
|
-
"name": "--lr-
|
|
2609
|
+
"name": "--lr-split-overlay-color",
|
|
1434
2610
|
"description": {
|
|
1435
2611
|
"kind": "markdown",
|
|
1436
|
-
"value": "**`<lr-
|
|
2612
|
+
"value": "**`<lr-split>`** (default: `var(--lr-color-overlay)`) — The `'floating'` drawer scrim's color, applied to `[part=\"backdrop\"]`."
|
|
1437
2613
|
}
|
|
1438
2614
|
},
|
|
1439
2615
|
{
|
|
1440
|
-
"name": "--lr-
|
|
2616
|
+
"name": "--lr-spreadsheet-viewer-highlight-color",
|
|
1441
2617
|
"description": {
|
|
1442
2618
|
"kind": "markdown",
|
|
1443
|
-
"value": "**`<lr-
|
|
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))`."
|
|
1444
2620
|
}
|
|
1445
2621
|
},
|
|
1446
2622
|
{
|
|
1447
|
-
"name": "--lr-
|
|
2623
|
+
"name": "--lr-stack-trace-font",
|
|
1448
2624
|
"description": {
|
|
1449
2625
|
"kind": "markdown",
|
|
1450
|
-
"value": "**`<lr-
|
|
2626
|
+
"value": "**`<lr-stack-trace>`** (default: `var(--lr-font-mono)`) — Font family for the parsed frames and the verbatim raw fallback."
|
|
1451
2627
|
}
|
|
1452
2628
|
},
|
|
1453
2629
|
{
|
|
1454
|
-
"name": "--lr-
|
|
2630
|
+
"name": "--lr-stack-trace-max-height",
|
|
1455
2631
|
"description": {
|
|
1456
2632
|
"kind": "markdown",
|
|
1457
|
-
"value": "**`<lr-
|
|
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."
|
|
1458
2634
|
}
|
|
1459
2635
|
},
|
|
1460
2636
|
{
|
|
1461
|
-
"name": "--lr-
|
|
2637
|
+
"name": "--lr-stat-trend-bad-bg",
|
|
1462
2638
|
"description": {
|
|
1463
2639
|
"kind": "markdown",
|
|
1464
|
-
"value": "**`<lr-
|
|
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\"."
|
|
1465
2641
|
}
|
|
1466
2642
|
},
|
|
1467
2643
|
{
|
|
1468
|
-
"name": "--lr-
|
|
2644
|
+
"name": "--lr-stat-trend-bad-color",
|
|
1469
2645
|
"description": {
|
|
1470
2646
|
"kind": "markdown",
|
|
1471
|
-
"value": "**`<lr-
|
|
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."
|
|
1472
2648
|
}
|
|
1473
2649
|
},
|
|
1474
2650
|
{
|
|
1475
|
-
"name": "--lr-
|
|
2651
|
+
"name": "--lr-stat-trend-good-bg",
|
|
1476
2652
|
"description": {
|
|
1477
2653
|
"kind": "markdown",
|
|
1478
|
-
"value": "**`<lr-
|
|
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\"."
|
|
1479
2655
|
}
|
|
1480
2656
|
},
|
|
1481
2657
|
{
|
|
1482
|
-
"name": "--lr-
|
|
2658
|
+
"name": "--lr-stat-trend-good-color",
|
|
1483
2659
|
"description": {
|
|
1484
2660
|
"kind": "markdown",
|
|
1485
|
-
"value": "**`<lr-
|
|
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."
|
|
1486
2662
|
}
|
|
1487
2663
|
},
|
|
1488
2664
|
{
|
|
1489
|
-
"name": "--lr-
|
|
2665
|
+
"name": "--lr-stepper-current-color",
|
|
1490
2666
|
"description": {
|
|
1491
2667
|
"kind": "markdown",
|
|
1492
|
-
"value": "**`<lr-
|
|
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."
|
|
1493
2669
|
}
|
|
1494
2670
|
},
|
|
1495
2671
|
{
|
|
1496
|
-
"name": "--lr-
|
|
2672
|
+
"name": "--lr-stepper-current-font-weight",
|
|
1497
2673
|
"description": {
|
|
1498
2674
|
"kind": "markdown",
|
|
1499
|
-
"value": "**`<lr-
|
|
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."
|
|
1500
2676
|
}
|
|
1501
2677
|
},
|
|
1502
2678
|
{
|
|
1503
|
-
"name": "--lr-
|
|
2679
|
+
"name": "--lr-stepper-current-index-bg",
|
|
1504
2680
|
"description": {
|
|
1505
2681
|
"kind": "markdown",
|
|
1506
|
-
"value": "**`<lr-
|
|
2682
|
+
"value": "**`<lr-stepper>`** (default: `var(--lr-color-brand)`) — Background of the `current` step's numbered index chip (`step-index`)."
|
|
1507
2683
|
}
|
|
1508
2684
|
},
|
|
1509
2685
|
{
|
|
1510
|
-
"name": "--lr-
|
|
2686
|
+
"name": "--lr-stepper-current-index-color",
|
|
1511
2687
|
"description": {
|
|
1512
2688
|
"kind": "markdown",
|
|
1513
|
-
"value": "**`<lr-
|
|
2689
|
+
"value": "**`<lr-stepper>`** (default: `var(--lr-color-surface)`) — Text color of the `current` step's numbered index chip."
|
|
1514
2690
|
}
|
|
1515
2691
|
},
|
|
1516
2692
|
{
|
|
1517
|
-
"name": "--lr-
|
|
2693
|
+
"name": "--lr-stepper-error-color",
|
|
1518
2694
|
"description": {
|
|
1519
2695
|
"kind": "markdown",
|
|
1520
|
-
"value": "**`<lr-
|
|
2696
|
+
"value": "**`<lr-stepper>`** (default: `var(--lr-color-danger)`) — Text color of an `error` step."
|
|
1521
2697
|
}
|
|
1522
2698
|
},
|
|
1523
2699
|
{
|
|
1524
|
-
"name": "--lr-
|
|
2700
|
+
"name": "--lr-stream-status-dot-color",
|
|
1525
2701
|
"description": {
|
|
1526
2702
|
"kind": "markdown",
|
|
1527
|
-
"value": "**`<lr-
|
|
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`."
|
|
1528
2704
|
}
|
|
1529
2705
|
},
|
|
1530
2706
|
{
|
|
1531
|
-
"name": "--lr-
|
|
2707
|
+
"name": "--lr-stream-status-dot-opacity",
|
|
1532
2708
|
"description": {
|
|
1533
2709
|
"kind": "markdown",
|
|
1534
|
-
"value": "**`<lr-
|
|
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`."
|
|
1535
2711
|
}
|
|
1536
2712
|
},
|
|
1537
2713
|
{
|
|
1538
|
-
"name": "--lr-
|
|
2714
|
+
"name": "--lr-streaming-text-cursor-height",
|
|
1539
2715
|
"description": {
|
|
1540
2716
|
"kind": "markdown",
|
|
1541
|
-
"value": "**`<lr-
|
|
2717
|
+
"value": "**`<lr-streaming-text>`** (default: `var(--lr-size-1em)`) — Height of the `cursor` bar."
|
|
1542
2718
|
}
|
|
1543
2719
|
},
|
|
1544
2720
|
{
|
|
1545
|
-
"name": "--lr-
|
|
2721
|
+
"name": "--lr-streaming-text-cursor-width",
|
|
1546
2722
|
"description": {
|
|
1547
2723
|
"kind": "markdown",
|
|
1548
|
-
"value": "**`<lr-
|
|
2724
|
+
"value": "**`<lr-streaming-text>`** (default: `var(--lr-size-0-125rem)`) — Width of the `cursor` bar (also its border radius)."
|
|
1549
2725
|
}
|
|
1550
2726
|
},
|
|
1551
2727
|
{
|
|
1552
|
-
"name": "--lr-
|
|
2728
|
+
"name": "--lr-suggestion-chips-hover-bg",
|
|
1553
2729
|
"description": {
|
|
1554
2730
|
"kind": "markdown",
|
|
1555
|
-
"value": "**`<lr-
|
|
2731
|
+
"value": "**`<lr-suggestion-chips>`** (default: `var(--lr-color-brand-quiet)`) — Background of a hovered chip."
|
|
1556
2732
|
}
|
|
1557
2733
|
},
|
|
1558
2734
|
{
|
|
1559
|
-
"name": "--lr-
|
|
2735
|
+
"name": "--lr-suggestion-chips-hover-border",
|
|
1560
2736
|
"description": {
|
|
1561
2737
|
"kind": "markdown",
|
|
1562
|
-
"value": "**`<lr-
|
|
2738
|
+
"value": "**`<lr-suggestion-chips>`** (default: `var(--lr-color-brand)`) — Border color of a hovered chip."
|
|
1563
2739
|
}
|
|
1564
2740
|
},
|
|
1565
2741
|
{
|
|
1566
|
-
"name": "--lr-
|
|
2742
|
+
"name": "--lr-svg-viewer-active-border",
|
|
1567
2743
|
"description": {
|
|
1568
2744
|
"kind": "markdown",
|
|
1569
|
-
"value": "**`<lr-
|
|
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."
|
|
1570
2746
|
}
|
|
1571
2747
|
},
|
|
1572
2748
|
{
|
|
1573
|
-
"name": "--lr-
|
|
2749
|
+
"name": "--lr-svg-viewer-max-height",
|
|
1574
2750
|
"description": {
|
|
1575
2751
|
"kind": "markdown",
|
|
1576
|
-
"value": "**`<lr-
|
|
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."
|
|
1577
2753
|
}
|
|
1578
2754
|
},
|
|
1579
2755
|
{
|
|
1580
|
-
"name": "--lr-
|
|
2756
|
+
"name": "--lr-swatch-picker-selected-blur",
|
|
1581
2757
|
"description": {
|
|
1582
2758
|
"kind": "markdown",
|
|
1583
|
-
"value": "**`<lr-
|
|
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."
|
|
1584
2760
|
}
|
|
1585
2761
|
},
|
|
1586
2762
|
{
|
|
1587
|
-
"name": "--lr-
|
|
2763
|
+
"name": "--lr-swatch-picker-selected-color",
|
|
1588
2764
|
"description": {
|
|
1589
2765
|
"kind": "markdown",
|
|
1590
|
-
"value": "**`<lr-
|
|
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."
|
|
1591
2767
|
}
|
|
1592
2768
|
},
|
|
1593
2769
|
{
|
|
1594
|
-
"name": "--lr-
|
|
2770
|
+
"name": "--lr-swatch-picker-shine-duration",
|
|
1595
2771
|
"description": {
|
|
1596
2772
|
"kind": "markdown",
|
|
1597
|
-
"value": "**`<lr-
|
|
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."
|
|
1598
2774
|
}
|
|
1599
2775
|
},
|
|
1600
2776
|
{
|
|
1601
|
-
"name": "--lr-
|
|
2777
|
+
"name": "--lr-switch-thumb-offset",
|
|
1602
2778
|
"description": {
|
|
1603
2779
|
"kind": "markdown",
|
|
1604
|
-
"value": "**`<lr-
|
|
2780
|
+
"value": "**`<lr-switch>`** (default: `var(--lr-size-2px)`) — Inset of the thumb from the track's edges."
|
|
1605
2781
|
}
|
|
1606
2782
|
},
|
|
1607
2783
|
{
|
|
1608
|
-
"name": "--lr-
|
|
2784
|
+
"name": "--lr-switch-track-block-size",
|
|
1609
2785
|
"description": {
|
|
1610
2786
|
"kind": "markdown",
|
|
1611
|
-
"value": "**`<lr-
|
|
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`."
|
|
1612
2788
|
}
|
|
1613
2789
|
},
|
|
1614
2790
|
{
|
|
1615
|
-
"name": "--lr-
|
|
2791
|
+
"name": "--lr-switch-track-inline-size",
|
|
1616
2792
|
"description": {
|
|
1617
2793
|
"kind": "markdown",
|
|
1618
|
-
"value": "**`<lr-
|
|
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."
|
|
1619
2795
|
}
|
|
1620
2796
|
},
|
|
1621
2797
|
{
|
|
1622
|
-
"name": "--lr-
|
|
2798
|
+
"name": "--lr-table-heat-t",
|
|
1623
2799
|
"description": {
|
|
1624
2800
|
"kind": "markdown",
|
|
1625
|
-
"value": "**`<lr-
|
|
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."
|
|
1626
2802
|
}
|
|
1627
2803
|
},
|
|
1628
2804
|
{
|
|
1629
|
-
"name": "--lr-
|
|
2805
|
+
"name": "--lr-table-heat-tint-hi",
|
|
1630
2806
|
"description": {
|
|
1631
2807
|
"kind": "markdown",
|
|
1632
|
-
"value": "**`<lr-
|
|
2808
|
+
"value": "**`<lr-table>`** (default: `var(--lr-color-brand)`) — High endpoint of the heat-tint ramp used by `heatValue` columns."
|
|
1633
2809
|
}
|
|
1634
2810
|
},
|
|
1635
2811
|
{
|
|
1636
|
-
"name": "--lr-
|
|
2812
|
+
"name": "--lr-table-heat-tint-lo",
|
|
1637
2813
|
"description": {
|
|
1638
2814
|
"kind": "markdown",
|
|
1639
|
-
"value": "**`<lr-
|
|
2815
|
+
"value": "**`<lr-table>`** (default: `var(--lr-color-brand-quiet)`) — Low endpoint of the heat-tint ramp used by `heatValue` columns."
|
|
1640
2816
|
}
|
|
1641
2817
|
},
|
|
1642
2818
|
{
|
|
1643
|
-
"name": "--lr-
|
|
2819
|
+
"name": "--lr-table-max-height",
|
|
1644
2820
|
"description": {
|
|
1645
2821
|
"kind": "markdown",
|
|
1646
|
-
"value": "**`<lr-
|
|
2822
|
+
"value": "**`<lr-table>`** (default: `none`) — Cap on the scroll container's block size, past which the table body scrolls."
|
|
1647
2823
|
}
|
|
1648
2824
|
},
|
|
1649
2825
|
{
|
|
1650
|
-
"name": "--lr-
|
|
2826
|
+
"name": "--lr-table-resize-handle-opacity",
|
|
1651
2827
|
"description": {
|
|
1652
2828
|
"kind": "markdown",
|
|
1653
|
-
"value": "**`<lr-
|
|
2829
|
+
"value": "**`<lr-table>`** (default: `0.12`) — Hover/focus opacity of the resize handle."
|
|
1654
2830
|
}
|
|
1655
2831
|
},
|
|
1656
2832
|
{
|
|
1657
|
-
"name": "--lr-
|
|
2833
|
+
"name": "--lr-table-resize-min-width",
|
|
1658
2834
|
"description": {
|
|
1659
2835
|
"kind": "markdown",
|
|
1660
|
-
"value": "**`<lr-
|
|
2836
|
+
"value": "**`<lr-table>`** (default: `var(--lr-size-3rem)`) — Default minimum width for a resizable column without an explicit pixel `minWidth`."
|
|
1661
2837
|
}
|
|
1662
2838
|
},
|
|
1663
2839
|
{
|
|
1664
|
-
"name": "--lr-
|
|
2840
|
+
"name": "--lr-table-row-selected-bg",
|
|
1665
2841
|
"description": {
|
|
1666
2842
|
"kind": "markdown",
|
|
1667
|
-
"value": "**`<lr-
|
|
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."
|
|
1668
2844
|
}
|
|
1669
2845
|
},
|
|
1670
2846
|
{
|
|
1671
|
-
"name": "--lr-
|
|
2847
|
+
"name": "--lr-table-sticky-offset",
|
|
1672
2848
|
"description": {
|
|
1673
2849
|
"kind": "markdown",
|
|
1674
|
-
"value": "**`<lr-
|
|
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."
|
|
1675
2851
|
}
|
|
1676
2852
|
},
|
|
1677
2853
|
{
|
|
1678
|
-
"name": "--lr-
|
|
2854
|
+
"name": "--lr-tabs-hover-color",
|
|
1679
2855
|
"description": {
|
|
1680
2856
|
"kind": "markdown",
|
|
1681
|
-
"value": "**`<lr-
|
|
2857
|
+
"value": "**`<lr-tabs>`** (default: `var(--lr-color-text)`) — Text color of a hovered, non-disabled tab. Independent of the selected-state props above."
|
|
1682
2858
|
}
|
|
1683
2859
|
},
|
|
1684
2860
|
{
|
|
1685
|
-
"name": "--lr-
|
|
2861
|
+
"name": "--lr-tabs-indicator-color",
|
|
1686
2862
|
"description": {
|
|
1687
2863
|
"kind": "markdown",
|
|
1688
|
-
"value": "**`<lr-
|
|
2864
|
+
"value": "**`<lr-tabs>`** (default: `var(--lr-color-brand)`) — Color of the selected tab's underline, themeable independently of its text color."
|
|
1689
2865
|
}
|
|
1690
2866
|
},
|
|
1691
2867
|
{
|
|
1692
|
-
"name": "--lr-
|
|
2868
|
+
"name": "--lr-tabs-selected-color",
|
|
1693
2869
|
"description": {
|
|
1694
2870
|
"kind": "markdown",
|
|
1695
|
-
"value": "**`<lr-
|
|
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)."
|
|
1696
2872
|
}
|
|
1697
2873
|
},
|
|
1698
2874
|
{
|
|
1699
|
-
"name": "--lr-
|
|
2875
|
+
"name": "--lr-task-list-compact-body-padding",
|
|
1700
2876
|
"description": {
|
|
1701
2877
|
"kind": "markdown",
|
|
1702
|
-
"value": "**`<lr-
|
|
2878
|
+
"value": "**`<lr-task-list>`** (default: `var(--lr-space-2xs) var(--lr-space-s) var(--lr-space-s)`) — `[part=\"body\"]` padding while `compact`."
|
|
1703
2879
|
}
|
|
1704
2880
|
},
|
|
1705
2881
|
{
|
|
1706
|
-
"name": "--lr-
|
|
2882
|
+
"name": "--lr-task-list-compact-gap",
|
|
1707
2883
|
"description": {
|
|
1708
2884
|
"kind": "markdown",
|
|
1709
|
-
"value": "**`<lr-
|
|
2885
|
+
"value": "**`<lr-task-list>`** (default: `var(--lr-space-2xs)`) — Gap between `[part=\"body\"]`'s item rows while `compact`."
|
|
1710
2886
|
}
|
|
1711
2887
|
},
|
|
1712
2888
|
{
|
|
1713
|
-
"name": "--lr-
|
|
2889
|
+
"name": "--lr-task-list-compact-header-padding",
|
|
1714
2890
|
"description": {
|
|
1715
2891
|
"kind": "markdown",
|
|
1716
|
-
"value": "**`<lr-
|
|
2892
|
+
"value": "**`<lr-task-list>`** (default: `var(--lr-space-2xs) var(--lr-space-s)`) — `[part=\"header\"]` padding while `compact`."
|
|
1717
2893
|
}
|
|
1718
2894
|
},
|
|
1719
2895
|
{
|
|
1720
|
-
"name": "--lr-
|
|
2896
|
+
"name": "--lr-task-list-spin",
|
|
1721
2897
|
"description": {
|
|
1722
2898
|
"kind": "markdown",
|
|
1723
|
-
"value": "**`<lr-
|
|
2899
|
+
"value": "**`<lr-task-list>`** (default: `1s linear`) — Running-status icon spin animation duration/timing."
|
|
1724
2900
|
}
|
|
1725
2901
|
},
|
|
1726
2902
|
{
|
|
1727
|
-
"name": "--lr-
|
|
2903
|
+
"name": "--lr-terminal-height",
|
|
1728
2904
|
"description": {
|
|
1729
2905
|
"kind": "markdown",
|
|
1730
|
-
"value": "**`<lr-
|
|
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."
|
|
1731
2907
|
}
|
|
1732
2908
|
},
|
|
1733
2909
|
{
|
|
1734
|
-
"name": "--lr-
|
|
2910
|
+
"name": "--lr-terminal-highlight-accent-bg",
|
|
1735
2911
|
"description": {
|
|
1736
2912
|
"kind": "markdown",
|
|
1737
|
-
"value": "**`<lr-
|
|
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`)."
|
|
1738
2914
|
}
|
|
1739
2915
|
},
|
|
1740
2916
|
{
|
|
1741
|
-
"name": "--lr-
|
|
2917
|
+
"name": "--lr-terminal-highlight-danger-bg",
|
|
1742
2918
|
"description": {
|
|
1743
2919
|
"kind": "markdown",
|
|
1744
|
-
"value": "**`<lr-
|
|
2920
|
+
"value": "**`<lr-terminal>`** (default: `var(--lr-color-danger-quiet)`) — Background of a `danger`-tone highlighted line."
|
|
1745
2921
|
}
|
|
1746
2922
|
},
|
|
1747
2923
|
{
|
|
1748
|
-
"name": "--lr-
|
|
2924
|
+
"name": "--lr-terminal-highlight-neutral-bg",
|
|
1749
2925
|
"description": {
|
|
1750
2926
|
"kind": "markdown",
|
|
1751
|
-
"value": "**`<lr-
|
|
2927
|
+
"value": "**`<lr-terminal>`** (default: `var(--lr-color-surface)`) — Background of a `neutral`-tone highlighted line."
|
|
1752
2928
|
}
|
|
1753
2929
|
},
|
|
1754
2930
|
{
|
|
1755
|
-
"name": "--lr-
|
|
2931
|
+
"name": "--lr-terminal-highlight-success-bg",
|
|
1756
2932
|
"description": {
|
|
1757
2933
|
"kind": "markdown",
|
|
1758
|
-
"value": "**`<lr-
|
|
2934
|
+
"value": "**`<lr-terminal>`** (default: `var(--lr-color-success-quiet)`) — Background of a `success`-tone highlighted line."
|
|
1759
2935
|
}
|
|
1760
2936
|
},
|
|
1761
2937
|
{
|
|
1762
|
-
"name": "--lr-
|
|
2938
|
+
"name": "--lr-terminal-highlight-warning-bg",
|
|
1763
2939
|
"description": {
|
|
1764
2940
|
"kind": "markdown",
|
|
1765
|
-
"value": "**`<lr-
|
|
2941
|
+
"value": "**`<lr-terminal>`** (default: `var(--lr-color-warning-quiet)`) — Background of a `warning`-tone highlighted line."
|
|
1766
2942
|
}
|
|
1767
2943
|
},
|
|
1768
2944
|
{
|
|
1769
|
-
"name": "--lr-
|
|
2945
|
+
"name": "--lr-test-results-filter-active-bg",
|
|
1770
2946
|
"description": {
|
|
1771
2947
|
"kind": "markdown",
|
|
1772
|
-
"value": "**`<lr-
|
|
2948
|
+
"value": "**`<lr-test-results>`** (default: `var(--lr-color-brand-quiet)`) — Background of a pressed (active) status filter toggle."
|
|
1773
2949
|
}
|
|
1774
2950
|
},
|
|
1775
2951
|
{
|
|
1776
|
-
"name": "--lr-
|
|
2952
|
+
"name": "--lr-test-results-filter-active-border",
|
|
1777
2953
|
"description": {
|
|
1778
2954
|
"kind": "markdown",
|
|
1779
|
-
"value": "**`<lr-
|
|
2955
|
+
"value": "**`<lr-test-results>`** (default: `var(--lr-color-brand)`) — Border color of a pressed (active) status filter toggle."
|
|
1780
2956
|
}
|
|
1781
2957
|
},
|
|
1782
2958
|
{
|
|
1783
|
-
"name": "--lr-
|
|
2959
|
+
"name": "--lr-test-results-filter-active-color",
|
|
1784
2960
|
"description": {
|
|
1785
2961
|
"kind": "markdown",
|
|
1786
|
-
"value": "**`<lr-
|
|
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."
|
|
1787
2963
|
}
|
|
1788
2964
|
},
|
|
1789
2965
|
{
|
|
1790
|
-
"name": "--lr-
|
|
2966
|
+
"name": "--lr-textarea-max-block-size",
|
|
1791
2967
|
"description": {
|
|
1792
2968
|
"kind": "markdown",
|
|
1793
|
-
"value": "**`<lr-
|
|
2969
|
+
"value": "**`<lr-textarea>`** (default: `none`) — Maximum auto-grown block size before the textarea scrolls."
|
|
1794
2970
|
}
|
|
1795
2971
|
},
|
|
1796
2972
|
{
|
|
1797
|
-
"name": "--lr-
|
|
2973
|
+
"name": "--lr-thinking-panel-max-block-size",
|
|
1798
2974
|
"description": {
|
|
1799
2975
|
"kind": "markdown",
|
|
1800
|
-
"value": "**`<lr-
|
|
2976
|
+
"value": "**`<lr-thinking-panel>`** (default: `var(--lr-size-16rem)`) — Cap on how tall the expanded reasoning transcript grows before `[part=\"body\"]` scrolls internally."
|
|
1801
2977
|
}
|
|
1802
2978
|
},
|
|
1803
2979
|
{
|
|
1804
|
-
"name": "--lr-
|
|
2980
|
+
"name": "--lr-time-range-preset-active-bg",
|
|
1805
2981
|
"description": {
|
|
1806
2982
|
"kind": "markdown",
|
|
1807
|
-
"value": "**`<lr-
|
|
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."
|
|
1808
2984
|
}
|
|
1809
2985
|
},
|
|
1810
2986
|
{
|
|
1811
|
-
"name": "--lr-
|
|
2987
|
+
"name": "--lr-time-range-preset-active-border-color",
|
|
1812
2988
|
"description": {
|
|
1813
2989
|
"kind": "markdown",
|
|
1814
|
-
"value": "**`<lr-
|
|
2990
|
+
"value": "**`<lr-time-range>`** (default: `var(--lr-color-brand)`) — Border color of the active preset button."
|
|
1815
2991
|
}
|
|
1816
2992
|
},
|
|
1817
2993
|
{
|
|
1818
|
-
"name": "--lr-
|
|
2994
|
+
"name": "--lr-time-range-preset-active-color",
|
|
1819
2995
|
"description": {
|
|
1820
2996
|
"kind": "markdown",
|
|
1821
|
-
"value": "**`<lr-
|
|
2997
|
+
"value": "**`<lr-time-range>`** (default: `var(--lr-color-on-brand)`) — Text color of the active preset button."
|
|
1822
2998
|
}
|
|
1823
2999
|
},
|
|
1824
3000
|
{
|
|
@@ -1947,6 +3123,13 @@
|
|
|
1947
3123
|
"value": "**`<lr-toast>`** (default: `var(--lr-size-28rem)`) — Inline size of the stack, capped by the viewport minus the placement insets."
|
|
1948
3124
|
}
|
|
1949
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
|
+
},
|
|
1950
3133
|
{
|
|
1951
3134
|
"name": "--lr-token-input-input-inline-size",
|
|
1952
3135
|
"description": {
|
|
@@ -2038,6 +3221,13 @@
|
|
|
2038
3221
|
"value": "**`<lr-tool-select-dialog>`** (default: `var(--lr-color-overlay)`) — Backdrop scrim color."
|
|
2039
3222
|
}
|
|
2040
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
|
+
},
|
|
2041
3231
|
{
|
|
2042
3232
|
"name": "--lr-tool-timeline-gap",
|
|
2043
3233
|
"description": {
|
|
@@ -2052,6 +3242,13 @@
|
|
|
2052
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."
|
|
2053
3243
|
}
|
|
2054
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
|
+
},
|
|
2055
3252
|
{
|
|
2056
3253
|
"name": "--lr-tooltip-background",
|
|
2057
3254
|
"description": {
|
|
@@ -2087,6 +3284,13 @@
|
|
|
2087
3284
|
"value": "**`<lr-tour>`** — Maximum popover inline size. Defaults to `--lr-size-22rem`."
|
|
2088
3285
|
}
|
|
2089
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
|
+
},
|
|
2090
3294
|
{
|
|
2091
3295
|
"name": "--lr-tour-spotlight-radius",
|
|
2092
3296
|
"description": {
|
|
@@ -2108,6 +3312,20 @@
|
|
|
2108
3312
|
"value": "**`<lr-tour>`** — Spotlight ring thickness. Defaults to `--lr-border-width-medium`."
|
|
2109
3313
|
}
|
|
2110
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
|
+
},
|
|
2111
3329
|
{
|
|
2112
3330
|
"name": "--lr-transition-ambient",
|
|
2113
3331
|
"description": {
|
|
@@ -2164,6 +3382,20 @@
|
|
|
2164
3382
|
"value": "**`<lr-widget>`** (default: `var(--lr-color-overlay)`) — The fullscreen scrim's color, applied to `[part=\"backdrop\"]`."
|
|
2165
3383
|
}
|
|
2166
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
|
+
},
|
|
2167
3399
|
{
|
|
2168
3400
|
"name": "--lr-word-cloud-color-1",
|
|
2169
3401
|
"description": {
|
|
@@ -2220,6 +3452,27 @@
|
|
|
2220
3452
|
"value": "**`<lr-word-cloud>`** (default: `var(--lr-color-chart-4)`) — Eighth entry of the default categorical palette."
|
|
2221
3453
|
}
|
|
2222
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
|
+
},
|
|
2223
3476
|
{
|
|
2224
3477
|
"name": "--lr-xml-viewer-max-height",
|
|
2225
3478
|
"description": {
|