@shopify/cli 3.83.3 → 3.84.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 (88) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-ZE4NKLTB.js → chunk-3R34SLHS.js} +3 -3
  3. package/dist/{chunk-VCN6UBNT.js → chunk-3R5F566Q.js} +3 -3
  4. package/dist/{chunk-45OTXKBK.js → chunk-4R4BTRMH.js} +2 -2
  5. package/dist/{chunk-EYZZIYQJ.js → chunk-5YF6CRHK.js} +4 -4
  6. package/dist/{chunk-YYAMP36W.js → chunk-6JDW32IQ.js} +5 -5
  7. package/dist/{chunk-U7OT774M.js → chunk-75NBQMXN.js} +2 -2
  8. package/dist/{chunk-3EURRQ7K.js → chunk-7KO7T466.js} +9 -8
  9. package/dist/{chunk-S5JEIN5Q.js → chunk-B26QDYDN.js} +2 -2
  10. package/dist/{chunk-JWJ2ZR5V.js → chunk-B6R3QPZT.js} +3 -3
  11. package/dist/{chunk-6QJUUGM2.js → chunk-CW4CYMWP.js} +4 -4
  12. package/dist/{chunk-2MEZBZGZ.js → chunk-ESWT7BGC.js} +2 -2
  13. package/dist/{chunk-UNQM4BV5.js → chunk-F7CACVY7.js} +17 -3
  14. package/dist/{chunk-JEQ7HZCS.js → chunk-HNKVF23P.js} +13 -13
  15. package/dist/{chunk-WHCXZSKH.js → chunk-HVPPS5EU.js} +3 -3
  16. package/dist/{chunk-Q6VEUT5Q.js → chunk-JTM64JML.js} +2 -2
  17. package/dist/{chunk-ZLYK26OR.js → chunk-K4PSDTA7.js} +4 -4
  18. package/dist/{chunk-XFK3CKIN.js → chunk-KV6ENNDU.js} +5 -5
  19. package/dist/{chunk-ZZGNTCPD.js → chunk-L3FIMPVS.js} +3 -3
  20. package/dist/{chunk-WROAVXGY.js → chunk-LV6TZ6RO.js} +3 -3
  21. package/dist/{chunk-DRATBB26.js → chunk-M5CMNHPW.js} +748 -38
  22. package/dist/{chunk-RBL7EMA5.js → chunk-N367MT6A.js} +9 -10
  23. package/dist/{chunk-HFQX4JZY.js → chunk-N3EU6FVY.js} +3 -3
  24. package/dist/{chunk-BXBJI6XD.js → chunk-PJ7QP3SS.js} +5 -5
  25. package/dist/{chunk-FHOKC4TU.js → chunk-SGRODM6N.js} +4 -4
  26. package/dist/{chunk-SBU6S5G7.js → chunk-TA4C3I5Z.js} +2 -2
  27. package/dist/{chunk-FE35FSRC.js → chunk-TP3H2NVV.js} +7 -7
  28. package/dist/{chunk-EG4X7G4K.js → chunk-UMDZGSHP.js} +3 -3
  29. package/dist/{chunk-GGCRQOED.js → chunk-V5KWQR65.js} +3 -3
  30. package/dist/{chunk-WGMFODN6.js → chunk-VM6ZV5T3.js} +3 -3
  31. package/dist/{chunk-MGI52UZC.js → chunk-WGLEUSG3.js} +3 -3
  32. package/dist/{chunk-AQDVU7OK.js → chunk-WHQB5G4I.js} +7 -7
  33. package/dist/{chunk-CC4H7OAW.js → chunk-XGZDNZUX.js} +3 -3
  34. package/dist/{chunk-VRECY72K.js → chunk-XMFLKI5L.js} +2 -2
  35. package/dist/{chunk-VQ6DWYP7.js → chunk-YXCYRXKK.js} +6 -6
  36. package/dist/cli/commands/auth/logout.js +11 -11
  37. package/dist/cli/commands/auth/logout.test.js +12 -12
  38. package/dist/cli/commands/cache/clear.js +10 -10
  39. package/dist/cli/commands/debug/command-flags.js +10 -10
  40. package/dist/cli/commands/docs/generate.js +10 -10
  41. package/dist/cli/commands/docs/generate.test.js +10 -10
  42. package/dist/cli/commands/help.js +10 -10
  43. package/dist/cli/commands/kitchen-sink/async.js +11 -11
  44. package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
  45. package/dist/cli/commands/kitchen-sink/index.js +13 -13
  46. package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
  47. package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
  48. package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
  49. package/dist/cli/commands/kitchen-sink/static.js +11 -11
  50. package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
  51. package/dist/cli/commands/notifications/generate.js +11 -11
  52. package/dist/cli/commands/notifications/list.js +11 -11
  53. package/dist/cli/commands/search.js +11 -11
  54. package/dist/cli/commands/upgrade.js +11 -11
  55. package/dist/cli/commands/version.js +11 -11
  56. package/dist/cli/commands/version.test.js +11 -11
  57. package/dist/cli/services/commands/notifications.js +6 -6
  58. package/dist/cli/services/commands/search.js +2 -2
  59. package/dist/cli/services/commands/search.test.js +2 -2
  60. package/dist/cli/services/commands/version.js +3 -3
  61. package/dist/cli/services/commands/version.test.js +4 -4
  62. package/dist/cli/services/kitchen-sink/async.js +2 -2
  63. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  64. package/dist/cli/services/kitchen-sink/static.js +2 -2
  65. package/dist/cli/services/upgrade.js +3 -3
  66. package/dist/cli/services/upgrade.test.js +4 -4
  67. package/dist/configs/all.yml +4 -4
  68. package/dist/configs/recommended.yml +4 -4
  69. package/dist/{custom-oclif-loader-FOBJVOKU.js → custom-oclif-loader-FOUJADV6.js} +2 -2
  70. package/dist/data/filters.json +10 -10
  71. package/dist/data/latest.json +1 -1
  72. package/dist/data/objects.json +162 -10
  73. package/dist/data/setting.json +7 -2
  74. package/dist/data/shopify_system_translations.json +265 -21
  75. package/dist/data/tags.json +1 -1
  76. package/dist/data/targetted_block_entry.json +2 -2
  77. package/dist/data/theme_block_entry.json +2 -2
  78. package/dist/{error-handler-VBQPBASZ.js → error-handler-65LUJ2S2.js} +8 -8
  79. package/dist/hooks/postrun.js +6 -6
  80. package/dist/hooks/prerun.js +7 -7
  81. package/dist/index.js +161488 -161869
  82. package/dist/{local-3V2H6DEQ.js → local-L7K7ZZ6L.js} +2 -2
  83. package/dist/{node-package-manager-3VOZDWRH.js → node-package-manager-TSNDPDHE.js} +3 -3
  84. package/dist/tsconfig.tsbuildinfo +1 -1
  85. package/dist/{ui-MKD65UA4.js → ui-ZDWJULQO.js} +2 -2
  86. package/dist/{workerd-EQ7HXYPK.js → workerd-Y6MJ3FZI.js} +12 -12
  87. package/oclif.manifest.json +20 -10
  88. package/package.json +7 -7
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  upgrade
3
- } from "../../chunk-ZE4NKLTB.js";
3
+ } from "../../chunk-3R34SLHS.js";
4
4
  import {
5
5
  mockAndCaptureOutput
6
- } from "../../chunk-U7OT774M.js";
6
+ } from "../../chunk-75NBQMXN.js";
7
7
  import {
8
8
  afterEach,
9
9
  beforeEach,
@@ -14,7 +14,7 @@ import {
14
14
  } from "../../chunk-W5G2YPO2.js";
15
15
  import {
16
16
  node_package_manager_exports
17
- } from "../../chunk-WHCXZSKH.js";
17
+ } from "../../chunk-HVPPS5EU.js";
18
18
  import {
19
19
  AbortError,
20
20
  captureOutput,
@@ -23,7 +23,7 @@ import {
23
23
  platformAndArch,
24
24
  touchFile,
25
25
  writeFile
26
- } from "../../chunk-UNQM4BV5.js";
26
+ } from "../../chunk-F7CACVY7.js";
27
27
  import "../../chunk-75LV6AQS.js";
