@asd20/ui-next 2.0.17 → 2.0.18

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.18](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.0.17...ui-next-v2.0.18) (2026-04-02)
4
+
3
5
  ## [2.0.17](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.0.16...ui-next-v2.0.17) (2026-04-02)
4
6
 
5
7
  ## [2.0.16](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.0.15...ui-next-v2.0.16) (2026-04-01)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui-next",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "private": false,
5
5
  "description": "ASD20 UI component library for Vue 3.",
6
6
  "license": "MIT",
@@ -658,11 +658,11 @@ export default {
658
658
  }
659
659
 
660
660
  .asd20-secondary-header--hide-desktop-image {
661
- & :deep(.message-image) {
661
+ & :deep(.asd20-messaging--fullscreen > .message-image) {
662
662
  display: none;
663
663
  }
664
664
 
665
- & :deep(.asd20-messaging__content) {
665
+ & :deep(.asd20-messaging--fullscreen > .asd20-messaging__content) {
666
666
  max-width: 60%;
667
667
  }
668
668
  }