@sanity/schema 6.6.0-next.42 → 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.
@@ -388,8 +388,8 @@ declare const builtinTypes: ({
388
388
  name: string;
389
389
  type: string;
390
390
  title: string;
391
- fieldset?: undefined;
392
391
  readOnly?: undefined;
392
+ fieldset?: undefined;
393
393
  validation?: undefined;
394
394
  hidden?: undefined;
395
395
  } | {
@@ -467,8 +467,8 @@ declare const builtinTypes: ({
467
467
  name: string;
468
468
  type: string;
469
469
  title: string;
470
- fieldset?: undefined;
471
470
  readOnly?: undefined;
471
+ fieldset?: undefined;
472
472
  validation?: undefined;
473
473
  hidden?: undefined;
474
474
  } | {
@@ -544,17 +544,17 @@ declare const builtinTypes: ({
544
544
  };
545
545
  }[];
546
546
  fields: ({
547
- name: string;
548
- type: string;
549
- fieldset?: undefined;
550
547
  title?: undefined;
551
548
  readOnly?: undefined;
549
+ fieldset?: undefined;
550
+ name: string;
551
+ type: string;
552
552
  } | {
553
+ readOnly?: undefined;
553
554
  name: string;
554
555
  title: string;
555
556
  type: string;
556
557
  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.42",
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.42+7eba912475"
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.42+7eba912475",
66
- "@repo/test-config": "6.6.0-next.42+7eba912475",
67
- "@repo/tsconfig": "6.6.0-next.42+7eba912475"
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",