28
28
  import {
29
29
  joinPath,
@@ -52,6 +52,9 @@ DeprecatedFilter:
52
52
  DeprecatedFontsOnSectionsAndBlocks:
53
53
  enabled: true
54
54
  severity: 1
55
+ DeprecatedFontsOnSettingsSchema:
56
+ enabled: true
57
+ severity: 1
55
58
  DeprecatedTag:
56
59
  enabled: true
57
60
  severity: 1
@@ -102,7 +105,7 @@ PaginationSize:
102
105
  enabled: true
103
106
  severity: 1
104
107
  minSize: 1
105
- maxSize: 50
108
+ maxSize: 250
106
109
  ParserBlockingScript:
107
110
  enabled: true
108
111
  severity: 0
@@ -169,9 +172,6 @@ ValidContentForArgumentTypes:
169
172
  ValidContentForArguments:
170
173
  enabled: true
171
174
  severity: 0
172
- ValidDocParamNames:
173
- enabled: true
174
- severity: 1
175
175
  ValidDocParamTypes:
176
176
  enabled: true
177
177
  severity: 0
@@ -30,6 +30,9 @@ DeprecatedFilter:
30
30
  DeprecatedFontsOnSectionsAndBlocks:
31
31
  enabled: true
32
32
  severity: 1
33
+ DeprecatedFontsOnSettingsSchema:
34
+ enabled: true
35
+ severity: 1
33
36
  DeprecatedTag:
34
37
  enabled: true
35
38
  severity: 1
@@ -80,7 +83,7 @@ PaginationSize:
80
83
  enabled: true
81
84
  severity: 1
82
85
  minSize: 1
83
- maxSize: 50
86
+ maxSize: 250
84
87
  ParserBlockingScript:
85
88
  enabled: true
86
89
  severity: 0
@@ -147,9 +150,6 @@ ValidContentForArgumentTypes:
147
150
  ValidContentForArguments:
148
151
  enabled: true
149
152
  severity: 0
150
- ValidDocParamNames:
151
- enabled: true
152
- severity: 1
153
153
  ValidDocParamTypes:
154
154
  enabled: true
155
155
  severity: 0
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  execaSync,
3
3
  fileExistsSync
4
- } from "./chunk-UNQM4BV5.js";
4
+ } from "./chunk-F7CACVY7.js";
5
5
  import "./chunk-75LV6AQS.js";
