@confed/sanity-types 0.1.3-2511121437 → 0.1.3-2511121647

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-2511121437",
3
+ "version": "0.1.3-2511121647",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
package/sanity.types.ts CHANGED
@@ -960,7 +960,6 @@ export type Menu = {
960
960
  _rev: string
961
961
  title: string
962
962
  slug: Slug
963
- description?: string
964
963
  menuItems?: Array<
965
964
  {
966
965
  _key: string
@@ -969,6 +968,7 @@ export type Menu = {
969
968
  isActive?: boolean
970
969
  menuType: 'header' | 'footer' | 'sidebar' | 'mobile' | 'other'
971
970
  maxDepth?: number
971
+ description?: string
972
972
  }
973
973
 
974
974
  export type Code = {