@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.js CHANGED
@@ -935,6 +935,9 @@ function rootStyles(props) {
935
935
  animation-name: ${loadingAnimation};
936
936
  animation-duration: ${props.$duration}ms;
937
937
  animation-fill-mode: both;
938
+ animation-timing-function: linear;
939
+ opacity: var(${_visualEditing.POPOVER_MOTION_CONTENT_OPACITY_PROPERTY}, 1);
940
+ will-change: width;
938
941
  }
939
942
 
940
943
  & > * {