6
6
  import {
7
7
  cwd,
@@ -44,4 +44,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
44
44
  export {
45
45
  ShopifyConfig
46
46
  };
47
- //# sourceMappingURL=custom-oclif-loader-FOBJVOKU.js.map
47
+ //# sourceMappingURL=custom-oclif-loader-FOUJADV6.js.map
@@ -25,7 +25,7 @@
25
25
  "show_data_tab": true
26
26
  }
27
27
  ],
28
- "summary": "Returns the total item count for a specified variant in the cart.",
28
+ "summary": "Returns the total item count for a specified variant in the [`cart`](https://shopify.dev/docs/api/liquid/objects/cart) object.",
29
29
  "syntax": "cart | item_count_for_variant: {variant_id}",
30
30
  "name": "item_count_for_variant"
31
31
  },
@@ -65,7 +65,7 @@
65
65
  "show_data_tab": true
66
66
  }
67
67
  ],
68
- "summary": "Returns the subset of cart line items that include a specified product or variant.",
68
+ "summary": "Returns the subset of [`cart`](https://shopify.dev/docs/api/liquid/objects/cart) line items that include a specified product or variant.",
69
69
  "syntax": "cart | line_items_for: object",
70
70
  "name": "line_items_for"
71
71
  },
@@ -143,7 +143,7 @@
143
143
  "show_data_tab": true
144
144
  }
145
145
  ],
146
- "summary": "Generates an HTML `<a>` tag with an `href` attribute linking to a collection page that lists all products of the given\nproduct type.",
146
+ "summary": "Generates an HTML `<a>` tag with an `href` attribute linking to a [collection page](https://shopify.dev/docs/storefronts/themes/architecture/templates/collection) that lists all products of the given\nproduct type.",
147
147
  "syntax": "string | link_to_type",
