@confed/sanity-types 0.1.3-2602201506 → 0.1.3-2603021933
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 +4 -3
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -442,7 +442,7 @@ export type AccessibleImage = {
|
|
|
442
442
|
media?: unknown
|
|
443
443
|
hotspot?: SanityImageHotspot
|
|
444
444
|
crop?: SanityImageCrop
|
|
445
|
-
altText
|
|
445
|
+
altText?: string
|
|
446
446
|
caption?: string
|
|
447
447
|
}
|
|
448
448
|
|
|
@@ -494,7 +494,7 @@ export type PtBasic = Array<
|
|
|
494
494
|
media?: unknown
|
|
495
495
|
hotspot?: SanityImageHotspot
|
|
496
496
|
crop?: SanityImageCrop
|
|
497
|
-
altText
|
|
497
|
+
altText?: string
|
|
498
498
|
caption?: string
|
|
499
499
|
layout?: 'inline' | 'float-left' | 'float-right' | 'full'
|
|
500
500
|
size?: 'sm' | 'md' | 'lg' | 'original'
|
|
@@ -560,6 +560,7 @@ export type PtButton = {
|
|
|
560
560
|
| ProgramFileReference
|
|
561
561
|
| EventReference
|
|
562
562
|
resolvedPath?: string
|
|
563
|
+
openInNewTab?: boolean
|
|
563
564
|
}
|
|
564
565
|
|
|
565
566
|
export type Figure = {
|
|
@@ -568,7 +569,7 @@ export type Figure = {
|
|
|
568
569
|
media?: unknown
|
|
569
570
|
hotspot?: SanityImageHotspot
|
|
570
571
|
crop?: SanityImageCrop
|
|
571
|
-
altText
|
|
572
|
+
altText?: string
|
|
572
573
|
caption?: string
|
|
573
574
|
layout?: 'inline' | 'float-left' | 'float-right' | 'full'
|
|
574
575
|
size?: 'sm' | 'md' | 'lg' | 'original'
|