@sanity/ui 2.13.4 → 2.13.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.
package/dist/index.mjs CHANGED
@@ -942,6 +942,9 @@ function rootStyles(props) {
942
942
  animation-name: ${loadingAnimation};
943
943
  animation-duration: ${props.$duration}ms;
944
944
  animation-fill-mode: both;
945
+ animation-timing-function: linear;
946
+ opacity: var(${POPOVER_MOTION_CONTENT_OPACITY_PROPERTY}, 1);
947
+ will-change: width;
945
948
  }
946
949
 
947
950
  & > * {