148
148
  "name": "link_to_type"
149
149
  },
@@ -191,7 +191,7 @@
191
191
  "show_data_tab": true
192
192
  }
193
193
  ],
194
- "summary": "Generates an HTML `<a>` tag with an `href` attribute linking to a collection page that lists all products of a given\nproduct vendor.",
194
+ "summary": "Generates an HTML `<a>` tag with an `href` attribute linking to a [collection page](https://shopify.dev/docs/storefronts/themes/architecture/templates/collection) that lists all products of a given\nproduct vendor.",
195
195
  "syntax": "string | link_to_vendor",
196
196
  "name": "link_to_vendor"
197
197
  },
@@ -221,7 +221,7 @@
221
221
  "show_data_tab": true
222
222
  }
223
223
  ],
224
- "summary": "Generates a collection URL with the provided `sort_by` parameter appended. This filter must be applied to a collection URL.",
224
+ "summary": "Generates a collection URL with the provided `sort_by` parameter appended.\nThis filter must be applied to the object property [`collection.url`](https://shopify.dev/docs/api/liquid/objects/collection#collection-url).",
225
225
  "syntax": "string | sort_by: string",
226
226
  "name": "sort_by"
227
227
  },
@@ -251,7 +251,7 @@
251
251
  "show_data_tab": true
252
252
  }
253
253
  ],
254
- "summary": "Generates a URL for a collection page that lists all products of the given product type.",
254
+ "summary": "Generates a URL for a [collection page](https://shopify.dev/docs/storefronts/themes/architecture/templates/collection) that lists all products of the given product type.",
255
255
  "syntax": "string | url_for_type",
256
256
  "name": "url_for_type"
257
257
  },
@@ -281,7 +281,7 @@
281
281
  "show_data_tab": true
282
282
  }
283
283
  ],
284
- "summary": "Generates a URL for a collection page that lists all products from the given product vendor.",
284
+ "summary": "Generates a URL for a [collection page](https://shopify.dev/docs/storefronts/themes/architecture/templates/collection) that lists all products from the given product vendor.",
285
285
  "syntax": "string | url_for_vendor",
286
286
  "name": "url_for_vendor"
287
287
  },
@@ -4234,7 +4234,7 @@
4234
4234
  "show_data_tab": false
4235
4235
  }
4236
4236
  ],
4237
- "summary": "Generates an HTML element to host the metafield data. The type of element that's generated differs depending on the\ntype of metafield.",
4237
+ "summary": "Generates an HTML element to host the data from a [`metafield` object](https://shopify.dev/docs/api/liquid/objects/metafield).\nThe type of element that's generated differs depending on the type of metafield.",
4238
4238
  "syntax": "metafield | metafield_tag",
4239
4239
  "name": "metafield_tag"
4240
4240
  },
@@ -4304,7 +4304,7 @@
4304
4304
  "show_data_tab": false
4305
4305
  }
4306
4306
  ],
4307
- "summary": "Generates a text version of the metafield data.",
4307
+ "summary": "Generates a text version of the data from a [`metafield` object](https://shopify.dev/docs/api/liquid/objects/metafield).",
4308
4308
  "syntax": "metafield | metafield_text",
4309
4309
  "name": "metafield_text"
4310
4310
  },
@@ -4761,7 +4761,7 @@
4761
4761
  "show_data_tab": true
4762
4762
  }
4763
4763
  ],
4764
- "summary": "Wraps a given tag in an HTML `<span>` tag, with a `class` attribute of `active`, if the tag is currently active. Only\napplies to collection tags.",
4764
+ "summary": "Wraps a given tag within the [`collection` object](https://shopify.dev/docs/api/liquid/objects/collection) in an HTML `<span>` tag, with a `class` attribute of `active`, if the tag is currently active. Only\napplies to collection tags.",
4765
4765
  "syntax": "string | highlight_active_tag",
4766
4766
  "name": "highlight_active_tag"
4767
4767
  },
@@ -1,2 +1,2 @@
1
- { "revision": "8396a745b2e2340614d521e0d96a3d443e78829a" }
1
+ { "revision": "564dd72f31090cbc636ff2ea1d721d8eb900b9b2" }
2
2
 
