sanity 5.0.0-next-major.20251210134624 → 5.0.0-next-major.20251212101828
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/_chunks-es/_internal.js +2 -2
- package/lib/_chunks-es/_internal.js.map +1 -1
- package/lib/_chunks-es/exportAssetsAction.js.map +1 -1
- package/lib/_chunks-es/package.js +1 -1
- package/lib/_chunks-es/pane.js +45 -33
- package/lib/_chunks-es/pane.js.map +1 -1
- package/lib/_chunks-es/resources7.js +6 -0
- package/lib/_chunks-es/resources7.js.map +1 -1
- package/lib/_chunks-es/upgradePackages.js +6 -6
- package/lib/_chunks-es/upgradePackages.js.map +1 -1
- package/lib/_chunks-es/version.js +1 -1
- package/lib/_singletons.d.ts +1 -2
- package/lib/desk.d.ts +6 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +103 -104
- package/lib/index.js.map +1 -1
- package/lib/structure.d.ts +6 -0
- package/package.json +22 -22
package/lib/structure.d.ts
CHANGED
|
@@ -7950,6 +7950,12 @@ declare const structureLocaleStrings: {
|
|
|
7950
7950
|
'buttons.split-pane-close-group-button.title': string
|
|
7951
7951
|
/** The text for the canvas linked banner action button */
|
|
7952
7952
|
'canvas.banner.edit-in-canvas-action': string
|
|
7953
|
+
/** The text for the canvas linked banner when the document in editable mode*/
|
|
7954
|
+
'canvas.banner.editable.linked-text': string
|
|
7955
|
+
/** The description for the canvas linked banner popover in editable mode*/
|
|
7956
|
+
'canvas.banner.editable.popover-description': string
|
|
7957
|
+
/** The heading for the canvas linked banner popover in editable mode*/
|
|
7958
|
+
'canvas.banner.editable.popover-heading': string
|
|
7953
7959
|
/** The text for the canvas linked banner when the document is a draft */
|
|
7954
7960
|
'canvas.banner.linked-text.draft': string
|
|
7955
7961
|
/** The text for the canvas linked banner when the document is a live document */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity",
|
|
3
|
-
"version": "5.0.0-next-major.
|
|
3
|
+
"version": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
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",
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
"@rexxars/react-json-inspector": "^9.0.1",
|
|
132
132
|
"@sanity/asset-utils": "^2.3.0",
|
|
133
133
|
"@sanity/bifur-client": "^0.4.1",
|
|
134
|
-
"@sanity/client": "^7.13.
|
|
134
|
+
"@sanity/client": "^7.13.2",
|
|
135
135
|
"@sanity/color": "^3.0.6",
|
|
136
136
|
"@sanity/comlink": "^4.0.1",
|
|
137
137
|
"@sanity/diff-match-patch": "^3.2.0",
|
|
138
138
|
"@sanity/diff-patch": "^5.0.0",
|
|
139
139
|
"@sanity/eventsource": "^5.0.2",
|
|
140
|
-
"@sanity/export": "^
|
|
140
|
+
"@sanity/export": "^6.0.1",
|
|
141
141
|
"@sanity/icons": "^3.7.4",
|
|
142
142
|
"@sanity/id-utils": "^1.0.0",
|
|
143
143
|
"@sanity/image-url": "^2.0.1",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"react-fast-compare": "^3.2.2",
|
|
222
222
|
"react-focus-lock": "^2.13.7",
|
|
223
223
|
"react-i18next": "15.6.1",
|
|
224
|
-
"react-is": "^19.2.
|
|
224
|
+
"react-is": "^19.2.3",
|
|
225
225
|
"react-refractor": "^4.0.0",
|
|
226
226
|
"react-rx": "^4.2.2",
|
|
227
227
|
"read-pkg-up": "^7.0.1",
|
|
@@ -250,13 +250,13 @@
|
|
|
250
250
|
"which": "^5.0.0",
|
|
251
251
|
"xstate": "^5.24.0",
|
|
252
252
|
"yargs": "^17.7.2",
|
|
253
|
-
"@sanity/diff": "5.0.0-next-major.
|
|
254
|
-
"@sanity/
|
|
255
|
-
"@sanity/
|
|
256
|
-
"@sanity/
|
|
257
|
-
"@sanity/
|
|
258
|
-
"@sanity/
|
|
259
|
-
"@sanity/util": "5.0.0-next-major.
|
|
253
|
+
"@sanity/diff": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
254
|
+
"@sanity/cli": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
255
|
+
"@sanity/migrate": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
256
|
+
"@sanity/mutator": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
257
|
+
"@sanity/schema": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
258
|
+
"@sanity/types": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
259
|
+
"@sanity/util": "5.0.0-next-major.20251212101828+ef23a1b280"
|
|
260
260
|
},
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -295,24 +295,24 @@
|
|
|
295
295
|
"eslint-plugin-boundaries": "^5.3.0",
|
|
296
296
|
"eslint-plugin-testing-library": "^7.13.5",
|
|
297
297
|
"globals": "^16.2.0",
|
|
298
|
-
"react": "^19.2.
|
|
299
|
-
"react-dom": "^19.2.
|
|
298
|
+
"react": "^19.2.3",
|
|
299
|
+
"react-dom": "^19.2.3",
|
|
300
300
|
"rxjs-etc": "^10.6.2",
|
|
301
301
|
"styled-components": "npm:@sanity/styled-components@^6.1.24",
|
|
302
302
|
"swr": "2.2.5",
|
|
303
303
|
"vitest": "^3.2.4",
|
|
304
304
|
"vitest-package-exports": "^0.1.1",
|
|
305
|
-
"@repo/dev-aliases": "5.0.0-next-major.
|
|
306
|
-
"@repo/package.bundle": "5.0.0-next-major.
|
|
307
|
-
"@repo/
|
|
308
|
-
"@repo/
|
|
309
|
-
"@repo/test-config": "5.0.0-next-major.
|
|
310
|
-
"@repo/tsconfig": "5.0.0-next-major.
|
|
311
|
-
"@sanity/codegen": "5.0.0-next-major.
|
|
305
|
+
"@repo/dev-aliases": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
306
|
+
"@repo/package.bundle": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
307
|
+
"@repo/eslint-config": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
308
|
+
"@repo/package.config": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
309
|
+
"@repo/test-config": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
310
|
+
"@repo/tsconfig": "5.0.0-next-major.20251212101828+ef23a1b280",
|
|
311
|
+
"@sanity/codegen": "5.0.0-next-major.20251212101828+ef23a1b280"
|
|
312
312
|
},
|
|
313
313
|
"peerDependencies": {
|
|
314
|
-
"react": "^19.2",
|
|
315
|
-
"react-dom": "^19.2",
|
|
314
|
+
"react": "^19.2.2",
|
|
315
|
+
"react-dom": "^19.2.2",
|
|
316
316
|
"styled-components": "^6.1.15"
|
|
317
317
|
},
|
|
318
318
|
"engines": {
|