@confed/sanity-types 0.1.3-2601131849 → 0.1.3-2601161958
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 +2 -2
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -378,7 +378,7 @@ export type PtBasic = Array<
|
|
|
378
378
|
_key: string
|
|
379
379
|
}>
|
|
380
380
|
style?: 'normal' | 'lead' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'blockquote'
|
|
381
|
-
listItem?: 'bullet' | 'number'
|
|
381
|
+
listItem?: 'bullet' | 'number' | 'unstyledList'
|
|
382
382
|
markDefs?: Array<
|
|
383
383
|
| ({
|
|
384
384
|
_key: string
|
|
@@ -416,7 +416,7 @@ export type PtBasic = Array<
|
|
|
416
416
|
_key: string
|
|
417
417
|
}
|
|
418
418
|
| {
|
|
419
|
-
body:
|
|
419
|
+
body: PtSimple
|
|
420
420
|
kind: 'info' | 'tip' | 'important' | 'warning' | 'caution'
|
|
421
421
|
_type: 'note'
|
|
422
422
|
_key: string
|