@@ -6955,6 +6955,64 @@
6955
6955
  }
6956
6956
  ]
6957
6957
  },
6958
+ {
6959
+ "access": {
6960
+ "global": false,
6961
+ "parents": [
6962
+ {
6963
+ "object": "line_item",
6964
+ "property": "instructions"
6965
+ }
6966
+ ],
6967
+ "template": []
6968
+ },
6969
+ "deprecated": false,
6970
+ "deprecation_reason": "",
6971
+ "description": "",
6972
+ "properties": [
6973
+ {
6974
+ "deprecated": false,
6975
+ "deprecation_reason": "",
6976
+ "description": "",
6977
+ "examples": [],
6978
+ "return_type": [
6979
+ {
6980
+ "type": "boolean",
6981
+ "name": "",
6982
+ "description": "",
6983
+ "array_value": ""
6984
+ }
6985
+ ],
6986
+ "summary": "Whether the nested cart line item can be removed.",
6987
+ "name": "can_remove"
6988
+ },
6989
+ {
6990
+ "deprecated": false,
6991
+ "deprecation_reason": "",
6992
+ "description": "",
6993
+ "examples": [],
6994
+ "return_type": [
6995
+ {
6996
+ "type": "boolean",
6997
+ "name": "",
6998
+ "description": "",
6999
+ "array_value": ""
7000
+ }
7001
+ ],
7002
+ "summary": "Whether the nested cart line item quantity can be updated.",
7003
+ "name": "can_update_quantity"
7004
+ }
7005
+ ],
7006
+ "summary": "The instructions for a nested cart line item.",
7007
+ "name": "instructions",
7008
+ "examples": [],
7009
+ "json_data": {
7010
+ "path": "",
7011
+ "handle": "",
7012
+ "data_from_file": ""
7013
+ },
7014
+ "return_type": []
7015
+ },
6958
7016
  {
6959
7017
  "access": {
6960
7018
  "global": false,
@@ -6970,6 +7028,10 @@
6970
7028
  {
6971
7029
  "object": "order",
6972
7030
  "property": "line_items"
7031
+ },
7032
+ {
7033
+ "object": "parent_relationship",
7034
+ "property": "parent"
6973
7035
  }
6974
7036
  ],
6975
7037
  "template": []
@@ -7624,6 +7686,38 @@
7624
7686
  "summary": "The components of a line item.",
7625
7687
  "name": "item_components"
7626
7688
  },
