@orion-studios/payload-studio 0.5.0-beta.44 → 0.5.0-beta.45

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.
@@ -226,7 +226,7 @@ var BeforeAfterBlock = {
226
226
  name: "items",
227
227
  type: "array",
228
228
  minRows: 1,
229
- maxRows: 6,
229
+ maxRows: 30,
230
230
  fields: [
231
231
  {
232
232
  name: "label",
@@ -17,7 +17,7 @@ import {
17
17
  defaultPageLayoutBlocks,
18
18
  sectionPresets,
19
19
  templateStarterPresets
20
- } from "../chunk-ICGXZCFJ.mjs";
20
+ } from "../chunk-V65RLZIZ.mjs";
21
21
  import "../chunk-SIL2J5MF.mjs";
22
22
  import "../chunk-6BWS3CLP.mjs";
23
23
  export {
@@ -62,7 +62,7 @@ var BeforeAfterBlock = {
62
62
  name: "items",
63
63
  type: "array",
64
64
  minRows: 1,
65
- maxRows: 6,
65
+ maxRows: 30,
66
66
  fields: [
67
67
  {
68
68
  name: "label",
package/dist/index.js CHANGED
@@ -767,7 +767,7 @@ var BeforeAfterBlock = {
767
767
  name: "items",
768
768
  type: "array",
769
769
  minRows: 1,
770
- maxRows: 6,
770
+ maxRows: 30,
771
771
  fields: [
772
772
  {
773
773
  name: "label",
package/dist/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  admin_exports
3
3
  } from "./chunk-7IGLXLUB.mjs";
4
- import {
5
- blocks_exports
6
- } from "./chunk-ICGXZCFJ.mjs";
7
4
  import {
8
5
  admin_app_exports
9
6
  } from "./chunk-XVH5SCBD.mjs";
7
+ import {
8
+ blocks_exports
9
+ } from "./chunk-V65RLZIZ.mjs";
10
10
  import {
11
11
  nextjs_exports
12
12
  } from "./chunk-C6VEHNJW.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.5.0-beta.44",
3
+ "version": "0.5.0-beta.45",
4
4
  "description": "Unified Payload CMS toolkit for Orion Studios",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",