@sanity/schema 6.6.0-next.41 → 6.6.0-next.45

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.
Files changed (2) hide show
  1. package/lib/_internal.d.ts +10 -10
  2. package/package.json +5 -5
@@ -381,17 +381,17 @@ declare const builtinTypes: ({
381
381
  type: string;
382
382
  title: string;
383
383
  readOnly: boolean;
384
+ fieldset?: undefined;
384
385
  validation?: undefined;
385
386
  hidden?: undefined;
386
- fieldset?: undefined;
387
387
  } | {
388
388
  name: string;
389
389
  type: string;
390
390
  title: string;
391
- validation?: undefined;
392
- hidden?: undefined;
393
391
  readOnly?: undefined;
394
392
  fieldset?: undefined;
393
+ validation?: undefined;
394
+ hidden?: undefined;
395
395
  } | {
396
396
  name: string;
397
397
  type: string;
@@ -406,8 +406,8 @@ declare const builtinTypes: ({
406
406
  readOnly: boolean;
407
407
  hidden: boolean;
408
408
  fieldset: string;
409
- validation?: undefined;
410
409
  title?: undefined;
410
+ validation?: undefined;
411
411
  } | {
412
412
  name: string;
413
413
  type: string;
@@ -460,17 +460,17 @@ declare const builtinTypes: ({
460
460
  type: string;
461
461
  title: string;
462
462
  readOnly: boolean;
463
+ fieldset?: undefined;
463
464
  validation?: undefined;
464
465
  hidden?: undefined;
465
- fieldset?: undefined;
466
466
  } | {
467
467
  name: string;
468
468
  type: string;
469
469
  title: string;
470
- validation?: undefined;
471
- hidden?: undefined;
472
470
  readOnly?: undefined;
473
471
  fieldset?: undefined;
472
+ validation?: undefined;
473
+ hidden?: undefined;
474
474
  } | {
475
475
  name: string;
476
476
  type: string;
@@ -480,21 +480,21 @@ declare const builtinTypes: ({
480
480
  validation: (Rule: import("@sanity/types").Rule) => import("@sanity/types").Rule;
481
481
  hidden?: undefined;
482
482
  } | {
483
- validation?: undefined;
484
483
  name: string;
485
484
  type: string;
486
485
  readOnly: boolean;
487
486
  hidden: boolean;
488
487
  fieldset: string;
489
488
  title?: undefined;
490
- } | {
491
489
  validation?: undefined;
492
- hidden?: undefined;
490
+ } | {
493
491
  name: string;
494
492
  type: string;
495
493
  title: string;
496
494
  readOnly: boolean;
497
495
  fieldset: string;
496
+ validation?: undefined;
497
+ hidden?: undefined;
498
498
  })[];
499
499
  preview: {
500
500
  select: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.6.0-next.41",
3
+ "version": "6.6.0-next.45",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -50,7 +50,7 @@
50
50
  "leven": "^4.1.0",
51
51
  "lodash-es": "^4.18.1",
52
52
  "object-inspect": "^1.13.4",
53
- "@sanity/types": "6.6.0-next.41+774941f210"
53
+ "@sanity/types": "6.6.0-next.45+7395bd12a4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sanity/icons": "^5.1.0",
@@ -62,9 +62,9 @@
62
62
  "rimraf": "^6.1.3",
63
63
  "vite": "^8.1.4",
64
64
  "vitest": "^4.1.10",
65
- "@repo/package.config": "6.6.0-next.41+774941f210",
66
- "@repo/tsconfig": "6.6.0-next.41+774941f210",
67
- "@repo/test-config": "6.6.0-next.41+774941f210"
65
+ "@repo/package.config": "6.6.0-next.45+7395bd12a4",
66
+ "@repo/test-config": "6.6.0-next.45+7395bd12a4",
67
+ "@repo/tsconfig": "6.6.0-next.45+7395bd12a4"
68
68
  },
69
69
  "browserslist": [
70
70
  "node >=22.12",