sanity 5.2.0-next.38 → 5.2.0-next.39

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.
@@ -3321,16 +3321,6 @@ declare interface ObjectInputProps<
3321
3321
  * @hidden
3322
3322
  * @beta */
3323
3323
  elementProps: ComplexElementProps
3324
- /**
3325
- * @deprecated – DO NOT USE
3326
- *
3327
- * The node for the array editing modal.
3328
- * This node renders the array editing modal as a child of the root input.
3329
- * It is necessary for the array editing dialog to be a child of the root input
3330
- * because the root input may be wrapped in a React context using the Components API,
3331
- * which is utilized by inputs in the form.
3332
- */
3333
- __internal_enhancedbjectDialog?: ReactNode
3334
3324
  }
3335
3325
 
3336
3326
  /** @public */
@@ -5414,16 +5414,6 @@ declare interface ObjectInputProps<
5414
5414
  * @hidden
5415
5415
  * @beta */
5416
5416
  elementProps: ComplexElementProps
5417
- /**
5418
- * @deprecated – DO NOT USE
5419
- *
5420
- * The node for the array editing modal.
5421
- * This node renders the array editing modal as a child of the root input.
5422
- * It is necessary for the array editing dialog to be a child of the root input
5423
- * because the root input may be wrapped in a React context using the Components API,
5424
- * which is utilized by inputs in the form.
5425
- */
5426
- __internal_enhancedbjectDialog?: ReactNode
5427
5417
  }
5428
5418
 
5429
5419
  /** @public */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.2.0-next.38+029f8fe061",
3
+ "version": "5.2.0-next.39+d8f0340485",
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
  "sanity",
@@ -249,12 +249,12 @@
249
249
  "which": "^5.0.0",
250
250
  "xstate": "^5.25.0",
251
251
  "yargs": "^17.7.2",
252
- "@sanity/diff": "5.2.0-next.38+029f8fe061",
253
- "@sanity/cli": "5.2.0-next.38+029f8fe061",
254
- "@sanity/mutator": "5.2.0-next.38+029f8fe061",
255
- "@sanity/schema": "5.2.0-next.38+029f8fe061",
256
- "@sanity/util": "5.2.0-next.38+029f8fe061",
257
- "@sanity/types": "5.1.0"
252
+ "@sanity/cli": "5.2.0-next.39+d8f0340485",
253
+ "@sanity/diff": "5.2.0-next.39+d8f0340485",
254
+ "@sanity/schema": "5.2.0-next.39+d8f0340485",
255
+ "@sanity/types": "5.1.0",
256
+ "@sanity/util": "5.2.0-next.39+d8f0340485",
257
+ "@sanity/mutator": "5.2.0-next.39+d8f0340485"
258
258
  },
259
259
  "devDependencies": {
260
260
  "@playwright/experimental-ct-react": "1.56.1",
@@ -300,13 +300,13 @@
300
300
  "swr": "2.2.5",
301
301
  "vitest": "^3.2.4",
302
302
  "vitest-package-exports": "^0.1.1",
303
- "@repo/dev-aliases": "5.2.0-next.38+029f8fe061",
304
- "@repo/eslint-config": "5.2.0-next.38+029f8fe061",
305
- "@repo/package.bundle": "5.2.0-next.38+029f8fe061",
306
- "@repo/package.config": "5.2.0-next.38+029f8fe061",
307
- "@repo/tsconfig": "5.2.0-next.38+029f8fe061",
308
- "@repo/test-config": "5.2.0-next.38+029f8fe061",
309
- "@sanity/codegen": "5.2.0-next.38+029f8fe061"
303
+ "@repo/dev-aliases": "5.2.0-next.39+d8f0340485",
304
+ "@repo/eslint-config": "5.2.0-next.39+d8f0340485",
305
+ "@repo/package.bundle": "5.2.0-next.39+d8f0340485",
306
+ "@repo/package.config": "5.2.0-next.39+d8f0340485",
307
+ "@repo/tsconfig": "5.2.0-next.39+d8f0340485",
308
+ "@repo/test-config": "5.2.0-next.39+d8f0340485",
309
+ "@sanity/codegen": "5.2.0-next.39+d8f0340485"
310
310
  },
311
311
  "peerDependencies": {
312
312
  "react": "^19.2.2",