@confed/sanity-types 0.1.3-2511181447 → 0.1.3-2511251748
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/package.json +1 -1
- package/sanity.types.ts +3 -2
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -380,7 +380,7 @@ export type PtBasic = Array<
|
|
|
380
380
|
altText: string
|
|
381
381
|
caption?: string
|
|
382
382
|
layout?: 'inline' | 'float-left' | 'float-right' | 'full'
|
|
383
|
-
size?: 'sm' | 'md' | 'lg'
|
|
383
|
+
size?: 'sm' | 'md' | 'lg' | 'original'
|
|
384
384
|
aspectRatio?: 'auto' | '1/1' | '16/9' | '3/4'
|
|
385
385
|
_type: 'figure'
|
|
386
386
|
_key: string
|
|
@@ -434,7 +434,7 @@ export type Figure = {
|
|
|
434
434
|
altText: string
|
|
435
435
|
caption?: string
|
|
436
436
|
layout?: 'inline' | 'float-left' | 'float-right' | 'full'
|
|
437
|
-
size?: 'sm' | 'md' | 'lg'
|
|
437
|
+
size?: 'sm' | 'md' | 'lg' | 'original'
|
|
438
438
|
aspectRatio?: 'auto' | '1/1' | '16/9' | '3/4'
|
|
439
439
|
}
|
|
440
440
|
|
|
@@ -1124,6 +1124,7 @@ export type Person = {
|
|
|
1124
1124
|
honorificPrefix?: string
|
|
1125
1125
|
firstName: string
|
|
1126
1126
|
lastName: string
|
|
1127
|
+
pronounce?: string
|
|
1127
1128
|
suffixes?: Array<string>
|
|
1128
1129
|
slug: Slug
|
|
1129
1130
|
email?: string
|