sanity 3.93.1-next.50.c40683a957 → 3.93.1-next.52.079cfde9ab

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.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
- const SANITY_VERSION = "3.93.1-next.50.c40683a957";
2
+ const SANITY_VERSION = "3.93.1-next.52.079cfde9ab";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -5877,6 +5877,7 @@ const TooltipContent$1 = (t0) => {
5877
5877
  width: 150px;
5878
5878
  background: linear-gradient(to right, ${rgba(theme.color.bg, 0)}, var(--card-bg-color));
5879
5879
  transition: 'opacity 300ms ease-out';
5880
+ pointer-events: none;
5880
5881
  }
5881
5882
  `}
5882
5883
  `;