@orion-studios/payload-studio 0.5.0-beta.100 → 0.5.0-beta.102

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.
@@ -426,6 +426,10 @@ var CtaBlock = {
426
426
  name: "description",
427
427
  type: "textarea"
428
428
  },
429
+ {
430
+ name: "eyebrow",
431
+ type: "text"
432
+ },
429
433
  {
430
434
  name: "buttonLabel",
431
435
  type: "text"
@@ -459,6 +463,30 @@ var CtaBlock = {
459
463
  description: "Optional background color override for the CTA strip (example: #334b63)."
460
464
  }
461
465
  },
466
+ {
467
+ name: "media",
468
+ type: "upload",
469
+ relationTo: "media",
470
+ required: false
471
+ },
472
+ {
473
+ name: "imageURL",
474
+ type: "text",
475
+ admin: {
476
+ description: "Optional direct image URL when this CTA should use an external image."
477
+ }
478
+ },
479
+ {
480
+ name: "bullets",
481
+ type: "array",
482
+ fields: [
483
+ {
484
+ name: "label",
485
+ type: "text",
486
+ required: true
487
+ }
488
+ ]
489
+ },
462
490
  {
463
491
  name: "settings",
464
492
  type: "json",
@@ -548,6 +576,10 @@ var FeatureGridBlock = {
548
576
  type: "text",
549
577
  required: true
550
578
  },
579
+ {
580
+ name: "subtitle",
581
+ type: "textarea"
582
+ },
551
583
  {
552
584
  name: "itemsPerRow",
553
585
  type: "number",
@@ -753,6 +785,10 @@ var FormEmbedBlock = {
753
785
  name: "description",
754
786
  type: "textarea"
755
787
  },
788
+ {
789
+ name: "submitLabel",
790
+ type: "text"
791
+ },
756
792
  {
757
793
  name: "formType",
758
794
  type: "select",
@@ -834,6 +870,13 @@ var HeroBlock = {
834
870
  type: "upload",
835
871
  relationTo: "media"
836
872
  },
873
+ {
874
+ name: "backgroundImageURL",
875
+ type: "text",
876
+ admin: {
877
+ description: "Optional direct image URL when the hero should use an external image source."
878
+ }
879
+ },
837
880
  {
838
881
  name: "backgroundImageFit",
839
882
  type: "select",
@@ -1285,6 +1328,54 @@ var RichTextBlock = {
1285
1328
  type: "richText",
1286
1329
  required: true
1287
1330
  },
1331
+ {
1332
+ name: "statsItems",
1333
+ type: "array",
1334
+ fields: [
1335
+ {
1336
+ name: "value",
1337
+ type: "text",
1338
+ required: true
1339
+ },
1340
+ {
1341
+ name: "label",
1342
+ type: "text",
1343
+ required: true
1344
+ }
1345
+ ]
1346
+ },
1347
+ {
1348
+ name: "cards",
1349
+ type: "array",
1350
+ fields: [
1351
+ {
1352
+ name: "eyebrow",
1353
+ type: "text"
1354
+ },
1355
+ {
1356
+ name: "title",
1357
+ type: "text",
1358
+ required: true
1359
+ },
1360
+ {
1361
+ name: "description",
1362
+ type: "textarea"
1363
+ },
1364
+ {
1365
+ name: "media",
1366
+ type: "upload",
1367
+ relationTo: "media",
1368
+ required: false
1369
+ },
1370
+ {
1371
+ name: "imageURL",
1372
+ type: "text",
1373
+ admin: {
1374
+ description: "Optional direct image URL when this card should use an external image."
1375
+ }
1376
+ }
1377
+ ]
1378
+ },
1288
1379
  {
1289
1380
  name: "width",
1290
1381
  type: "select",
@@ -17,7 +17,7 @@ import {
17
17
  defaultPageLayoutBlocks,
18
18
  sectionPresets,
19
19
  templateStarterPresets
20
- } from "../chunk-EE4DC37V.mjs";
20
+ } from "../chunk-5MBN5YVW.mjs";
21
21
  import "../chunk-WY7RQGSN.mjs";
22
22
  import "../chunk-6BWS3CLP.mjs";
23
23
  export {
@@ -261,6 +261,10 @@ var CtaBlock = {
261
261
  name: "description",
262
262
  type: "textarea"
263
263
  },
264
+ {
265
+ name: "eyebrow",
266
+ type: "text"
267
+ },
264
268
  {
265
269
  name: "buttonLabel",
266
270
  type: "text"
@@ -294,6 +298,30 @@ var CtaBlock = {
294
298
  description: "Optional background color override for the CTA strip (example: #334b63)."
295
299
  }
296
300
  },
301
+ {
302
+ name: "media",
303
+ type: "upload",
304
+ relationTo: "media",
305
+ required: false
306
+ },
307
+ {
308
+ name: "imageURL",
309
+ type: "text",
310
+ admin: {
311
+ description: "Optional direct image URL when this CTA should use an external image."
312
+ }
313
+ },
314
+ {
315
+ name: "bullets",
316
+ type: "array",
317
+ fields: [
318
+ {
319
+ name: "label",
320
+ type: "text",
321
+ required: true
322
+ }
323
+ ]
324
+ },
297
325
  {
298
326
  name: "settings",
299
327
  type: "json",
@@ -383,6 +411,10 @@ var FeatureGridBlock = {
383
411
  type: "text",
384
412
  required: true
385
413
  },
414
+ {
415
+ name: "subtitle",
416
+ type: "textarea"
417
+ },
386
418
  {
387
419
  name: "itemsPerRow",
388
420
  type: "number",
@@ -588,6 +620,10 @@ var FormEmbedBlock = {
588
620
  name: "description",
589
621
  type: "textarea"
590
622
  },
623
+ {
624
+ name: "submitLabel",
625
+ type: "text"
626
+ },
591
627
  {
592
628
  name: "formType",
593
629
  type: "select",
@@ -669,6 +705,13 @@ var HeroBlock = {
669
705
  type: "upload",
670
706
  relationTo: "media"
671
707
  },
708
+ {
709
+ name: "backgroundImageURL",
710
+ type: "text",
711
+ admin: {
712
+ description: "Optional direct image URL when the hero should use an external image source."
713
+ }
714
+ },
672
715
  {
673
716
  name: "backgroundImageFit",
674
717
  type: "select",
@@ -1120,6 +1163,54 @@ var RichTextBlock = {
1120
1163
  type: "richText",
1121
1164
  required: true
1122
1165
  },
1166
+ {
1167
+ name: "statsItems",
1168
+ type: "array",
1169
+ fields: [
1170
+ {
1171
+ name: "value",
1172
+ type: "text",
1173
+ required: true
1174
+ },
1175
+ {
1176
+ name: "label",
1177
+ type: "text",
1178
+ required: true
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ name: "cards",
1184
+ type: "array",
1185
+ fields: [
1186
+ {
1187
+ name: "eyebrow",
1188
+ type: "text"
1189
+ },
1190
+ {
1191
+ name: "title",
1192
+ type: "text",
1193
+ required: true
1194
+ },
1195
+ {
1196
+ name: "description",
1197
+ type: "textarea"
1198
+ },
1199
+ {
1200
+ name: "media",
1201
+ type: "upload",
1202
+ relationTo: "media",
1203
+ required: false
1204
+ },
1205
+ {
1206
+ name: "imageURL",
1207
+ type: "text",
1208
+ admin: {
1209
+ description: "Optional direct image URL when this card should use an external image."
1210
+ }
1211
+ }
1212
+ ]
1213
+ },
1123
1214
  {
1124
1215
  name: "width",
1125
1216
  type: "select",
@@ -8,7 +8,7 @@ import {
8
8
  } from "./chunk-ADIIWIYL.mjs";
9
9
  import {
10
10
  studioDocumentToLayout
11
- } from "./chunk-MVJUJJZ4.mjs";
11
+ } from "./chunk-PF3EBZXF.mjs";
12
12
  import {
13
13
  __export
14
14
  } from "./chunk-6BWS3CLP.mjs";