@shopify/cli 3.70.0 → 3.71.0

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 (128) hide show
  1. package/dist/{lib-CPSRXLFM.js → chunk-2HGYYNE5.js} +5 -2
  2. package/dist/{chunk-5OP2SA7G.js → chunk-3AOK7V27.js} +214 -56
  3. package/dist/{chunk-PNN7RS7Y.js → chunk-3NSN5Z4N.js} +100 -11
  4. package/dist/{chunk-I3IIDOBX.js → chunk-455HYBGX.js} +3 -3
  5. package/dist/{chunk-BMNDAI5O.js → chunk-4G7SL7SU.js} +4 -4
  6. package/dist/{chunk-NH4U4X67.js → chunk-5F2WGMCL.js} +4 -4
  7. package/dist/{chunk-PJKCWDDX.js → chunk-5JZ5AGAQ.js} +548 -550
  8. package/dist/chunk-5OHM64KO.js +104 -0
  9. package/dist/{chunk-MRDDDATQ.js → chunk-675SL4FV.js} +3 -3
  10. package/dist/{chunk-WN3FKMKB.js → chunk-AXNBVGJC.js} +14 -19
  11. package/dist/{chunk-335KXO4I.js → chunk-BEVHUPQZ.js} +7 -7
  12. package/dist/{chunk-5QQTRGJ7.js → chunk-GJ7EWRH4.js} +4 -4
  13. package/dist/{chunk-KYBCPKPL.js → chunk-GV72NRZZ.js} +3 -3
  14. package/dist/{chunk-ZGHNMRBX.js → chunk-HSTSRNLJ.js} +121 -66
  15. package/dist/{chunk-JLK5OMFF.js → chunk-IGH7XTG6.js} +2 -2
  16. package/dist/{chunk-47OJGAFT.js → chunk-IJG6JLEF.js} +3 -3
  17. package/dist/{chunk-MH5JSAVK.js → chunk-IJSEKDUR.js} +3 -3
  18. package/dist/{chunk-NYFXBTWK.js → chunk-JTWM7VKM.js} +4 -4
  19. package/dist/{chunk-PKE54TAY.js → chunk-K6UZ5NEO.js} +7 -7
  20. package/dist/{chunk-FDJVVEGH.js → chunk-KBDH6IDK.js} +5 -7
  21. package/dist/{chunk-VFQMUAHB.js → chunk-KJJGDUT2.js} +4 -4
  22. package/dist/{chunk-N4X7XQWN.js → chunk-KOHDI3KN.js} +7 -3
  23. package/dist/{chunk-MX4RJDBM.js → chunk-KYB6A4PE.js} +1 -2
  24. package/dist/{chunk-VHAXHYTL.js → chunk-LMK5VFZE.js} +3 -3
  25. package/dist/{chunk-AT4IG4GJ.js → chunk-LSQU4XJZ.js} +9 -11
  26. package/dist/{chunk-ND6AGPC6.js → chunk-MG6EVKFQ.js} +3 -3
  27. package/dist/{chunk-TCTXUAZT.js → chunk-MHLSPYVQ.js} +3 -3
  28. package/dist/{chunk-CBD6UXLA.js → chunk-OJOHMVV7.js} +5 -5
  29. package/dist/{chunk-GDYKHT64.js → chunk-PDNTPE4N.js} +2805 -33
  30. package/dist/{chunk-X6F3DHKX.js → chunk-RQJF2YRM.js} +2 -2
  31. package/dist/{chunk-LN444KRM.js → chunk-RXYE2GI3.js} +2 -2
  32. package/dist/{chunk-UOZCMFCN.js → chunk-SVWWKVUI.js} +18 -13
  33. package/dist/{chunk-XSMWYZDC.js → chunk-T2BV6JEL.js} +10 -10
  34. package/dist/{chunk-N2DEYZD6.js → chunk-UDRKRTS4.js} +3 -3
  35. package/dist/{chunk-SYRHCENA.js → chunk-VNZQKLLO.js} +2 -2
  36. package/dist/{chunk-MQXHFQM3.js → chunk-WLNYFGYY.js} +4 -4
  37. package/dist/{chunk-NEOIQ6PN.js → chunk-WNDN5FAY.js} +2 -2
  38. package/dist/{chunk-DVTWERMH.js → chunk-WZW6P6AO.js} +5 -5
  39. package/dist/{chunk-MMQOVZDR.js → chunk-XOSZOZ3F.js} +5 -5
  40. package/dist/{chunk-WI6MEN7U.js → chunk-YNXUXQFM.js} +2 -2
  41. package/dist/{chunk-43YGIE7Y.js → chunk-YZA6BRN3.js} +2 -2
  42. package/dist/cli/commands/auth/logout.js +18 -20
  43. package/dist/cli/commands/auth/logout.test.js +24 -26
  44. package/dist/cli/commands/cache/clear.js +17 -19
  45. package/dist/cli/commands/debug/command-flags.js +17 -19
  46. package/dist/cli/commands/docs/generate.js +17 -19
  47. package/dist/cli/commands/docs/generate.test.js +18 -20
  48. package/dist/cli/commands/help.js +17 -19
  49. package/dist/cli/commands/kitchen-sink/async.js +18 -20
  50. package/dist/cli/commands/kitchen-sink/async.test.js +19 -21
  51. package/dist/cli/commands/kitchen-sink/index.js +20 -22
  52. package/dist/cli/commands/kitchen-sink/index.test.js +23 -25
  53. package/dist/cli/commands/kitchen-sink/prompts.js +18 -20
  54. package/dist/cli/commands/kitchen-sink/prompts.test.js +19 -21
  55. package/dist/cli/commands/kitchen-sink/static.js +18 -20
  56. package/dist/cli/commands/kitchen-sink/static.test.js +19 -21
  57. package/dist/cli/commands/notifications/generate.js +18 -20
  58. package/dist/cli/commands/notifications/list.js +18 -20
  59. package/dist/cli/commands/search.js +18 -20
  60. package/dist/cli/commands/upgrade.js +18 -20
  61. package/dist/cli/commands/upgrade.test.js +1 -2
  62. package/dist/cli/commands/version.js +18 -20
  63. package/dist/cli/commands/version.test.js +19 -21
  64. package/dist/cli/services/commands/notifications.js +12 -14
  65. package/dist/cli/services/commands/search.js +8 -9
  66. package/dist/cli/services/commands/search.test.js +9 -10
  67. package/dist/cli/services/commands/version.js +9 -10
  68. package/dist/cli/services/commands/version.test.js +11 -12
  69. package/dist/cli/services/kitchen-sink/async.js +8 -9
  70. package/dist/cli/services/kitchen-sink/prompts.js +8 -9
  71. package/dist/cli/services/kitchen-sink/static.js +8 -9
  72. package/dist/cli/services/upgrade.js +9 -10
  73. package/dist/cli/services/upgrade.test.js +12 -13
  74. package/dist/configs/all.yml +15 -0
  75. package/dist/configs/recommended.yml +9 -0
  76. package/dist/{custom-oclif-loader-IZLFCRGJ.js → custom-oclif-loader-U43F5H7M.js} +8 -9
  77. package/dist/data/filters.json +98 -3
  78. package/dist/data/latest.json +1 -1
  79. package/dist/data/manifest_theme.json +1 -0
  80. package/dist/data/objects.json +39 -1619
  81. package/dist/data/preset_blocks.json +78 -0
  82. package/dist/data/section.json +1 -42
  83. package/dist/data/shopify_system_translations.json +34 -7
  84. package/dist/data/tags.json +10 -0
  85. package/dist/data/theme_block.json +1 -19
  86. package/dist/{del-FEQWOMIX.js → del-K5ZJEWTD.js} +3 -3
  87. package/dist/{error-handler-DAI5HMQW.js → error-handler-GSXEX5NX.js} +15 -17
  88. package/dist/hooks/postrun.js +13 -15
  89. package/dist/hooks/prerun.js +15 -19
  90. package/dist/index.js +19503 -17452
  91. package/dist/lib-PPXZBVZX.js +6 -0
  92. package/dist/{lib-JJXX7GH6.js → lib-XYCLX35G.js} +5 -5
  93. package/dist/{local-QD6GDUUE.js → local-STC6NEOC.js} +10 -9
  94. package/dist/{morph-FN23MJ2S.js → morph-SEECJQ2W.js} +2 -2
  95. package/dist/{node-4XKDIIJ7.js → node-I54BR73K.js} +19 -21
  96. package/dist/{node-package-manager-IEZ6F5VN.js → node-package-manager-DUWCXRNZ.js} +9 -10
  97. package/dist/{out-ZDSLKX4N.js → out-MHEKZJWS.js} +2 -2
  98. package/dist/{path-T2RCZTRE.js → path-5SZGULBR.js} +2 -3
  99. package/dist/tsconfig.tsbuildinfo +1 -1
  100. package/dist/{ui-BUB4OWO7.js → ui-GZXRHEXO.js} +8 -9
  101. package/dist/{workerd-DIIGDIHZ.js → workerd-WQ2CUXFS.js} +19 -21
  102. package/oclif.manifest.json +334 -131
  103. package/package.json +7 -8
  104. package/assets/demo-catalog.json +0 -655
  105. package/dist/assets/demo-catalog.json +0 -655
  106. package/dist/chunk-2PUMVRDO.js +0 -131
  107. package/dist/chunk-7GNQ7YY4.js +0 -116
  108. package/dist/chunk-E2SYFYJU.js +0 -58
  109. package/dist/chunk-NLUGD7PZ.js +0 -2731
  110. package/dist/chunk-P6ABWRKD.js +0 -59
  111. package/dist/chunk-QSUS3GJF.js +0 -3838
  112. package/dist/chunk-RUK73IAH.js +0 -312
  113. package/dist/chunk-T2GATXSP.js +0 -112
  114. package/dist/chunk-VT3VJHZ7.js +0 -45
  115. package/dist/chunk-XEDHKQZA.js +0 -116
  116. package/dist/cli/commands/demo/catalog.d.ts +0 -6
  117. package/dist/cli/commands/demo/catalog.js +0 -36
  118. package/dist/cli/commands/demo/generate-file.d.ts +0 -11
  119. package/dist/cli/commands/demo/generate-file.js +0 -37
  120. package/dist/cli/commands/demo/index.d.ts +0 -10
  121. package/dist/cli/commands/demo/index.js +0 -36
  122. package/dist/cli/commands/demo/print-ai-prompt.d.ts +0 -6
  123. package/dist/cli/commands/demo/print-ai-prompt.js +0 -37
  124. package/dist/cli/services/demo.d.ts +0 -26440
  125. package/dist/cli/services/demo.js +0 -25
  126. package/dist/cli/services/demo.test.js +0 -42
  127. package/dist/constants-QFFDI47A.js +0 -26
  128. package/dist/system-KSIGUX64.js +0 -29
