sanity 5.8.2-next.2 → 5.8.2-next.3

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/lib/router.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as RouterContextValue, a as MatchError, b as SearchParam, c as NavigateBaseOptions, d as NextStateOrOptions, f as Route, g as Router, h as RouteTransform, i as InternalSearchParam, l as NavigateOptions, m as RouteSegment, n as IntentJsonParams, o as MatchOk, p as RouteChildren, r as IntentParameters, s as MatchResult, t as BaseIntentParams, u as NavigateOptionsWithState, v as RouterNode, y as RouterState } from "./_chunks-dts/types3.js";
2
- import * as react466 from "react";
2
+ import * as react565 from "react";
3
3
  import { ComponentType, FunctionComponent, HTMLProps, MouseEventHandler, ReactNode } from "react";
4
4
  import { RouterContext } from "sanity/_singletons";
5
5
  /**
@@ -39,7 +39,7 @@ interface IntentLinkProps {
39
39
  * }
40
40
  * ```
41
41
  */
42
- declare const IntentLink: react466.ForwardRefExoticComponent<Omit<IntentLinkProps & HTMLProps<HTMLAnchorElement>, "ref"> & react466.RefAttributes<HTMLAnchorElement>>;
42
+ declare const IntentLink: react565.ForwardRefExoticComponent<Omit<IntentLinkProps & HTMLProps<HTMLAnchorElement>, "ref"> & react565.RefAttributes<HTMLAnchorElement>>;
43
43
  /**
44
44
  * Props for the {@link Link} component.
45
45
  *
@@ -70,7 +70,7 @@ interface LinkProps {
70
70
  * }
71
71
  * ```
72
72
  */
73
- declare const Link: react466.ForwardRefExoticComponent<Omit<LinkProps & HTMLProps<HTMLAnchorElement>, "ref"> & react466.RefAttributes<HTMLAnchorElement>>;
73
+ declare const Link: react565.ForwardRefExoticComponent<Omit<LinkProps & HTMLProps<HTMLAnchorElement>, "ref"> & react565.RefAttributes<HTMLAnchorElement>>;
74
74
  /**
75
75
  * @public
76
76
  */
@@ -293,7 +293,7 @@ interface StateLinkProps {
293
293
  * }
294
294
  * ```
295
295
  */
296
- declare const StateLink: react466.ForwardRefExoticComponent<Omit<StateLinkProps & Omit<HTMLProps<HTMLAnchorElement>, "href">, "ref"> & react466.RefAttributes<HTMLAnchorElement>>;
296
+ declare const StateLink: react565.ForwardRefExoticComponent<Omit<StateLinkProps & Omit<HTMLProps<HTMLAnchorElement>, "href">, "ref"> & react565.RefAttributes<HTMLAnchorElement>>;
297
297
  /**
298
298
  * @internal
299
299
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.8.2-next.2+6792119f3c",
3
+ "version": "5.8.2-next.3+478ff1d96b",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
5
5
  "keywords": [
6
6
  "cms",
@@ -222,12 +222,12 @@
222
222
  "which": "^5.0.0",
223
223
  "xstate": "^5.25.1",
224
224
  "yargs": "^17.7.2",
225
- "@sanity/diff": "5.8.2-next.2+6792119f3c",
226
- "@sanity/cli": "5.8.2-next.2+6792119f3c",
227
- "@sanity/mutator": "5.8.2-next.2+6792119f3c",
228
- "@sanity/schema": "5.8.2-next.2+6792119f3c",
229
- "@sanity/types": "5.8.1",
230
- "@sanity/util": "5.8.2-next.2+6792119f3c"
225
+ "@sanity/cli": "5.8.2-next.3+478ff1d96b",
226
+ "@sanity/mutator": "5.8.2-next.3+478ff1d96b",
227
+ "@sanity/schema": "5.8.2-next.3+478ff1d96b",
228
+ "@sanity/diff": "5.8.2-next.3+478ff1d96b",
229
+ "@sanity/util": "5.8.2-next.3+478ff1d96b",
230
+ "@sanity/types": "5.8.1"
231
231
  },
232
232
  "devDependencies": {
233
233
  "@playwright/experimental-ct-react": "1.57.0",
@@ -275,11 +275,11 @@
275
275
  "tsx": "^4.21.0",
276
276
  "vitest": "^4.0.18",
277
277
  "vitest-package-exports": "^1.1.2",
278
- "@repo/eslint-config": "5.8.2-next.2+6792119f3c",
279
- "@repo/package.config": "5.8.2-next.2+6792119f3c",
280
- "@repo/package.bundle": "5.8.2-next.2+6792119f3c",
281
- "@repo/test-config": "5.8.2-next.2+6792119f3c",
282
- "@repo/tsconfig": "5.8.2-next.2+6792119f3c"
278
+ "@repo/eslint-config": "5.8.2-next.3+478ff1d96b",
279
+ "@repo/test-config": "5.8.2-next.3+478ff1d96b",
280
+ "@repo/package.config": "5.8.2-next.3+478ff1d96b",
281
+ "@repo/package.bundle": "5.8.2-next.3+478ff1d96b",
282
+ "@repo/tsconfig": "5.8.2-next.3+478ff1d96b"
283
283
  },
284
284
  "peerDependencies": {
285
285
  "react": "^19.2.2",