@aceshooting/lyra-ui 3.4.0 → 3.6.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 +110 -2
- package/custom-elements.json +50145 -41814
- package/dist/components/animated-image/animated-image.class.d.ts +131 -0
- package/dist/components/animated-image/animated-image.class.d.ts.map +1 -0
- package/dist/components/animated-image/animated-image.class.js +296 -0
- package/dist/components/animated-image/animated-image.class.js.map +1 -0
- package/dist/components/animated-image/animated-image.d.ts +2 -0
- package/dist/components/animated-image/animated-image.d.ts.map +1 -0
- package/dist/components/animated-image/animated-image.js +5 -0
- package/dist/components/animated-image/animated-image.js.map +1 -0
- package/dist/components/animated-image/animated-image.styles.d.ts +2 -0
- package/dist/components/animated-image/animated-image.styles.d.ts.map +1 -0
- package/dist/components/animated-image/animated-image.styles.js +117 -0
- package/dist/components/animated-image/animated-image.styles.js.map +1 -0
- package/dist/components/animation/animation.class.d.ts +119 -0
- package/dist/components/animation/animation.class.d.ts.map +1 -0
- package/dist/components/animation/animation.class.js +420 -0
- package/dist/components/animation/animation.class.js.map +1 -0
- package/dist/components/animation/animation.d.ts +2 -0
- package/dist/components/animation/animation.d.ts.map +1 -0
- package/dist/components/animation/animation.js +5 -0
- package/dist/components/animation/animation.js.map +1 -0
- package/dist/components/animation/animation.styles.d.ts +2 -0
- package/dist/components/animation/animation.styles.d.ts.map +1 -0
- package/dist/components/animation/animation.styles.js +18 -0
- package/dist/components/animation/animation.styles.js.map +1 -0
- package/dist/components/app-rail/app-rail-item.class.d.ts +1 -0
- package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail-item.class.js +13 -2
- package/dist/components/app-rail/app-rail-item.class.js.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.d.ts +0 -1
- package/dist/components/attachment-chip/attachment-chip.d.ts.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.js +0 -1
- package/dist/components/attachment-chip/attachment-chip.js.map +1 -1
- package/dist/components/avatar-group/avatar-group.class.d.ts +110 -0
- package/dist/components/avatar-group/avatar-group.class.d.ts.map +1 -0
- package/dist/components/avatar-group/avatar-group.class.js +182 -0
- package/dist/components/avatar-group/avatar-group.class.js.map +1 -0
- package/dist/components/avatar-group/avatar-group.d.ts +2 -0
- package/dist/components/avatar-group/avatar-group.d.ts.map +1 -0
- package/dist/components/avatar-group/avatar-group.js +5 -0
- package/dist/components/avatar-group/avatar-group.js.map +1 -0
- package/dist/components/avatar-group/avatar-group.styles.d.ts +2 -0
- package/dist/components/avatar-group/avatar-group.styles.d.ts.map +1 -0
- package/dist/components/avatar-group/avatar-group.styles.js +112 -0
- package/dist/components/avatar-group/avatar-group.styles.js.map +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.class.js +2 -1
- package/dist/components/breadcrumb/breadcrumb-item.class.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.styles.d.ts +2 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.js +20 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.js.map +1 -0
- package/dist/components/calendar/calendar.class.d.ts +17 -1
- package/dist/components/calendar/calendar.class.d.ts.map +1 -1
- package/dist/components/calendar/calendar.class.js +31 -13
- package/dist/components/calendar/calendar.class.js.map +1 -1
- package/dist/components/calendar/calendar.styles.d.ts.map +1 -1
- package/dist/components/calendar/calendar.styles.js +4 -1
- package/dist/components/calendar/calendar.styles.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.js +2 -2
- package/dist/components/calendar-viewer/calendar-viewer.class.js.map +1 -1
- package/dist/components/callout/callout.class.js +1 -1
- package/dist/components/callout/callout.class.js.map +1 -1
- package/dist/components/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/chart/box-plot.class.js +1 -3
- package/dist/components/chart/box-plot.class.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +10 -4
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chart/histogram.class.d.ts.map +1 -1
- package/dist/components/chart/histogram.class.js +6 -2
- package/dist/components/chart/histogram.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.class.js +2 -2
- package/dist/components/checkbox-group/checkbox-group.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.styles.js +1 -1
- package/dist/components/code-editor/code-editor.class.d.ts +9 -2
- package/dist/components/code-editor/code-editor.class.d.ts.map +1 -1
- package/dist/components/code-editor/code-editor.class.js +38 -6
- package/dist/components/code-editor/code-editor.class.js.map +1 -1
- package/dist/components/code-editor/code-editor.styles.d.ts.map +1 -1
- package/dist/components/code-editor/code-editor.styles.js +7 -4
- package/dist/components/code-editor/code-editor.styles.js.map +1 -1
- package/dist/components/command-palette/command-palette.class.d.ts +8 -2
- package/dist/components/command-palette/command-palette.class.d.ts.map +1 -1
- package/dist/components/command-palette/command-palette.class.js +77 -17
- package/dist/components/command-palette/command-palette.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.styles.js +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.d.ts +4 -1
- package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.js +5 -2
- package/dist/components/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/data-grid/data-grid.class.d.ts.map +1 -1
- package/dist/components/data-grid/data-grid.class.js +4 -4
- package/dist/components/data-grid/data-grid.class.js.map +1 -1
- package/dist/components/data-grid/data-grid.styles.js +1 -1
- package/dist/components/document-preview/document-preview.class.d.ts +3 -6
- package/dist/components/document-preview/document-preview.class.d.ts.map +1 -1
- package/dist/components/document-preview/document-preview.class.js +19 -42
- package/dist/components/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts +4 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.js +5 -2
- package/dist/components/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/empty/empty.class.d.ts.map +1 -1
- package/dist/components/empty/empty.class.js +8 -2
- package/dist/components/empty/empty.class.js.map +1 -1
- package/dist/components/format/format-bytes.class.d.ts +0 -1
- package/dist/components/format/format-bytes.class.d.ts.map +1 -1
- package/dist/components/format/format-bytes.class.js +0 -4
- package/dist/components/format/format-bytes.class.js.map +1 -1
- package/dist/components/format/format-date.class.d.ts +0 -1
- package/dist/components/format/format-date.class.d.ts.map +1 -1
- package/dist/components/format/format-date.class.js +0 -4
- package/dist/components/format/format-date.class.js.map +1 -1
- package/dist/components/format/format-number.class.d.ts +0 -1
- package/dist/components/format/format-number.class.d.ts.map +1 -1
- package/dist/components/format/format-number.class.js +0 -4
- package/dist/components/format/format-number.class.js.map +1 -1
- package/dist/components/format/relative-time.class.d.ts +0 -1
- package/dist/components/format/relative-time.class.d.ts.map +1 -1
- package/dist/components/format/relative-time.class.js +0 -4
- package/dist/components/format/relative-time.class.js.map +1 -1
- package/dist/components/graph/graph.class.d.ts.map +1 -1
- package/dist/components/graph/graph.class.js +1 -3
- package/dist/components/graph/graph.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +3 -12
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.styles.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.styles.js +0 -3
- package/dist/components/heatmap/heatmap.styles.js.map +1 -1
- package/dist/components/html-viewer/dompurify-loader.js +4 -0
- package/dist/components/html-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/icon/icon.class.d.ts +11 -0
- package/dist/components/icon/icon.class.d.ts.map +1 -1
- package/dist/components/icon/icon.class.js +51 -2
- package/dist/components/icon/icon.class.js.map +1 -1
- package/dist/components/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/icon/icon.styles.js +1 -1
- package/dist/components/icon/icon.styles.js.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.d.ts.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.js +12 -0
- package/dist/components/image-comparer/image-comparer.styles.js.map +1 -1
- package/dist/components/include/include.class.d.ts +104 -0
- package/dist/components/include/include.class.d.ts.map +1 -0
- package/dist/components/include/include.class.js +149 -0
- package/dist/components/include/include.class.js.map +1 -0
- package/dist/components/include/include.d.ts +2 -0
- package/dist/components/include/include.d.ts.map +1 -0
- package/dist/components/include/include.js +5 -0
- package/dist/components/include/include.js.map +1 -0
- package/dist/components/include/include.styles.d.ts +2 -0
- package/dist/components/include/include.styles.d.ts.map +1 -0
- package/dist/components/include/include.styles.js +14 -0
- package/dist/components/include/include.styles.js.map +1 -0
- package/dist/components/intersection-observer/intersection-observer.class.d.ts +0 -1
- package/dist/components/intersection-observer/intersection-observer.class.d.ts.map +1 -1
- package/dist/components/intersection-observer/intersection-observer.class.js +7 -6
- package/dist/components/intersection-observer/intersection-observer.class.js.map +1 -1
- package/dist/components/kbd/kbd.class.d.ts.map +1 -1
- package/dist/components/kbd/kbd.class.js +1 -11
- package/dist/components/kbd/kbd.class.js.map +1 -1
- package/dist/components/known-date/known-date.class.d.ts +208 -0
- package/dist/components/known-date/known-date.class.d.ts.map +1 -0
- package/dist/components/known-date/known-date.class.js +588 -0
- package/dist/components/known-date/known-date.class.js.map +1 -0
- package/dist/components/known-date/known-date.d.ts +2 -0
- package/dist/components/known-date/known-date.d.ts.map +1 -0
- package/dist/components/known-date/known-date.js +5 -0
- package/dist/components/known-date/known-date.js.map +1 -0
- package/dist/components/known-date/known-date.styles.d.ts +2 -0
- package/dist/components/known-date/known-date.styles.d.ts.map +1 -0
- package/dist/components/known-date/known-date.styles.js +134 -0
- package/dist/components/known-date/known-date.styles.js.map +1 -0
- package/dist/components/lightbox/lightbox.class.d.ts +187 -0
- package/dist/components/lightbox/lightbox.class.d.ts.map +1 -0
- package/dist/components/lightbox/lightbox.class.js +415 -0
- package/dist/components/lightbox/lightbox.class.js.map +1 -0
- package/dist/components/lightbox/lightbox.d.ts +3 -0
- package/dist/components/lightbox/lightbox.d.ts.map +1 -0
- package/dist/components/lightbox/lightbox.js +6 -0
- package/dist/components/lightbox/lightbox.js.map +1 -0
- package/dist/components/lightbox/lightbox.styles.d.ts +2 -0
- package/dist/components/lightbox/lightbox.styles.d.ts.map +1 -0
- package/dist/components/lightbox/lightbox.styles.js +179 -0
- package/dist/components/lightbox/lightbox.styles.js.map +1 -0
- package/dist/components/map/map.class.d.ts +1 -1
- package/dist/components/map/map.class.d.ts.map +1 -1
- package/dist/components/map/map.class.js +2 -24
- package/dist/components/map/map.class.js.map +1 -1
- package/dist/components/menu/menu.class.d.ts +1 -1
- package/dist/components/model-select/model-select.class.d.ts +1 -0
- package/dist/components/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/model-select/model-select.class.js +2 -1
- package/dist/components/model-select/model-select.class.js.map +1 -1
- package/dist/components/model-select/model-select.styles.js +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.js +1 -10
- package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.d.ts +0 -1
- package/dist/components/mutation-observer/mutation-observer.class.d.ts.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.js +0 -5
- package/dist/components/mutation-observer/mutation-observer.class.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/phone-input/phone-input.class.d.ts +15 -0
- package/dist/components/phone-input/phone-input.class.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input.class.js +46 -0
- package/dist/components/phone-input/phone-input.class.js.map +1 -1
- package/dist/components/progress/progress-bar.class.js +1 -1
- package/dist/components/progress/progress-bar.class.js.map +1 -1
- package/dist/components/progress/progress.styles.d.ts.map +1 -1
- package/dist/components/progress/progress.styles.js +4 -2
- package/dist/components/progress/progress.styles.js.map +1 -1
- package/dist/components/qr-code/qr-code-loader.d.ts +15 -0
- package/dist/components/qr-code/qr-code-loader.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code-loader.js +28 -0
- package/dist/components/qr-code/qr-code-loader.js.map +1 -0
- package/dist/components/qr-code/qr-code.class.d.ts +121 -0
- package/dist/components/qr-code/qr-code.class.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code.class.js +392 -0
- package/dist/components/qr-code/qr-code.class.js.map +1 -0
- package/dist/components/qr-code/qr-code.d.ts +2 -0
- package/dist/components/qr-code/qr-code.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code.js +5 -0
- package/dist/components/qr-code/qr-code.js.map +1 -0
- package/dist/components/qr-code/qr-code.styles.d.ts +2 -0
- package/dist/components/qr-code/qr-code.styles.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code.styles.js +48 -0
- package/dist/components/qr-code/qr-code.styles.js.map +1 -0
- package/dist/components/radio/radio-group.class.d.ts +2 -0
- package/dist/components/radio/radio-group.class.d.ts.map +1 -1
- package/dist/components/radio/radio-group.class.js +6 -2
- package/dist/components/radio/radio-group.class.js.map +1 -1
- package/dist/components/radio/radio-group.styles.d.ts.map +1 -1
- package/dist/components/radio/radio-group.styles.js +1 -0
- package/dist/components/radio/radio-group.styles.js.map +1 -1
- package/dist/components/radio/radio.class.d.ts +4 -0
- package/dist/components/radio/radio.class.d.ts.map +1 -1
- package/dist/components/radio/radio.class.js +18 -0
- package/dist/components/radio/radio.class.js.map +1 -1
- package/dist/components/random-content/random-content.class.d.ts +99 -0
- package/dist/components/random-content/random-content.class.d.ts.map +1 -0
- package/dist/components/random-content/random-content.class.js +268 -0
- package/dist/components/random-content/random-content.class.js.map +1 -0
- package/dist/components/random-content/random-content.d.ts +2 -0
- package/dist/components/random-content/random-content.d.ts.map +1 -0
- package/dist/components/random-content/random-content.js +5 -0
- package/dist/components/random-content/random-content.js.map +1 -0
- package/dist/components/random-content/random-content.styles.d.ts +2 -0
- package/dist/components/random-content/random-content.styles.d.ts.map +1 -0
- package/dist/components/random-content/random-content.styles.js +94 -0
- package/dist/components/random-content/random-content.styles.js.map +1 -0
- package/dist/components/resize-observer/resize-observer.class.d.ts.map +1 -1
- package/dist/components/resize-observer/resize-observer.class.js +12 -0
- package/dist/components/resize-observer/resize-observer.class.js.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.d.ts +14 -5
- package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.js +18 -6
- package/dist/components/responsive-panel/responsive-panel.class.js.map +1 -1
- package/dist/components/result-card/result-card.class.d.ts +9 -8
- package/dist/components/result-card/result-card.class.d.ts.map +1 -1
- package/dist/components/result-card/result-card.class.js +7 -26
- package/dist/components/result-card/result-card.class.js.map +1 -1
- package/dist/components/result-card/result-field.class.d.ts.map +1 -1
- package/dist/components/result-card/result-field.class.js +1 -11
- package/dist/components/result-card/result-field.class.js.map +1 -1
- package/dist/components/scroller/scroller.class.js +2 -2
- package/dist/components/scroller/scroller.class.js.map +1 -1
- package/dist/components/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/segmented/segmented.class.js +1 -1
- package/dist/components/segmented/segmented.class.js.map +1 -1
- package/dist/components/slider/slider.class.d.ts.map +1 -1
- package/dist/components/slider/slider.class.js +1 -19
- package/dist/components/slider/slider.class.js.map +1 -1
- package/dist/components/source-card/source-card.class.d.ts +8 -7
- package/dist/components/source-card/source-card.class.d.ts.map +1 -1
- package/dist/components/source-card/source-card.class.js +6 -25
- package/dist/components/source-card/source-card.class.js.map +1 -1
- package/dist/components/sparkline/sparkline.class.d.ts.map +1 -1
- package/dist/components/sparkline/sparkline.class.js +10 -7
- package/dist/components/sparkline/sparkline.class.js.map +1 -1
- package/dist/components/split/split.class.d.ts.map +1 -1
- package/dist/components/split/split.class.js +9 -2
- package/dist/components/split/split.class.js.map +1 -1
- package/dist/components/stat/stat.class.js +1 -1
- package/dist/components/stat/stat.class.js.map +1 -1
- package/dist/components/stat/stat.styles.d.ts.map +1 -1
- package/dist/components/stat/stat.styles.js +9 -0
- package/dist/components/stat/stat.styles.js.map +1 -1
- package/dist/components/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/stepper/stepper.class.js +1 -1
- package/dist/components/stepper/stepper.class.js.map +1 -1
- package/dist/components/streaming-text/streaming-text.class.d.ts.map +1 -1
- package/dist/components/streaming-text/streaming-text.class.js +5 -5
- package/dist/components/streaming-text/streaming-text.class.js.map +1 -1
- package/dist/components/switch/switch.class.d.ts +7 -0
- package/dist/components/switch/switch.class.d.ts.map +1 -1
- package/dist/components/switch/switch.class.js +9 -0
- package/dist/components/switch/switch.class.js.map +1 -1
- package/dist/components/table/table.class.d.ts +14 -0
- package/dist/components/table/table.class.d.ts.map +1 -1
- package/dist/components/table/table.class.js +52 -1
- package/dist/components/table/table.class.js.map +1 -1
- package/dist/components/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/time-range/time-range.class.js +1 -21
- package/dist/components/time-range/time-range.class.js.map +1 -1
- package/dist/components/timeline/timeline-item.class.d.ts +120 -0
- package/dist/components/timeline/timeline-item.class.d.ts.map +1 -0
- package/dist/components/timeline/timeline-item.class.js +203 -0
- package/dist/components/timeline/timeline-item.class.js.map +1 -0
- package/dist/components/timeline/timeline-item.d.ts +3 -0
- package/dist/components/timeline/timeline-item.d.ts.map +1 -0
- package/dist/components/timeline/timeline-item.js +10 -0
- package/dist/components/timeline/timeline-item.js.map +1 -0
- package/dist/components/timeline/timeline-item.styles.d.ts +2 -0
- package/dist/components/timeline/timeline-item.styles.d.ts.map +1 -0
- package/dist/components/timeline/timeline-item.styles.js +149 -0
- package/dist/components/timeline/timeline-item.styles.js.map +1 -0
- package/dist/components/timeline/timeline.class.d.ts +59 -0
- package/dist/components/timeline/timeline.class.d.ts.map +1 -0
- package/dist/components/timeline/timeline.class.js +100 -0
- package/dist/components/timeline/timeline.class.js.map +1 -0
- package/dist/components/timeline/timeline.d.ts +2 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -0
- package/dist/components/timeline/timeline.js +5 -0
- package/dist/components/timeline/timeline.js.map +1 -0
- package/dist/components/timeline/timeline.styles.d.ts +2 -0
- package/dist/components/timeline/timeline.styles.d.ts.map +1 -0
- package/dist/components/timeline/timeline.styles.js +52 -0
- package/dist/components/timeline/timeline.styles.js.map +1 -0
- package/dist/components/toast/toast-item.class.d.ts.map +1 -1
- package/dist/components/toast/toast-item.class.js +1 -3
- package/dist/components/toast/toast-item.class.js.map +1 -1
- package/dist/components/token-input/token-input.class.d.ts +19 -0
- package/dist/components/token-input/token-input.class.d.ts.map +1 -1
- package/dist/components/token-input/token-input.class.js +59 -10
- package/dist/components/token-input/token-input.class.js.map +1 -1
- package/dist/components/token-input/token-input.styles.js +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +4 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js +9 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/tour/tour.class.d.ts +250 -0
- package/dist/components/tour/tour.class.d.ts.map +1 -0
- package/dist/components/tour/tour.class.js +530 -0
- package/dist/components/tour/tour.class.js.map +1 -0
- package/dist/components/tour/tour.d.ts +2 -0
- package/dist/components/tour/tour.d.ts.map +1 -0
- package/dist/components/tour/tour.js +5 -0
- package/dist/components/tour/tour.js.map +1 -0
- package/dist/components/tour/tour.styles.d.ts +2 -0
- package/dist/components/tour/tour.styles.d.ts.map +1 -0
- package/dist/components/tour/tour.styles.js +165 -0
- package/dist/components/tour/tour.styles.js.map +1 -0
- package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -1
- package/dist/components/virtual-list/virtual-list.class.js +1 -3
- package/dist/components/virtual-list/virtual-list.class.js.map +1 -1
- package/dist/components/widget/widget.class.d.ts.map +1 -1
- package/dist/components/widget/widget.class.js +2 -6
- package/dist/components/widget/widget.class.js.map +1 -1
- package/dist/components/widget/widget.styles.d.ts.map +1 -1
- package/dist/components/widget/widget.styles.js +4 -0
- package/dist/components/widget/widget.styles.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.js +1 -8
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts +15 -0
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js +19 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js.map +1 -1
- package/dist/internal/a11y.d.ts +4 -0
- package/dist/internal/a11y.d.ts.map +1 -1
- package/dist/internal/a11y.js +17 -0
- package/dist/internal/a11y.js.map +1 -1
- package/dist/internal/canvas.d.ts +8 -0
- package/dist/internal/canvas.d.ts.map +1 -0
- package/dist/internal/canvas.js +14 -0
- package/dist/internal/canvas.js.map +1 -0
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +20 -2
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/motion.d.ts +5 -0
- package/dist/internal/motion.d.ts.map +1 -0
- package/dist/internal/motion.js +7 -0
- package/dist/internal/motion.js.map +1 -0
- package/dist/internal/numbers.d.ts +11 -0
- package/dist/internal/numbers.d.ts.map +1 -1
- package/dist/internal/numbers.js +21 -0
- package/dist/internal/numbers.js.map +1 -1
- package/dist/internal/positioner.d.ts +14 -0
- package/dist/internal/positioner.d.ts.map +1 -1
- package/dist/internal/positioner.js +27 -0
- package/dist/internal/positioner.js.map +1 -1
- package/dist/internal/root-registration-allowlist.d.ts +1 -1
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +11 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/rtl.d.ts +0 -11
- package/dist/internal/rtl.d.ts.map +1 -1
- package/dist/internal/rtl.js +0 -13
- package/dist/internal/rtl.js.map +1 -1
- package/dist/internal/safe-css.d.ts +15 -0
- package/dist/internal/safe-css.d.ts.map +1 -0
- package/dist/internal/safe-css.js +25 -0
- package/dist/internal/safe-css.js.map +1 -0
- package/dist/internal/strip-host-title.d.ts +24 -0
- package/dist/internal/strip-host-title.d.ts.map +1 -0
- package/dist/internal/strip-host-title.js +46 -0
- package/dist/internal/strip-host-title.js.map +1 -0
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +4 -0
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/lyra.d.ts +33 -0
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +22 -0
- package/dist/lyra.js.map +1 -1
- package/llms-full.txt +104 -0
- package/llms.txt +3 -0
- package/package.json +43 -6
- package/vscode-css-data.json +719 -0
- package/vscode-html-data.json +10579 -0
- package/web-types.json +12161 -0
|
@@ -0,0 +1,719 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1.1,
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "--lyra-animated-image-control-box-size",
|
|
6
|
+
"description": {
|
|
7
|
+
"kind": "markdown",
|
|
8
|
+
"value": "**`<lyra-animated-image>`** — The size of `control-box`. Defaults to `var(--lyra-icon-button-size)`."
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "--lyra-animated-image-icon-size",
|
|
13
|
+
"description": {
|
|
14
|
+
"kind": "markdown",
|
|
15
|
+
"value": "**`<lyra-animated-image>`** — The size of the play/pause icons. Defaults to `calc(var(--lyra-icon-button-size) * 0.35)`."
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "--lyra-animated-image-max-height",
|
|
20
|
+
"description": {
|
|
21
|
+
"kind": "markdown",
|
|
22
|
+
"value": "**`<lyra-animated-image>`** — Caps the rendered media's block-size. Defaults to `var(--lyra-size-20rem)`."
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "--lyra-animation-bounce-height",
|
|
27
|
+
"description": {
|
|
28
|
+
"kind": "markdown",
|
|
29
|
+
"value": "**`<lyra-animation>`** (default: `25%`) — Peak lift height of the bounce preset."
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "--lyra-animation-shake-distance",
|
|
34
|
+
"description": {
|
|
35
|
+
"kind": "markdown",
|
|
36
|
+
"value": "**`<lyra-animation>`** (default: `4%`) — Horizontal travel of the shake preset."
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--lyra-animation-slide-distance",
|
|
41
|
+
"description": {
|
|
42
|
+
"kind": "markdown",
|
|
43
|
+
"value": "**`<lyra-animation>`** (default: `100%`) — Travel distance for the slide-in/slide-out/slide-in-up/slide-in-down presets."
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "--lyra-animation-zoom-scale",
|
|
48
|
+
"description": {
|
|
49
|
+
"kind": "markdown",
|
|
50
|
+
"value": "**`<lyra-animation>`** (default: `0.5`) — Starting/ending scale factor for the zoom-in/zoom-out presets."
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "--lyra-attachment-chip-spinner-duration",
|
|
55
|
+
"description": {
|
|
56
|
+
"kind": "markdown",
|
|
57
|
+
"value": "**`<lyra-attachment-chip>`** (default: `0.8s`) — Duration of one indeterminate upload-spinner rotation. The ambient loop stops under reduced motion."
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "--lyra-avatar-group-avatar-size",
|
|
62
|
+
"description": {
|
|
63
|
+
"kind": "markdown",
|
|
64
|
+
"value": "**`<lyra-avatar-group>`** (default: `var(--lyra-size-2rem)`) — Sizes the overflow badge to match the slotted avatars. Does not resize the avatars themselves (see class doc) — set a matching `size` on each `<lyra-avatar>` child directly for that."
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--lyra-avatar-group-badge-bg",
|
|
69
|
+
"description": {
|
|
70
|
+
"kind": "markdown",
|
|
71
|
+
"value": "**`<lyra-avatar-group>`** (default: `var(--lyra-color-border)`) — Overflow badge background. Tone-driven; see `tone`."
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "--lyra-avatar-group-badge-color",
|
|
76
|
+
"description": {
|
|
77
|
+
"kind": "markdown",
|
|
78
|
+
"value": "**`<lyra-avatar-group>`** (default: `var(--lyra-color-text)`) — Overflow badge text color. Tone-driven; see `tone`."
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "--lyra-avatar-group-overlap",
|
|
83
|
+
"description": {
|
|
84
|
+
"kind": "markdown",
|
|
85
|
+
"value": "**`<lyra-avatar-group>`** (default: `var(--lyra-size-neg-6px)`) — Horizontal overlap between consecutive avatars (a logical `margin-inline-start`, so it auto-mirrors under `dir=\"rtl\"`). Setting this to `0` or a positive length is a supported escape hatch that turns the stack into normal, non-overlapping spacing."
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "--lyra-avatar-group-ring-color",
|
|
90
|
+
"description": {
|
|
91
|
+
"kind": "markdown",
|
|
92
|
+
"value": "**`<lyra-avatar-group>`** (default: `var(--lyra-color-surface)`) — The cutout-style ring drawn around every avatar and the overflow badge."
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--lyra-avatar-group-ring-width",
|
|
97
|
+
"description": {
|
|
98
|
+
"kind": "markdown",
|
|
99
|
+
"value": "**`<lyra-avatar-group>`** (default: `var(--lyra-border-width-medium)`) — Ring thickness."
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "--lyra-button-active-scale",
|
|
104
|
+
"description": {
|
|
105
|
+
"kind": "markdown",
|
|
106
|
+
"value": "**`<lyra-button>`** (default: `0.9875`) — `transform: scale()` factor applied while a non-disabled button is pressed."
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "--lyra-button-group-gap",
|
|
111
|
+
"description": {
|
|
112
|
+
"kind": "markdown",
|
|
113
|
+
"value": "**`<lyra-button-group>`** — Gap between grouped controls."
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "--lyra-button-hover-brightness",
|
|
118
|
+
"description": {
|
|
119
|
+
"kind": "markdown",
|
|
120
|
+
"value": "**`<lyra-button>`** (default: `1.08`) — `filter: brightness()` multiplier applied while hovering a non-disabled button."
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "--lyra-button-spinner-duration",
|
|
125
|
+
"description": {
|
|
126
|
+
"kind": "markdown",
|
|
127
|
+
"value": "**`<lyra-button>`** (default: `1s`) — Rotation period of the `loading` spinner."
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "--lyra-button-width",
|
|
132
|
+
"description": {
|
|
133
|
+
"kind": "markdown",
|
|
134
|
+
"value": "**`<lyra-button>`** (default: `100%`) — Inline size of the internal button. The host defaults it to `100%` so the native button follows the host's own width; override to `auto` (or any other value) for a compact inline composition."
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "--lyra-chat-message-max-width",
|
|
139
|
+
"description": {
|
|
140
|
+
"kind": "markdown",
|
|
141
|
+
"value": "**`<lyra-chat-message>`** (default: `80%`) — Maximum inline size of the message bubble."
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "--lyra-chip-pressed-bg",
|
|
146
|
+
"description": {
|
|
147
|
+
"kind": "markdown",
|
|
148
|
+
"value": "**`<lyra-chip>`** (default: `var(--lyra-chip-bg)`) — Background while a toggleable chip is selected, independently themeable from its resting background."
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "--lyra-combobox-font-size",
|
|
153
|
+
"description": {
|
|
154
|
+
"kind": "markdown",
|
|
155
|
+
"value": "**`<lyra-combobox>`** — Input text size."
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "--lyra-combobox-tag-font-size",
|
|
160
|
+
"description": {
|
|
161
|
+
"kind": "markdown",
|
|
162
|
+
"value": "**`<lyra-combobox>`** — Selected-tag text size."
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "--lyra-combobox-tag-padding",
|
|
167
|
+
"description": {
|
|
168
|
+
"kind": "markdown",
|
|
169
|
+
"value": "**`<lyra-combobox>`** — Selected-tag padding."
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "--lyra-combobox-trigger-min-height",
|
|
174
|
+
"description": {
|
|
175
|
+
"kind": "markdown",
|
|
176
|
+
"value": "**`<lyra-combobox>`** — Minimum input-container block size."
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "--lyra-combobox-trigger-padding",
|
|
181
|
+
"description": {
|
|
182
|
+
"kind": "markdown",
|
|
183
|
+
"value": "**`<lyra-combobox>`** — Padding inside the input container."
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "--lyra-contact-viewer-max-height",
|
|
188
|
+
"description": {
|
|
189
|
+
"kind": "markdown",
|
|
190
|
+
"value": "**`<lyra-contact-viewer>`** (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property."
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "--lyra-document-preview-font",
|
|
195
|
+
"description": {
|
|
196
|
+
"kind": "markdown",
|
|
197
|
+
"value": "**`<lyra-document-preview>`** (default: `var(--lyra-font-mono)`) — Font used for plain-text previews."
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "--lyra-document-preview-max-height",
|
|
202
|
+
"description": {
|
|
203
|
+
"kind": "markdown",
|
|
204
|
+
"value": "**`<lyra-document-preview>`** (default: `none`) — Maximum body block size before the preview scrolls internally."
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "--lyra-document-preview-spin-duration",
|
|
209
|
+
"description": {
|
|
210
|
+
"kind": "markdown",
|
|
211
|
+
"value": "**`<lyra-document-preview>`** (default: `0.8s`) — Duration of one indeterminate loading-indicator rotation."
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "--lyra-document-viewer-max-height",
|
|
216
|
+
"description": {
|
|
217
|
+
"kind": "markdown",
|
|
218
|
+
"value": "**`<lyra-document-viewer>`** (default: `70vh`) — Maximum block size of the dialog body before it scrolls internally."
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "--lyra-docx-viewer-max-height",
|
|
223
|
+
"description": {
|
|
224
|
+
"kind": "markdown",
|
|
225
|
+
"value": "**`<lyra-docx-viewer>`** (default: `none`) — Maximum block size of the scrollable document body before it scrolls internally. Also settable via the `max-height` property."
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "--lyra-drawer-height",
|
|
230
|
+
"description": {
|
|
231
|
+
"kind": "markdown",
|
|
232
|
+
"value": "**`<lyra-drawer>`** — Block size for top/bottom drawers."
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "--lyra-drawer-width",
|
|
237
|
+
"description": {
|
|
238
|
+
"kind": "markdown",
|
|
239
|
+
"value": "**`<lyra-drawer>`** — Inline size for start/end drawers."
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "--lyra-empty-compact-align",
|
|
244
|
+
"description": {
|
|
245
|
+
"kind": "markdown",
|
|
246
|
+
"value": "**`<lyra-empty>`** — Cross-axis and text alignment used in compact mode; set to `center` for dense but centered empty states."
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "--lyra-empty-compact-padding",
|
|
251
|
+
"description": {
|
|
252
|
+
"kind": "markdown",
|
|
253
|
+
"value": "**`<lyra-empty>`** (default: `var(--lyra-space-xs)`) — Padding used in compact mode; accepts any padding shorthand (e.g. `8px 2px`)."
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "--lyra-flag-aspect-ratio",
|
|
258
|
+
"description": {
|
|
259
|
+
"kind": "markdown",
|
|
260
|
+
"value": "**`<lyra-flag>`** (default: `4 / 3`) — Rectangular flag aspect ratio."
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "--lyra-flag-object-fit",
|
|
265
|
+
"description": {
|
|
266
|
+
"kind": "markdown",
|
|
267
|
+
"value": "**`<lyra-flag>`** (default: `cover`) — How the image fits its flag frame."
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "--lyra-flag-radius",
|
|
272
|
+
"description": {
|
|
273
|
+
"kind": "markdown",
|
|
274
|
+
"value": "**`<lyra-flag>`** — Rectangular flag corner radius."
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "--lyra-gauge-fill",
|
|
279
|
+
"description": {
|
|
280
|
+
"kind": "markdown",
|
|
281
|
+
"value": "**`<lyra-gauge>`** (default: `var(--lyra-color-brand)`) — Fill stroke for radial, ring, and linear gauges."
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "--lyra-heatmap-annotation-color",
|
|
286
|
+
"description": {
|
|
287
|
+
"kind": "markdown",
|
|
288
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-danger)`) — Border color for an annotated cell."
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "--lyra-heatmap-focus-ring-color",
|
|
293
|
+
"description": {
|
|
294
|
+
"kind": "markdown",
|
|
295
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-focus-ring-color)`) — Focus ring around a focused cell."
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "--lyra-heatmap-label-font",
|
|
300
|
+
"description": {
|
|
301
|
+
"kind": "markdown",
|
|
302
|
+
"value": "**`<lyra-heatmap>`** — Font for axis/legend labels drawn on the canvas."
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "--lyra-heatmap-no-data-fill",
|
|
307
|
+
"description": {
|
|
308
|
+
"kind": "markdown",
|
|
309
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-no-data)`) — Fill for cells with no value."
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "--lyra-heatmap-scale-hi",
|
|
314
|
+
"description": {
|
|
315
|
+
"kind": "markdown",
|
|
316
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-brand)`) — High endpoint of the sequential color ramp."
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "--lyra-heatmap-scale-lo",
|
|
321
|
+
"description": {
|
|
322
|
+
"kind": "markdown",
|
|
323
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-brand-quiet)`) — Low endpoint of the sequential color ramp."
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "--lyra-heatmap-selected-color",
|
|
328
|
+
"description": {
|
|
329
|
+
"kind": "markdown",
|
|
330
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-success)`) — Border color for the selected cell."
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "--lyra-heatmap-tooltip-bg",
|
|
335
|
+
"description": {
|
|
336
|
+
"kind": "markdown",
|
|
337
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-surface)`) — Hover tooltip background."
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "--lyra-heatmap-tooltip-text",
|
|
342
|
+
"description": {
|
|
343
|
+
"kind": "markdown",
|
|
344
|
+
"value": "**`<lyra-heatmap>`** (default: `var(--lyra-color-text)`) — Hover tooltip text color."
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "--lyra-lightbox-control-bg",
|
|
349
|
+
"description": {
|
|
350
|
+
"kind": "markdown",
|
|
351
|
+
"value": "**`<lyra-lightbox>`** — Background for every floating/toolbar icon button."
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "--lyra-lightbox-control-color",
|
|
356
|
+
"description": {
|
|
357
|
+
"kind": "markdown",
|
|
358
|
+
"value": "**`<lyra-lightbox>`** — Icon/text color paired with `--lyra-lightbox-control-bg`."
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "--lyra-lightbox-overlay-color",
|
|
363
|
+
"description": {
|
|
364
|
+
"kind": "markdown",
|
|
365
|
+
"value": "**`<lyra-lightbox>`** — The backdrop scrim color."
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "--lyra-link-color",
|
|
370
|
+
"description": {
|
|
371
|
+
"kind": "markdown",
|
|
372
|
+
"value": "**`<lyra-graph>`** (default: `var(--lyra-color-border)`) — Default link stroke, overridden per-link by a link's own `color`."
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "--lyra-lite-chart-selected-outline-color",
|
|
377
|
+
"description": {
|
|
378
|
+
"kind": "markdown",
|
|
379
|
+
"value": "**`<lyra-lite-chart>`** (default: `var(--lyra-color-brand)`) — Stroke for a bar/point whose category index is in `selectedIndex`."
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "--lyra-node-fill",
|
|
384
|
+
"description": {
|
|
385
|
+
"kind": "markdown",
|
|
386
|
+
"value": "**`<lyra-graph>`** (default: `var(--lyra-color-brand)`) — Default node fill, overridden per-node by `GraphNode.color`."
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "--lyra-overlay-max-inline-size",
|
|
391
|
+
"description": {
|
|
392
|
+
"kind": "markdown",
|
|
393
|
+
"value": "**`<lyra-dropdown>`, `<lyra-popover>`** — Maximum inline size of the popup (default `--lyra-size-20rem`)."
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "--lyra-pagination-control-size",
|
|
398
|
+
"description": {
|
|
399
|
+
"kind": "markdown",
|
|
400
|
+
"value": "**`<lyra-pagination>`** — Control inline/block size; defaults from the `size` variant."
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"name": "--lyra-pagination-font-size",
|
|
405
|
+
"description": {
|
|
406
|
+
"kind": "markdown",
|
|
407
|
+
"value": "**`<lyra-pagination>`** — Control font size; defaults from the `size` variant."
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "--lyra-pdf-viewer-height",
|
|
412
|
+
"description": {
|
|
413
|
+
"kind": "markdown",
|
|
414
|
+
"value": "**`<lyra-pdf-viewer>`** (default: `var(--lyra-size-24rem)`) — Block size of the virtualized page list."
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "--lyra-qr-code-background",
|
|
419
|
+
"description": {
|
|
420
|
+
"kind": "markdown",
|
|
421
|
+
"value": "**`<lyra-qr-code>`** (default: `var(--lyra-color-surface)`) — Light/background module color, including the quiet zone."
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "--lyra-qr-code-fill",
|
|
426
|
+
"description": {
|
|
427
|
+
"kind": "markdown",
|
|
428
|
+
"value": "**`<lyra-qr-code>`** (default: `var(--lyra-color-text)`) — Dark/foreground module color."
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "--lyra-random-content-animation-duration",
|
|
433
|
+
"description": {
|
|
434
|
+
"kind": "markdown",
|
|
435
|
+
"value": "**`<lyra-random-content>`** (default: `300ms`) — Duration of the entrance animation."
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "--lyra-random-content-animation-easing",
|
|
440
|
+
"description": {
|
|
441
|
+
"kind": "markdown",
|
|
442
|
+
"value": "**`<lyra-random-content>`** (default: `ease`) — Easing function for the entrance animation."
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "--lyra-random-content-animation-translate",
|
|
447
|
+
"description": {
|
|
448
|
+
"kind": "markdown",
|
|
449
|
+
"value": "**`<lyra-random-content>`** (default: `var(--lyra-size-0-5em)`) — Translation distance for directional animations."
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "--lyra-rating-empty-color",
|
|
454
|
+
"description": {
|
|
455
|
+
"kind": "markdown",
|
|
456
|
+
"value": "**`<lyra-rating>`** (default: `var(--lyra-color-border)`) — Unfilled-star color."
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "--lyra-rating-fill",
|
|
461
|
+
"description": {
|
|
462
|
+
"kind": "markdown",
|
|
463
|
+
"value": "**`<lyra-rating>`** (default: `var(--lyra-color-warning)`) — Filled-star color."
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "--lyra-rating-size",
|
|
468
|
+
"description": {
|
|
469
|
+
"kind": "markdown",
|
|
470
|
+
"value": "**`<lyra-rating>`** (default: `var(--lyra-font-size-xl)`) — Star size."
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "--lyra-scroller-control-size",
|
|
475
|
+
"description": {
|
|
476
|
+
"kind": "markdown",
|
|
477
|
+
"value": "**`<lyra-scroller>`** — Control size."
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "--lyra-scroller-min-block-size",
|
|
482
|
+
"description": {
|
|
483
|
+
"kind": "markdown",
|
|
484
|
+
"value": "**`<lyra-scroller>`** — Minimum vertical scroller size."
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "--lyra-sparkline-area-opacity",
|
|
489
|
+
"description": {
|
|
490
|
+
"kind": "markdown",
|
|
491
|
+
"value": "**`<lyra-sparkline>`** (default: `0.15`) — Fill opacity of the area under the line (type=\"area\")."
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "--lyra-sparkline-stroke-width",
|
|
496
|
+
"description": {
|
|
497
|
+
"kind": "markdown",
|
|
498
|
+
"value": "**`<lyra-sparkline>`** (default: `1.5`) — Stroke width of the line/area path."
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "--lyra-svg-viewer-max-height",
|
|
503
|
+
"description": {
|
|
504
|
+
"kind": "markdown",
|
|
505
|
+
"value": "**`<lyra-svg-viewer>`** (default: `none`) — Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property."
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "--lyra-textarea-max-block-size",
|
|
510
|
+
"description": {
|
|
511
|
+
"kind": "markdown",
|
|
512
|
+
"value": "**`<lyra-textarea>`** (default: `none`) — Maximum auto-grown block size before the textarea scrolls."
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "--lyra-timeline-gap",
|
|
517
|
+
"description": {
|
|
518
|
+
"kind": "markdown",
|
|
519
|
+
"value": "**`<lyra-timeline>`** (default: `var(--lyra-space-l)`) — Spacing between consecutive items along the timeline's main axis; also the length each item's own rail visually bridges to reach the next item's marker. Declared here but actually consumed inside each `<lyra-timeline-item>`'s own stylesheet, via ordinary CSS custom-property inheritance across the slot boundary."
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "--lyra-timeline-marker-color",
|
|
524
|
+
"description": {
|
|
525
|
+
"kind": "markdown",
|
|
526
|
+
"value": "**`<lyra-timeline-item>`** (default: `var(--lyra-color-text-quiet)`) — Marker fill/accent color. Swapped per `variant` (see the class doc's variant table); a consumer overriding this directly on one item wins over the variant default via normal CSS cascade/specificity."
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "--lyra-timeline-marker-size",
|
|
531
|
+
"description": {
|
|
532
|
+
"kind": "markdown",
|
|
533
|
+
"value": "**`<lyra-timeline-item>`** (default: `var(--lyra-size-1-25rem)`) — Diameter of the marker circle (both inline-size and block-size, so the default dot stays circular)."
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "--lyra-timeline-rail-color",
|
|
538
|
+
"description": {
|
|
539
|
+
"kind": "markdown",
|
|
540
|
+
"value": "**`<lyra-timeline-item>`** (default: `var(--lyra-color-border)`) — Color of the connecting rail line. A component-scoped property (not just inlining `var(--lyra-color-border)` at every use site) so a consumer can retint just the rail without touching the library-wide border color elsewhere."
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "--lyra-timeline-rail-width",
|
|
545
|
+
"description": {
|
|
546
|
+
"kind": "markdown",
|
|
547
|
+
"value": "**`<lyra-timeline-item>`** (default: `var(--lyra-border-width-medium)`) — Thickness of the connecting rail line."
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "--lyra-tool-call-chip-spin",
|
|
552
|
+
"description": {
|
|
553
|
+
"kind": "markdown",
|
|
554
|
+
"value": "**`<lyra-tool-call-chip>`** (default: `1s linear`) — Running-icon animation duration and timing."
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "--lyra-tool-result-dialog-maximized-inset",
|
|
559
|
+
"description": {
|
|
560
|
+
"kind": "markdown",
|
|
561
|
+
"value": "**`<lyra-tool-result-dialog>`** — Insets for the maximized panel."
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "--lyra-tool-result-dialog-overlay-color",
|
|
566
|
+
"description": {
|
|
567
|
+
"kind": "markdown",
|
|
568
|
+
"value": "**`<lyra-tool-result-dialog>`** (default: `var(--lyra-color-overlay)`) — Backdrop color."
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "--lyra-tool-result-dialog-spin",
|
|
573
|
+
"description": {
|
|
574
|
+
"kind": "markdown",
|
|
575
|
+
"value": "**`<lyra-tool-result-dialog>`** (default: `1s linear`) — Running-status animation duration and timing."
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "--lyra-tooltip-background",
|
|
580
|
+
"description": {
|
|
581
|
+
"kind": "markdown",
|
|
582
|
+
"value": "**`<lyra-tooltip>`** — Tooltip background color (default `--lyra-color-neutral`)."
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "--lyra-tooltip-color",
|
|
587
|
+
"description": {
|
|
588
|
+
"kind": "markdown",
|
|
589
|
+
"value": "**`<lyra-tooltip>`** — Tooltip text color (default `--lyra-color-on-neutral`)."
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "--lyra-tooltip-max-inline-size",
|
|
594
|
+
"description": {
|
|
595
|
+
"kind": "markdown",
|
|
596
|
+
"value": "**`<lyra-tooltip>`** — Maximum inline size of the tooltip (default `--lyra-size-20rem`)."
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "--lyra-tour-backdrop-color",
|
|
601
|
+
"description": {
|
|
602
|
+
"kind": "markdown",
|
|
603
|
+
"value": "**`<lyra-tour>`** — Backdrop scrim fill. Defaults to `--lyra-color-overlay`."
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "--lyra-tour-popover-max-width",
|
|
608
|
+
"description": {
|
|
609
|
+
"kind": "markdown",
|
|
610
|
+
"value": "**`<lyra-tour>`** — Maximum popover inline size. Defaults to `--lyra-size-22rem`."
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "--lyra-tour-spotlight-radius",
|
|
615
|
+
"description": {
|
|
616
|
+
"kind": "markdown",
|
|
617
|
+
"value": "**`<lyra-tour>`** — Corner radius shared by the cutout and the ring. Defaults to `--lyra-radius`."
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "--lyra-tour-spotlight-ring-color",
|
|
622
|
+
"description": {
|
|
623
|
+
"kind": "markdown",
|
|
624
|
+
"value": "**`<lyra-tour>`** — Spotlight ring color. Defaults to `--lyra-color-brand`."
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "--lyra-tour-spotlight-ring-width",
|
|
629
|
+
"description": {
|
|
630
|
+
"kind": "markdown",
|
|
631
|
+
"value": "**`<lyra-tour>`** — Spotlight ring thickness. Defaults to `--lyra-border-width-medium`."
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "--lyra-transition-ambient",
|
|
636
|
+
"description": {
|
|
637
|
+
"kind": "markdown",
|
|
638
|
+
"value": "**`<lyra-chat-message>`** (default: `1.8s ease-in-out`) — Streaming-indicator animation duration and timing function.\n\n**`<lyra-skeleton>`** (default: `1.8s ease-in-out`) — Animation duration and timing function shared by the pulse and sheen effects.\n\n**`<lyra-tool-call-chip>`** (default: `1.8s ease-in-out`) — Pending-icon pulse duration and timing.\n\n**`<lyra-typing-indicator>`** (default: `1.8s ease-in-out`) — Animation duration and timing function shared by all variants."
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "--lyra-typing-dot-stagger-1",
|
|
643
|
+
"description": {
|
|
644
|
+
"kind": "markdown",
|
|
645
|
+
"value": "**`<lyra-typing-indicator>`** (default: `600ms`) — Delay for the second dot in the dots variant."
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "--lyra-typing-dot-stagger-2",
|
|
650
|
+
"description": {
|
|
651
|
+
"kind": "markdown",
|
|
652
|
+
"value": "**`<lyra-typing-indicator>`** (default: `1200ms`) — Delay for the third dot in the dots variant."
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "--lyra-word-cloud-color-1",
|
|
657
|
+
"description": {
|
|
658
|
+
"kind": "markdown",
|
|
659
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-brand)`) — First entry of the default categorical palette."
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "--lyra-word-cloud-color-2",
|
|
664
|
+
"description": {
|
|
665
|
+
"kind": "markdown",
|
|
666
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-success)`) — Second entry of the default categorical palette."
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "--lyra-word-cloud-color-3",
|
|
671
|
+
"description": {
|
|
672
|
+
"kind": "markdown",
|
|
673
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-warning)`) — Third entry of the default categorical palette."
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "--lyra-word-cloud-color-4",
|
|
678
|
+
"description": {
|
|
679
|
+
"kind": "markdown",
|
|
680
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-danger)`) — Fourth entry of the default categorical palette."
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "--lyra-word-cloud-color-5",
|
|
685
|
+
"description": {
|
|
686
|
+
"kind": "markdown",
|
|
687
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-chart-1)`) — Fifth entry of the default categorical palette."
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "--lyra-word-cloud-color-6",
|
|
692
|
+
"description": {
|
|
693
|
+
"kind": "markdown",
|
|
694
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-chart-2)`) — Sixth entry of the default categorical palette."
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "--lyra-word-cloud-color-7",
|
|
699
|
+
"description": {
|
|
700
|
+
"kind": "markdown",
|
|
701
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-chart-3)`) — Seventh entry of the default categorical palette."
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "--lyra-word-cloud-color-8",
|
|
706
|
+
"description": {
|
|
707
|
+
"kind": "markdown",
|
|
708
|
+
"value": "**`<lyra-word-cloud>`** (default: `var(--lyra-color-chart-4)`) — Eighth entry of the default categorical palette."
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "--lyra-zoomable-frame-min-block-size",
|
|
713
|
+
"description": {
|
|
714
|
+
"kind": "markdown",
|
|
715
|
+
"value": "**`<lyra-zoomable-frame>`** — Minimum viewport block size."
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
]
|
|
719
|
+
}
|