@@ -114,6 +114,7 @@
114
114
  {
115
115
  "description": "attribute [string] You can specify the value of supported [HTML attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes).",
116
116
  "name": "HTML",
117
+ "positional": true,
117
118
  "required": false,
118
119
  "types": [
119
120
 
@@ -163,6 +164,7 @@
163
164
  {
164
165
  "description": "attribute [string] [HTML attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes) for the link, passed as `attribute: value`.",
165
166
  "name": "HTML",
167
+ "positional": true,
166
168
  "required": false,
167
169
  "types": [
168
170
 
@@ -340,6 +342,7 @@
340
342
  {
341
343
  "description": "A color to compare with the provided color.",
342
344
  "name": "color",
345
+ "positional": true,
343
346
  "required": true,
344
347
  "types": [
345
348
  "string"
@@ -411,6 +414,7 @@
411
414
  {
412
415
  "description": "A color to compare with the provided color.",
413
416
  "name": "color",
417
+ "positional": true,
414
418
  "required": true,
415
419
  "types": [
416
420
  "string"
@@ -450,6 +454,7 @@
450
454
  {
451
455
  "description": "The amount to darken the provided color by.",
452
456
  "name": "percent",
457
+ "positional": true,
453
458
  "required": true,
454
459
  "types": [
455
460
  "number"
@@ -489,6 +494,7 @@
489
494
  {
490
495
  "description": "The amount to desaturate the provided color by.",
491
496
  "name": "percent",
497
+ "positional": true,
492
498
  "required": true,
493
499
  "types": [
494
500
  "number"
@@ -528,6 +534,7 @@
528
534
  {
529
535
  "description": "A color to compare with the provided color.",
530
536
  "name": "color",
537
+ "positional": true,
531
538
  "required": true,
532
539
  "types": [
533
540
  "string"
@@ -567,6 +574,7 @@
567
574
  {
568
575
  "description": "The color component that you want to extract.",
569
576
  "name": "color_component",
577
+ "positional": true,
570
578
  "required": true,
571
579
  "types": [
572
580
  "string"
@@ -606,6 +614,7 @@
606
614
  {
607
615
  "description": "The amount to lighten the provided color by.",
608
616
  "name": "percent",
617
+ "positional": true,
609
618
  "required": true,
610
619
  "types": [
611
620
  "number"
@@ -645,6 +654,7 @@
645
654
  {
646
655
  "description": "A color to mix with the provided color.",
647
656
  "name": "color",
657
+ "positional": true,
648
658
  "required": true,
649
659
  "types": [
650
660
  "string"
@@ -653,6 +663,7 @@
653
663
  {
654
664
  "description": "The percentage amount to mix the colors by.",
655
665
  "name": "percent",
666
+ "positional": true,
656
667
  "required": true,
657
668
  "types": [
658
669
  "number"
@@ -702,6 +713,7 @@
702
713
  {
703
714
  "description": "The color component that you want to modify.",
704
715
  "name": "color_component",
716
+ "positional": true,
705
717
  "required": true,
706
718
  "types": [
707
719
  "string"
@@ -710,6 +722,7 @@
710
722
  {
711
723
  "description": "The amount to modify the supplied color component by.",
712
724
  "name": "modification_value",
725
+ "positional": true,
713
726
  "required": true,
714
727
  "types": [
715
728
  "number"
@@ -759,6 +772,7 @@
759
772
  {
760
773
  "description": "The amount to saturate the provided color by.",
761
774
  "name": "percent",
775
+ "positional": true,
762
776
  "required": true,
763
777
  "types": [
764
778
  "number"
@@ -894,6 +908,7 @@
894
908
  {
895
909
  "description": "The desired alpha value.",
896
910
  "name": "alpha",
911
+ "positional": true,
897
912
  "required": false,
898
913
  "types": [
899
914
  "number"
@@ -1103,6 +1118,7 @@
1103
1118
  {
1104
1119
  "description": "The desired `class` attribute.",
1105
1120
  "name": "class",
1121
+ "positional": false,
1106
1122
  "required": false,
1107
1123
  "types": [
1108
1124
  "string"
@@ -1111,6 +1127,7 @@
1111
1127
  {
1112
1128
  "description": "The desired `id` attribute.",
1113
1129
  "name": "id",
1130
+ "positional": false,
1114
1131
  "required": false,
1115
1132
  "types": [
1116
1133
  "string"
@@ -1266,6 +1283,7 @@
1266
1283
  {
1267
1284
  "description": "The desired date format.",
1268
1285
  "name": "format",
1286
+ "positional": false,
1269
1287
  "required": false,
1270
1288
  "types": [
1271
1289
  "string"
@@ -1335,6 +1353,7 @@
1335
1353
  {
1336
1354
  "description": "[string] Customize the [`font_display` property](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display) of the `@font-face` declaration.",
1337
1355
  "name": "font_display",
1356
+ "positional": false,
1338
1357
  "required": false,
1339
1358
  "types": [
1340
1359
 
@@ -1384,6 +1403,7 @@
1384
1403
  {
1385
1404
  "description": "Font property to modify",
1386
1405
  "name": "property",
1406
+ "positional": true,
1387
1407
  "required": true,
1388
1408
  "types": [
1389
1409
  "string"
@@ -1392,6 +1412,7 @@
1392
1412
  {
1393
1413
  "description": "The new value for the associated property.",
1394
1414
  "name": "value",
1415
+ "positional": true,
1395
1416
  "required": true,
1396
1417
  "types": [
1397
1418
  "string"
@@ -1441,6 +1462,7 @@
1441
1462
  {
1442
1463
  "description": "Choose to return the URL for the font in `woff` format, instead of `woff2`.",
1443
1464
  "name": "font_type",
1465
+ "positional": true,
1444
1466
  "required": false,
1445
1467
  "types": [
1446
1468
  "string"
@@ -1559,6 +1581,16 @@
1559
1581
  {
1560
1582
  "description": "The desired date format.",
1561
1583
  "name": "format",
1584
+ "positional": false,
1585
+ "required": false,
1586
+ "types": [
1587
+ "string"
1588
+ ]
1589
+ },
1590
+ {
1591
+ "description": "The format for the datetime attribute of the time element.",
1592
+ "name": "datetime",
1593
+ "positional": false,
1562
1594
  "required": false,
1563
1595
  "types": [
1564
1596
  "string"
@@ -2118,6 +2150,7 @@
2118
2150
  {
2119
2151
  "description": "Whether to use false values instead of the default.",
2120
2152
  "name": "allow_false",
2153
+ "positional": true,
2121
2154
  "required": false,
2122
2155
  "types": [
2123
2156
  "boolean"
@@ -3683,6 +3716,7 @@
3683
3716
  {
3684
3717
  "description": "The width of the image.",
3685
3718
  "name": "width",
3719
+ "positional": false,
3686
3720
  "required": false,
3687
3721
  "types": [
3688
3722
  "number"
@@ -3691,6 +3725,7 @@
3691
3725
  {
3692
3726
  "description": "The height of the image.",
3693
3727
  "name": "height",
3728
+ "positional": false,
3694
3729
  "required": false,
3695
3730
  "types": [
3696
3731
  "number"
@@ -3699,6 +3734,7 @@
3699
3734
  {
3700
3735
  "description": "The source sizes for responsiveness.",
3701
3736
  "name": "sizes",
3737
+ "positional": false,
3702
3738
  "required": false,
3703
3739
  "types": [
3704
3740
  "number"
@@ -3707,6 +3743,7 @@
3707
3743
  {
3708
3744
  "description": "The widths to associate with custom `srcset` values.",
3709
3745
  "name": "widths",
3746
+ "positional": false,
3710
3747
  "required": false,
3711
3748
  "types": [
3712
3749
  "number"
@@ -3715,6 +3752,7 @@
3715
3752
  {
3716
3753
  "description": "The `srcset` for responsiveness.",
3717
3754
  "name": "srcset",
3755
+ "positional": false,
3718
3756
  "required": false,
3719
3757
  "types": [
3720
3758
  "number"
@@ -3723,6 +3761,7 @@
3723
3761
  {
3724
3762
  "description": "Whether the resource should be preloaded.",
3725
3763
  "name": "preload",
3764
+ "positional": false,
3726
3765
  "required": false,
3727
3766
  "types": [
3728
3767
  "boolean"
@@ -3731,6 +3770,7 @@
3731
3770
  {
3732
3771
  "description": "The image's alt text.",
3733
3772
  "name": "alt",
3773
+ "positional": false,
3734
3774
  "required": false,
3735
3775
  "types": [
3736
3776
  "number"
@@ -3870,6 +3910,7 @@
3870
3910
  {
3871
3911
  "description": "The dimensions of the media's poster image.",
3872
3912
  "name": "image_size",
3913
+ "positional": false,
3873
3914
  "required": false,
3874
3915
  "types": [
3875
3916
  "string"
@@ -3919,6 +3960,7 @@
3919
3960
  {
3920
3961
  "description": "The dimensions of the model viewer's poster image.",
3921
3962
  "name": "image_size",
3963
+ "positional": false,
3922
3964
  "required": false,
3923
3965
  "types": [
3924
3966
  "string"
@@ -3978,6 +4020,7 @@
3978
4020
  {
3979
4021
  "description": "The dimensions of the video's poster image.",
3980
4022
  "name": "image_size",
4023
+ "positional": false,
3981
4024
  "required": false,
3982
4025
  "types": [
3983
4026
  "string"
@@ -4034,7 +4077,24 @@
4034
4077
  "deprecation_reason": "",
4035
4078
  "description": "> Note:\n> The `metafield_tag` filter doesn't currently support list metafields other than `list.single_line_text_field` and `list.metaobject_reference`.",
4036
4079
  "parameters": [
4037
-
4080
+ {
4081
+ "description": "Specifies which field should be used. Only applicable to `list.metaobject_reference` and `metaobject_reference` types.",
4082
+ "name": "field",
4083
+ "positional": false,
4084
+ "required": false,
4085
+ "types": [
4086
+ "string"
4087
+ ]
4088
+ },
4089
+ {
4090
+ "description": "The desired list format. Accepts `unordered` or `ordered`. Default: `unordered`.",
4091
+ "name": "list_format",
4092
+ "positional": false,
4093
+ "required": false,
4094
+ "types": [
4095
+ "string"
4096
+ ]
4097
+ }
4038
4098
  ],
4039
4099
  "return_type": [
4040
4100
  {
@@ -4146,7 +4206,15 @@
4146
4206
  "deprecation_reason": "",
4147
4207
  "description": "> Note:\n> The `metafield_text` filter doesn't currently support list metafields other than `list.single_line_text_field` and `list.metaobject_reference`.",
4148
4208
  "parameters": [
4149
-
4209
+ {
4210
+ "description": "Specifies which field should be used. Only applicable to types `list.metaobject_reference` and `metaobject_reference`.",
4211
+ "name": "field",
4212
+ "positional": false,
4213
+ "required": false,
4214
+ "types": [
4215
+ "string"
4216
+ ]
4217
+ }
4150
4218
  ],
4151
4219
  "return_type": [
4152
4220
  {
@@ -4392,8 +4460,9 @@
4392
4460
  "description": "> Note:\n> The presence of the [shop](/docs/api/liquid/objects/shop) object is required for validation purposes only.",
4393
4461
  "parameters": [
4394
4462
  {
4395
- "description": "The action to be performed.",
4463
+ "description": "The action to be performed. Accepts the following values: default, follow.",
4396
4464
  "name": "action",
4465
+ "positional": false,
4397
4466
  "required": false,
4398
4467
  "types": [
4399
4468
  "string"
@@ -4773,6 +4842,7 @@
4773
4842
  {
4774
4843
  "description": "The string that you want to highlight.",
4775
4844
  "name": "highlighted_term",
4845
+ "positional": true,
4776
4846
  "required": true,
4777
4847
  "types": [
4778
4848
  "string"
@@ -4844,6 +4914,7 @@
4844
4914
  {
4845
4915
  "description": "The desired image size.",
4846
4916
  "name": "size",
4917
+ "positional": true,
4847
4918
  "required": false,
4848
4919
  "types": [
4849
4920
  "string"
@@ -4893,6 +4964,7 @@
4893
4964
  {
4894
4965
  "description": "The desired image size.",
4895
4966
  "name": "size",
4967
+ "positional": true,
4896
4968
  "required": false,
4897
4969
  "types": [
4898
4970
  "string"
@@ -4974,6 +5046,7 @@
4974
5046
  {
4975
5047
  "description": "The desired image size.",
4976
5048
  "name": "size",
5049
+ "positional": true,
4977
5050
  "required": false,
4978
5051
  "types": [
4979
5052
  "string"
@@ -5023,6 +5096,7 @@
5023
5096
  {
5024
5097
  "description": "The desired image size.",
5025
5098
  "name": "size",
5099
+ "positional": true,
5026
5100
  "required": false,
5027
5101
  "types": [
5028
5102
  "string"
@@ -5072,6 +5146,7 @@
5072
5146
  {
5073
5147
  "description": "The desired image size.",
5074
5148
  "name": "size",
5149
+ "positional": true,
5075
5150
  "required": false,
5076
5151
  "types": [
5077
5152
  "string"
@@ -5143,6 +5218,7 @@
5143
5218
  {
5144
5219
  "description": "How the image should be cropped to match the desired dimensions.",
5145
5220
  "name": "crop",
5221
+ "positional": false,
5146
5222
  "required": false,
5147
5223
  "types": [
5148
5224
  "string"
@@ -5151,6 +5227,7 @@
5151
5227
  {
5152
5228
  "description": "The file format for the image.",
5153
5229
  "name": "format",
5230
+ "positional": false,
5154
5231
  "required": false,
5155
5232
  "types": [
5156
5233
  "string"
@@ -5159,6 +5236,7 @@
5159
5236
  {
5160
5237
  "description": "The padding color, if the provided image is smaller than the requested dimensions.",
5161
5238
  "name": "pad_color",
5239
+ "positional": false,
5162
5240
  "required": false,
5163
5241
  "types": [
5164
5242
  "string"
@@ -5167,6 +5245,7 @@
5167
5245
  {
5168
5246
  "description": "The desired image width, in pixels.",
5169
5247
  "name": "width",
5248
+ "positional": false,
5170
5249
  "required": true,
5171
5250
  "types": [
5172
5251
  "number"
@@ -5175,6 +5254,7 @@
5175
5254
  {
5176
5255
  "description": "The desired image height, in pixels.",
5177
5256
  "name": "height",
5257
+ "positional": false,
5178
5258
  "required": true,
5179
5259
  "types": [
5180
5260
  "number"
@@ -5264,6 +5344,7 @@
5264
5344
  {
5265
5345
  "description": "The image's alt text.",
5266
5346
  "name": "alt",
5347
+ "positional": true,
5267
5348
  "required": false,
5268
5349
  "types": [
5269
5350
  "string"
@@ -5272,6 +5353,7 @@
5272
5353
  {
5273
5354
  "description": "The desired `class` attribute.",
5274
5355
  "name": "class",
5356
+ "positional": true,
5275
5357
  "required": false,
5276
5358
  "types": [
5277
5359
  "string"
@@ -5280,6 +5362,7 @@
5280
5362
  {
5281
5363
  "description": "The desired image size.",
5282
5364
  "name": "size",
5365
+ "positional": true,
5283
5366
  "required": false,
5284
5367
  "types": [
5285
5368
  "string"
@@ -5329,6 +5412,7 @@
5329
5412
  {
5330
5413
  "description": "The desired image size.",
5331
5414
  "name": "size",
5415
+ "positional": true,
5332
5416
  "required": false,
5333
5417
  "types": [
5334
5418
  "string"
@@ -5337,6 +5421,7 @@
5337
5421
  {
5338
5422
  "description": "The part of the image to show if the specified image has an aspect ratio that differs from the original.",
5339
5423
  "name": "crop",
5424
+ "positional": false,
5340
5425
  "required": false,
5341
5426
  "types": [
5342
5427
  "string"
@@ -5345,6 +5430,7 @@
5345
5430
  {
5346
5431
  "description": "The desired pixel density.",
5347
5432
  "name": "scale",
5433
+ "positional": false,
5348
5434
  "required": false,
5349
5435
  "types": [
5350
5436
  "number"
@@ -5353,6 +5439,7 @@
5353
5439
  {
5354
5440
  "description": "The desired image format.",
5355
5441
  "name": "format",
5442
+ "positional": false,
5356
5443
  "required": false,
5357
5444
  "types": [
5358
5445
  "string"
@@ -5432,6 +5519,7 @@
5432
5519
  {
5433
5520
  "description": "The URL to link to.",
5434
5521
  "name": "url",
5522
+ "positional": true,
5435
5523
  "required": true,
5436
5524
  "types": [
5437
5525
  "string"
@@ -5513,6 +5601,7 @@
5513
5601
  {
5514
5602
  "description": "The desired `class` attribute.",
5515
5603
  "name": "class",
5604
+ "positional": false,
5516
5605
  "required": false,
5517
5606
  "types": [
5518
5607
  "string"
@@ -5562,6 +5651,7 @@
5562
5651
  {
5563
5652
  "description": "The desired `class` attribute.",
5564
5653
  "name": "class",
5654
+ "positional": true,
5565
5655
  "required": false,
5566
5656
  "types": [
5567
5657
  "string"
@@ -5611,6 +5701,7 @@
5611
5701
  {
5612
5702
  "description": "The type of element or resource to preload.",
5613
5703
  "name": "as",
5704
+ "positional": false,
5614
5705
  "required": true,
5615
5706
  "types": [
5616
5707
  "string"
@@ -5660,6 +5751,7 @@
5660
5751
  {
5661
5752
  "description": "The desired image size.",
5662
5753
  "name": "size",
5754
+ "positional": true,
5663
5755
  "required": false,
5664
5756
  "types": [
5665
5757
  "string"
@@ -5773,6 +5865,7 @@
5773
5865
  {
5774
5866
  "description": "The type of media that the resource applies to.",
5775
5867
  "name": "media",
5868
+ "positional": true,
5776
5869
  "required": false,
5777
5870
  "types": [
5778
5871
  "string"
@@ -5781,6 +5874,7 @@
5781
5874
  {
5782
5875
  "description": "Whether the resource should be preloaded.",
5783
5876
  "name": "preload",
5877
+ "positional": false,
5784
5878
  "required": false,
5785
5879
  "types": [
5786
5880
  "boolean"
@@ -5830,6 +5924,7 @@
5830
5924
  {
5831
5925
  "description": "The weight unit to use in place of the default weight unit.",
5832
5926
  "name": "weight_unit",
5927
+ "positional": true,
5833
5928
  "required": false,
5834
5929
  "types": [
5835
5930
  "string"
@@ -1,2 +1,2 @@
1
- { "revision": "8a61df6fd811f06aca4d425797f14d0ed4766956" }
1
+ { "revision": "64f4c651678592b125a5bd1eb9fa34271dc964ee" }
2
2
 
@@ -12,6 +12,7 @@
12
12
  { "uri": "theme/app_block_entry.json" },
13
13
  { "uri": "theme/theme_block_entry.json" },
14
14
  { "uri": "theme/targetted_block_entry.json" },
15
+ { "uri": "theme/preset_blocks.json" },
15
16
  { "uri": "theme/local_block_entry.json" }
16
17
  ]
17
18
  }