@aceshooting/lyra-ui 18.2.0 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/custom-elements.json +1 -1
- package/dist/components/data/heatmap/heatmap.class.d.ts +10 -0
- package/dist/components/data/heatmap/heatmap.class.js +1 -1
- package/dist/components/media/image-viewer/image-viewer.class.js +1 -1
- package/dist/components/media/lightbox/lightbox.class.d.ts +7 -2
- package/dist/components/media/lightbox/lightbox.class.js +3 -2
- package/dist/components/media/pan-zoom/pan-zoom.class.d.ts +6 -2
- package/dist/components/media/pan-zoom/pan-zoom.class.js +2 -2
- package/dist/components/media/pan-zoom/pan-zoom.styles.js +1 -1
- package/dist/components/utility/export-button/export-button.class.d.ts +13 -2
- package/dist/components/utility/export-button/export-button.class.js +2 -2
- package/dist/components/utility/export-button/export-button.styles.js +1 -1
- package/dist/custom-elements-jsx.d.ts +1 -1
- package/dist/internal/image-fit.d.ts +1 -0
- package/dist/internal/image-fit.js +1 -0
- package/dist/internal/package-metadata.d.ts +1 -1
- package/dist/internal/package-metadata.js +1 -1
- package/dist/lyra.d.ts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/vue.d.ts +1 -1
- package/llms/components/lr-export-button.md +5 -0
- package/llms/components/lr-heatmap.md +7 -3
- package/llms/components/lr-lightbox.md +11 -0
- package/llms/components/lr-pan-zoom.md +4 -0
- package/llms-full.txt +27 -3
- package/package.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 18.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f652e93: Add compact sizing and outlined or quiet appearances to `lr-export-button`, plus a public PNG export
|
|
8
|
+
method for `lr-heatmap` that captures the painted canvas and frozen label bands.
|
|
9
|
+
- 29e5202: Add an opt-in fit-to-viewport policy to `lr-lightbox`, reusing the image viewer fit vocabulary for landscape and tall images.
|
|
10
|
+
|
|
3
11
|
## 18.2.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|