@confed/sanity-types 0.1.3-2511141432 → 0.1.3-2511171531

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sanity.types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@confed/sanity-types",
3
- "version": "0.1.3-2511141432",
3
+ "version": "0.1.3-2511171531",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
package/sanity.types.ts CHANGED
@@ -77,6 +77,7 @@ export type Card = {
77
77
  title?: string
78
78
  eyebrow?: string
79
79
  image?: AccessibleImage
80
+ imageFit?: 'cover' | 'contain'
80
81
  description?: PtSimple
81
82
  buttons?: Array<
82
83
  {
@@ -593,7 +594,6 @@ export type Webpage = {
593
594
  } & PtButton
594
595
  >
595
596
  mainImage?: AccessibleImage
596
- introduction?: string
597
597
  body?: PtBasic
598
598
  pageBuilder?: Array<
599
599
  | ({