@sanity/schema 6.7.0-next.52 → 6.7.0-next.58
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.
- package/lib/_internal.d.ts +10 -10
- package/package.json +5 -5
package/lib/_internal.d.ts
CHANGED
|
@@ -384,17 +384,17 @@ declare const builtinTypes: ({
|
|
|
384
384
|
type: string;
|
|
385
385
|
title: string;
|
|
386
386
|
readOnly: boolean;
|
|
387
|
+
fieldset?: undefined;
|
|
387
388
|
validation?: undefined;
|
|
388
389
|
hidden?: undefined;
|
|
389
|
-
fieldset?: undefined;
|
|
390
390
|
} | {
|
|
391
391
|
name: string;
|
|
392
392
|
type: string;
|
|
393
393
|
title: string;
|
|
394
|
-
validation?: undefined;
|
|
395
|
-
hidden?: undefined;
|
|
396
394
|
readOnly?: undefined;
|
|
397
395
|
fieldset?: undefined;
|
|
396
|
+
validation?: undefined;
|
|
397
|
+
hidden?: undefined;
|
|
398
398
|
} | {
|
|
399
399
|
name: string;
|
|
400
400
|
type: string;
|
|
@@ -409,8 +409,8 @@ declare const builtinTypes: ({
|
|
|
409
409
|
readOnly: boolean;
|
|
410
410
|
hidden: boolean;
|
|
411
411
|
fieldset: string;
|
|
412
|
-
validation?: undefined;
|
|
413
412
|
title?: undefined;
|
|
413
|
+
validation?: undefined;
|
|
414
414
|
} | {
|
|
415
415
|
name: string;
|
|
416
416
|
type: string;
|
|
@@ -463,17 +463,17 @@ declare const builtinTypes: ({
|
|
|
463
463
|
type: string;
|
|
464
464
|
title: string;
|
|
465
465
|
readOnly: boolean;
|
|
466
|
+
fieldset?: undefined;
|
|
466
467
|
validation?: undefined;
|
|
467
468
|
hidden?: undefined;
|
|
468
|
-
fieldset?: undefined;
|
|
469
469
|
} | {
|
|
470
470
|
name: string;
|
|
471
471
|
type: string;
|
|
472
472
|
title: string;
|
|
473
|
-
validation?: undefined;
|
|
474
|
-
hidden?: undefined;
|
|
475
473
|
readOnly?: undefined;
|
|
476
474
|
fieldset?: undefined;
|
|
475
|
+
validation?: undefined;
|
|
476
|
+
hidden?: undefined;
|
|
477
477
|
} | {
|
|
478
478
|
name: string;
|
|
479
479
|
type: string;
|
|
@@ -483,21 +483,21 @@ declare const builtinTypes: ({
|
|
|
483
483
|
validation: (Rule: import("@sanity/types").Rule) => import("@sanity/types").Rule;
|
|
484
484
|
hidden?: undefined;
|
|
485
485
|
} | {
|
|
486
|
-
validation?: undefined;
|
|
487
486
|
name: string;
|
|
488
487
|
type: string;
|
|
489
488
|
readOnly: boolean;
|
|
490
489
|
hidden: boolean;
|
|
491
490
|
fieldset: string;
|
|
492
491
|
title?: undefined;
|
|
493
|
-
} | {
|
|
494
492
|
validation?: undefined;
|
|
495
|
-
|
|
493
|
+
} | {
|
|
496
494
|
name: string;
|
|
497
495
|
type: string;
|
|
498
496
|
title: string;
|
|
499
497
|
readOnly: boolean;
|
|
500
498
|
fieldset: string;
|
|
499
|
+
validation?: undefined;
|
|
500
|
+
hidden?: undefined;
|
|
501
501
|
})[];
|
|
502
502
|
preview: {
|
|
503
503
|
select: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "6.7.0-next.
|
|
3
|
+
"version": "6.7.0-next.58",
|
|
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.
|
|
52
|
+
"@sanity/types": "6.7.0-next.58+f25c6dadfa"
|
|
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.
|
|
63
|
-
"@repo/
|
|
64
|
-
"@repo/
|
|
62
|
+
"@repo/test-config": "6.7.0-next.58+f25c6dadfa",
|
|
63
|
+
"@repo/tsdown.config": "6.7.0-next.58+f25c6dadfa",
|
|
64
|
+
"@repo/tsconfig": "6.7.0-next.58+f25c6dadfa"
|
|
65
65
|
},
|
|
66
66
|
"browserslist": [
|
|
67
67
|
"node >=22.12",
|