sanity 5.17.2-next.4 → 5.17.2-next.5

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.
@@ -7360,8 +7360,8 @@ declare function useScheduleAction(props: DocumentActionProps): {
7360
7360
  icon: react.ForwardRefExoticComponent<Omit<react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
7361
7361
  label: string;
7362
7362
  title: react.JSX.Element;
7363
- onHandle?: undefined;
7364
7363
  dialog?: undefined;
7364
+ onHandle?: undefined;
7365
7365
  } | {
7366
7366
  dialog: false | DocumentActionModalDialogProps;
7367
7367
  disabled: boolean;
@@ -1,4 +1,4 @@
1
- var version = "5.17.2-next.4+be96dffcc7";
1
+ var version = "5.17.2-next.5+b1fc88e03d";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.17.2-next.4+be96dffcc7";
10
+ "5.17.2-next.5+b1fc88e03d";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.17.2-next.4+be96dffcc7",
3
+ "version": "5.17.2-next.5+b1fc88e03d",
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",
@@ -176,11 +176,11 @@
176
176
  "uuid": "^11.1.0",
177
177
  "web-vitals": "^5.1.0",
178
178
  "xstate": "^5.25.1",
179
- "@sanity/diff": "5.17.2-next.4+be96dffcc7",
180
- "@sanity/mutator": "5.17.2-next.4+be96dffcc7",
181
- "@sanity/schema": "5.17.2-next.4+be96dffcc7",
182
- "@sanity/util": "5.17.2-next.4+be96dffcc7",
183
- "@sanity/types": "5.17.2-next.4+be96dffcc7"
179
+ "@sanity/schema": "5.17.2-next.5+b1fc88e03d",
180
+ "@sanity/mutator": "5.17.2-next.5+b1fc88e03d",
181
+ "@sanity/diff": "5.17.2-next.5+b1fc88e03d",
182
+ "@sanity/types": "5.17.2-next.5+b1fc88e03d",
183
+ "@sanity/util": "5.17.2-next.5+b1fc88e03d"
184
184
  },
185
185
  "devDependencies": {
186
186
  "@playwright/experimental-ct-react": "1.58.2",
@@ -226,11 +226,11 @@
226
226
  "vite": "^7.3.1",
227
227
  "vitest": "^4.0.18",
228
228
  "vitest-package-exports": "^1.1.2",
229
- "@repo/eslint-config": "5.17.2-next.4+be96dffcc7",
230
- "@repo/package.config": "5.17.2-next.4+be96dffcc7",
231
- "@repo/tsconfig": "5.17.2-next.4+be96dffcc7",
232
- "@repo/test-config": "5.17.2-next.4+be96dffcc7",
233
- "@repo/package.bundle": "5.17.2-next.4+be96dffcc7"
229
+ "@repo/package.config": "5.17.2-next.5+b1fc88e03d",
230
+ "@repo/test-config": "5.17.2-next.5+b1fc88e03d",
231
+ "@repo/tsconfig": "5.17.2-next.5+b1fc88e03d",
232
+ "@repo/package.bundle": "5.17.2-next.5+b1fc88e03d",
233
+ "@repo/eslint-config": "5.17.2-next.5+b1fc88e03d"
234
234
  },
235
235
  "peerDependencies": {
236
236
  "react": "^19.2.2",