@sanity/ui 4.0.0-static.32 → 4.0.0-static.34

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.d.ts CHANGED
@@ -1040,11 +1040,6 @@ export declare function focusFirstDescendant(element: HTMLElement): boolean
1040
1040
  */
1041
1041
  export declare function focusLastDescendant(element: HTMLElement): boolean
1042
1042
 
1043
- /**
1044
- * @internal
1045
- */
1046
- export declare function _getArrayProp<T>(val: T | T[] | undefined, defaultVal?: T[]): T[]
1047
-
1048
1043
  /**
1049
1044
  * @internal
1050
1045
  */
@@ -2467,15 +2462,6 @@ export declare function usePrefersDark(getServerSnapshot?: () => boolean): boole
2467
2462
  */
2468
2463
  export declare function usePrefersReducedMotion(getServerSnapshot?: () => boolean): boolean
2469
2464
 
2470
- /**
2471
- * This API might change. DO NOT USE IN PRODUCTION.
2472
- * @beta
2473
- */
2474
- export declare function useResponsiveProp<T>(
2475
- val: ResponsiveProp<T> | undefined,
2476
- defaultVal?: Partial<Record<Breakpoint, T>>,
2477
- ): Partial<Record<Breakpoint, T>>
2478
-
2479
2465
  /** @public */
2480
2466
  export declare function useToast(): ToastContextValue
2481
2467