@faststore/core 3.0.155 → 3.0.157

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 (53) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +25 -25
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/server-production/0.pack +0 -0
  9. package/.next/cache/webpack/server-production/index.pack +0 -0
  10. package/.next/next-minimal-server.js.nft.json +1 -1
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.js +1 -1
  13. package/.next/prerender-manifest.json +1 -1
  14. package/.next/react-loadable-manifest.json +6 -6
  15. package/.next/routes-manifest.json +1 -1
  16. package/.next/server/chunks/5754.js +2 -2
  17. package/.next/server/chunks/8419.js +1 -1
  18. package/.next/server/chunks/9572.js +2 -1
  19. package/.next/server/middleware-build-manifest.js +1 -1
  20. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  21. package/.next/server/pages/api/graphql.js +1 -1
  22. package/.next/server/pages/en-US/404.html +1 -1
  23. package/.next/server/pages/en-US/500.html +1 -1
  24. package/.next/server/pages/en-US/account.html +1 -1
  25. package/.next/server/pages/en-US/checkout.html +1 -1
  26. package/.next/server/pages/en-US/login.html +1 -1
  27. package/.next/server/pages/en-US/s.html +1 -1
  28. package/.next/server/pages/en-US.html +1 -1
  29. package/.next/server/pages-manifest.json +1 -1
  30. package/.next/static/{S8L_8hrpu7sErrztJSYCX → VgK3X_MvA1JXpiVU8zDih}/_buildManifest.js +1 -1
  31. package/.next/static/chunks/1550-48e8637718c2dd74.js +1 -0
  32. package/.next/static/chunks/{6999-7b2e114edc42cc1c.js → 6999-911baa50692c1b5c.js} +1 -1
  33. package/.next/static/chunks/{ProductShelf.44b90c6f4e1c13d6.js → ProductShelf.0493dbf6e9982f10.js} +1 -1
  34. package/.next/static/chunks/{ProductTiles.b3c7bd3a52226529.js → ProductTiles.aa45bacca6c0044d.js} +1 -1
  35. package/.next/static/chunks/pages/[slug]/{p-eee2b539c749f442.js → p-9f8337097f0e7258.js} +1 -1
  36. package/.next/static/chunks/{webpack-909c48392196dcdf.js → webpack-4db0ac36fb83322c.js} +1 -1
  37. package/.next/trace +97 -97
  38. package/.turbo/turbo-build.log +3 -3
  39. package/.turbo/turbo-lint.log +1 -1
  40. package/.turbo/turbo-test.log +5 -5
  41. package/@generated/gql.ts +4 -4
  42. package/@generated/graphql.ts +4 -1
  43. package/@generated/persisted-documents.json +1 -1
  44. package/@generated/schema.graphql +2 -0
  45. package/cms/faststore/sections.json +406 -109
  46. package/package.json +3 -3
  47. package/src/customizations/src/fragments/ClientManyProducts.ts +2 -0
  48. package/src/sdk/product/useLocalizedVariables.ts +12 -1
  49. package/src/sdk/product/usePageProductsQuery.ts +2 -0
  50. package/src/sdk/product/useProductsPrefetch.ts +3 -1
  51. package/src/sdk/product/useProductsQuery.ts +2 -0
  52. package/.next/static/chunks/1550-f05e702b3204bd0a.js +0 -1
  53. /package/.next/static/{S8L_8hrpu7sErrztJSYCX → VgK3X_MvA1JXpiVU8zDih}/_ssgManifest.js +0 -0
@@ -29,8 +29,12 @@
29
29
  "icon": {
30
30
  "title": "Icon",
31
31
  "type": "string",
32
- "enumNames": ["Magnifying Glass"],
33
- "enum": ["MagnifyingGlass"],
32
+ "enumNames": [
33
+ "Magnifying Glass"
34
+ ],
35
+ "enum": [
36
+ "MagnifyingGlass"
37
+ ],
34
38
  "default": "MagnifyingGlass"
35
39
  },
