@sanity/schema 6.10.2-next.18 → 6.10.2-next.25
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 +4 -4
package/lib/_internal.d.ts
CHANGED
|
@@ -387,17 +387,17 @@ declare const builtinTypes: ({
|
|
|
387
387
|
type: string;
|
|
388
388
|
title: string;
|
|
389
389
|
readOnly: boolean;
|
|
390
|
+
fieldset?: undefined;
|
|
390
391
|
validation?: undefined;
|
|
391
392
|
hidden?: undefined;
|
|
392
|
-
fieldset?: undefined;
|
|
393
393
|
} | {
|
|
394
394
|
name: string;
|
|
395
395
|
type: string;
|
|
396
396
|
title: string;
|
|
397
|
-
validation?: undefined;
|
|
398
|
-
hidden?: undefined;
|
|
399
397
|
readOnly?: undefined;
|
|
400
398
|
fieldset?: undefined;
|
|
399
|
+
validation?: undefined;
|
|
400
|
+
hidden?: undefined;
|
|
401
401
|
} | {
|
|
402
402
|
name: string;
|
|
403
403
|
type: string;
|
|
@@ -412,8 +412,8 @@ declare const builtinTypes: ({
|
|
|
412
412
|
readOnly: boolean;
|
|
413
413
|
hidden: boolean;
|
|
414
414
|
fieldset: string;
|
|
415
|
-
validation?: undefined;
|
|
416
415
|
title?: undefined;
|
|
416
|
+
validation?: undefined;
|
|
417
417
|
} | {
|
|
418
418
|
name: string;
|
|
419
419
|
type: string;
|
|
@@ -466,17 +466,17 @@ declare const builtinTypes: ({
|
|
|
466
466
|
type: string;
|
|
467
467
|
title: string;
|
|
468
468
|
readOnly: boolean;
|
|
469
|
+
fieldset?: undefined;
|
|
469
470
|
validation?: undefined;
|
|
470
471
|
hidden?: undefined;
|
|
471
|
-
fieldset?: undefined;
|
|
472
472
|
} | {
|
|
473
473
|
name: string;
|
|
474
474
|
type: string;
|
|
475
475
|
title: string;
|
|
476
|
-
validation?: undefined;
|
|
477
|
-
hidden?: undefined;
|
|
478
476
|
readOnly?: undefined;
|
|
479
477
|
fieldset?: undefined;
|
|
478
|
+
validation?: undefined;
|
|
479
|
+
hidden?: undefined;
|
|
480
480
|
} | {
|
|
481
481
|
name: string;
|
|
482
482
|
type: string;
|
|
@@ -486,21 +486,21 @@ declare const builtinTypes: ({
|
|
|
486
486
|
validation: (Rule: import("@sanity/types").Rule) => import("@sanity/types").Rule;
|
|
487
487
|
hidden?: undefined;
|
|
488
488
|
} | {
|
|
489
|
-
validation?: undefined;
|
|
490
489
|
name: string;
|
|
491
490
|
type: string;
|
|
492
491
|
readOnly: boolean;
|
|
493
492
|
hidden: boolean;
|
|
494
493
|
fieldset: string;
|
|
495
494
|
title?: undefined;
|
|
496
|
-
} | {
|
|
497
495
|
validation?: undefined;
|
|
498
|
-
|
|
496
|
+
} | {
|
|
499
497
|
name: string;
|
|
500
498
|
type: string;
|
|
501
499
|
title: string;
|
|
502
500
|
readOnly: boolean;
|
|
503
501
|
fieldset: string;
|
|
502
|
+
validation?: undefined;
|
|
503
|
+
hidden?: undefined;
|
|
504
504
|
})[];
|
|
505
505
|
preview: {
|
|
506
506
|
select: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "6.10.2-next.
|
|
3
|
+
"version": "6.10.2-next.25",
|
|
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.10.2-next.
|
|
52
|
+
"@sanity/types": "6.10.2-next.25+572a4ba4d3"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sanity/icons": "^5.2.1",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"typescript": "^7.0.2",
|
|
61
61
|
"vite": "^8.2.1",
|
|
62
62
|
"vitest": "^4.1.10",
|
|
63
|
+
"@repo/test-config": "6.9.2",
|
|
63
64
|
"@repo/tsconfig": "6.9.2",
|
|
64
|
-
"@repo/tsdown.config": "6.9.2"
|
|
65
|
-
"@repo/test-config": "6.9.2"
|
|
65
|
+
"@repo/tsdown.config": "6.9.2"
|
|
66
66
|
},
|
|
67
67
|
"browserslist": [
|
|
68
68
|
"node >=22.12",
|