@glidevvr/storage-payload-types-pkg 1.0.331 → 1.0.332

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/payload-types.ts +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.331",
3
+ "version": "1.0.332",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -1742,6 +1742,10 @@ export interface FeaturedLocationsBlock {
1742
1742
  * via the `definition` "FeaturesGridBlock".
1743
1743
  */
1744
1744
  export interface FeaturesGridBlock {
1745
+ /**
1746
+ * Visual layout variant for this Features Grid block.
1747
+ */
1748
+ blockLayout?: ('layout-1' | 'layout-2') | null;
1745
1749
  heading?: string | null;
1746
1750
  description?: {
1747
1751
  root: {
@@ -3305,6 +3309,7 @@ export interface FeaturedLocationsBlockSelect<T extends boolean = true> {
3305
3309
  * via the `definition` "FeaturesGridBlock_select".
3306
3310
  */
3307
3311
  export interface FeaturesGridBlockSelect<T extends boolean = true> {
3312
+ blockLayout?: T;
3308
3313
  heading?: T;
3309
3314
  description?: T;
3310
3315
  featuresGrid?: