@sanity/ui 4.0.0-static.44 → 4.0.0-static.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "4.0.0-static.44",
3
+ "version": "4.0.0-static.46",
4
4
  "keywords": [
5
5
  "react",
6
6
  "ui",
@@ -11,7 +11,7 @@ import {
11
11
  useFloating,
12
12
  } from '@floating-ui/react-dom'
13
13
  import {type MaxWidth, popover as popoverCss, type ResponsiveProp} from '@sanity/ui/css'
14
- import {AnimatePresence} from 'motion/react'
14
+ import { AnimatePresence } from 'motion/react'
15
15
  import {
16
16
  cloneElement,
17
17
  type ForwardedRef,
@@ -10,7 +10,7 @@ import {
10
10
  } from '@floating-ui/react-dom'
11
11
  import {type RadiusStyleProps, type ShadowStyleProps, tooltip} from '@sanity/ui/css'
12
12
  import type {CardTone, ColorScheme} from '@sanity/ui/theme'
13
- import {AnimatePresence} from 'motion/react'
13
+ import { AnimatePresence } from 'motion/react'
14
14
  import {
15
15
  cloneElement,
16
16
  type FocusEvent,