@sanity/schema 6.6.0-next.21 → 6.6.0-next.23

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.
@@ -390,8 +390,8 @@ declare const builtinTypes: ({
390
390
  title: string;
391
391
  validation?: undefined;
392
392
  hidden?: undefined;
393
- readOnly?: undefined;
394
393
  fieldset?: undefined;
394
+ readOnly?: undefined;
395
395
  } | {
396
396
  name: string;
397
397
  type: string;
@@ -469,8 +469,8 @@ declare const builtinTypes: ({
469
469
  title: string;
470
470
  validation?: undefined;
471
471
  hidden?: undefined;
472
- readOnly?: undefined;
473
472
  fieldset?: undefined;
473
+ readOnly?: undefined;
474
474
  } | {
475
475
  name: string;
476
476
  type: string;
@@ -544,17 +544,17 @@ declare const builtinTypes: ({
544
544
  };
545
545
  }[];
546
546
  fields: ({
547
- title?: undefined;
548
- readOnly?: undefined;
549
- fieldset?: undefined;
550
547
  name: string;
551
548
  type: string;
552
- } | {
549
+ fieldset?: undefined;
550
+ title?: undefined;
553
551
  readOnly?: undefined;
552
+ } | {
554
553
  name: string;
555
554
  title: string;
556
555
  type: string;
557
556
  fieldset: string;
557
+ readOnly?: undefined;
558
558
  } | {
559
559
  fieldset?: undefined;
560
560
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.6.0-next.21",
3
+ "version": "6.6.0-next.23",
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.21+03b46cbd15"
53
+ "@sanity/types": "6.6.0-next.23+8416bb9902"
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.21+03b46cbd15",
66
- "@repo/test-config": "6.6.0-next.21+03b46cbd15",
67
- "@repo/tsconfig": "6.6.0-next.21+03b46cbd15"
65
+ "@repo/test-config": "6.6.0-next.23+8416bb9902",
66
+ "@repo/package.config": "6.6.0-next.23+8416bb9902",
67
+ "@repo/tsconfig": "6.6.0-next.23+8416bb9902"
68
68
  },
69
69
  "browserslist": [
70
70
  "node >=22.12",