@sanity/schema 6.6.0-next.45 → 6.6.0-next.46
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
|
@@ -381,17 +381,17 @@ declare const builtinTypes: ({
|
|
|
381
381
|
type: string;
|
|
382
382
|
title: string;
|
|
383
383
|
readOnly: boolean;
|
|
384
|
-
fieldset?: undefined;
|
|
385
384
|
validation?: undefined;
|
|
386
385
|
hidden?: undefined;
|
|
386
|
+
fieldset?: undefined;
|
|
387
387
|
} | {
|
|
388
388
|
name: string;
|
|
389
389
|
type: string;
|
|
390
390
|
title: string;
|
|
391
|
-
readOnly?: undefined;
|
|
392
|
-
fieldset?: undefined;
|
|
393
391
|
validation?: undefined;
|
|
394
392
|
hidden?: undefined;
|
|
393
|
+
readOnly?: undefined;
|
|
394
|
+
fieldset?: undefined;
|
|
395
395
|
} | {
|
|
396
396
|
name: string;
|
|
397
397
|
type: string;
|
|
@@ -406,8 +406,8 @@ declare const builtinTypes: ({
|
|
|
406
406
|
readOnly: boolean;
|
|
407
407
|
hidden: boolean;
|
|
408
408
|
fieldset: string;
|
|
409
|
-
title?: undefined;
|
|
410
409
|
validation?: undefined;
|
|
410
|
+
title?: undefined;
|
|
411
411
|
} | {
|
|
412
412
|
name: string;
|
|
413
413
|
type: string;
|
|
@@ -460,17 +460,17 @@ declare const builtinTypes: ({
|
|
|
460
460
|
type: string;
|
|
461
461
|
title: string;
|
|
462
462
|
readOnly: boolean;
|
|
463
|
-
fieldset?: undefined;
|
|
464
463
|
validation?: undefined;
|
|
465
464
|
hidden?: undefined;
|
|
465
|
+
fieldset?: undefined;
|
|
466
466
|
} | {
|
|
467
467
|
name: string;
|
|
468
468
|
type: string;
|
|
469
469
|
title: string;
|
|
470
|
-
readOnly?: undefined;
|
|
471
|
-
fieldset?: undefined;
|
|
472
470
|
validation?: undefined;
|
|
473
471
|
hidden?: undefined;
|
|
472
|
+
readOnly?: undefined;
|
|
473
|
+
fieldset?: undefined;
|
|
474
474
|
} | {
|
|
475
475
|
name: string;
|
|
476
476
|
type: string;
|
|
@@ -480,21 +480,21 @@ declare const builtinTypes: ({
|
|
|
480
480
|
validation: (Rule: import("@sanity/types").Rule) => import("@sanity/types").Rule;
|
|
481
481
|
hidden?: undefined;
|
|
482
482
|
} | {
|
|
483
|
+
validation?: undefined;
|
|
483
484
|
name: string;
|
|
484
485
|
type: string;
|
|
485
486
|
readOnly: boolean;
|
|
486
487
|
hidden: boolean;
|
|
487
488
|
fieldset: string;
|
|
488
489
|
title?: undefined;
|
|
489
|
-
validation?: undefined;
|
|
490
490
|
} | {
|
|
491
|
+
validation?: undefined;
|
|
492
|
+
hidden?: undefined;
|
|
491
493
|
name: string;
|
|
492
494
|
type: string;
|
|
493
495
|
title: string;
|
|
494
496
|
readOnly: boolean;
|
|
495
497
|
fieldset: string;
|
|
496
|
-
validation?: undefined;
|
|
497
|
-
hidden?: undefined;
|
|
498
498
|
})[];
|
|
499
499
|
preview: {
|
|
500
500
|
select: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "6.6.0-next.
|
|
3
|
+
"version": "6.6.0-next.46",
|
|
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.
|
|
53
|
+
"@sanity/types": "6.6.0-next.46+2694948faf"
|
|
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/
|
|
66
|
-
"@repo/test-config": "6.6.0-next.
|
|
67
|
-
"@repo/
|
|
65
|
+
"@repo/tsconfig": "6.6.0-next.46+2694948faf",
|
|
66
|
+
"@repo/test-config": "6.6.0-next.46+2694948faf",
|
|
67
|
+
"@repo/package.config": "6.6.0-next.46+2694948faf"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"node >=22.12",
|