@asd20/ui-next 2.3.1 → 2.3.2

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.3.2](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.3.1...ui-next-v2.3.2) (2026-04-14)
4
+
3
5
  ## [2.3.1](https://github.com/academydistrict20/asd20-ui-next/compare/ui-next-v2.3.0...ui-next-v2.3.1) (2026-04-14)
4
6
 
5
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui-next",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "description": "ASD20 UI component library for Vue 3.",
6
6
  "license": "MIT",
@@ -37,6 +37,7 @@
37
37
  >
38
38
  <span
39
39
  v-if="totalDismissedNotifications > 0"
40
+ class="bell__count"
40
41
  aria-hidden="true"
41
42
  >{{
42
43
  totalDismissedNotifications
@@ -315,7 +316,7 @@ export default {
315
316
  fill: var(--website-menu__icon-fill-color) !important;
316
317
  }
317
318
 
318
- span {
319
+ .bell__count {
319
320
  position: absolute;
320
321
  top: -0.25em;
321
322
  right: -0.25em;