7689
+ {
7690
+ "deprecated": false,
7691
+ "deprecation_reason": "",
7692
+ "description": "> Note:\n> This field is applicable for cart line item only.",
7693
+ "examples": [],
7694
+ "return_type": [
7695
+ {
7696
+ "type": "instructions",
7697
+ "name": "",
7698
+ "description": "",
7699
+ "array_value": ""
7700
+ }
7701
+ ],
7702
+ "summary": "Instructions define behaviours and operations that can be performed on the nested cart line.",
7703
+ "name": "instructions"
7704
+ },
7705
+ {
7706
+ "deprecated": false,
7707
+ "deprecation_reason": "",
7708
+ "description": "> Note:\n> This field is applicable for cart line item only.",
7709
+ "examples": [],
7710
+ "return_type": [
7711
+ {
7712
+ "type": "parent_relationship",
7713
+ "name": "",
7714
+ "description": "",
7715
+ "array_value": ""
7716
+ }
7717
+ ],
7718
+ "summary": "The parent relationship for a nested line item.",
7719
+ "name": "parent_relationship"
7720
+ },
7627
7721
  {
7628
7722
  "deprecated": false,
7629
7723
  "deprecation_reason": "",
@@ -10231,7 +10325,7 @@
10231
10325
  {
10232
10326
  "deprecated": false,
10233
10327
  "deprecation_reason": "",
10234
- "description": "The new customer accounts includes a list of Buyers Orders and an Order Details View.\nThis liquid function exposes a URL to a specific Orders Details in new customer accounts.\n[Setup process for the new order details page](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts)\ncan be found in the help center.",
10328
+ "description": "Customer accounts includes a list of Buyers Orders and an Order Details View.\nThis liquid function exposes a URL to a specific Orders Details in customer accounts.\n[Setup process for the new order details page](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts)\ncan be found in the help center.",
10235
10329
  "examples": [],
10236
10330
  "return_type": [
10237
10331
  {
@@ -10836,6 +10930,48 @@
10836
10930
  },
10837
10931
  "return_type": []
10838
10932
  },
10933
+ {
10934
+ "access": {
10935
+ "global": false,
10936
+ "parents": [
10937
+ {
10938
+ "object": "line_item",
10939
+ "property": "parent_relationship"
10940
+ }
10941
+ ],
10942
+ "template": []
10943
+ },
10944
+ "deprecated": false,
10945
+ "deprecation_reason": "",
10946
+ "description": "",
10947
+ "properties": [
10948
+ {
10949
+ "deprecated": false,
10950
+ "deprecation_reason": "",
10951
+ "description": "",
10952
+ "examples": [],
10953
+ "return_type": [
10954
+ {
10955
+ "type": "line_item",
10956
+ "name": "",
10957
+ "description": "",
10958
+ "array_value": ""
10959
+ }
10960
+ ],
10961
+ "summary": "The parent line item for the nested cart line item.",
10962
+ "name": "parent"
10963
+ }
10964
+ ],
10965
+ "summary": "Information about the parent relationship for a nested cart line item.",
10966
+ "name": "parent_relationship",
10967
+ "examples": [],
10968
+ "json_data": {
10969
+ "path": "",
10970
+ "handle": "",
10971
+ "data_from_file": ""
10972
+ },
10973
+ "return_type": []
10974
+ },
10839
10975
  {
10840
10976
  "access": {
10841
10977
  "global": false,
@@ -13554,7 +13690,7 @@
13554
13690
  "array_value": ""
13555
13691
  }
13556
13692
  ],
13557
- "summary": "The [account page](https://help.shopify.com/manual/customers/customer-accounts) URL. Redirects to [new customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13693
+ "summary": "The [account page](https://help.shopify.com/manual/customers/customer-accounts) URL. Redirects to [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13558
13694
  "name": "account_url"
13559
13695
  },
13560
13696
  {
@@ -13570,7 +13706,7 @@
13570
13706
  "array_value": ""
13571
13707
  }
13572
13708
  ],
13573
- "summary": "The [account login page](/themes/architecture/templates/customers-login) URL. Redirects to [new customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13709
+ "summary": "The [account login page](/themes/architecture/templates/customers-login) URL. Redirects to [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13574
13710
  "name": "account_login_url"
13575
13711
  },
13576
13712
  {
@@ -13586,7 +13722,7 @@
13586
13722
  "array_value": ""
13587
13723
  }
13588
13724
  ],
13589
- "summary": "The URL to log a customer out of their account. Redirects to [new customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13725
+ "summary": "The URL to log a customer out of their account. Redirects to [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13590
13726
  "name": "account_logout_url"
13591
13727
  },
13592
13728
  {
@@ -13602,7 +13738,7 @@
13602
13738
  "array_value": ""
13603
13739
  }
13604
13740
  ],
13605
- "summary": "The [password recovery page](/themes/architecture/templates/customers-reset-password) URL. Redirects to [new customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13741
+ "summary": "The [password recovery page](/themes/architecture/templates/customers-reset-password) URL. Redirects to [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13606
13742
  "name": "account_recover_url"
13607
13743
  },
13608
13744
  {
@@ -13634,9 +13770,25 @@
13634
13770
  "array_value": ""
13635
13771
  }
13636
13772
  ],
13637
- "summary": "The [account addresses page](/themes/architecture/templates/customers-addresses) URL. Redirects to [new customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13773
+ "summary": "The [account addresses page](/themes/architecture/templates/customers-addresses) URL. Redirects to [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) when enabled.",
13638
13774
  "name": "account_addresses_url"
13639
13775
  },
