@sanity/schema 6.7.0-next.48 → 6.7.0-next.50

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.
@@ -393,8 +393,8 @@ declare const builtinTypes: ({
393
393
  title: string;
394
394
  validation?: undefined;
395
395
  hidden?: undefined;
396
- fieldset?: undefined;
397
396
  readOnly?: undefined;
397
+ fieldset?: undefined;
398
398
  } | {
399
399
  name: string;
400
400
  type: string;
@@ -472,8 +472,8 @@ declare const builtinTypes: ({
472
472
  title: string;
473
473
  validation?: undefined;
474
474
  hidden?: undefined;
475
- fieldset?: undefined;
476
475
  readOnly?: undefined;
476
+ fieldset?: undefined;
477
477
  } | {
478
478
  name: string;
479
479
  type: string;
@@ -547,17 +547,17 @@ declare const builtinTypes: ({
547
547
  };
548
548
  }[];
549
549
  fields: ({
550
- name: string;
551
- type: string;
552
- fieldset?: undefined;
553
550
  title?: undefined;
554
551
  readOnly?: undefined;
552
+ fieldset?: undefined;
553
+ name: string;
554
+ type: string;
555
555
  } | {
556
+ readOnly?: undefined;
556
557
  name: string;
557
558
  title: string;
558
559
  type: string;
559
560
  fieldset: string;
560
- readOnly?: undefined;
561
561
  } | {
562
562
  fieldset?: undefined;
563
563
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.7.0-next.48",
3
+ "version": "6.7.0-next.50",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -49,7 +49,7 @@
49
49
  "leven": "^4.1.0",
50
50
  "lodash-es": "^4.18.1",
51
51
  "object-inspect": "^1.13.4",
52
- "@sanity/types": "6.7.0-next.48+54328dc6e1"
52
+ "@sanity/types": "6.7.0-next.50+0d58f8d403"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sanity/icons": "^5.2.1",
@@ -59,9 +59,9 @@
59
59
  "tsdown": "^0.22.13",
60
60
  "vite": "^8.1.5",
61
61
  "vitest": "^4.1.10",
62
- "@repo/test-config": "6.7.0-next.48+54328dc6e1",
63
- "@repo/tsdown.config": "6.7.0-next.48+54328dc6e1",
64
- "@repo/tsconfig": "6.7.0-next.48+54328dc6e1"
62
+ "@repo/test-config": "6.7.0-next.50+0d58f8d403",
63
+ "@repo/tsconfig": "6.7.0-next.50+0d58f8d403",
64
+ "@repo/tsdown.config": "6.7.0-next.50+0d58f8d403"
65
65
  },
66
66
  "browserslist": [
67
67
  "node >=22.12",