@icij/murmur-next 4.1.4 → 4.1.5

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.
@@ -513,5 +513,9 @@ export default defineComponent({
513
513
  display: none;
514
514
  }
515
515
  }
516
+
517
+ &__tooltip {
518
+ pointer-events: none;
519
+ }
516
520
  }
517
521
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icij/murmur-next",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "private": false,
5
5
  "description": "Murmur is ICIJ's Design System for Bootstrap 5 and Vue.js",
6
6
  "author": "promera@icij.org",