13776
+ {
13777
+ "deprecated": false,
13778
+ "deprecation_reason": "",
13779
+ "description": "",
13780
+ "examples": [],
13781
+ "return_type": [
13782
+ {
13783
+ "type": "string",
13784
+ "name": "",
13785
+ "description": "",
13786
+ "array_value": ""
13787
+ }
13788
+ ],
13789
+ "summary": "The URL for the [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) profile page.",
13790
+ "name": "account_profile_url"
13791
+ },
13640
13792
  {
13641
13793
  "deprecated": false,
13642
13794
  "deprecation_reason": "",
@@ -13810,7 +13962,7 @@
13810
13962
  "array_value": ""
13811
13963
  }
13812
13964
  ],
13813
- "summary": "[New customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) login page. Redirects to the storefront page the customer was on before visiting the login page.",
13965
+ "summary": "[Customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts) login page. Redirects to the storefront page the customer was on before visiting the login page.",
13814
13966
  "name": "storefront_login_url"
13815
13967
  }
13816
13968
  ],
@@ -18812,7 +18964,7 @@
18812
18964
  "examples": [
18813
18965
  {
18814
18966
  "name": "Create pagination navigation with `part`",
18815
- "description": "You can create a pagination navigation by iterating over each `part` of a [`paginate` object](/docs/api/liquid/objects/paginate).\n",
18967
+ "description": "You can create a pagination navigation by iterating over each `part` of a [`paginate` object](/docs/api/liquid/objects/paginate).\nWhen paginating, `part.url` may contain a `phcursor` parameter in addition to `page`. This optional parameter is used to improve performance when navigating between pages.\n",
18816
18968
  "syntax": "",
18817
18969
  "path": "/collections/all",
18818
18970
  "raw_liquid": "{% paginate collection.products by 5 -%}\n {% for part in paginate.parts -%}\n {% if part.is_link -%}\n {{ part.title | link_to: part.url}}\n {%- else -%}\n <span>{{ part.title }}</span>\n {% endif %}\n {%- endfor %}\n{%- endpaginate %}",
@@ -18824,7 +18976,7 @@
18824
18976
  "json_data": {
18825
18977
  "path": "",
18826
18978
  "handle": "",
18827
- "data_from_file": "{\"is_link\":true,\"title\":\"2\",\"url\":\"/collections/all?page=2\"}"
18979
+ "data_from_file": "{\"is_link\":true,\"title\":\"2\",\"url\":\"/collections/all?page=2&phcursor=eyJhbGciOiJIUzI1NiJ9.eyJzayI6InBvc2l0aW9uIiwic3YiOjIwLCJkIjoiZiIsInVpZCI6MzY5MTI0Nzk3NjQ2NTksImwiOjIwLCJvIjowLCJyIjoiQ0RQIiwidiI6MSwicCI6Mn0.rlQnBhrVp_ZXLZBZRzrYxxDDKfpaPSH2UmkttMttC0s\"}"
18828
18980
  },
18829
18981
  "return_type": []
18830
18982
  },
@@ -19408,4 +19560,4 @@
19408
19560
  },
19409
19561
  "return_type": []
19410
19562
  }
19411
- ]
19563
+ ]
@@ -758,6 +758,7 @@
758
758
  },
759
759
  "step": {
760
760
  "type": "number",
761
+ "multipleOf": 0.1,
761
762
  "description": "The increment size between steps of the slider"
762
763
  },
763
764
  "unit": {
@@ -1126,14 +1127,18 @@
1126
1127
  },
1127
1128
 
1128
1129
  "paragraph": {
1129
- "allOf": [{ "$ref": "#/definitions/sidebarStandardSettings" }],
1130
+ "allOf": [
1131
+ { "$ref": "#/definitions/sidebarStandardSettings" },
1132
+ { "$ref": "#/definitions/conditionalSetting" }
1133
+ ],
1130
1134
  "properties": {
1131
1135
  "type": {
1132
1136
  "const": "paragraph",
1133
1137
  "description": "A setting of type paragraph outputs a text element to help you better describe your input settings.",
1134
1138
  "markdownDescription": "A setting of type `paragraph` outputs a text element to help you better describe your input settings.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/settings/sidebar-settings#paragraph)"
1135
1139
  },
1136
- "content": true
1140
+ "content": true,
1141
+ "visible_if": true
1137
1142
  },
1138
1143
  "additionalProperties": false
1139
1144
  },