36
40
  "alt": {
@@ -63,8 +67,12 @@
63
67
  "icon": {
64
68
  "title": "Icon",
65
69
  "type": "string",
66
- "enumNames": ["Clock Clockwise"],
67
- "enum": ["ClockClockwise"],
70
+ "enumNames": [
71
+ "Clock Clockwise"
72
+ ],
73
+ "enum": [
74
+ "ClockClockwise"
75
+ ],
68
76
  "default": "ClockClockwise"
69
77
  },
70
78
  "alt": {
@@ -108,8 +116,12 @@
108
116
  "icon": {
109
117
  "title": "Icon",
110
118
  "type": "string",
111
- "enumNames": ["Magnifying Glass"],
112
- "enum": ["MagnifyingGlass"]
119
+ "enumNames": [
120
+ "Magnifying Glass"
121
+ ],
122
+ "enum": [
123
+ "MagnifyingGlass"
124
+ ]
113
125
  },
114
126
  "alt": {
115
127
  "type": "string",
@@ -151,12 +163,16 @@
151
163
  "title": "Navbar",
152
164
  "type": "object",
153
165
  "description": "Navbar configuration",
154
- "required": ["logo"],
166
+ "required": [
167
+ "logo"
168
+ ],
155
169
  "properties": {
156
170
  "logo": {
157
171
  "title": "Logo",
158
172
  "type": "object",
159
- "required": ["src"],
173
+ "required": [
174
+ "src"
175
+ ],
160
176
  "properties": {
161
177
  "src": {
162
178
  "title": "Image",
@@ -172,7 +188,10 @@
172
188
  "link": {
173
189
  "title": "Logo Link",
174
190
  "type": "object",
175
- "required": ["url", "title"],
191
+ "required": [
192
+ "url",
193
+ "title"
194
+ ],
176
195
  "properties": {
177
196
  "url": {
178
197
  "title": "Link URL",
@@ -190,7 +209,9 @@
190
209
  "title": "Search Input",
191
210
  "description": "Search Input configurations",
192
211
  "type": "object",
193
- "required": ["sort"],
212
+ "required": [
213
+ "sort"
214
+ ],
194
215
  "properties": {
195
216
  "placeholder": {
196
217
  "title": "Placeholder for Search Bar",
@@ -235,8 +256,12 @@
235
256
  "icon": {
236
257
  "title": "Icon",
237
258
  "type": "string",
238
- "enumNames": ["User"],
239
- "enum": ["User"],
259
+ "enumNames": [
260
+ "User"
261
+ ],
262
+ "enum": [
263
+ "User"
264
+ ],
240
265
  "default": "User"
241
266
  },
242
267
  "alt": {
@@ -265,8 +290,12 @@
265
290
  "icon": {
266
291
  "title": "Icon",
267
292
  "type": "string",
268
- "enumNames": ["Shopping Cart"],
269
- "enum": ["ShoppingCart"],
293
+ "enumNames": [
294
+ "Shopping Cart"
295
+ ],
296
+ "enum": [
297
+ "ShoppingCart"
298
+ ],
270
299
  "default": "ShoppingCart"
271
300
  },
272
301
  "alt": {
@@ -296,8 +325,12 @@
296
325
  "icon": {
297
326
  "title": "Icon",
298
327
  "type": "string",
299
- "enumNames": ["Map Pin"],
300
- "enum": ["MapPin"],
328
+ "enumNames": [
329
+ "Map Pin"
330
+ ],
331
+ "enum": [
332
+ "MapPin"
333
+ ],
301
334
  "default": "MapPin"
302
335
  },
303
336
  "alt": {
@@ -321,7 +354,10 @@
321
354
  "items": {
322
355
  "title": "Link",
323
356
  "type": "object",
324
- "required": ["text", "url"],
357
+ "required": [
358
+ "text",
359
+ "url"
360
+ ],
325
361
  "properties": {
326
362
  "text": {
327
363
  "title": "Link Text",
@@ -345,8 +381,12 @@
345
381
  "icon": {
346
382
  "title": "Icon",
347
383
  "type": "string",
348
- "enumNames": ["List"],
349
- "enum": ["List"],
384
+ "enumNames": [
385
+ "List"
386
+ ],
387
+ "enum": [
388
+ "List"
389
+ ],
350
390
  "default": "List"
351
391
  },
352
392
  "alt": {
@@ -381,7 +421,11 @@
381
421
  "title": "Alert",
382
422
  "description": "Add an alert",
383
423
  "type": "object",
384
- "required": ["icon", "content", "dismissible"],
424
+ "required": [
425
+ "icon",
426
+ "content",
427
+ "dismissible"
428
+ ],
385
429
  "properties": {
386
430
  "icon": {
387
431
  "type": "string",
@@ -394,7 +438,14 @@
394
438
  "Truck",
395
439
  "User"
396
440
  ],
397
- "enum": ["Bell", "BellRinging", "Checked", "Info", "Truck", "User"]
441
+ "enum": [
442
+ "Bell",
443
+ "BellRinging",
444
+ "Checked",
445
+ "Info",
446
+ "Truck",
447
+ "User"
448
+ ]
398
449
  },
399
450
  "content": {
400
451
  "type": "string",
@@ -438,7 +489,11 @@
438
489
  "items": {
439
490
  "title": "Incentive",
440
491
  "type": "object",
441
- "required": ["title", "firstLineText", "icon"],
492
+ "required": [
493
+ "title",
494
+ "firstLineText",
495
+ "icon"
496
+ ],
442
497
  "properties": {
443
498
  "title": {
444
499
  "type": "string",
@@ -497,7 +552,10 @@
497
552
  "items": {
498
553
  "title": "Link",
499
554
  "type": "object",
500
- "required": ["text", "url"],
555
+ "required": [
556
+ "text",
557
+ "url"
558
+ ],
501
559
  "properties": {
502
560
  "text": {
503
561
  "title": "Link Text",
@@ -531,7 +589,11 @@
531
589
  "items": {
532
590
  "title": "Link",
533
591
  "type": "object",
534
- "required": ["alt", "url", "icon"],
592
+ "required": [
593
+ "alt",
594
+ "url",
595
+ "icon"
596
+ ],
535
597
  "properties": {
536
598
  "icon": {
537
599
  "title": "Icon",
@@ -586,7 +648,10 @@
586
648
  "link": {
587
649
  "title": "Logo Link",
588
650
  "type": "object",
589
- "required": ["url", "title"],
651
+ "required": [
652
+ "url",
653
+ "title"
654
+ ],
590
655
  "properties": {
591
656
  "url": {
592
657
  "title": "Link URL",
@@ -607,7 +672,9 @@
607
672
  "acceptedPaymentMethods": {
608
673
  "title": "Payment Methods Sections",
609
674
  "type": "object",
610
- "required": ["showPaymentMethods"],
675
+ "required": [
676
+ "showPaymentMethods"
677
+ ],
611
678
  "properties": {
612
679
  "showPaymentMethods": {
613
680
  "title": "Display Payment Methods",
@@ -625,7 +692,10 @@
625
692
  "items": {
626
693
  "title": "Payment Method",
627
694
  "type": "object",
628
- "required": ["icon", "alt"],
695
+ "required": [
696
+ "icon",
697
+ "alt"
698
+ ],
629
699
  "properties": {
630
700
  "icon": {
631
701
  "type": "object",
@@ -675,7 +745,11 @@
675
745
  "title": "Banner Text",
676
746
  "description": "Add a quick promotion with a text/action pair",
677
747
  "type": "object",
678
- "required": ["title", "caption", "link"],
748
+ "required": [
749
+ "title",
750
+ "caption",
751
+ "link"
752
+ ],
679
753
  "properties": {
680
754
  "title": {
681
755
  "title": "Title",
@@ -688,7 +762,10 @@
688
762
  "link": {
689
763
  "title": "Call to Action",
690
764
  "type": "object",
691
- "required": ["text", "url"],
765
+ "required": [
766
+ "text",
767
+ "url"
768
+ ],
692
769
  "properties": {
693
770
  "text": {
694
771
  "title": "Text",
@@ -708,14 +785,28 @@
708
785
  "colorVariant": {
709
786
  "type": "string",
710
787
  "title": "Color variant",
711
- "enumNames": ["Main", "Light", "Accent"],
712
- "enum": ["main", "light", "accent"]
788
+ "enumNames": [
789
+ "Main",
790
+ "Light",
791
+ "Accent"
792
+ ],
793
+ "enum": [
794
+ "main",
795
+ "light",
796
+ "accent"
797
+ ]
713
798
  },
714
799
  "variant": {
715
800
  "type": "string",
716
801
  "title": "Variant",
717
- "enumNames": ["Primary", "Secondary"],
718
- "enum": ["primary", "secondary"]
802
+ "enumNames": [
803
+ "Primary",
804
+ "Secondary"
805
+ ],
806
+ "enum": [
807
+ "primary",
808
+ "secondary"
809
+ ]
719
810
  }
720
811
  }
721
812
  }
@@ -727,7 +818,9 @@
727
818
  "title": "Hero",
728
819
  "description": "Add a quick promotion with an image/action pair",
729
820
  "type": "object",
730
- "required": ["title"],
821
+ "required": [
822
+ "title"
823
+ ],
731
824
  "properties": {
732
825
  "title": {
733
826
  "title": "Title",
@@ -776,14 +869,28 @@
776
869
  "colorVariant": {
777
870
  "type": "string",
778
871
  "title": "Color variant",
779
- "enumNames": ["Main", "Light", "Accent"],
780
- "enum": ["main", "light", "accent"]
872
+ "enumNames": [
873
+ "Main",
874
+ "Light",
875
+ "Accent"
876
+ ],
877
+ "enum": [
878
+ "main",
879
+ "light",
880
+ "accent"
881
+ ]
781
882
  },
782
883
  "variant": {
783
884
  "type": "string",
784
885
  "title": "Variant",
785
- "enumNames": ["Primary", "Secondary"],
786
- "enum": ["primary", "secondary"]
886
+ "enumNames": [
887
+ "Primary",
888
+ "Secondary"
889
+ ],
890
+ "enum": [
891
+ "primary",
892
+ "secondary"
893
+ ]
787
894
  }
788
895
  }
789
896
  }
@@ -804,7 +911,11 @@
804
911
  "items": {
805
912
  "title": "Incentive",
806
913
  "type": "object",
807
- "required": ["title", "firstLineText", "icon"],
914
+ "required": [
915
+ "title",
916
+ "firstLineText",
917
+ "icon"
918
+ ],
808
919
  "properties": {
809
920
  "title": {
810
921
  "type": "string",
@@ -853,7 +964,12 @@
853
964
  "title": "Product Shelf",
854
965
  "description": "Add custom shelves to your store",
855
966
  "type": "object",
856
- "required": ["title", "numberOfItems", "after", "sort"],
967
+ "required": [
968
+ "title",
969
+ "numberOfItems",
970
+ "after",
971
+ "sort"
972
+ ],
857
973
  "properties": {
858
974
  "title": {
859
975
  "type": "string",
@@ -912,7 +1028,10 @@
912
1028
  "items": {
913
1029
  "title": "Facet",
914
1030
  "type": "object",
915
- "required": ["key", "value"],
1031
+ "required": [
1032
+ "key",
1033
+ "value"
1034
+ ],
916
1035
  "properties": {
917
1036
  "key": {
918
1037
  "title": "Key",
@@ -966,12 +1085,19 @@
966
1085
  },
967
1086
  {
968
1087
  "name": "CrossSellingShelf",
969
- "requiredScopes": ["pdp", "custom"],
1088
+ "requiredScopes": [
1089
+ "pdp",
1090
+ "custom"
1091
+ ],
970
1092
  "schema": {
971
1093
  "title": "Cross Selling Shelf",
972
1094
  "description": "Add cross selling product data to your users",
973
1095
  "type": "object",
974
- "required": ["title", "numberOfItems", "kind"],
1096
+ "required": [
1097
+ "title",
1098
+ "numberOfItems",
1099
+ "kind"
1100
+ ],
975
1101
  "properties": {
976
1102
  "title": {
977
1103
  "title": "Title",
@@ -993,8 +1119,14 @@
993
1119
  "title": "Kind",
994
1120
  "description": "Change cross selling types",
995
1121
  "default": "buy",
996
- "enum": ["buy", "view"],
997
- "enumNames": ["Who bought also bought", "Who saw also saw"]
1122
+ "enum": [
1123
+ "buy",
1124
+ "view"
1125
+ ],
1126
+ "enumNames": [
1127
+ "Who bought also bought",
1128
+ "Who saw also saw"
1129
+ ]
998
1130
  },
999
1131
  "taxesConfiguration": {
1000
1132
  "title": "Taxes Configuration",
@@ -1022,7 +1154,12 @@
1022
1154
  "title": "Product Tiles",
1023
1155
  "description": "Add custom highlights to your store",
1024
1156
  "type": "object",
1025
- "required": ["title", "first", "after", "sort"],
1157
+ "required": [
1158
+ "title",
1159
+ "first",
1160
+ "after",
1161
+ "sort"
1162
+ ],
1026
1163
  "properties": {
1027
1164
  "title": {
1028
1165
  "title": "Title",
@@ -1075,7 +1212,10 @@
1075
1212
  "items": {
1076
1213
  "title": "Facet",
1077
1214
  "type": "object",
1078
- "required": ["key", "value"],
1215
+ "required": [
1216
+ "key",
1217
+ "value"
1218
+ ],
1079
1219
  "properties": {
1080
1220
  "key": {
1081
1221
  "title": "Key",
@@ -1118,7 +1258,9 @@
1118
1258
  "title": "Newsletter",
1119
1259
  "description": "Allow users to subscribe to your updates",
1120
1260
  "type": "object",
1121
- "required": ["title"],
1261
+ "required": [
1262
+ "title"
1263
+ ],
1122
1264
  "properties": {
1123
1265
  "icon": {
1124
1266
  "title": "Icon",
@@ -1127,8 +1269,12 @@
1127
1269
  "icon": {
1128
1270
  "title": "Icon",
1129
1271
  "type": "string",
1130
- "enumNames": ["Envelope"],
1131
- "enum": ["Envelope"],
1272
+ "enumNames": [
1273
+ "Envelope"
1274
+ ],
1275
+ "enum": [
1276
+ "Envelope"
1277
+ ],
1132
1278
  "default": "Envelope"
1133
1279
  },
1134
1280
  "alt": {
@@ -1188,8 +1334,16 @@
1188
1334
  "colorVariant": {
1189
1335
  "title": "Color variant",
1190
1336
  "type": "string",
1191
- "enumNames": ["Main", "Light", "Accent"],
1192
- "enum": ["main", "light", "accent"],
1337
+ "enumNames": [
1338
+ "Main",
1339
+ "Light",
1340
+ "Accent"
1341
+ ],
1342
+ "enum": [
1343
+ "main",
1344
+ "light",
1345
+ "accent"
1346
+ ],
1193
1347
  "default": "main"
1194
1348
  },
1195
1349
  "toastSubscribe": {
@@ -1211,8 +1365,12 @@
1211
1365
  "icon": {
1212
1366
  "title": "Icon",
1213
1367
  "type": "string",
1214
- "enumNames": ["CircleWavyCheck"],
1215
- "enum": ["CircleWavyCheck"],
1368
+ "enumNames": [
1369
+ "CircleWavyCheck"
1370
+ ],
1371
+ "enum": [
1372
+ "CircleWavyCheck"
1373
+ ],
1216
1374
  "default": "CircleWavyCheck"
1217
1375
  }
1218
1376
  }
@@ -1236,8 +1394,12 @@
1236
1394
  "icon": {
1237
1395
  "title": "Icon",
1238
1396
  "type": "string",
1239
- "enumNames": ["CircleWavyWarning"],
1240
- "enum": ["CircleWavyWarning"],
1397
+ "enumNames": [
1398
+ "CircleWavyWarning"
1399
+ ],
1400
+ "enum": [
1401
+ "CircleWavyWarning"
1402
+ ],
1241
1403
  "default": "CircleWavyWarning"
1242
1404
  }
1243
1405
  }
@@ -1260,12 +1422,18 @@
1260
1422
  "title": "Banner Newsletter",
1261
1423
  "description": "Add newsletter with a banner",
1262
1424
  "type": "object",
1263
- "required": ["banner", "newsletter"],
1425
+ "required": [
1426
+ "banner",
1427
+ "newsletter"
1428
+ ],
1264
1429
  "properties": {
1265
1430
  "banner": {
1266
1431
  "title": "Banner",
1267
1432
  "type": "object",
1268
- "required": ["title", "link"],
1433
+ "required": [
1434
+ "title",
1435
+ "link"
1436
+ ],
1269
1437
  "properties": {
1270
1438
  "title": {
1271
1439
  "title": "Title",
@@ -1280,7 +1448,10 @@
1280
1448
  "link": {
1281
1449
  "title": "Call to Action",
1282
1450
  "type": "object",
1283
- "required": ["text", "url"],
1451
+ "required": [
1452
+ "text",
1453
+ "url"
1454
+ ],
1284
1455
  "properties": {
1285
1456
  "text": {
1286
1457
  "title": "Text",
@@ -1297,15 +1468,29 @@
1297
1468
  "colorVariant": {
1298
1469
  "title": "Color variant",
1299
1470
  "type": "string",
1300
- "enumNames": ["Main", "Light", "Accent"],
1301
- "enum": ["main", "light", "accent"],
1471
+ "enumNames": [
1472
+ "Main",
1473
+ "Light",
1474
+ "Accent"
1475
+ ],
1476
+ "enum": [
1477
+ "main",
1478
+ "light",
1479
+ "accent"
1480
+ ],
1302
1481
  "default": "light"
1303
1482
  },
1304
1483
  "variant": {
1305
1484
  "title": "Variant",
1306
1485
  "type": "string",
1307
- "enumNames": ["Primary", "Secondary"],
1308
- "enum": ["primary", "secondary"],
1486
+ "enumNames": [
1487
+ "Primary",
1488
+ "Secondary"
1489
+ ],
1490
+ "enum": [
1491
+ "primary",
1492
+ "secondary"
1493
+ ],
1309
1494
  "default": "secondary"
1310
1495
  }
1311
1496
  }
@@ -1313,7 +1498,10 @@
1313
1498
  "newsletter": {
1314
1499
  "title": "Newsletter",
1315
1500
  "type": "object",
1316
- "required": ["title", "description"],
1501
+ "required": [
1502
+ "title",
1503
+ "description"
1504
+ ],
1317
1505
  "properties": {
1318
1506
  "icon": {
1319
1507
  "title": "Icon",
@@ -1322,8 +1510,12 @@
1322
1510
  "icon": {
1323
1511
  "title": "Icon",
1324
1512
  "type": "string",
1325
- "enumNames": ["Envelope"],
1326
- "enum": ["Envelope"],
1513
+ "enumNames": [
1514
+ "Envelope"
1515
+ ],
1516
+ "enum": [
1517
+ "Envelope"
1518
+ ],
1327
1519
  "default": "Envelope"
1328
1520
  },
1329
1521
  "alt": {
@@ -1378,8 +1570,16 @@
1378
1570
  "colorVariant": {
1379
1571
  "title": "Color variant",
1380
1572
  "type": "string",
1381
- "enumNames": ["Main", "Light", "Accent"],
1382
- "enum": ["main", "light", "accent"],
1573
+ "enumNames": [
1574
+ "Main",
1575
+ "Light",
1576
+ "Accent"
1577
+ ],
1578
+ "enum": [
1579
+ "main",
1580
+ "light",
1581
+ "accent"
1582
+ ],
1383
1583
  "default": "main"
1384
1584
  },
1385
1585
  "toastSubscribe": {
@@ -1401,8 +1601,12 @@
1401
1601
  "icon": {
1402
1602
  "title": "Icon",
1403
1603
  "type": "string",
1404
- "enumNames": ["CircleWavyCheck"],
1405
- "enum": ["CircleWavyCheck"],
1604
+ "enumNames": [
1605
+ "CircleWavyCheck"
1606
+ ],
1607
+ "enum": [
1608
+ "CircleWavyCheck"
1609
+ ],
1406
1610
  "default": "CircleWavyCheck"
1407
1611
  }
1408
1612
  }
@@ -1426,8 +1630,12 @@
1426
1630
  "icon": {
1427
1631
  "title": "Icon",
1428
1632
  "type": "string",
1429
- "enumNames": ["CircleWavyWarning"],
1430
- "enum": ["CircleWavyWarning"],
1633
+ "enumNames": [
1634
+ "CircleWavyWarning"
1635
+ ],
1636
+ "enum": [
1637
+ "CircleWavyWarning"
1638
+ ],
1431
1639
  "default": "CircleWavyWarning"
1432
1640
  }
1433
1641
  }
@@ -1439,18 +1647,28 @@
1439
1647
  },
1440
1648
  {
1441
1649
  "name": "Breadcrumb",
1442
- "requiredScopes": ["pdp", "plp"],
1650
+ "requiredScopes": [
1651
+ "pdp",
1652
+ "plp"
1653
+ ],
1443
1654
  "schema": {
1444
1655
  "title": "Breadcrumb",
1445
1656
  "description": "Configure the breadcrumb icon and depth",
1446
1657
  "type": "object",
1447
- "required": ["icon", "alt"],
1658
+ "required": [
1659
+ "icon",
1660
+ "alt"
1661
+ ],
1448
1662
  "properties": {
1449
1663
  "icon": {
1450
1664
  "title": "Icon",
1451
1665
  "type": "string",
1452
- "enumNames": ["House"],
1453
- "enum": ["House"]
1666
+ "enumNames": [
1667
+ "House"
1668
+ ],
1669
+ "enum": [
1670
+ "House"
1671
+ ]
1454
1672
  },
1455
1673
  "alt": {
1456
1674
  "title": "Alternative Label",
@@ -1461,7 +1679,9 @@
1461
1679
  },
1462
1680
  {
1463
1681
  "name": "ProductDetails",
1464
- "requiredScopes": ["pdp"],
1682
+ "requiredScopes": [
1683
+ "pdp"
1684
+ ],
1465
1685
  "schema": {
1466
1686
  "title": "Product Details",
1467
1687
  "type": "object",
@@ -1483,8 +1703,14 @@
1483
1703
  "size": {
1484
1704
  "title": "Size",
1485
1705
  "type": "string",
1486
- "enumNames": ["Big", "Small"],
1487
- "enum": ["big", "small"]
1706
+ "enumNames": [
1707
+ "Big",
1708
+ "Small"
1709
+ ],
1710
+ "enum": [
1711
+ "big",
1712
+ "small"
1713
+ ]
1488
1714
  }
1489
1715
  }
1490
1716
  },
@@ -1511,8 +1737,12 @@
1511
1737
  "icon": {
1512
1738
  "title": "Icon",
1513
1739
  "type": "string",
1514
- "enumNames": ["Shopping Cart"],
1515
- "enum": ["ShoppingCart"]
1740
+ "enumNames": [
1741
+ "Shopping Cart"
1742
+ ],
1743
+ "enum": [
1744
+ "ShoppingCart"
1745
+ ]
1516
1746
  },
1517
1747
  "alt": {
1518
1748
  "type": "string",
@@ -1577,8 +1807,16 @@
1577
1807
  "initiallyExpanded": {
1578
1808
  "type": "string",
1579
1809
  "title": "Initially Expanded?",
1580
- "enumNames": ["First", "All", "None"],
1581
- "enum": ["first", "all", "none"]
1810
+ "enumNames": [
1811
+ "First",
1812
+ "All",
1813
+ "None"
1814
+ ],
1815
+ "enum": [
1816
+ "first",
1817
+ "all",
1818
+ "none"
1819
+ ]
1582
1820
  },
1583
1821
  "displayDescription": {
1584
1822
  "title": "Should display description?",
@@ -1624,12 +1862,17 @@
1624
1862
  },
1625
1863
  {
1626
1864
  "name": "ProductGallery",
1627
- "requiredScopes": ["plp", "search"],
1865
+ "requiredScopes": [
1866
+ "plp",
1867
+ "search"
1868
+ ],
1628
1869
  "schema": {
1629
1870
  "title": "Product Gallery",
1630
1871
  "type": "object",
1631
1872
  "description": "Product Gallery configuration",
1632
- "required": ["filter"],
1873
+ "required": [
1874
+ "filter"
1875
+ ],
1633
1876
  "properties": {
1634
1877
  "searchTermLabel": {
1635
1878
  "title": "Search page term label",
@@ -1644,7 +1887,10 @@
1644
1887
  "previousPageButton": {
1645
1888
  "title": "Previous page button",
1646
1889
  "type": "object",
1647
- "required": ["icon", "label"],
1890
+ "required": [
1891
+ "icon",
1892
+ "label"
1893
+ ],
1648
1894
  "properties": {
1649
1895
  "icon": {
1650
1896
  "title": "Icon",
@@ -1653,8 +1899,12 @@
1653
1899
  "icon": {
1654
1900
  "title": "Icon",
1655
1901
  "type": "string",
1656
- "enumNames": ["ArrowLeft"],
1657
- "enum": ["ArrowLeft"],
1902
+ "enumNames": [
1903
+ "ArrowLeft"
1904
+ ],
1905
+ "enum": [
1906
+ "ArrowLeft"
1907
+ ],
1658
1908
  "default": "ArrowLeft"
1659
1909
  },
1660
1910
  "alt": {
@@ -1674,7 +1924,9 @@
1674
1924
  "loadMorePageButton": {
1675
1925
  "title": "Load more products Button",
1676
1926
  "type": "object",
1677
- "required": ["label"],
1927
+ "required": [
1928
+ "label"
1929
+ ],
1678
1930
  "properties": {
1679
1931
  "label": {
1680
1932
  "title": "Load more products label",
@@ -1686,7 +1938,10 @@
1686
1938
  "filter": {
1687
1939
  "title": "Filter",
1688
1940
  "type": "object",
1689
- "required": ["title", "mobileOnly"],
1941
+ "required": [
1942
+ "title",
1943
+ "mobileOnly"
1944
+ ],
1690
1945
  "properties": {
1691
1946
  "title": {
1692
1947
  "title": "Filter title",
@@ -1705,7 +1960,10 @@
1705
1960
  "filterButton": {
1706
1961
  "title": "Show filter button",
1707
1962
  "type": "object",
1708
- "required": ["label", "icon"],
1963
+ "required": [
1964
+ "label",
1965
+ "icon"
1966
+ ],
1709
1967
  "properties": {
1710
1968
  "label": {
1711
1969
  "title": "Label",
@@ -1715,13 +1973,20 @@
1715
1973
  "icon": {
1716
1974
  "title": "Icon",
1717
1975
  "type": "object",
1718
- "required": ["icon", "alt"],
1976
+ "required": [
1977
+ "icon",
1978
+ "alt"
1979
+ ],
1719
1980
  "properties": {
1720
1981
  "icon": {
1721
1982
  "title": "Icon",
1722
1983
  "type": "string",
1723
- "enumNames": ["FadersHorizontal"],
1724
- "enum": ["FadersHorizontal"],
1984
+ "enumNames": [
1985
+ "FadersHorizontal"
1986
+ ],
1987
+ "enum": [
1988
+ "FadersHorizontal"
1989
+ ],
1725
1990
  "default": "FadersHorizontal"
1726
1991
  },
1727
1992
  "alt": {
@@ -1855,7 +2120,10 @@
1855
2120
  "icon": {
1856
2121
  "title": "Icon",
1857
2122
  "type": "object",
1858
- "required": ["icon", "alt"],
2123
+ "required": [
2124
+ "icon",
2125
+ "alt"
2126
+ ],
1859
2127
  "properties": {
1860
2128
  "icon": {
1861
2129
  "title": "Icon",
@@ -1895,7 +2163,11 @@
1895
2163
  "checkoutButton": {
1896
2164
  "title": "Checkout button",
1897
2165
  "type": "object",
1898
- "required": ["label", "loadingLabel", "icon"],
2166
+ "required": [
2167
+ "label",
2168
+ "loadingLabel",
2169
+ "icon"
2170
+ ],
1899
2171
  "properties": {
1900
2172
  "label": {
1901
2173
  "title": "Label",
@@ -1910,13 +2182,20 @@
1910
2182
  "icon": {
1911
2183
  "title": "Icon",
1912
2184
  "type": "object",
1913
- "required": ["icon", "alt"],
2185
+ "required": [
2186
+ "icon",
2187
+ "alt"
2188
+ ],
1914
2189
  "properties": {
1915
2190
  "icon": {
1916
2191
  "title": "Icon",
1917
2192
  "type": "string",
1918
- "enumNames": ["ArrowRight"],
1919
- "enum": ["ArrowRight"],
2193
+ "enumNames": [
2194
+ "ArrowRight"
2195
+ ],
2196
+ "enum": [
2197
+ "ArrowRight"
2198
+ ],
1920
2199
  "default": "ArrowRight"
1921
2200
  },
1922
2201
  "alt": {
@@ -1965,7 +2244,9 @@
1965
2244
  "title": "Region Bar",
1966
2245
  "type": "object",
1967
2246
  "description": "Region Bar configuration",
1968
- "required": ["label"],
2247
+ "required": [
2248
+ "label"
2249
+ ],
1969
2250
  "properties": {
1970
2251
  "icon": {
1971
2252
  "title": "Location Icon",
@@ -1974,8 +2255,12 @@
1974
2255
  "icon": {
1975
2256
  "title": "Icon",
1976
2257
  "type": "string",
1977
- "enumNames": ["Map Pin"],
1978
- "enum": ["MapPin"],
2258
+ "enumNames": [
2259
+ "Map Pin"
2260
+ ],
2261
+ "enum": [
2262
+ "MapPin"
2263
+ ],
1979
2264
  "default": "MapPin"
1980
2265
  },
1981
2266
  "alt": {
@@ -2002,8 +2287,12 @@
2002
2287
  "icon": {
2003
2288
  "title": "Icon",
2004
2289
  "type": "string",
2005
- "enumNames": ["Caret Right"],
2006
- "enum": ["CaretRight"],
2290
+ "enumNames": [
2291
+ "Caret Right"
2292
+ ],
2293
+ "enum": [
2294
+ "CaretRight"
2295
+ ],
2007
2296
  "default": "CaretRight"
2008
2297
  },
2009
2298
  "alt": {
@@ -2075,8 +2364,12 @@
2075
2364
  "icon": {
2076
2365
  "title": "Icon",
2077
2366
  "type": "string",
2078
- "enumNames": ["Arrow Square Out"],
2079
- "enum": ["ArrowSquareOut"],
2367
+ "enumNames": [
2368
+ "Arrow Square Out"
2369
+ ],
2370
+ "enum": [
2371
+ "ArrowSquareOut"
2372
+ ],
2080
2373
  "default": "ArrowSquareOut"
2081
2374
  },
2082
2375
  "alt": {
@@ -2109,8 +2402,12 @@
2109
2402
  "icon": {
2110
2403
  "title": "Icon",
2111
2404
  "type": "string",
2112
- "enumNames": ["CircleWavy Warning"],
2113
- "enum": ["CircleWavyWarning"]
2405
+ "enumNames": [
2406
+ "CircleWavy Warning"
2407
+ ],
2408
+ "enum": [
2409
+ "CircleWavyWarning"
2410
+ ]
2114
2411
  },
2115
2412
  "alt": {
2116
2413
  "title": "Alternative Label",
@@ -2164,4 +2461,4 @@
2164
2461
  }
2165
2462
  }
2166
2463
  }
2167
- ]
2464
+ ]