@sanity/ui 2.0.0-alpha.24 → 2.0.0-alpha.25

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
@@ -7827,18 +7827,18 @@ function useDelayedState(initialState) {
7827
7827
  const DEFAULT_TOOLTIP_DISTANCE = 4;
7828
7828
  const DEFAULT_TOOLTIP_PADDING = 4;
7829
7829
  const DEFAULT_FALLBACK_PLACEMENTS = {
7830
- top: ["bottom", "left", "right"],
7831
- "top-start": ["bottom-start", "left-start", "right-start"],
7832
- "top-end": ["bottom-end", "left-end", "right-end"],
7833
- bottom: ["top", "left", "right"],
7834
- "bottom-start": ["top-start", "left-start", "right-start"],
7835
- "bottom-end": ["top-end", "left-end", "right-end"],
7836
- left: ["right", "top", "bottom"],
7837
- "left-start": ["right-start", "top-start", "bottom-start"],
7838
- "left-end": ["right-end", "top-end", "bottom-end"],
7839
- right: ["left", "top", "bottom"],
7840
- "right-start": ["left-start", "top-start", "bottom-start"],
7841
- "right-end": ["left-end", "top-end", "bottom-end"]
7830
+ top: ["top-end", "top-start", "bottom", "left", "right"],
7831
+ "top-start": ["top", "top-end", "bottom-start", "left-start", "right-start"],
7832
+ "top-end": ["top", "top-start", "bottom-end", "left-end", "right-end"],
7833
+ bottom: ["bottom-end", "bottom-start", "top", "left", "right"],
7834
+ "bottom-start": ["bottom", "bottom-end", "top-start", "left-start", "right-start"],
7835
+ "bottom-end": ["bottom", "bottom-start", "top-end", "left-end", "right-end"],
7836
+ left: ["left-end", "left-start", "right", "top", "bottom"],
7837
+ "left-start": ["left", "left-end", "right-start", "top-start", "bottom-start"],
7838
+ "left-end": ["left", "left-start", "right-end", "top-end", "bottom-end"],
7839
+ right: ["right-end", "right-start", "left", "top", "bottom"],
7840
+ "right-start": ["right", "right-end", "left-start", "top-start", "bottom-start"],
7841
+ "right-end": ["right", "right-start", "left-end", "top-end", "bottom-end"]
7842
7842
  };
7843
7843
  var __freeze$f = Object.freeze;
7844
7844
  var __defProp$f = Object.defineProperty;