@shopify/create-app 4.5.0 → 4.5.2

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 (37) hide show
  1. package/dist/{analytics-EIWAB3VN.js → analytics-FXDS645P.js} +11 -11
  2. package/dist/{analytics-UVSVWBN5.js → analytics-S4SMDD46.js} +11 -11
  3. package/dist/{chunk-GPAVZSTC.js → chunk-B2ZXFZCY.js} +2 -2
  4. package/dist/{chunk-UEDSFRUE.js → chunk-BONVUA65.js} +3 -3
  5. package/dist/{chunk-O2YFSB4E.js → chunk-GDVNJLIG.js} +2 -2
  6. package/dist/{chunk-3KAJBONR.js → chunk-GEEDJI25.js} +16 -16
  7. package/dist/{chunk-42SB5R2B.js → chunk-HISALD2J.js} +5 -5
  8. package/dist/{chunk-WYRPJX6E.js → chunk-KJGNF64X.js} +3 -3
  9. package/dist/{chunk-DVVERWXQ.js → chunk-MCW4ES3V.js} +10 -10
  10. package/dist/{chunk-RAWPKQXX.js → chunk-MRVSRQ5W.js} +6 -6
  11. package/dist/{chunk-G45LXLEA.js → chunk-MSETDX6T.js} +6 -6
  12. package/dist/{chunk-4FAX3V5J.js → chunk-RJWAPUKM.js} +9 -9
  13. package/dist/{chunk-PFLT3FI7.js → chunk-TGBPX4PY.js} +2 -2
  14. package/dist/{chunk-6X3JEMI3.js → chunk-UC7ROXAW.js} +3 -3
  15. package/dist/{chunk-ARTN5AK3.js → chunk-V2YWOBZ6.js} +6 -6
  16. package/dist/{chunk-KL7ME74X.js → chunk-XR7ELYLE.js} +4 -4
  17. package/dist/{conf-store-YT7PM6TZ.js → conf-store-U47RHH7F.js} +5 -5
  18. package/dist/{deprecations-36G3B7N6.js → deprecations-EXDNIO7X.js} +7 -7
  19. package/dist/{environments-Z5UN2QBI.js → environments-W7S7754G.js} +8 -8
  20. package/dist/{error-handler-6VUIUVYQ.js → error-handler-NPN6TP4N.js} +11 -11
  21. package/dist/{fs-DB7H2XMJ.js → fs-KQ7D45P4.js} +3 -3
  22. package/dist/hooks/postrun.js +4 -4
  23. package/dist/hooks/prerun.js +6 -6
  24. package/dist/index.js +696 -632
  25. package/dist/{is-global-UEEP7T5L.js → is-global-4TFBXA6F.js} +3 -3
  26. package/dist/{local-3S3PJGRP.js → local-XEWL77WP.js} +2 -2
  27. package/dist/{metadata-X4WIR5D2.js → metadata-5SJEO2RF.js} +3 -3
  28. package/dist/{node-package-manager-H3IPZ6MV.js → node-package-manager-MI6ZJ7MA.js} +9 -9
  29. package/dist/{notifications-system-FVPDGQU6.js → notifications-system-JPDTXFT5.js} +12 -12
  30. package/dist/{output-3MNFYWNF.js → output-RCLOYTHC.js} +3 -3
  31. package/dist/{system-WQHI5DQN.js → system-4JFNY3SE.js} +7 -7
  32. package/dist/{ui-7ML6OXBZ.js → ui-KAGET7XQ.js} +7 -7
  33. package/dist/{upgrade-L564H3ME.js → upgrade-2XD477LW.js} +13 -13
  34. package/dist/{version-SCSJ5FCD.js → version-4JYVUV7D.js} +8 -8
  35. package/dist/{version-BFFZUMWR.js → version-4U52DFWP.js} +2 -2
  36. package/oclif.manifest.json +1 -1
  37. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -10,12 +10,12 @@ import {
10
10
  TomlFileError,
11
11
  loadEnvironment,
12
12
  require_toml_patch
13
- } from "./chunk-42SB5R2B.js";
13
+ } from "./chunk-HISALD2J.js";
14
14
  import {
15
15
  getCurrentCommandId,
16
16
  setCurrentCommandId,
17
17
  showNotificationsIfNeeded
18
- } from "./chunk-DVVERWXQ.js";
18
+ } from "./chunk-MCW4ES3V.js";
19
19
  import {
20
20
  ClientError,
21
21
  DevServerCore,
@@ -92,7 +92,7 @@ import {
92
92
  setPathValue,
93
93
  shopifyFetch,
94
94
  storeAdminUrl
95
- } from "./chunk-4FAX3V5J.js";
95
+ } from "./chunk-RJWAPUKM.js";
96
96
  import {
97
97
  setNextDeprecationDate
98
98
  } from "./chunk-MSED5ZFM.js";
@@ -114,22 +114,22 @@ import {
114
114
  usesWorkspaces,
115
115
  versionSatisfies,
116
116
  writePackageJSON
117
- } from "./chunk-ARTN5AK3.js";
117
+ } from "./chunk-V2YWOBZ6.js";
118
118
  import {
119
119
  CLI_KIT_VERSION
120
- } from "./chunk-PFLT3FI7.js";
120
+ } from "./chunk-TGBPX4PY.js";
121
121
  import "./chunk-G53O4PDO.js";
122
122
  import {
123
123
  LocalStorage,
124
124
  require_ajv,
125
125
  runAtMinimumInterval,
126
126
  serviceEnvironment
127
- } from "./chunk-KL7ME74X.js";
127
+ } from "./chunk-XR7ELYLE.js";
128
128
  import {
129
129
  globalCLIVersion,
130
130
  isPreReleaseVersion,
131
131
  localCLIVersion
132
- } from "./chunk-GPAVZSTC.js";
132
+ } from "./chunk-B2ZXFZCY.js";
133
133
  import {
134
134
  AbortController as AbortController2,
135
135
  AbortSignal,
@@ -170,20 +170,20 @@ import {
170
170
  useAbortSignal,
171
171
  useConcurrentOutputContext,
172
172
  username
173
- } from "./chunk-G45LXLEA.js";
173
+ } from "./chunk-MSETDX6T.js";
174
174
  import {
175
175
  addPublicMetadata,
176
176
  addSensitiveMetadata,
177
177
  createRuntimeMetadataContainer,
178
178
  runWithTimer
179
- } from "./chunk-WYRPJX6E.js";
179
+ } from "./chunk-KJGNF64X.js";
180
180
  import {
181
181
  AbortError,
182
182
  AbortSilentError,
183
183
  BugError,
184
184
  CancelExecution,
185
185
  import_ts_error
186
- } from "./chunk-6X3JEMI3.js";
186
+ } from "./chunk-UC7ROXAW.js";
187
187
  import {
188
188
  require_commonjs,
189
189
  require_lib
@@ -195,10 +195,10 @@ import "./chunk-JGGOQOPO.js";
195
195
  import "./chunk-OQ3KXXGH.js";
196
196
  import {
197
197
  waitForPostRunHookAndExit
198
- } from "./chunk-3KAJBONR.js";
198
+ } from "./chunk-GEEDJI25.js";
199
199
  import {
200
200
  treeKill
201
- } from "./chunk-O2YFSB4E.js";
201
+ } from "./chunk-GDVNJLIG.js";
202
202
  import {
203
203
  Box_default,
204
204
  Link,
@@ -305,7 +305,7 @@ import {
305
305
  use_stdout_default,
306
306
  writeFile,
307
307
  writeFileSync
308
- } from "./chunk-RAWPKQXX.js";
308
+ } from "./chunk-MRVSRQ5W.js";
309
309
  import {
310
310
  codespacePortForwardingDomain,
311
311
  codespaceURL,
@@ -321,7 +321,7 @@ import {
321
321
  isUnitTest,
322
322
  isVerbose,
323
323
  themeKitAccessDomain
324
- } from "./chunk-UEDSFRUE.js";
324
+ } from "./chunk-BONVUA65.js";
325
325
  import "./chunk-7OHJH7BF.js";
326
326
  import {
327
327
  basename,
@@ -355,9 +355,9 @@ import {
355
355
  init_cjs_shims
356
356
  } from "./chunk-3XNI6LP4.js";
357
357
 
358
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/object.js
358
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/object.js
359
359
  var require_object = __commonJS({
360
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/object.js"(exports) {
360
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/object.js"(exports) {
361
361
  "use strict";
362
362
  init_cjs_shims();
363
363
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -368,9 +368,9 @@ var require_object = __commonJS({
368
368
  }
369
369
  });
370
370
 
371
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/array.js
371
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/array.js
372
372
  var require_array = __commonJS({
373
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/array.js"(exports) {
373
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/array.js"(exports) {
374
374
  "use strict";
375
375
  init_cjs_shims();
376
376
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -481,9 +481,9 @@ var require_line_column = __commonJS({
481
481
  }
482
482
  });
483
483
 
484
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/position.js
484
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/position.js
485
485
  var require_position = __commonJS({
486
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/position.js"(exports) {
486
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/position.js"(exports) {
487
487
  "use strict";
488
488
  init_cjs_shims();
489
489
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -507,9 +507,9 @@ var require_position = __commonJS({
507
507
  }
508
508
  });
509
509
 
510
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/error.js
510
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/error.js
511
511
  var require_error = __commonJS({
512
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/error.js"(exports) {
512
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/error.js"(exports) {
513
513
  "use strict";
514
514
  init_cjs_shims();
515
515
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -545,9 +545,9 @@ var require_error = __commonJS({
545
545
  }
546
546
  });
547
547
 
548
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/types.js
548
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/types.js
549
549
  var require_types = __commonJS({
550
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/types.js"(exports) {
550
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/types.js"(exports) {
551
551
  "use strict";
552
552
  init_cjs_shims();
553
553
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -558,9 +558,9 @@ var require_types = __commonJS({
558
558
  }
559
559
  });
560
560
 
561
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/memo.js
561
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/memo.js
562
562
  var require_memo = __commonJS({
563
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/memo.js"(exports) {
563
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/memo.js"(exports) {
564
564
  "use strict";
565
565
  init_cjs_shims();
566
566
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -588,9 +588,9 @@ var require_memo = __commonJS({
588
588
  }
589
589
  });
590
590
 
591
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/indexBy.js
591
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/indexBy.js
592
592
  var require_indexBy = __commonJS({
593
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/indexBy.js"(exports) {
593
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/indexBy.js"(exports) {
594
594
  "use strict";
595
595
  init_cjs_shims();
596
596
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -1667,9 +1667,9 @@ var createScanner2, ScanError, SyntaxKind, getLocation2, parse2, parseTree2, fin
1667
1667
  }
1668
1668
  });
1669
1669
 
1670
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/json.js
1670
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/json.js
1671
1671
  var require_json = __commonJS({
1672
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/json.js"(exports) {
1672
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/json.js"(exports) {
1673
1673
  "use strict";
1674
1674
  init_cjs_shims();
1675
1675
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -1737,9 +1737,9 @@ var require_node_ponyfill = __commonJS({
1737
1737
  }
1738
1738
  });
1739
1739
 
1740
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/file-utils.js
1740
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/file-utils.js
1741
1741
  var require_file_utils = __commonJS({
1742
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/file-utils.js"(exports) {
1742
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/file-utils.js"(exports) {
1743
1743
  "use strict";
1744
1744
  init_cjs_shims();
1745
1745
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -1783,9 +1783,9 @@ var require_file_utils = __commonJS({
1783
1783
  }
1784
1784
  });
1785
1785
 
1786
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/block.js
1786
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/block.js
1787
1787
  var require_block = __commonJS({
1788
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/block.js"(exports) {
1788
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/block.js"(exports) {
1789
1789
  "use strict";
1790
1790
  init_cjs_shims();
1791
1791
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -17371,9 +17371,9 @@ var require_dist2 = __commonJS({
17371
17371
  }
17372
17372
  });
17373
17373
 
17374
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/utils.js
17374
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/utils.js
17375
17375
  var require_utils2 = __commonJS({
17376
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/utils.js"(exports) {
17376
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/utils.js"(exports) {
17377
17377
  "use strict";
17378
17378
  init_cjs_shims();
17379
17379
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -17439,9 +17439,9 @@ var require_utils2 = __commonJS({
17439
17439
  }
17440
17440
  });
17441
17441
 
17442
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitor.js
17442
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitor.js
17443
17443
  var require_visitor = __commonJS({
17444
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitor.js"(exports) {
17444
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitor.js"(exports) {
17445
17445
  "use strict";
17446
17446
  init_cjs_shims();
17447
17447
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -17509,9 +17509,9 @@ var require_visitor = __commonJS({
17509
17509
  }
17510
17510
  });
17511
17511
 
17512
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/styles.js
17512
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/styles.js
17513
17513
  var require_styles = __commonJS({
17514
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/styles.js"(exports) {
17514
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/styles.js"(exports) {
17515
17515
  "use strict";
17516
17516
  init_cjs_shims();
17517
17517
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -17996,9 +17996,9 @@ var require_umd = __commonJS({
17996
17996
  }
17997
17997
  });
17998
17998
 
17999
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/path.js
17999
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/path.js
18000
18000
  var require_path = __commonJS({
18001
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/path.js"(exports) {
18001
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/path.js"(exports) {
18002
18002
  "use strict";
18003
18003
  init_cjs_shims();
18004
18004
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -18045,9 +18045,9 @@ var require_path = __commonJS({
18045
18045
  }
18046
18046
  });
18047
18047
 
18048
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/jsonc/parse.js
18048
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/jsonc/parse.js
18049
18049
  var require_parse2 = __commonJS({
18050
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/jsonc/parse.js"(exports) {
18050
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/jsonc/parse.js"(exports) {
18051
18051
  "use strict";
18052
18052
  init_cjs_shims();
18053
18053
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -18133,18 +18133,18 @@ var require_parse2 = __commonJS({
18133
18133
  }
18134
18134
  });
18135
18135
 
18136
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/jsonc/types.js
18136
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/jsonc/types.js
18137
18137
  var require_types4 = __commonJS({
18138
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/jsonc/types.js"(exports) {
18138
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/jsonc/types.js"(exports) {
18139
18139
  "use strict";
18140
18140
  init_cjs_shims();
18141
18141
  Object.defineProperty(exports, "__esModule", { value: !0 });
18142
18142
  }
18143
18143
  });
18144
18144
 
18145
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/schema-prop-factory.js
18145
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/schema-prop-factory.js
18146
18146
  var require_schema_prop_factory = __commonJS({
18147
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/schema-prop-factory.js"(exports) {
18147
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/schema-prop-factory.js"(exports) {
18148
18148
  "use strict";
18149
18149
  init_cjs_shims();
18150
18150
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -18226,27 +18226,27 @@ var require_schema_prop_factory = __commonJS({
18226
18226
  }
18227
18227
  });
18228
18228
 
18229
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/theme-liquid-docs.js
18229
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/theme-liquid-docs.js
18230
18230
  var require_theme_liquid_docs = __commonJS({
18231
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/theme-liquid-docs.js"(exports) {
18231
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/theme-liquid-docs.js"(exports) {
18232
18232
  "use strict";
18233
18233
  init_cjs_shims();
18234
18234
  Object.defineProperty(exports, "__esModule", { value: !0 });
18235
18235
  }
18236
18236
  });
18237
18237
 
18238
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/schemas/setting.js
18238
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/schemas/setting.js
18239
18239
  var require_setting = __commonJS({
18240
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/schemas/setting.js"(exports) {
18240
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/schemas/setting.js"(exports) {
18241
18241
  "use strict";
18242
18242
  init_cjs_shims();
18243
18243
  Object.defineProperty(exports, "__esModule", { value: !0 });
18244
18244
  }
18245
18245
  });
18246
18246
 
18247
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/schemas/index.js
18247
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/schemas/index.js
18248
18248
  var require_schemas = __commonJS({
18249
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/schemas/index.js"(exports) {
18249
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/schemas/index.js"(exports) {
18250
18250
  "use strict";
18251
18251
  init_cjs_shims();
18252
18252
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -18258,9 +18258,9 @@ var require_schemas = __commonJS({
18258
18258
  }
18259
18259
  });
18260
18260
 
18261
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/theme-schemas.js
18261
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/theme-schemas.js
18262
18262
  var require_theme_schemas = __commonJS({
18263
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types/theme-schemas.js"(exports) {
18263
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types/theme-schemas.js"(exports) {
18264
18264
  "use strict";
18265
18265
  init_cjs_shims();
18266
18266
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -18284,9 +18284,9 @@ var require_theme_schemas = __commonJS({
18284
18284
  }
18285
18285
  });
18286
18286
 
18287
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types.js
18287
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types.js
18288
18288
  var require_types5 = __commonJS({
18289
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/types.js"(exports) {
18289
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/types.js"(exports) {
18290
18290
  "use strict";
18291
18291
  init_cjs_shims();
18292
18292
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -18336,9 +18336,9 @@ var require_types5 = __commonJS({
18336
18336
  }
18337
18337
  });
18338
18338
 
18339
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/to-source-code.js
18339
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/to-source-code.js
18340
18340
  var require_to_source_code = __commonJS({
18341
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/to-source-code.js"(exports) {
18341
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/to-source-code.js"(exports) {
18342
18342
  "use strict";
18343
18343
  init_cjs_shims();
18344
18344
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -18405,9 +18405,9 @@ var require_to_source_code = __commonJS({
18405
18405
  }
18406
18406
  });
18407
18407
 
18408
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/to-schema.js
18408
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/to-schema.js
18409
18409
  var require_to_schema = __commonJS({
18410
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/to-schema.js"(exports) {
18410
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/to-schema.js"(exports) {
18411
18411
  "use strict";
18412
18412
  init_cjs_shims();
18413
18413
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -18570,9 +18570,9 @@ var require_to_schema = __commonJS({
18570
18570
  }
18571
18571
  });
18572
18572
 
18573
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/traversal.js
18573
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/traversal.js
18574
18574
  var require_traversal = __commonJS({
18575
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/traversal.js"(exports) {
18575
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/traversal.js"(exports) {
18576
18576
  "use strict";
18577
18577
  init_cjs_shims();
18578
18578
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -18612,9 +18612,9 @@ var require_traversal = __commonJS({
18612
18612
  }
18613
18613
  });
18614
18614
 
18615
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/index.js
18615
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/index.js
18616
18616
  var require_utils3 = __commonJS({
18617
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/index.js"(exports) {
18617
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/index.js"(exports) {
18618
18618
  "use strict";
18619
18619
  init_cjs_shims();
18620
18620
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -18642,9 +18642,9 @@ var require_utils3 = __commonJS({
18642
18642
  }
18643
18643
  });
18644
18644
 
18645
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/AugmentedThemeDocset.js
18645
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/AugmentedThemeDocset.js
18646
18646
  var require_AugmentedThemeDocset = __commonJS({
18647
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/AugmentedThemeDocset.js"(exports) {
18647
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/AugmentedThemeDocset.js"(exports) {
18648
18648
  "use strict";
18649
18649
  init_cjs_shims();
18650
18650
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24247,9 +24247,9 @@ var init_jsonLanguageService = __esm({
24247
24247
  }
24248
24248
  });
24249
24249
 
24250
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/JSONValidator.js
24250
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/JSONValidator.js
24251
24251
  var require_JSONValidator = __commonJS({
24252
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/JSONValidator.js"(exports) {
24252
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/JSONValidator.js"(exports) {
24253
24253
  "use strict";
24254
24254
  init_cjs_shims();
24255
24255
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24315,9 +24315,9 @@ var require_JSONValidator = __commonJS({
24315
24315
  }
24316
24316
  });
24317
24317
 
24318
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/AbstractFileSystem.js
24318
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/AbstractFileSystem.js
24319
24319
  var require_AbstractFileSystem = __commonJS({
24320
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/AbstractFileSystem.js"(exports) {
24320
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/AbstractFileSystem.js"(exports) {
24321
24321
  "use strict";
24322
24322
  init_cjs_shims();
24323
24323
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24329,9 +24329,9 @@ var require_AbstractFileSystem = __commonJS({
24329
24329
  }
24330
24330
  });
24331
24331
 
24332
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/context-utils.js
24332
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/context-utils.js
24333
24333
  var require_context_utils = __commonJS({
24334
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/context-utils.js"(exports) {
24334
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/context-utils.js"(exports) {
24335
24335
  "use strict";
24336
24336
  init_cjs_shims();
24337
24337
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24478,9 +24478,9 @@ var require_context_utils = __commonJS({
24478
24478
  }
24479
24479
  });
24480
24480
 
24481
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/disabled-checks/index.js
24481
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/disabled-checks/index.js
24482
24482
  var require_disabled_checks = __commonJS({
24483
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/disabled-checks/index.js"(exports) {
24483
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/disabled-checks/index.js"(exports) {
24484
24484
  "use strict";
24485
24485
  init_cjs_shims();
24486
24486
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24549,9 +24549,9 @@ var require_disabled_checks = __commonJS({
24549
24549
  }
24550
24550
  });
24551
24551
 
24552
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/ignore.js
24552
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/ignore.js
24553
24553
  var require_ignore = __commonJS({
24554
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/ignore.js"(exports) {
24554
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/ignore.js"(exports) {
24555
24555
  "use strict";
24556
24556
  init_cjs_shims();
24557
24557
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24569,9 +24569,9 @@ var require_ignore = __commonJS({
24569
24569
  }
24570
24570
  });
24571
24571
 
24572
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitors/liquid.js
24572
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitors/liquid.js
24573
24573
  var require_liquid = __commonJS({
24574
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitors/liquid.js"(exports) {
24574
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitors/liquid.js"(exports) {
24575
24575
  "use strict";
24576
24576
  init_cjs_shims();
24577
24577
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24602,9 +24602,9 @@ var require_liquid = __commonJS({
24602
24602
  }
24603
24603
  });
24604
24604
 
24605
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitors/json.js
24605
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitors/json.js
24606
24606
  var require_json2 = __commonJS({
24607
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitors/json.js"(exports) {
24607
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitors/json.js"(exports) {
24608
24608
  "use strict";
24609
24609
  init_cjs_shims();
24610
24610
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24635,9 +24635,9 @@ var require_json2 = __commonJS({
24635
24635
  }
24636
24636
  });
24637
24637
 
24638
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitors/index.js
24638
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitors/index.js
24639
24639
  var require_visitors = __commonJS({
24640
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/visitors/index.js"(exports) {
24640
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/visitors/index.js"(exports) {
24641
24641
  "use strict";
24642
24642
  init_cjs_shims();
24643
24643
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24653,9 +24653,9 @@ var require_visitors = __commonJS({
24653
24653
  }
24654
24654
  });
24655
24655
 
24656
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/app-block-valid-tags/index.js
24656
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/app-block-valid-tags/index.js
24657
24657
  var require_app_block_valid_tags = __commonJS({
24658
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/app-block-valid-tags/index.js"(exports) {
24658
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/app-block-valid-tags/index.js"(exports) {
24659
24659
  "use strict";
24660
24660
  init_cjs_shims();
24661
24661
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24695,9 +24695,9 @@ var require_app_block_valid_tags = __commonJS({
24695
24695
  }
24696
24696
  });
24697
24697
 
24698
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-preload/index.js
24698
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-preload/index.js
24699
24699
  var require_asset_preload = __commonJS({
24700
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-preload/index.js"(exports) {
24700
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-preload/index.js"(exports) {
24701
24701
  "use strict";
24702
24702
  init_cjs_shims();
24703
24703
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24739,9 +24739,9 @@ var require_asset_preload = __commonJS({
24739
24739
  }
24740
24740
  });
24741
24741
 
24742
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-css/index.js
24742
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-css/index.js
24743
24743
  var require_asset_size_app_block_css = __commonJS({
24744
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-css/index.js"(exports) {
24744
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-css/index.js"(exports) {
24745
24745
  "use strict";
24746
24746
  init_cjs_shims();
24747
24747
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24796,9 +24796,9 @@ var require_asset_size_app_block_css = __commonJS({
24796
24796
  }
24797
24797
  });
24798
24798
 
24799
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-javascript/index.js
24799
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-javascript/index.js
24800
24800
  var require_asset_size_app_block_javascript = __commonJS({
24801
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-javascript/index.js"(exports) {
24801
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-app-block-javascript/index.js"(exports) {
24802
24802
  "use strict";
24803
24803
  init_cjs_shims();
24804
24804
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24853,9 +24853,9 @@ var require_asset_size_app_block_javascript = __commonJS({
24853
24853
  }
24854
24854
  });
24855
24855
 
24856
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-css/index.js
24856
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-css/index.js
24857
24857
  var require_asset_size_css = __commonJS({
24858
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-css/index.js"(exports) {
24858
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-css/index.js"(exports) {
24859
24859
  "use strict";
24860
24860
  init_cjs_shims();
24861
24861
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -24945,9 +24945,9 @@ var require_asset_size_css = __commonJS({
24945
24945
  }
24946
24946
  });
24947
24947
 
24948
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-javascript/index.js
24948
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-javascript/index.js
24949
24949
  var require_asset_size_javascript = __commonJS({
24950
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/asset-size-javascript/index.js"(exports) {
24950
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/asset-size-javascript/index.js"(exports) {
24951
24951
  "use strict";
24952
24952
  init_cjs_shims();
24953
24953
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25036,9 +25036,9 @@ var require_asset_size_javascript = __commonJS({
25036
25036
  }
25037
25037
  });
25038
25038
 
25039
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/block-id-usage/index.js
25039
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/block-id-usage/index.js
25040
25040
  var require_block_id_usage = __commonJS({
25041
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/block-id-usage/index.js"(exports) {
25041
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/block-id-usage/index.js"(exports) {
25042
25042
  "use strict";
25043
25043
  init_cjs_shims();
25044
25044
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25089,9 +25089,9 @@ var require_block_id_usage = __commonJS({
25089
25089
  }
25090
25090
  });
25091
25091
 
25092
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/cdn-preconnect/index.js
25092
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/cdn-preconnect/index.js
25093
25093
  var require_cdn_preconnect = __commonJS({
25094
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/cdn-preconnect/index.js"(exports) {
25094
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/cdn-preconnect/index.js"(exports) {
25095
25095
  "use strict";
25096
25096
  init_cjs_shims();
25097
25097
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25126,9 +25126,9 @@ var require_cdn_preconnect = __commonJS({
25126
25126
  }
25127
25127
  });
25128
25128
 
25129
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/content-for-header-modification/index.js
25129
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/content-for-header-modification/index.js
25130
25130
  var require_content_for_header_modification = __commonJS({
25131
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/content-for-header-modification/index.js"(exports) {
25131
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/content-for-header-modification/index.js"(exports) {
25132
25132
  "use strict";
25133
25133
  init_cjs_shims();
25134
25134
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25184,9 +25184,9 @@ var require_content_for_header_modification = __commonJS({
25184
25184
  }
25185
25185
  });
25186
25186
 
25187
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecate-bgsizes/index.js
25187
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecate-bgsizes/index.js
25188
25188
  var require_deprecate_bgsizes = __commonJS({
25189
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecate-bgsizes/index.js"(exports) {
25189
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecate-bgsizes/index.js"(exports) {
25190
25190
  "use strict";
25191
25191
  init_cjs_shims();
25192
25192
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25231,9 +25231,9 @@ var require_deprecate_bgsizes = __commonJS({
25231
25231
  }
25232
25232
  });
25233
25233
 
25234
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecate-lazysizes/index.js
25234
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecate-lazysizes/index.js
25235
25235
  var require_deprecate_lazysizes = __commonJS({
25236
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecate-lazysizes/index.js"(exports) {
25236
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecate-lazysizes/index.js"(exports) {
25237
25237
  "use strict";
25238
25238
  init_cjs_shims();
25239
25239
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25274,9 +25274,9 @@ var require_deprecate_lazysizes = __commonJS({
25274
25274
  }
25275
25275
  });
25276
25276
 
25277
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/fixes.js
25277
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/fixes.js
25278
25278
  var require_fixes = __commonJS({
25279
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/fixes.js"(exports) {
25279
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/fixes.js"(exports) {
25280
25280
  "use strict";
25281
25281
  init_cjs_shims();
25282
25282
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25411,9 +25411,9 @@ var require_fixes = __commonJS({
25411
25411
  }
25412
25412
  });
25413
25413
 
25414
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/index.js
25414
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/index.js
25415
25415
  var require_deprecated_filter = __commonJS({
25416
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/index.js"(exports) {
25416
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-filter/index.js"(exports) {
25417
25417
  "use strict";
25418
25418
  init_cjs_shims();
25419
25419
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -25480,9 +25480,9 @@ var require_deprecated_filter = __commonJS({
25480
25480
  }
25481
25481
  });
25482
25482
 
25483
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/deprecated-fonts-data.js
25483
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/deprecated-fonts-data.js
25484
25484
  var require_deprecated_fonts_data = __commonJS({
25485
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/deprecated-fonts-data.js"(exports) {
25485
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/deprecated-fonts-data.js"(exports) {
25486
25486
  "use strict";
25487
25487
  init_cjs_shims();
25488
25488
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -26833,9 +26833,9 @@ var require_deprecated_fonts_data = __commonJS({
26833
26833
  }
26834
26834
  });
26835
26835
 
26836
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/index.js
26836
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/index.js
26837
26837
  var require_deprecated_fonts_on_sections_and_blocks = __commonJS({
26838
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/index.js"(exports) {
26838
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-sections-and-blocks/index.js"(exports) {
26839
26839
  "use strict";
26840
26840
  init_cjs_shims();
26841
26841
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -26940,9 +26940,9 @@ var require_deprecated_fonts_on_sections_and_blocks = __commonJS({
26940
26940
  }
26941
26941
  });
26942
26942
 
26943
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-data/index.js
26943
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-data/index.js
26944
26944
  var require_deprecated_fonts_on_settings_data = __commonJS({
26945
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-data/index.js"(exports) {
26945
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-data/index.js"(exports) {
26946
26946
  "use strict";
26947
26947
  init_cjs_shims();
26948
26948
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -26977,9 +26977,9 @@ var require_deprecated_fonts_on_settings_data = __commonJS({
26977
26977
  }
26978
26978
  });
26979
26979
 
26980
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-schema/index.js
26980
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-schema/index.js
26981
26981
  var require_deprecated_fonts_on_settings_schema = __commonJS({
26982
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-schema/index.js"(exports) {
26982
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-fonts-on-settings-schema/index.js"(exports) {
26983
26983
  "use strict";
26984
26984
  init_cjs_shims();
26985
26985
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27026,9 +27026,9 @@ var require_deprecated_fonts_on_settings_schema = __commonJS({
27026
27026
  }
27027
27027
  });
27028
27028
 
27029
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-tag/index.js
27029
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-tag/index.js
27030
27030
  var require_deprecated_tag = __commonJS({
27031
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/deprecated-tag/index.js"(exports) {
27031
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/deprecated-tag/index.js"(exports) {
27032
27032
  "use strict";
27033
27033
  init_cjs_shims();
27034
27034
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27075,9 +27075,9 @@ var require_deprecated_tag = __commonJS({
27075
27075
  }
27076
27076
  });
27077
27077
 
27078
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/liquid-doc/utils.js
27078
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/liquid-doc/utils.js
27079
27079
  var require_utils4 = __commonJS({
27080
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/liquid-doc/utils.js"(exports) {
27080
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/liquid-doc/utils.js"(exports) {
27081
27081
  "use strict";
27082
27082
  init_cjs_shims();
27083
27083
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27155,9 +27155,9 @@ var require_utils4 = __commonJS({
27155
27155
  }
27156
27156
  });
27157
27157
 
27158
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/liquid-doc/arguments.js
27158
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/liquid-doc/arguments.js
27159
27159
  var require_arguments = __commonJS({
27160
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/liquid-doc/arguments.js"(exports) {
27160
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/liquid-doc/arguments.js"(exports) {
27161
27161
  "use strict";
27162
27162
  init_cjs_shims();
27163
27163
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27299,9 +27299,9 @@ var require_arguments = __commonJS({
27299
27299
  }
27300
27300
  });
27301
27301
 
27302
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/duplicate-render-snippet-arguments/index.js
27302
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/duplicate-render-snippet-arguments/index.js
27303
27303
  var require_duplicate_render_snippet_arguments = __commonJS({
27304
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/duplicate-render-snippet-arguments/index.js"(exports) {
27304
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/duplicate-render-snippet-arguments/index.js"(exports) {
27305
27305
  "use strict";
27306
27306
  init_cjs_shims();
27307
27307
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27340,9 +27340,9 @@ var require_duplicate_render_snippet_arguments = __commonJS({
27340
27340
  }
27341
27341
  });
27342
27342
 
27343
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/duplicate-content-for-arguments/index.js
27343
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/duplicate-content-for-arguments/index.js
27344
27344
  var require_duplicate_content_for_arguments = __commonJS({
27345
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/duplicate-content-for-arguments/index.js"(exports) {
27345
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/duplicate-content-for-arguments/index.js"(exports) {
27346
27346
  "use strict";
27347
27347
  init_cjs_shims();
27348
27348
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27379,9 +27379,9 @@ var require_duplicate_content_for_arguments = __commonJS({
27379
27379
  }
27380
27380
  });
27381
27381
 
27382
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/empty-block-content/index.js
27382
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/empty-block-content/index.js
27383
27383
  var require_empty_block_content = __commonJS({
27384
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/empty-block-content/index.js"(exports) {
27384
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/empty-block-content/index.js"(exports) {
27385
27385
  "use strict";
27386
27386
  init_cjs_shims();
27387
27387
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27431,9 +27431,9 @@ var require_empty_block_content = __commonJS({
27431
27431
  }
27432
27432
  });
27433
27433
 
27434
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/hardcoded-routes/index.js
27434
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/hardcoded-routes/index.js
27435
27435
  var require_hardcoded_routes = __commonJS({
27436
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/hardcoded-routes/index.js"(exports) {
27436
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/hardcoded-routes/index.js"(exports) {
27437
27437
  "use strict";
27438
27438
  init_cjs_shims();
27439
27439
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27510,9 +27510,9 @@ var require_hardcoded_routes = __commonJS({
27510
27510
  }
27511
27511
  });
27512
27512
 
27513
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/img-width-and-height/index.js
27513
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/img-width-and-height/index.js
27514
27514
  var require_img_width_and_height = __commonJS({
27515
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/img-width-and-height/index.js"(exports) {
27515
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/img-width-and-height/index.js"(exports) {
27516
27516
  "use strict";
27517
27517
  init_cjs_shims();
27518
27518
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27553,9 +27553,9 @@ var require_img_width_and_height = __commonJS({
27553
27553
  }
27554
27554
  });
27555
27555
 
27556
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/missing-block-utils.js
27556
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/missing-block-utils.js
27557
27557
  var require_missing_block_utils = __commonJS({
27558
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/missing-block-utils.js"(exports) {
27558
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/missing-block-utils.js"(exports) {
27559
27559
  "use strict";
27560
27560
  init_cjs_shims();
27561
27561
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27625,9 +27625,9 @@ var require_missing_block_utils = __commonJS({
27625
27625
  }
27626
27626
  });
27627
27627
 
27628
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/index.js
27628
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/index.js
27629
27629
  var require_json_missing_block = __commonJS({
27630
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/index.js"(exports) {
27630
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/json-missing-block/index.js"(exports) {
27631
27631
  "use strict";
27632
27632
  init_cjs_shims();
27633
27633
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27664,9 +27664,9 @@ var require_json_missing_block = __commonJS({
27664
27664
  }
27665
27665
  });
27666
27666
 
27667
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/json-syntax-error/index.js
27667
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/json-syntax-error/index.js
27668
27668
  var require_json_syntax_error = __commonJS({
27669
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/json-syntax-error/index.js"(exports) {
27669
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/json-syntax-error/index.js"(exports) {
27670
27670
  "use strict";
27671
27671
  init_cjs_shims();
27672
27672
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27754,9 +27754,9 @@ var require_json_syntax_error = __commonJS({
27754
27754
  }
27755
27755
  });
27756
27756
 
27757
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-free-settings/index.js
27757
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-free-settings/index.js
27758
27758
  var require_liquid_free_settings = __commonJS({
27759
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-free-settings/index.js"(exports) {
27759
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-free-settings/index.js"(exports) {
27760
27760
  "use strict";
27761
27761
  init_cjs_shims();
27762
27762
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27814,9 +27814,9 @@ var require_liquid_free_settings = __commonJS({
27814
27814
  }
27815
27815
  });
27816
27816
 
27817
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/utils.js
27817
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/utils.js
27818
27818
  var require_utils5 = __commonJS({
27819
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/utils.js"(exports) {
27819
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/utils.js"(exports) {
27820
27820
  "use strict";
27821
27821
  init_cjs_shims();
27822
27822
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27859,9 +27859,9 @@ var require_utils5 = __commonJS({
27859
27859
  }
27860
27860
  });
27861
27861
 
27862
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/MultipleAssignValues.js
27862
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/MultipleAssignValues.js
27863
27863
  var require_MultipleAssignValues = __commonJS({
27864
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/MultipleAssignValues.js"(exports) {
27864
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/MultipleAssignValues.js"(exports) {
27865
27865
  "use strict";
27866
27866
  init_cjs_shims();
27867
27867
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27909,9 +27909,9 @@ var require_MultipleAssignValues = __commonJS({
27909
27909
  }
27910
27910
  });
27911
27911
 
27912
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidBooleanExpressions.js
27912
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidBooleanExpressions.js
27913
27913
  var require_InvalidBooleanExpressions = __commonJS({
27914
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidBooleanExpressions.js"(exports) {
27914
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidBooleanExpressions.js"(exports) {
27915
27915
  "use strict";
27916
27916
  init_cjs_shims();
27917
27917
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27934,9 +27934,9 @@ var require_InvalidBooleanExpressions = __commonJS({
27934
27934
  }
27935
27935
  });
27936
27936
 
27937
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidEchoValue.js
27937
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidEchoValue.js
27938
27938
  var require_InvalidEchoValue = __commonJS({
27939
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidEchoValue.js"(exports) {
27939
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidEchoValue.js"(exports) {
27940
27940
  "use strict";
27941
27941
  init_cjs_shims();
27942
27942
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -27986,9 +27986,9 @@ var require_InvalidEchoValue = __commonJS({
27986
27986
  }
27987
27987
  });
27988
27988
 
27989
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNode.js
27989
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNode.js
27990
27990
  var require_InvalidConditionalNode = __commonJS({
27991
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNode.js"(exports) {
27991
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNode.js"(exports) {
27992
27992
  "use strict";
27993
27993
  init_cjs_shims();
27994
27994
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28088,9 +28088,9 @@ var require_InvalidConditionalNode = __commonJS({
28088
28088
  }
28089
28089
  });
28090
28090
 
28091
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopRange.js
28091
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopRange.js
28092
28092
  var require_InvalidLoopRange = __commonJS({
28093
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopRange.js"(exports) {
28093
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopRange.js"(exports) {
28094
28094
  "use strict";
28095
28095
  init_cjs_shims();
28096
28096
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28131,9 +28131,9 @@ var require_InvalidLoopRange = __commonJS({
28131
28131
  }
28132
28132
  });
28133
28133
 
28134
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopArguments.js
28134
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopArguments.js
28135
28135
  var require_InvalidLoopArguments = __commonJS({
28136
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopArguments.js"(exports) {
28136
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidLoopArguments.js"(exports) {
28137
28137
  "use strict";
28138
28138
  init_cjs_shims();
28139
28139
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28184,9 +28184,9 @@ var require_InvalidLoopArguments = __commonJS({
28184
28184
  }
28185
28185
  });
28186
28186
 
28187
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNodeParenthesis.js
28187
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNodeParenthesis.js
28188
28188
  var require_InvalidConditionalNodeParenthesis = __commonJS({
28189
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNodeParenthesis.js"(exports) {
28189
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidConditionalNodeParenthesis.js"(exports) {
28190
28190
  "use strict";
28191
28191
  init_cjs_shims();
28192
28192
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28210,9 +28210,9 @@ var require_InvalidConditionalNodeParenthesis = __commonJS({
28210
28210
  }
28211
28211
  });
28212
28212
 
28213
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidFilterName.js
28213
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidFilterName.js
28214
28214
  var require_InvalidFilterName = __commonJS({
28215
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidFilterName.js"(exports) {
28215
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidFilterName.js"(exports) {
28216
28216
  "use strict";
28217
28217
  init_cjs_shims();
28218
28218
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28257,9 +28257,9 @@ var require_InvalidFilterName = __commonJS({
28257
28257
  }
28258
28258
  });
28259
28259
 
28260
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidPipeSyntax.js
28260
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidPipeSyntax.js
28261
28261
  var require_InvalidPipeSyntax = __commonJS({
28262
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidPipeSyntax.js"(exports) {
28262
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/checks/InvalidPipeSyntax.js"(exports) {
28263
28263
  "use strict";
28264
28264
  init_cjs_shims();
28265
28265
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28314,9 +28314,9 @@ var require_InvalidPipeSyntax = __commonJS({
28314
28314
  }
28315
28315
  });
28316
28316
 
28317
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/index.js
28317
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/index.js
28318
28318
  var require_liquid_html_syntax_error = __commonJS({
28319
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/index.js"(exports) {
28319
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/liquid-html-syntax-error/index.js"(exports) {
28320
28320
  "use strict";
28321
28321
  init_cjs_shims();
28322
28322
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28406,9 +28406,9 @@ var require_liquid_html_syntax_error = __commonJS({
28406
28406
  }
28407
28407
  });
28408
28408
 
28409
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/matching-translations/index.js
28409
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/matching-translations/index.js
28410
28410
  var require_matching_translations = __commonJS({
28411
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/matching-translations/index.js"(exports) {
28411
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/matching-translations/index.js"(exports) {
28412
28412
  "use strict";
28413
28413
  init_cjs_shims();
28414
28414
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28497,9 +28497,9 @@ var require_matching_translations = __commonJS({
28497
28497
  }
28498
28498
  });
28499
28499
 
28500
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-asset/index.js
28500
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-asset/index.js
28501
28501
  var require_missing_asset = __commonJS({
28502
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-asset/index.js"(exports) {
28502
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-asset/index.js"(exports) {
28503
28503
  "use strict";
28504
28504
  init_cjs_shims();
28505
28505
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28537,9 +28537,9 @@ var require_missing_asset = __commonJS({
28537
28537
  }
28538
28538
  });
28539
28539
 
28540
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-content-for-arguments/index.js
28540
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-content-for-arguments/index.js
28541
28541
  var require_missing_content_for_arguments = __commonJS({
28542
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-content-for-arguments/index.js"(exports) {
28542
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-content-for-arguments/index.js"(exports) {
28543
28543
  "use strict";
28544
28544
  init_cjs_shims();
28545
28545
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28577,9 +28577,9 @@ var require_missing_content_for_arguments = __commonJS({
28577
28577
  }
28578
28578
  });
28579
28579
 
28580
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-render-snippet-arguments/index.js
28580
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-render-snippet-arguments/index.js
28581
28581
  var require_missing_render_snippet_arguments = __commonJS({
28582
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-render-snippet-arguments/index.js"(exports) {
28582
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-render-snippet-arguments/index.js"(exports) {
28583
28583
  "use strict";
28584
28584
  init_cjs_shims();
28585
28585
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28618,9 +28618,9 @@ var require_missing_render_snippet_arguments = __commonJS({
28618
28618
  }
28619
28619
  });
28620
28620
 
28621
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-template/index.js
28621
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-template/index.js
28622
28622
  var require_missing_template = __commonJS({
28623
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/missing-template/index.js"(exports) {
28623
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/missing-template/index.js"(exports) {
28624
28624
  "use strict";
28625
28625
  init_cjs_shims();
28626
28626
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28673,9 +28673,9 @@ var require_missing_template = __commonJS({
28673
28673
  }
28674
28674
  });
28675
28675
 
28676
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/orphaned-snippet/index.js
28676
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/orphaned-snippet/index.js
28677
28677
  var require_orphaned_snippet = __commonJS({
28678
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/orphaned-snippet/index.js"(exports) {
28678
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/orphaned-snippet/index.js"(exports) {
28679
28679
  "use strict";
28680
28680
  init_cjs_shims();
28681
28681
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28714,9 +28714,9 @@ var require_orphaned_snippet = __commonJS({
28714
28714
  }
28715
28715
  });
28716
28716
 
28717
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/pagination-size/index.js
28717
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/pagination-size/index.js
28718
28718
  var require_pagination_size = __commonJS({
28719
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/pagination-size/index.js"(exports) {
28719
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/pagination-size/index.js"(exports) {
28720
28720
  "use strict";
28721
28721
  init_cjs_shims();
28722
28722
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28788,9 +28788,9 @@ var require_pagination_size = __commonJS({
28788
28788
  }
28789
28789
  });
28790
28790
 
28791
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/suggestions.js
28791
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/suggestions.js
28792
28792
  var require_suggestions = __commonJS({
28793
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/suggestions.js"(exports) {
28793
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/suggestions.js"(exports) {
28794
28794
  "use strict";
28795
28795
  init_cjs_shims();
28796
28796
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28813,9 +28813,9 @@ var require_suggestions = __commonJS({
28813
28813
  }
28814
28814
  });
28815
28815
 
28816
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/index.js
28816
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/index.js
28817
28817
  var require_parser_blocking_script = __commonJS({
28818
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/index.js"(exports) {
28818
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/parser-blocking-script/index.js"(exports) {
28819
28819
  "use strict";
28820
28820
  init_cjs_shims();
28821
28821
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28871,9 +28871,9 @@ var require_parser_blocking_script = __commonJS({
28871
28871
  }
28872
28872
  });
28873
28873
 
28874
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-block-order/index.js
28874
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-block-order/index.js
28875
28875
  var require_schema_presets_block_order = __commonJS({
28876
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-block-order/index.js"(exports) {
28876
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-block-order/index.js"(exports) {
28877
28877
  "use strict";
28878
28878
  init_cjs_shims();
28879
28879
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28946,9 +28946,9 @@ var require_schema_presets_block_order = __commonJS({
28946
28946
  }
28947
28947
  });
28948
28948
 
28949
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/markup.js
28949
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/markup.js
28950
28950
  var require_markup = __commonJS({
28951
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/utils/markup.js"(exports) {
28951
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/utils/markup.js"(exports) {
28952
28952
  "use strict";
28953
28953
  init_cjs_shims();
28954
28954
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -28959,9 +28959,9 @@ var require_markup = __commonJS({
28959
28959
  }
28960
28960
  });
28961
28961
 
28962
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-static-blocks/index.js
28962
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-static-blocks/index.js
28963
28963
  var require_schema_presets_static_blocks = __commonJS({
28964
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-static-blocks/index.js"(exports) {
28964
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/schema-presets-static-blocks/index.js"(exports) {
28965
28965
  "use strict";
28966
28966
  init_cjs_shims();
28967
28967
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29048,9 +29048,9 @@ var require_schema_presets_static_blocks = __commonJS({
29048
29048
  }
29049
29049
  });
29050
29050
 
29051
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/remote-asset/index.js
29051
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/remote-asset/index.js
29052
29052
  var require_remote_asset = __commonJS({
29053
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/remote-asset/index.js"(exports) {
29053
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/remote-asset/index.js"(exports) {
29054
29054
  "use strict";
29055
29055
  init_cjs_shims();
29056
29056
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29200,9 +29200,9 @@ var require_remote_asset = __commonJS({
29200
29200
  }
29201
29201
  });
29202
29202
 
29203
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/required-layout-theme-object/index.js
29203
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/required-layout-theme-object/index.js
29204
29204
  var require_required_layout_theme_object = __commonJS({
29205
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/required-layout-theme-object/index.js"(exports) {
29205
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/required-layout-theme-object/index.js"(exports) {
29206
29206
  "use strict";
29207
29207
  init_cjs_shims();
29208
29208
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29254,9 +29254,9 @@ var require_required_layout_theme_object = __commonJS({
29254
29254
  }
29255
29255
  });
29256
29256
 
29257
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/tags/content-for.js
29257
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/tags/content-for.js
29258
29258
  var require_content_for = __commonJS({
29259
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/tags/content-for.js"(exports) {
29259
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/tags/content-for.js"(exports) {
29260
29260
  "use strict";
29261
29261
  init_cjs_shims();
29262
29262
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29287,9 +29287,9 @@ var require_content_for = __commonJS({
29287
29287
  }
29288
29288
  });
29289
29289
 
29290
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/reserved-doc-param-names/index.js
29290
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/reserved-doc-param-names/index.js
29291
29291
  var require_reserved_doc_param_names = __commonJS({
29292
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/reserved-doc-param-names/index.js"(exports) {
29292
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/reserved-doc-param-names/index.js"(exports) {
29293
29293
  "use strict";
29294
29294
  init_cjs_shims();
29295
29295
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29334,9 +29334,9 @@ var require_reserved_doc_param_names = __commonJS({
29334
29334
  }
29335
29335
  });
29336
29336
 
29337
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/static-stylesheet-and-javascript-tags/index.js
29337
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/static-stylesheet-and-javascript-tags/index.js
29338
29338
  var require_static_stylesheet_and_javascript_tags = __commonJS({
29339
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/static-stylesheet-and-javascript-tags/index.js"(exports) {
29339
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/static-stylesheet-and-javascript-tags/index.js"(exports) {
29340
29340
  "use strict";
29341
29341
  init_cjs_shims();
29342
29342
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29377,9 +29377,9 @@ var require_static_stylesheet_and_javascript_tags = __commonJS({
29377
29377
  }
29378
29378
  });
29379
29379
 
29380
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/translation-key-exists/index.js
29380
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/translation-key-exists/index.js
29381
29381
  var require_translation_key_exists = __commonJS({
29382
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/translation-key-exists/index.js"(exports) {
29382
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/translation-key-exists/index.js"(exports) {
29383
29383
  "use strict";
29384
29384
  init_cjs_shims();
29385
29385
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29442,9 +29442,9 @@ var require_translation_key_exists = __commonJS({
29442
29442
  }
29443
29443
  });
29444
29444
 
29445
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unclosed-html-element/index.js
29445
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unclosed-html-element/index.js
29446
29446
  var require_unclosed_html_element = __commonJS({
29447
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unclosed-html-element/index.js"(exports) {
29447
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unclosed-html-element/index.js"(exports) {
29448
29448
  "use strict";
29449
29449
  init_cjs_shims();
29450
29450
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29605,9 +29605,9 @@ var require_unclosed_html_element = __commonJS({
29605
29605
  }
29606
29606
  });
29607
29607
 
29608
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/liquid-doc/liquidDoc.js
29608
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/liquid-doc/liquidDoc.js
29609
29609
  var require_liquidDoc = __commonJS({
29610
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/liquid-doc/liquidDoc.js"(exports) {
29610
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/liquid-doc/liquidDoc.js"(exports) {
29611
29611
  "use strict";
29612
29612
  init_cjs_shims();
29613
29613
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29686,9 +29686,9 @@ var require_liquidDoc = __commonJS({
29686
29686
  }
29687
29687
  });
29688
29688
 
29689
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/undefined-object/index.js
29689
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/undefined-object/index.js
29690
29690
  var require_undefined_object = __commonJS({
29691
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/undefined-object/index.js"(exports) {
29691
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/undefined-object/index.js"(exports) {
29692
29692
  "use strict";
29693
29693
  init_cjs_shims();
29694
29694
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29823,9 +29823,9 @@ var require_undefined_object = __commonJS({
29823
29823
  }
29824
29824
  });
29825
29825
 
29826
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unique-doc-param-names/index.js
29826
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unique-doc-param-names/index.js
29827
29827
  var require_unique_doc_param_names = __commonJS({
29828
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unique-doc-param-names/index.js"(exports) {
29828
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unique-doc-param-names/index.js"(exports) {
29829
29829
  "use strict";
29830
29830
  init_cjs_shims();
29831
29831
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29866,9 +29866,9 @@ var require_unique_doc_param_names = __commonJS({
29866
29866
  }
29867
29867
  });
29868
29868
 
29869
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unique-static-block-id/index.js
29869
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unique-static-block-id/index.js
29870
29870
  var require_unique_static_block_id = __commonJS({
29871
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unique-static-block-id/index.js"(exports) {
29871
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unique-static-block-id/index.js"(exports) {
29872
29872
  "use strict";
29873
29873
  init_cjs_shims();
29874
29874
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29924,9 +29924,9 @@ var require_unique_static_block_id = __commonJS({
29924
29924
  }
29925
29925
  });
29926
29926
 
29927
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unknown-filter/index.js
29927
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unknown-filter/index.js
29928
29928
  var require_unknown_filter = __commonJS({
29929
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unknown-filter/index.js"(exports) {
29929
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unknown-filter/index.js"(exports) {
29930
29930
  "use strict";
29931
29931
  init_cjs_shims();
29932
29932
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -29961,9 +29961,9 @@ var require_unknown_filter = __commonJS({
29961
29961
  }
29962
29962
  });
29963
29963
 
29964
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-content-for-arguments/index.js
29964
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-content-for-arguments/index.js
29965
29965
  var require_unrecognized_content_for_arguments = __commonJS({
29966
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-content-for-arguments/index.js"(exports) {
29966
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-content-for-arguments/index.js"(exports) {
29967
29967
  "use strict";
29968
29968
  init_cjs_shims();
29969
29969
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30005,9 +30005,9 @@ var require_unrecognized_content_for_arguments = __commonJS({
30005
30005
  }
30006
30006
  });
30007
30007
 
30008
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-render-snippet-arguments/index.js
30008
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-render-snippet-arguments/index.js
30009
30009
  var require_unrecognized_render_snippet_arguments = __commonJS({
30010
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-render-snippet-arguments/index.js"(exports) {
30010
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unrecognized-render-snippet-arguments/index.js"(exports) {
30011
30011
  "use strict";
30012
30012
  init_cjs_shims();
30013
30013
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30066,9 +30066,9 @@ var require_unrecognized_render_snippet_arguments = __commonJS({
30066
30066
  }
30067
30067
  });
30068
30068
 
30069
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unused-assign/index.js
30069
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unused-assign/index.js
30070
30070
  var require_unused_assign = __commonJS({
30071
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unused-assign/index.js"(exports) {
30071
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unused-assign/index.js"(exports) {
30072
30072
  "use strict";
30073
30073
  init_cjs_shims();
30074
30074
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30129,9 +30129,9 @@ var require_unused_assign = __commonJS({
30129
30129
  }
30130
30130
  });
30131
30131
 
30132
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unsupported-doc-tag/index.js
30132
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unsupported-doc-tag/index.js
30133
30133
  var require_unsupported_doc_tag = __commonJS({
30134
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unsupported-doc-tag/index.js"(exports) {
30134
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unsupported-doc-tag/index.js"(exports) {
30135
30135
  "use strict";
30136
30136
  init_cjs_shims();
30137
30137
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30172,9 +30172,72 @@ var require_unsupported_doc_tag = __commonJS({
30172
30172
  }
30173
30173
  });
30174
30174
 
30175
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unused-doc-param/index.js
30175
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unsupported-filter-arguments/index.js
30176
+ var require_unsupported_filter_arguments = __commonJS({
30177
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unsupported-filter-arguments/index.js"(exports) {
30178
+ "use strict";
30179
+ init_cjs_shims();
30180
+ Object.defineProperty(exports, "__esModule", { value: !0 });
30181
+ exports.UnsupportedFilterArguments = void 0;
30182
+ var liquid_html_parser_1 = require_dist(), types_1 = require_types5(), CHECKED_TAGS = [liquid_html_parser_1.NamedTags.render, liquid_html_parser_1.NamedTags.include, liquid_html_parser_1.NamedTags.content_for];
30183
+ function indexOfFilterPipe(markup) {
30184
+ let quote = null;
30185
+ for (let i = 0; i < markup.length; i++) {
30186
+ let char = markup[i];
30187
+ if (quote) {
30188
+ char === quote && (quote = null);
30189
+ continue;
30190
+ }
30191
+ if (char === "'" || char === '"') {
30192
+ quote = char;
30193
+ continue;
30194
+ }
30195
+ if (char === "|")
30196
+ return i;
30197
+ }
30198
+ return -1;
30199
+ }
30200
+ exports.UnsupportedFilterArguments = {
30201
+ meta: {
30202
+ code: "UnsupportedFilterArguments",
30203
+ name: "Unsupported Filter Arguments",
30204
+ docs: {
30205
+ description: "This check warns against using filters on values passed as arguments to a 'render', 'include', or 'content_for' tag. Filters are not applied in that position and the value is passed through unchanged, which silently produces incorrect output.",
30206
+ recommended: !0,
30207
+ url: "https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unsupported-filter-arguments"
30208
+ },
30209
+ type: types_1.SourceCodeType.LiquidHtml,
30210
+ severity: types_1.Severity.ERROR,
30211
+ schema: {},
30212
+ targets: []
30213
+ },
30214
+ create(context) {
30215
+ return {
30216
+ async LiquidTag(node) {
30217
+ if (!CHECKED_TAGS.includes(node.name) || typeof node.markup != "string")
30218
+ return;
30219
+ let relativePipeIndex = indexOfFilterPipe(node.markup);
30220
+ if (relativePipeIndex === -1)
30221
+ return;
30222
+ let markupStart = node.source.indexOf(node.markup, node.position.start);
30223
+ if (markupStart === -1)
30224
+ return;
30225
+ let startIndex = markupStart + relativePipeIndex, endIndex = markupStart + node.markup.length;
30226
+ context.report({
30227
+ message: `Filters cannot be used on arguments passed to the '${node.name}' tag. Apply the filter beforehand (e.g. with {% assign %}) and pass the result instead.`,
30228
+ startIndex,
30229
+ endIndex
30230
+ });
30231
+ }
30232
+ };
30233
+ }
30234
+ };
30235
+ }
30236
+ });
30237
+
30238
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unused-doc-param/index.js
30176
30239
  var require_unused_doc_param = __commonJS({
30177
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unused-doc-param/index.js"(exports) {
30240
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unused-doc-param/index.js"(exports) {
30178
30241
  "use strict";
30179
30242
  init_cjs_shims();
30180
30243
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30223,9 +30286,9 @@ var require_unused_doc_param = __commonJS({
30223
30286
  }
30224
30287
  });
30225
30288
 
30226
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-arguments/index.js
30289
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-arguments/index.js
30227
30290
  var require_valid_content_for_arguments = __commonJS({
30228
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-arguments/index.js"(exports) {
30291
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-arguments/index.js"(exports) {
30229
30292
  "use strict";
30230
30293
  init_cjs_shims();
30231
30294
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30298,9 +30361,9 @@ var require_valid_content_for_arguments = __commonJS({
30298
30361
  }
30299
30362
  });
30300
30363
 
30301
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-argument-types/index.js
30364
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-argument-types/index.js
30302
30365
  var require_valid_content_for_argument_types = __commonJS({
30303
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-argument-types/index.js"(exports) {
30366
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-content-for-argument-types/index.js"(exports) {
30304
30367
  "use strict";
30305
30368
  init_cjs_shims();
30306
30369
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30338,9 +30401,9 @@ var require_valid_content_for_argument_types = __commonJS({
30338
30401
  }
30339
30402
  });
30340
30403
 
30341
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-block-target/index.js
30404
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-block-target/index.js
30342
30405
  var require_valid_block_target = __commonJS({
30343
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-block-target/index.js"(exports) {
30406
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-block-target/index.js"(exports) {
30344
30407
  "use strict";
30345
30408
  init_cjs_shims();
30346
30409
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30403,9 +30466,9 @@ var require_valid_block_target = __commonJS({
30403
30466
  }
30404
30467
  });
30405
30468
 
30406
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-scoped-css-class/index.js
30469
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-scoped-css-class/index.js
30407
30470
  var require_valid_scoped_css_class = __commonJS({
30408
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-scoped-css-class/index.js"(exports) {
30471
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-scoped-css-class/index.js"(exports) {
30409
30472
  "use strict";
30410
30473
  init_cjs_shims();
30411
30474
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30505,9 +30568,9 @@ var require_valid_scoped_css_class = __commonJS({
30505
30568
  }
30506
30569
  });
30507
30570
 
30508
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-html-translation/index.js
30571
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-html-translation/index.js
30509
30572
  var require_valid_html_translation = __commonJS({
30510
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-html-translation/index.js"(exports) {
30573
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-html-translation/index.js"(exports) {
30511
30574
  "use strict";
30512
30575
  init_cjs_shims();
30513
30576
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30549,9 +30612,9 @@ var require_valid_html_translation = __commonJS({
30549
30612
  }
30550
30613
  });
30551
30614
 
30552
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-json/index.js
30615
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-json/index.js
30553
30616
  var require_valid_json = __commonJS({
30554
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-json/index.js"(exports) {
30617
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-json/index.js"(exports) {
30555
30618
  "use strict";
30556
30619
  init_cjs_shims();
30557
30620
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30589,9 +30652,9 @@ var require_valid_json = __commonJS({
30589
30652
  }
30590
30653
  });
30591
30654
 
30592
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-doc-param-types/index.js
30655
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-doc-param-types/index.js
30593
30656
  var require_valid_doc_param_types = __commonJS({
30594
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-doc-param-types/index.js"(exports) {
30657
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-doc-param-types/index.js"(exports) {
30595
30658
  "use strict";
30596
30659
  init_cjs_shims();
30597
30660
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30643,9 +30706,9 @@ var require_valid_doc_param_types = __commonJS({
30643
30706
  }
30644
30707
  });
30645
30708
 
30646
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/valid-block-utils.js
30709
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/valid-block-utils.js
30647
30710
  var require_valid_block_utils = __commonJS({
30648
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/valid-block-utils.js"(exports) {
30711
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/valid-block-utils.js"(exports) {
30649
30712
  "use strict";
30650
30713
  init_cjs_shims();
30651
30714
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30689,9 +30752,9 @@ var require_valid_block_utils = __commonJS({
30689
30752
  }
30690
30753
  });
30691
30754
 
30692
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/index.js
30755
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/index.js
30693
30756
  var require_valid_local_blocks = __commonJS({
30694
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/index.js"(exports) {
30757
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-local-blocks/index.js"(exports) {
30695
30758
  "use strict";
30696
30759
  init_cjs_shims();
30697
30760
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30737,9 +30800,9 @@ var require_valid_local_blocks = __commonJS({
30737
30800
  }
30738
30801
  });
30739
30802
 
30740
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-render-snippet-argument-types/index.js
30803
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-render-snippet-argument-types/index.js
30741
30804
  var require_valid_render_snippet_argument_types = __commonJS({
30742
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-render-snippet-argument-types/index.js"(exports) {
30805
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-render-snippet-argument-types/index.js"(exports) {
30743
30806
  "use strict";
30744
30807
  init_cjs_shims();
30745
30808
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30796,9 +30859,9 @@ var require_valid_render_snippet_argument_types = __commonJS({
30796
30859
  }
30797
30860
  });
30798
30861
 
30799
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-schema/index.js
30862
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-schema/index.js
30800
30863
  var require_valid_schema = __commonJS({
30801
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-schema/index.js"(exports) {
30864
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-schema/index.js"(exports) {
30802
30865
  "use strict";
30803
30866
  init_cjs_shims();
30804
30867
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30838,9 +30901,9 @@ var require_valid_schema = __commonJS({
30838
30901
  }
30839
30902
  });
30840
30903
 
30841
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-name/index.js
30904
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-name/index.js
30842
30905
  var require_valid_schema_name = __commonJS({
30843
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-name/index.js"(exports) {
30906
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-name/index.js"(exports) {
30844
30907
  "use strict";
30845
30908
  init_cjs_shims();
30846
30909
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30891,9 +30954,9 @@ var require_valid_schema_name = __commonJS({
30891
30954
  }
30892
30955
  });
30893
30956
 
30894
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-translations/index.js
30957
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-translations/index.js
30895
30958
  var require_valid_schema_translations = __commonJS({
30896
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-translations/index.js"(exports) {
30959
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-schema-translations/index.js"(exports) {
30897
30960
  "use strict";
30898
30961
  init_cjs_shims();
30899
30962
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -30963,9 +31026,9 @@ var require_valid_schema_translations = __commonJS({
30963
31026
  }
30964
31027
  });
30965
31028
 
30966
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-settings-key/index.js
31029
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-settings-key/index.js
30967
31030
  var require_valid_settings_key = __commonJS({
30968
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-settings-key/index.js"(exports) {
31031
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-settings-key/index.js"(exports) {
30969
31032
  "use strict";
30970
31033
  init_cjs_shims();
30971
31034
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -31041,9 +31104,9 @@ var require_valid_settings_key = __commonJS({
31041
31104
  }
31042
31105
  });
31043
31106
 
31044
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-static-block-type/index.js
31107
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-static-block-type/index.js
31045
31108
  var require_valid_static_block_type = __commonJS({
31046
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-static-block-type/index.js"(exports) {
31109
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-static-block-type/index.js"(exports) {
31047
31110
  "use strict";
31048
31111
  init_cjs_shims();
31049
31112
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -31088,9 +31151,9 @@ var require_valid_static_block_type = __commonJS({
31088
31151
  }
31089
31152
  });
31090
31153
 
31091
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/visible-if-utils.js
31154
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/visible-if-utils.js
31092
31155
  var require_visible_if_utils = __commonJS({
31093
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/visible-if-utils.js"(exports) {
31156
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/visible-if-utils.js"(exports) {
31094
31157
  "use strict";
31095
31158
  init_cjs_shims();
31096
31159
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -31174,9 +31237,9 @@ var require_visible_if_utils = __commonJS({
31174
31237
  }
31175
31238
  });
31176
31239
 
31177
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/index.js
31240
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/index.js
31178
31241
  var require_valid_visible_if = __commonJS({
31179
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/index.js"(exports) {
31242
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/valid-visible-if/index.js"(exports) {
31180
31243
  "use strict";
31181
31244
  init_cjs_shims();
31182
31245
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -34953,9 +35016,9 @@ function print() { __p += __j.call(arguments, '') }
34953
35016
  }
34954
35017
  });
34955
35018
 
34956
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/variable-name/index.js
35019
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/variable-name/index.js
34957
35020
  var require_variable_name = __commonJS({
34958
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/variable-name/index.js"(exports) {
35021
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/variable-name/index.js"(exports) {
34959
35022
  "use strict";
34960
35023
  init_cjs_shims();
34961
35024
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35020,9 +35083,9 @@ var require_variable_name = __commonJS({
35020
35083
  }
35021
35084
  });
35022
35085
 
35023
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/app-block-missing-schema/index.js
35086
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/app-block-missing-schema/index.js
35024
35087
  var require_app_block_missing_schema = __commonJS({
35025
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/app-block-missing-schema/index.js"(exports) {
35088
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/app-block-missing-schema/index.js"(exports) {
35026
35089
  "use strict";
35027
35090
  init_cjs_shims();
35028
35091
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35061,9 +35124,9 @@ var require_app_block_missing_schema = __commonJS({
35061
35124
  }
35062
35125
  });
35063
35126
 
35064
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unique-settings-id/index.js
35127
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unique-settings-id/index.js
35065
35128
  var require_unique_settings_id = __commonJS({
35066
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/unique-settings-id/index.js"(exports) {
35129
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/unique-settings-id/index.js"(exports) {
35067
35130
  "use strict";
35068
35131
  init_cjs_shims();
35069
35132
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35123,14 +35186,14 @@ var require_unique_settings_id = __commonJS({
35123
35186
  }
35124
35187
  });
35125
35188
 
35126
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/index.js
35189
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/index.js
35127
35190
  var require_checks = __commonJS({
35128
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/checks/index.js"(exports) {
35191
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/checks/index.js"(exports) {
35129
35192
  "use strict";
35130
35193
  init_cjs_shims();
35131
35194
  Object.defineProperty(exports, "__esModule", { value: !0 });
35132
35195
  exports.recommended = exports.allChecks = void 0;
35133
- var types_1 = require_types5(), app_block_valid_tags_1 = require_app_block_valid_tags(), asset_preload_1 = require_asset_preload(), asset_size_app_block_css_1 = require_asset_size_app_block_css(), asset_size_app_block_javascript_1 = require_asset_size_app_block_javascript(), asset_size_css_1 = require_asset_size_css(), asset_size_javascript_1 = require_asset_size_javascript(), block_id_usage_1 = require_block_id_usage(), cdn_preconnect_1 = require_cdn_preconnect(), content_for_header_modification_1 = require_content_for_header_modification(), deprecate_bgsizes_1 = require_deprecate_bgsizes(), deprecate_lazysizes_1 = require_deprecate_lazysizes(), deprecated_filter_1 = require_deprecated_filter(), deprecated_fonts_on_sections_and_blocks_1 = require_deprecated_fonts_on_sections_and_blocks(), deprecated_fonts_on_settings_data_1 = require_deprecated_fonts_on_settings_data(), deprecated_fonts_on_settings_schema_1 = require_deprecated_fonts_on_settings_schema(), deprecated_tag_1 = require_deprecated_tag(), duplicate_render_snippet_arguments_1 = require_duplicate_render_snippet_arguments(), duplicate_content_for_arguments_1 = require_duplicate_content_for_arguments(), empty_block_content_1 = require_empty_block_content(), hardcoded_routes_1 = require_hardcoded_routes(), img_width_and_height_1 = require_img_width_and_height(), json_missing_block_1 = require_json_missing_block(), json_syntax_error_1 = require_json_syntax_error(), liquid_free_settings_1 = require_liquid_free_settings(), liquid_html_syntax_error_1 = require_liquid_html_syntax_error(), matching_translations_1 = require_matching_translations(), missing_asset_1 = require_missing_asset(), missing_content_for_arguments_1 = require_missing_content_for_arguments(), missing_render_snippet_arguments_1 = require_missing_render_snippet_arguments(), missing_template_1 = require_missing_template(), orphaned_snippet_1 = require_orphaned_snippet(), pagination_size_1 = require_pagination_size(), parser_blocking_script_1 = require_parser_blocking_script(), schema_presets_block_order_1 = require_schema_presets_block_order(), schema_presets_static_blocks_1 = require_schema_presets_static_blocks(), remote_asset_1 = require_remote_asset(), required_layout_theme_object_1 = require_required_layout_theme_object(), reserved_doc_param_names_1 = require_reserved_doc_param_names(), static_stylesheet_and_javascript_tags_1 = require_static_stylesheet_and_javascript_tags(), translation_key_exists_1 = require_translation_key_exists(), unclosed_html_element_1 = require_unclosed_html_element(), undefined_object_1 = require_undefined_object(), unique_doc_param_names_1 = require_unique_doc_param_names(), unique_static_block_id_1 = require_unique_static_block_id(), unknown_filter_1 = require_unknown_filter(), unrecognized_content_for_arguments_1 = require_unrecognized_content_for_arguments(), unrecognized_render_snippet_arguments_1 = require_unrecognized_render_snippet_arguments(), unused_assign_1 = require_unused_assign(), unsupported_doc_tag_1 = require_unsupported_doc_tag(), unused_doc_param_1 = require_unused_doc_param(), valid_content_for_arguments_1 = require_valid_content_for_arguments(), valid_content_for_argument_types_1 = require_valid_content_for_argument_types(), valid_block_target_1 = require_valid_block_target(), valid_scoped_css_class_1 = require_valid_scoped_css_class(), valid_html_translation_1 = require_valid_html_translation(), valid_json_1 = require_valid_json(), valid_doc_param_types_1 = require_valid_doc_param_types(), valid_local_blocks_1 = require_valid_local_blocks(), valid_render_snippet_argument_types_1 = require_valid_render_snippet_argument_types(), valid_schema_1 = require_valid_schema(), valid_schema_name_1 = require_valid_schema_name(), valid_schema_translations_1 = require_valid_schema_translations(), valid_settings_key_1 = require_valid_settings_key(), valid_static_block_type_1 = require_valid_static_block_type(), valid_visible_if_1 = require_valid_visible_if(), variable_name_1 = require_variable_name(), app_block_missing_schema_1 = require_app_block_missing_schema(), unique_settings_id_1 = require_unique_settings_id();
35196
+ var types_1 = require_types5(), app_block_valid_tags_1 = require_app_block_valid_tags(), asset_preload_1 = require_asset_preload(), asset_size_app_block_css_1 = require_asset_size_app_block_css(), asset_size_app_block_javascript_1 = require_asset_size_app_block_javascript(), asset_size_css_1 = require_asset_size_css(), asset_size_javascript_1 = require_asset_size_javascript(), block_id_usage_1 = require_block_id_usage(), cdn_preconnect_1 = require_cdn_preconnect(), content_for_header_modification_1 = require_content_for_header_modification(), deprecate_bgsizes_1 = require_deprecate_bgsizes(), deprecate_lazysizes_1 = require_deprecate_lazysizes(), deprecated_filter_1 = require_deprecated_filter(), deprecated_fonts_on_sections_and_blocks_1 = require_deprecated_fonts_on_sections_and_blocks(), deprecated_fonts_on_settings_data_1 = require_deprecated_fonts_on_settings_data(), deprecated_fonts_on_settings_schema_1 = require_deprecated_fonts_on_settings_schema(), deprecated_tag_1 = require_deprecated_tag(), duplicate_render_snippet_arguments_1 = require_duplicate_render_snippet_arguments(), duplicate_content_for_arguments_1 = require_duplicate_content_for_arguments(), empty_block_content_1 = require_empty_block_content(), hardcoded_routes_1 = require_hardcoded_routes(), img_width_and_height_1 = require_img_width_and_height(), json_missing_block_1 = require_json_missing_block(), json_syntax_error_1 = require_json_syntax_error(), liquid_free_settings_1 = require_liquid_free_settings(), liquid_html_syntax_error_1 = require_liquid_html_syntax_error(), matching_translations_1 = require_matching_translations(), missing_asset_1 = require_missing_asset(), missing_content_for_arguments_1 = require_missing_content_for_arguments(), missing_render_snippet_arguments_1 = require_missing_render_snippet_arguments(), missing_template_1 = require_missing_template(), orphaned_snippet_1 = require_orphaned_snippet(), pagination_size_1 = require_pagination_size(), parser_blocking_script_1 = require_parser_blocking_script(), schema_presets_block_order_1 = require_schema_presets_block_order(), schema_presets_static_blocks_1 = require_schema_presets_static_blocks(), remote_asset_1 = require_remote_asset(), required_layout_theme_object_1 = require_required_layout_theme_object(), reserved_doc_param_names_1 = require_reserved_doc_param_names(), static_stylesheet_and_javascript_tags_1 = require_static_stylesheet_and_javascript_tags(), translation_key_exists_1 = require_translation_key_exists(), unclosed_html_element_1 = require_unclosed_html_element(), undefined_object_1 = require_undefined_object(), unique_doc_param_names_1 = require_unique_doc_param_names(), unique_static_block_id_1 = require_unique_static_block_id(), unknown_filter_1 = require_unknown_filter(), unrecognized_content_for_arguments_1 = require_unrecognized_content_for_arguments(), unrecognized_render_snippet_arguments_1 = require_unrecognized_render_snippet_arguments(), unused_assign_1 = require_unused_assign(), unsupported_doc_tag_1 = require_unsupported_doc_tag(), unsupported_filter_arguments_1 = require_unsupported_filter_arguments(), unused_doc_param_1 = require_unused_doc_param(), valid_content_for_arguments_1 = require_valid_content_for_arguments(), valid_content_for_argument_types_1 = require_valid_content_for_argument_types(), valid_block_target_1 = require_valid_block_target(), valid_scoped_css_class_1 = require_valid_scoped_css_class(), valid_html_translation_1 = require_valid_html_translation(), valid_json_1 = require_valid_json(), valid_doc_param_types_1 = require_valid_doc_param_types(), valid_local_blocks_1 = require_valid_local_blocks(), valid_render_snippet_argument_types_1 = require_valid_render_snippet_argument_types(), valid_schema_1 = require_valid_schema(), valid_schema_name_1 = require_valid_schema_name(), valid_schema_translations_1 = require_valid_schema_translations(), valid_settings_key_1 = require_valid_settings_key(), valid_static_block_type_1 = require_valid_static_block_type(), valid_visible_if_1 = require_valid_visible_if(), variable_name_1 = require_variable_name(), app_block_missing_schema_1 = require_app_block_missing_schema(), unique_settings_id_1 = require_unique_settings_id();
35134
35197
  exports.allChecks = [
35135
35198
  app_block_valid_tags_1.AppBlockValidTags,
35136
35199
  asset_preload_1.AssetPreload,
@@ -35162,6 +35225,7 @@ var require_checks = __commonJS({
35162
35225
  missing_content_for_arguments_1.MissingContentForArguments,
35163
35226
  missing_render_snippet_arguments_1.MissingRenderSnippetArguments,
35164
35227
  missing_template_1.MissingTemplate,
35228
+ unsupported_filter_arguments_1.UnsupportedFilterArguments,
35165
35229
  app_block_missing_schema_1.AppBlockMissingSchema,
35166
35230
  orphaned_snippet_1.OrphanedSnippet,
35167
35231
  pagination_size_1.PaginationSize,
@@ -35209,9 +35273,9 @@ var require_checks = __commonJS({
35209
35273
  }
35210
35274
  });
35211
35275
 
35212
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/find-root.js
35276
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/find-root.js
35213
35277
  var require_find_root = __commonJS({
35214
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/find-root.js"(exports) {
35278
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/find-root.js"(exports) {
35215
35279
  "use strict";
35216
35280
  init_cjs_shims();
35217
35281
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -35275,9 +35339,9 @@ var require_find_root = __commonJS({
35275
35339
  }
35276
35340
  });
35277
35341
 
35278
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/utils.js
35342
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/utils.js
35279
35343
  var require_utils6 = __commonJS({
35280
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/utils.js"(exports) {
35344
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/utils.js"(exports) {
35281
35345
  "use strict";
35282
35346
  init_cjs_shims();
35283
35347
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35288,9 +35352,9 @@ var require_utils6 = __commonJS({
35288
35352
  }
35289
35353
  });
35290
35354
 
35291
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/correctors/json-corrector.js
35355
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/correctors/json-corrector.js
35292
35356
  var require_json_corrector = __commonJS({
35293
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/correctors/json-corrector.js"(exports) {
35357
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/correctors/json-corrector.js"(exports) {
35294
35358
  "use strict";
35295
35359
  init_cjs_shims();
35296
35360
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35369,9 +35433,9 @@ var require_json_corrector = __commonJS({
35369
35433
  }
35370
35434
  });
35371
35435
 
35372
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/correctors/string-corrector.js
35436
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/correctors/string-corrector.js
35373
35437
  var require_string_corrector = __commonJS({
35374
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/correctors/string-corrector.js"(exports) {
35438
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/correctors/string-corrector.js"(exports) {
35375
35439
  "use strict";
35376
35440
  init_cjs_shims();
35377
35441
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35443,9 +35507,9 @@ var require_string_corrector = __commonJS({
35443
35507
  }
35444
35508
  });
35445
35509
 
35446
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/correctors/index.js
35510
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/correctors/index.js
35447
35511
  var require_correctors = __commonJS({
35448
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/correctors/index.js"(exports) {
35512
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/correctors/index.js"(exports) {
35449
35513
  "use strict";
35450
35514
  init_cjs_shims();
35451
35515
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35475,9 +35539,9 @@ var require_correctors = __commonJS({
35475
35539
  }
35476
35540
  });
35477
35541
 
35478
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/autofix.js
35542
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/autofix.js
35479
35543
  var require_autofix = __commonJS({
35480
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/autofix.js"(exports) {
35544
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/autofix.js"(exports) {
35481
35545
  "use strict";
35482
35546
  init_cjs_shims();
35483
35547
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35499,9 +35563,9 @@ var require_autofix = __commonJS({
35499
35563
  }
35500
35564
  });
35501
35565
 
35502
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/apply-fix-to-string.js
35566
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/apply-fix-to-string.js
35503
35567
  var require_apply_fix_to_string = __commonJS({
35504
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/apply-fix-to-string.js"(exports) {
35568
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/apply-fix-to-string.js"(exports) {
35505
35569
  "use strict";
35506
35570
  init_cjs_shims();
35507
35571
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35525,9 +35589,9 @@ var require_apply_fix_to_string = __commonJS({
35525
35589
  }
35526
35590
  });
35527
35591
 
35528
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/index.js
35592
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/index.js
35529
35593
  var require_fixes2 = __commonJS({
35530
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/fixes/index.js"(exports) {
35594
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/fixes/index.js"(exports) {
35531
35595
  "use strict";
35532
35596
  init_cjs_shims();
35533
35597
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -35557,9 +35621,9 @@ var require_fixes2 = __commonJS({
35557
35621
  }
35558
35622
  });
35559
35623
 
35560
- // ../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/index.js
35624
+ // ../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/index.js
35561
35625
  var require_dist3 = __commonJS({
35562
- "../../node_modules/.pnpm/@shopify+theme-check-common@3.26.1/node_modules/@shopify/theme-check-common/dist/index.js"(exports) {
35626
+ "../../node_modules/.pnpm/@shopify+theme-check-common@3.27.0/node_modules/@shopify/theme-check-common/dist/index.js"(exports) {
35563
35627
  "use strict";
35564
35628
  init_cjs_shims();
35565
35629
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -38614,9 +38678,9 @@ Defaulting to 2020, but this will stop working in the future.`)), options.ecmaVe
38614
38678
  }
38615
38679
  });
38616
38680
 
38617
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/types.js
38681
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/types.js
38618
38682
  var require_types6 = __commonJS({
38619
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/types.js"(exports) {
38683
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/types.js"(exports) {
38620
38684
  "use strict";
38621
38685
  init_cjs_shims();
38622
38686
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -38633,9 +38697,9 @@ var require_types6 = __commonJS({
38633
38697
  }
38634
38698
  });
38635
38699
 
38636
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/utils/index.js
38700
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/utils/index.js
38637
38701
  var require_utils7 = __commonJS({
38638
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/utils/index.js"(exports) {
38702
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/utils/index.js"(exports) {
38639
38703
  "use strict";
38640
38704
  init_cjs_shims();
38641
38705
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -38678,9 +38742,9 @@ var require_utils7 = __commonJS({
38678
38742
  }
38679
38743
  });
38680
38744
 
38681
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/toSourceCode.js
38745
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/toSourceCode.js
38682
38746
  var require_toSourceCode = __commonJS({
38683
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/toSourceCode.js"(exports) {
38747
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/toSourceCode.js"(exports) {
38684
38748
  "use strict";
38685
38749
  init_cjs_shims();
38686
38750
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -38751,9 +38815,9 @@ var require_toSourceCode = __commonJS({
38751
38815
  }
38752
38816
  });
38753
38817
 
38754
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/augment.js
38818
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/augment.js
38755
38819
  var require_augment = __commonJS({
38756
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/augment.js"(exports) {
38820
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/augment.js"(exports) {
38757
38821
  "use strict";
38758
38822
  init_cjs_shims();
38759
38823
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -38777,9 +38841,9 @@ var require_augment = __commonJS({
38777
38841
  }
38778
38842
  });
38779
38843
 
38780
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/module.js
38844
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/module.js
38781
38845
  var require_module = __commonJS({
38782
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/module.js"(exports) {
38846
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/module.js"(exports) {
38783
38847
  "use strict";
38784
38848
  init_cjs_shims();
38785
38849
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -38908,9 +38972,9 @@ var require_module = __commonJS({
38908
38972
  }
38909
38973
  });
38910
38974
 
38911
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/traverse.js
38975
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/traverse.js
38912
38976
  var require_traverse = __commonJS({
38913
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/traverse.js"(exports) {
38977
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/traverse.js"(exports) {
38914
38978
  "use strict";
38915
38979
  init_cjs_shims();
38916
38980
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -39225,9 +39289,9 @@ var require_traverse = __commonJS({
39225
39289
  }
39226
39290
  });
39227
39291
 
39228
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/build.js
39292
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/build.js
39229
39293
  var require_build = __commonJS({
39230
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/build.js"(exports) {
39294
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/build.js"(exports) {
39231
39295
  "use strict";
39232
39296
  init_cjs_shims();
39233
39297
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -39249,9 +39313,9 @@ var require_build = __commonJS({
39249
39313
  }
39250
39314
  });
39251
39315
 
39252
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/serialize.js
39316
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/serialize.js
39253
39317
  var require_serialize = __commonJS({
39254
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/graph/serialize.js"(exports) {
39318
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/graph/serialize.js"(exports) {
39255
39319
  "use strict";
39256
39320
  init_cjs_shims();
39257
39321
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -39552,9 +39616,9 @@ var require_walk = __commonJS({
39552
39616
  }
39553
39617
  });
39554
39618
 
39555
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/getWebComponentMap.js
39619
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/getWebComponentMap.js
39556
39620
  var require_getWebComponentMap = __commonJS({
39557
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/getWebComponentMap.js"(exports) {
39621
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/getWebComponentMap.js"(exports) {
39558
39622
  "use strict";
39559
39623
  init_cjs_shims();
39560
39624
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -39596,9 +39660,9 @@ var require_getWebComponentMap = __commonJS({
39596
39660
  }
39597
39661
  });
39598
39662
 
39599
- // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/index.js
39663
+ // ../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/index.js
39600
39664
  var require_dist4 = __commonJS({
39601
- "../../node_modules/.pnpm/@shopify+theme-graph@0.2.7/node_modules/@shopify/theme-graph/dist/index.js"(exports) {
39665
+ "../../node_modules/.pnpm/@shopify+theme-graph@0.2.8/node_modules/@shopify/theme-graph/dist/index.js"(exports) {
39602
39666
  "use strict";
39603
39667
  init_cjs_shims();
39604
39668
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -39690,9 +39754,9 @@ var require_env_paths = __commonJS({
39690
39754
  }
39691
39755
  });
39692
39756
 
39693
- // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/utils.js
39757
+ // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/utils.js
39694
39758
  var require_utils8 = __commonJS({
39695
- "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/utils.js"(exports) {
39759
+ "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/utils.js"(exports) {
39696
39760
  "use strict";
39697
39761
  init_cjs_shims();
39698
39762
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -39714,9 +39778,9 @@ var require_utils8 = __commonJS({
39714
39778
  }
39715
39779
  });
39716
39780
 
39717
- // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsDownloader.js
39781
+ // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsDownloader.js
39718
39782
  var require_themeLiquidDocsDownloader = __commonJS({
39719
- "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsDownloader.js"(exports) {
39783
+ "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsDownloader.js"(exports) {
39720
39784
  "use strict";
39721
39785
  init_cjs_shims();
39722
39786
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -39813,9 +39877,9 @@ ${error}`), error;
39813
39877
  }
39814
39878
  });
39815
39879
 
39816
- // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsManager.js
39880
+ // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsManager.js
39817
39881
  var require_themeLiquidDocsManager = __commonJS({
39818
- "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsManager.js"(exports) {
39882
+ "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/themeLiquidDocsManager.js"(exports) {
39819
39883
  "use strict";
39820
39884
  init_cjs_shims();
39821
39885
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -39917,9 +39981,9 @@ ${e instanceof Error ? e.message : e}`);
39917
39981
  }
39918
39982
  });
39919
39983
 
39920
- // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/index.js
39984
+ // ../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/index.js
39921
39985
  var require_dist5 = __commonJS({
39922
- "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.26.1/node_modules/@shopify/theme-check-docs-updater/dist/index.js"(exports) {
39986
+ "../../node_modules/.pnpm/@shopify+theme-check-docs-updater@3.27.0/node_modules/@shopify/theme-check-docs-updater/dist/index.js"(exports) {
39923
39987
  "use strict";
39924
39988
  init_cjs_shims();
39925
39989
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -41283,9 +41347,9 @@ var require_glob = __commonJS({
41283
41347
  }
41284
41348
  });
41285
41349
 
41286
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/autofix.js
41350
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/autofix.js
41287
41351
  var require_autofix2 = __commonJS({
41288
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/autofix.js"(exports) {
41352
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/autofix.js"(exports) {
41289
41353
  "use strict";
41290
41354
  init_cjs_shims();
41291
41355
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -41302,9 +41366,9 @@ var require_autofix2 = __commonJS({
41302
41366
  }
41303
41367
  });
41304
41368
 
41305
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/file-utils.js
41369
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/file-utils.js
41306
41370
  var require_file_utils2 = __commonJS({
41307
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/file-utils.js"(exports) {
41371
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/file-utils.js"(exports) {
41308
41372
  "use strict";
41309
41373
  init_cjs_shims();
41310
41374
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -41323,9 +41387,9 @@ var require_file_utils2 = __commonJS({
41323
41387
  }
41324
41388
  });
41325
41389
 
41326
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/installation-location.js
41390
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/installation-location.js
41327
41391
  var require_installation_location = __commonJS({
41328
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/installation-location.js"(exports) {
41392
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/installation-location.js"(exports) {
41329
41393
  "use strict";
41330
41394
  init_cjs_shims();
41331
41395
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -41338,9 +41402,9 @@ var require_installation_location = __commonJS({
41338
41402
  }
41339
41403
  });
41340
41404
 
41341
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/load-third-party-checks.js
41405
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/load-third-party-checks.js
41342
41406
  var require_load_third_party_checks = __commonJS({
41343
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/load-third-party-checks.js"(exports) {
41407
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/load-third-party-checks.js"(exports) {
41344
41408
  "use strict";
41345
41409
  init_cjs_shims();
41346
41410
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -41387,9 +41451,9 @@ ${e}`);
41387
41451
  }
41388
41452
  });
41389
41453
 
41390
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/load-config-description.js
41454
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/load-config-description.js
41391
41455
  var require_load_config_description = __commonJS({
41392
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/load-config-description.js"(exports) {
41456
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/load-config-description.js"(exports) {
41393
41457
  "use strict";
41394
41458
  init_cjs_shims();
41395
41459
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -46977,9 +47041,9 @@ var require_dist6 = __commonJS({
46977
47041
  }
46978
47042
  });
46979
47043
 
46980
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/types.js
47044
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/types.js
46981
47045
  var require_types7 = __commonJS({
46982
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/types.js"(exports) {
47046
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/types.js"(exports) {
46983
47047
  "use strict";
46984
47048
  init_cjs_shims();
46985
47049
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -47013,9 +47077,9 @@ var require_types7 = __commonJS({
47013
47077
  }
47014
47078
  });
47015
47079
 
47016
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/read-yaml.js
47080
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/read-yaml.js
47017
47081
  var require_read_yaml = __commonJS({
47018
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/read-yaml.js"(exports) {
47082
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/read-yaml.js"(exports) {
47019
47083
  "use strict";
47020
47084
  init_cjs_shims();
47021
47085
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -47106,9 +47170,9 @@ ${message}`;
47106
47170
  }
47107
47171
  });
47108
47172
 
47109
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/merge-fragments.js
47173
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/merge-fragments.js
47110
47174
  var require_merge_fragments = __commonJS({
47111
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/merge-fragments.js"(exports) {
47175
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/merge-fragments.js"(exports) {
47112
47176
  "use strict";
47113
47177
  init_cjs_shims();
47114
47178
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -47144,9 +47208,9 @@ var require_merge_fragments = __commonJS({
47144
47208
  }
47145
47209
  });
47146
47210
 
47147
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/resolve-config.js
47211
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/resolve-config.js
47148
47212
  var require_resolve_config = __commonJS({
47149
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/resolve-config.js"(exports) {
47213
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/resolve-config.js"(exports) {
47150
47214
  "use strict";
47151
47215
  init_cjs_shims();
47152
47216
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -47169,9 +47233,9 @@ var require_resolve_config = __commonJS({
47169
47233
  }
47170
47234
  });
47171
47235
 
47172
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/index.js
47236
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/index.js
47173
47237
  var require_resolve = __commonJS({
47174
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/resolve/index.js"(exports) {
47238
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/resolve/index.js"(exports) {
47175
47239
  "use strict";
47176
47240
  init_cjs_shims();
47177
47241
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -47183,9 +47247,9 @@ var require_resolve = __commonJS({
47183
47247
  }
47184
47248
  });
47185
47249
 
47186
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/validation.js
47250
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/validation.js
47187
47251
  var require_validation = __commonJS({
47188
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/validation.js"(exports) {
47252
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/validation.js"(exports) {
47189
47253
  "use strict";
47190
47254
  init_cjs_shims();
47191
47255
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -47254,9 +47318,9 @@ var require_validation = __commonJS({
47254
47318
  }
47255
47319
  });
47256
47320
 
47257
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/load-config.js
47321
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/load-config.js
47258
47322
  var require_load_config = __commonJS({
47259
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/load-config.js"(exports) {
47323
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/load-config.js"(exports) {
47260
47324
  "use strict";
47261
47325
  init_cjs_shims();
47262
47326
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -47276,9 +47340,9 @@ var require_load_config = __commonJS({
47276
47340
  }
47277
47341
  });
47278
47342
 
47279
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/find-config-path.js
47343
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/find-config-path.js
47280
47344
  var require_find_config_path = __commonJS({
47281
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/find-config-path.js"(exports) {
47345
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/find-config-path.js"(exports) {
47282
47346
  "use strict";
47283
47347
  init_cjs_shims();
47284
47348
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -47299,9 +47363,9 @@ var require_find_config_path = __commonJS({
47299
47363
  }
47300
47364
  });
47301
47365
 
47302
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/index.js
47366
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/index.js
47303
47367
  var require_config = __commonJS({
47304
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/config/index.js"(exports) {
47368
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/config/index.js"(exports) {
47305
47369
  "use strict";
47306
47370
  init_cjs_shims();
47307
47371
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -47317,9 +47381,9 @@ var require_config = __commonJS({
47317
47381
  }
47318
47382
  });
47319
47383
 
47320
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/NodeFileSystem.js
47384
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/NodeFileSystem.js
47321
47385
  var require_NodeFileSystem = __commonJS({
47322
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/NodeFileSystem.js"(exports) {
47386
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/NodeFileSystem.js"(exports) {
47323
47387
  "use strict";
47324
47388
  init_cjs_shims();
47325
47389
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -47350,9 +47414,9 @@ var require_NodeFileSystem = __commonJS({
47350
47414
  }
47351
47415
  });
47352
47416
 
47353
- // ../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/index.js
47417
+ // ../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/index.js
47354
47418
  var require_dist7 = __commonJS({
47355
- "../../node_modules/.pnpm/@shopify+theme-check-node@3.26.1/node_modules/@shopify/theme-check-node/dist/index.js"(exports) {
47419
+ "../../node_modules/.pnpm/@shopify+theme-check-node@3.27.0/node_modules/@shopify/theme-check-node/dist/index.js"(exports) {
47356
47420
  "use strict";
47357
47421
  init_cjs_shims();
47358
47422
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -72519,9 +72583,9 @@ var require_main4 = __commonJS({
72519
72583
  }
72520
72584
  });
72521
72585
 
72522
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/types.js
72586
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/types.js
72523
72587
  var require_types9 = __commonJS({
72524
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/types.js"(exports) {
72588
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/types.js"(exports) {
72525
72589
  "use strict";
72526
72590
  init_cjs_shims();
72527
72591
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -72576,9 +72640,9 @@ var require_types9 = __commonJS({
72576
72640
  }
72577
72641
  });
72578
72642
 
72579
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/debounce.js
72643
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/debounce.js
72580
72644
  var require_debounce = __commonJS({
72581
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/debounce.js"(exports) {
72645
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/debounce.js"(exports) {
72582
72646
  "use strict";
72583
72647
  init_cjs_shims();
72584
72648
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -72596,9 +72660,9 @@ var require_debounce = __commonJS({
72596
72660
  }
72597
72661
  });
72598
72662
 
72599
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/array.js
72663
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/array.js
72600
72664
  var require_array2 = __commonJS({
72601
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/array.js"(exports) {
72665
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/array.js"(exports) {
72602
72666
  "use strict";
72603
72667
  init_cjs_shims();
72604
72668
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -72611,9 +72675,9 @@ var require_array2 = __commonJS({
72611
72675
  }
72612
72676
  });
72613
72677
 
72614
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/node.js
72678
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/node.js
72615
72679
  var require_node4 = __commonJS({
72616
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/node.js"(exports) {
72680
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/node.js"(exports) {
72617
72681
  "use strict";
72618
72682
  init_cjs_shims();
72619
72683
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -72666,9 +72730,9 @@ var require_node4 = __commonJS({
72666
72730
  }
72667
72731
  });
72668
72732
 
72669
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/isCovered.js
72733
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/isCovered.js
72670
72734
  var require_isCovered = __commonJS({
72671
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/isCovered.js"(exports) {
72735
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/isCovered.js"(exports) {
72672
72736
  "use strict";
72673
72737
  init_cjs_shims();
72674
72738
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -72679,9 +72743,9 @@ var require_isCovered = __commonJS({
72679
72743
  }
72680
72744
  });
72681
72745
 
72682
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/index.js
72746
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/index.js
72683
72747
  var require_utils10 = __commonJS({
72684
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/index.js"(exports) {
72748
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/index.js"(exports) {
72685
72749
  "use strict";
72686
72750
  init_cjs_shims();
72687
72751
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -76752,9 +76816,9 @@ var require_main6 = __commonJS({
76752
76816
  }
76753
76817
  });
76754
76818
 
76755
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/ClientCapabilities.js
76819
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/ClientCapabilities.js
76756
76820
  var require_ClientCapabilities = __commonJS({
76757
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/ClientCapabilities.js"(exports) {
76821
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/ClientCapabilities.js"(exports) {
76758
76822
  "use strict";
76759
76823
  init_cjs_shims();
76760
76824
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -76801,9 +76865,9 @@ var require_ClientCapabilities = __commonJS({
76801
76865
  }
76802
76866
  });
76803
76867
 
76804
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/BaseExecuteCommandProvider.js
76868
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/BaseExecuteCommandProvider.js
76805
76869
  var require_BaseExecuteCommandProvider = __commonJS({
76806
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/BaseExecuteCommandProvider.js"(exports) {
76870
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/BaseExecuteCommandProvider.js"(exports) {
76807
76871
  "use strict";
76808
76872
  init_cjs_shims();
76809
76873
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -76822,9 +76886,9 @@ var require_BaseExecuteCommandProvider = __commonJS({
76822
76886
  }
76823
76887
  });
76824
76888
 
76825
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplyFixesProvider.js
76889
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplyFixesProvider.js
76826
76890
  var require_ApplyFixesProvider = __commonJS({
76827
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplyFixesProvider.js"(exports) {
76891
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplyFixesProvider.js"(exports) {
76828
76892
  "use strict";
76829
76893
  init_cjs_shims();
76830
76894
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -76870,9 +76934,9 @@ var require_ApplyFixesProvider = __commonJS({
76870
76934
  }
76871
76935
  });
76872
76936
 
76873
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplySuggestionProvider.js
76937
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplySuggestionProvider.js
76874
76938
  var require_ApplySuggestionProvider = __commonJS({
76875
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplySuggestionProvider.js"(exports) {
76939
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/ApplySuggestionProvider.js"(exports) {
76876
76940
  "use strict";
76877
76941
  init_cjs_shims();
76878
76942
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -76924,9 +76988,9 @@ var require_ApplySuggestionProvider = __commonJS({
76924
76988
  }
76925
76989
  });
76926
76990
 
76927
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/RunChecksProvider.js
76991
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/RunChecksProvider.js
76928
76992
  var require_RunChecksProvider = __commonJS({
76929
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/RunChecksProvider.js"(exports) {
76993
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/RunChecksProvider.js"(exports) {
76930
76994
  "use strict";
76931
76995
  init_cjs_shims();
76932
76996
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -76950,9 +77014,9 @@ var require_RunChecksProvider = __commonJS({
76950
77014
  }
76951
77015
  });
76952
77016
 
76953
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/index.js
77017
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/index.js
76954
77018
  var require_providers = __commonJS({
76955
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/providers/index.js"(exports) {
77019
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/providers/index.js"(exports) {
76956
77020
  "use strict";
76957
77021
  init_cjs_shims();
76958
77022
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -76978,9 +77042,9 @@ var require_providers = __commonJS({
76978
77042
  }
76979
77043
  });
76980
77044
 
76981
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/ExecuteCommandProvider.js
77045
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/ExecuteCommandProvider.js
76982
77046
  var require_ExecuteCommandProvider = __commonJS({
76983
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/ExecuteCommandProvider.js"(exports) {
77047
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/ExecuteCommandProvider.js"(exports) {
76984
77048
  "use strict";
76985
77049
  init_cjs_shims();
76986
77050
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77014,9 +77078,9 @@ var require_ExecuteCommandProvider = __commonJS({
77014
77078
  }
77015
77079
  });
77016
77080
 
77017
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/index.js
77081
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/index.js
77018
77082
  var require_commands = __commonJS({
77019
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/commands/index.js"(exports) {
77083
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/commands/index.js"(exports) {
77020
77084
  "use strict";
77021
77085
  init_cjs_shims();
77022
77086
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77035,9 +77099,9 @@ var require_commands = __commonJS({
77035
77099
  }
77036
77100
  });
77037
77101
 
77038
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/BaseCodeActionsProvider.js
77102
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/BaseCodeActionsProvider.js
77039
77103
  var require_BaseCodeActionsProvider = __commonJS({
77040
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/BaseCodeActionsProvider.js"(exports) {
77104
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/BaseCodeActionsProvider.js"(exports) {
77041
77105
  "use strict";
77042
77106
  init_cjs_shims();
77043
77107
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77057,9 +77121,9 @@ var require_BaseCodeActionsProvider = __commonJS({
77057
77121
  }
77058
77122
  });
77059
77123
 
77060
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/utils.js
77124
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/utils.js
77061
77125
  var require_utils11 = __commonJS({
77062
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/utils.js"(exports) {
77126
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/utils.js"(exports) {
77063
77127
  "use strict";
77064
77128
  init_cjs_shims();
77065
77129
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77082,9 +77146,9 @@ var require_utils11 = __commonJS({
77082
77146
  }
77083
77147
  });
77084
77148
 
77085
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixProvider.js
77149
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixProvider.js
77086
77150
  var require_FixProvider = __commonJS({
77087
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixProvider.js"(exports) {
77151
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixProvider.js"(exports) {
77088
77152
  "use strict";
77089
77153
  init_cjs_shims();
77090
77154
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77126,9 +77190,9 @@ var require_FixProvider = __commonJS({
77126
77190
  }
77127
77191
  });
77128
77192
 
77129
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixAllProvider.js
77193
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixAllProvider.js
77130
77194
  var require_FixAllProvider = __commonJS({
77131
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixAllProvider.js"(exports) {
77195
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/FixAllProvider.js"(exports) {
77132
77196
  "use strict";
77133
77197
  init_cjs_shims();
77134
77198
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77153,9 +77217,9 @@ var require_FixAllProvider = __commonJS({
77153
77217
  }
77154
77218
  });
77155
77219
 
77156
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/SuggestionProvider.js
77220
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/SuggestionProvider.js
77157
77221
  var require_SuggestionProvider = __commonJS({
77158
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/SuggestionProvider.js"(exports) {
77222
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/SuggestionProvider.js"(exports) {
77159
77223
  "use strict";
77160
77224
  init_cjs_shims();
77161
77225
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77181,9 +77245,9 @@ var require_SuggestionProvider = __commonJS({
77181
77245
  }
77182
77246
  });
77183
77247
 
77184
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/index.js
77248
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/index.js
77185
77249
  var require_providers2 = __commonJS({
77186
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/index.js"(exports) {
77250
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/providers/index.js"(exports) {
77187
77251
  "use strict";
77188
77252
  init_cjs_shims();
77189
77253
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77203,9 +77267,9 @@ var require_providers2 = __commonJS({
77203
77267
  }
77204
77268
  });
77205
77269
 
77206
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/CodeActionsProvider.js
77270
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/CodeActionsProvider.js
77207
77271
  var require_CodeActionsProvider = __commonJS({
77208
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/CodeActionsProvider.js"(exports) {
77272
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/CodeActionsProvider.js"(exports) {
77209
77273
  "use strict";
77210
77274
  init_cjs_shims();
77211
77275
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77230,9 +77294,9 @@ var require_CodeActionsProvider = __commonJS({
77230
77294
  }
77231
77295
  });
77232
77296
 
77233
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/index.js
77297
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/index.js
77234
77298
  var require_codeActions = __commonJS({
77235
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/codeActions/index.js"(exports) {
77299
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/codeActions/index.js"(exports) {
77236
77300
  "use strict";
77237
77301
  init_cjs_shims();
77238
77302
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77247,9 +77311,9 @@ var require_codeActions = __commonJS({
77247
77311
  }
77248
77312
  });
77249
77313
 
77250
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/settings/index.js
77314
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/settings/index.js
77251
77315
  var require_settings = __commonJS({
77252
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/settings/index.js"(exports) {
77316
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/settings/index.js"(exports) {
77253
77317
  "use strict";
77254
77318
  init_cjs_shims();
77255
77319
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77264,9 +77328,9 @@ var require_settings = __commonJS({
77264
77328
  }
77265
77329
  });
77266
77330
 
77267
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/TypeSystem.js
77331
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/TypeSystem.js
77268
77332
  var require_TypeSystem = __commonJS({
77269
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/TypeSystem.js"(exports) {
77333
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/TypeSystem.js"(exports) {
77270
77334
  "use strict";
77271
77335
  init_cjs_shims();
77272
77336
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -77860,9 +77924,9 @@ var require_TypeSystem = __commonJS({
77860
77924
  }
77861
77925
  });
77862
77926
 
77863
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/params/fix.js
77927
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/params/fix.js
77864
77928
  var require_fix = __commonJS({
77865
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/params/fix.js"(exports) {
77929
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/params/fix.js"(exports) {
77866
77930
  "use strict";
77867
77931
  init_cjs_shims();
77868
77932
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78042,9 +78106,9 @@ var require_fix = __commonJS({
78042
78106
  }
78043
78107
  });
78044
78108
 
78045
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/params/LiquidCompletionParams.js
78109
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/params/LiquidCompletionParams.js
78046
78110
  var require_LiquidCompletionParams = __commonJS({
78047
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/params/LiquidCompletionParams.js"(exports) {
78111
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/params/LiquidCompletionParams.js"(exports) {
78048
78112
  "use strict";
78049
78113
  init_cjs_shims();
78050
78114
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78254,9 +78318,9 @@ var require_LiquidCompletionParams = __commonJS({
78254
78318
  }
78255
78319
  });
78256
78320
 
78257
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/params/index.js
78321
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/params/index.js
78258
78322
  var require_params = __commonJS({
78259
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/params/index.js"(exports) {
78323
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/params/index.js"(exports) {
78260
78324
  "use strict";
78261
78325
  init_cjs_shims();
78262
78326
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78272,9 +78336,9 @@ var require_params = __commonJS({
78272
78336
  }
78273
78337
  });
78274
78338
 
78275
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForCompletionProvider.js
78339
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForCompletionProvider.js
78276
78340
  var require_ContentForCompletionProvider = __commonJS({
78277
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForCompletionProvider.js"(exports) {
78341
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForCompletionProvider.js"(exports) {
78278
78342
  "use strict";
78279
78343
  init_cjs_shims();
78280
78344
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78338,9 +78402,9 @@ to see how to create theme blocks that can be used this way.
78338
78402
  }
78339
78403
  });
78340
78404
 
78341
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForBlockTypeCompletionProvider.js
78405
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForBlockTypeCompletionProvider.js
78342
78406
  var require_ContentForBlockTypeCompletionProvider = __commonJS({
78343
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForBlockTypeCompletionProvider.js"(exports) {
78407
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForBlockTypeCompletionProvider.js"(exports) {
78344
78408
  "use strict";
78345
78409
  init_cjs_shims();
78346
78410
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78365,9 +78429,9 @@ var require_ContentForBlockTypeCompletionProvider = __commonJS({
78365
78429
  }
78366
78430
  });
78367
78431
 
78368
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/data/contentForParameterCompletionOptions.js
78432
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/data/contentForParameterCompletionOptions.js
78369
78433
  var require_contentForParameterCompletionOptions = __commonJS({
78370
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/data/contentForParameterCompletionOptions.js"(exports) {
78434
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/data/contentForParameterCompletionOptions.js"(exports) {
78371
78435
  "use strict";
78372
78436
  init_cjs_shims();
78373
78437
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78380,9 +78444,9 @@ var require_contentForParameterCompletionOptions = __commonJS({
78380
78444
  }
78381
78445
  });
78382
78446
 
78383
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/liquidDoc.js
78447
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/liquidDoc.js
78384
78448
  var require_liquidDoc2 = __commonJS({
78385
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/liquidDoc.js"(exports) {
78449
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/liquidDoc.js"(exports) {
78386
78450
  "use strict";
78387
78451
  init_cjs_shims();
78388
78452
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78478,9 +78542,9 @@ ${content}
78478
78542
  }
78479
78543
  });
78480
78544
 
78481
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForParameterCompletionProvider.js
78545
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForParameterCompletionProvider.js
78482
78546
  var require_ContentForParameterCompletionProvider = __commonJS({
78483
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForParameterCompletionProvider.js"(exports) {
78547
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ContentForParameterCompletionProvider.js"(exports) {
78484
78548
  "use strict";
78485
78549
  init_cjs_shims();
78486
78550
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -78557,9 +78621,9 @@ var require_ContentForParameterCompletionProvider = __commonJS({
78557
78621
  }
78558
78622
  });
78559
78623
 
78560
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/docset/MarkdownRenderer.js
78624
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/docset/MarkdownRenderer.js
78561
78625
  var require_MarkdownRenderer = __commonJS({
78562
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/docset/MarkdownRenderer.js"(exports) {
78626
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/docset/MarkdownRenderer.js"(exports) {
78563
78627
  "use strict";
78564
78628
  init_cjs_shims();
78565
78629
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85217,9 +85281,9 @@ See [Browser compatibility](#Browser_compatibility) for notes on browser support
85217
85281
  }
85218
85282
  });
85219
85283
 
85220
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/docset/HtmlDocset.js
85284
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/docset/HtmlDocset.js
85221
85285
  var require_HtmlDocset = __commonJS({
85222
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/docset/HtmlDocset.js"(exports) {
85286
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/docset/HtmlDocset.js"(exports) {
85223
85287
  "use strict";
85224
85288
  init_cjs_shims();
85225
85289
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -85256,9 +85320,9 @@ var require_HtmlDocset = __commonJS({
85256
85320
  }
85257
85321
  });
85258
85322
 
85259
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/docset/index.js
85323
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/docset/index.js
85260
85324
  var require_docset = __commonJS({
85261
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/docset/index.js"(exports) {
85325
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/docset/index.js"(exports) {
85262
85326
  "use strict";
85263
85327
  init_cjs_shims();
85264
85328
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -85285,9 +85349,9 @@ var require_docset = __commonJS({
85285
85349
  }
85286
85350
  });
85287
85351
 
85288
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/CompletionItemProperties.js
85352
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/CompletionItemProperties.js
85289
85353
  var require_CompletionItemProperties = __commonJS({
85290
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/CompletionItemProperties.js"(exports) {
85354
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/CompletionItemProperties.js"(exports) {
85291
85355
  "use strict";
85292
85356
  init_cjs_shims();
85293
85357
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85322,9 +85386,9 @@ var require_CompletionItemProperties = __commonJS({
85322
85386
  }
85323
85387
  });
85324
85388
 
85325
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/index.js
85389
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/index.js
85326
85390
  var require_common4 = __commonJS({
85327
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/index.js"(exports) {
85391
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/common/index.js"(exports) {
85328
85392
  "use strict";
85329
85393
  init_cjs_shims();
85330
85394
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85340,9 +85404,9 @@ var require_common4 = __commonJS({
85340
85404
  }
85341
85405
  });
85342
85406
 
85343
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlTagCompletionProvider.js
85407
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlTagCompletionProvider.js
85344
85408
  var require_HtmlTagCompletionProvider = __commonJS({
85345
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlTagCompletionProvider.js"(exports) {
85409
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlTagCompletionProvider.js"(exports) {
85346
85410
  "use strict";
85347
85411
  init_cjs_shims();
85348
85412
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85408,9 +85472,9 @@ var require_HtmlTagCompletionProvider = __commonJS({
85408
85472
  }
85409
85473
  });
85410
85474
 
85411
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeCompletionProvider.js
85475
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeCompletionProvider.js
85412
85476
  var require_HtmlAttributeCompletionProvider = __commonJS({
85413
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeCompletionProvider.js"(exports) {
85477
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeCompletionProvider.js"(exports) {
85414
85478
  "use strict";
85415
85479
  init_cjs_shims();
85416
85480
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85472,9 +85536,9 @@ var require_HtmlAttributeCompletionProvider = __commonJS({
85472
85536
  }
85473
85537
  });
85474
85538
 
85475
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeValueCompletionProvider.js
85539
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeValueCompletionProvider.js
85476
85540
  var require_HtmlAttributeValueCompletionProvider = __commonJS({
85477
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeValueCompletionProvider.js"(exports) {
85541
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/HtmlAttributeValueCompletionProvider.js"(exports) {
85478
85542
  "use strict";
85479
85543
  init_cjs_shims();
85480
85544
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85506,9 +85570,9 @@ var require_HtmlAttributeValueCompletionProvider = __commonJS({
85506
85570
  }
85507
85571
  });
85508
85572
 
85509
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterCompletionProvider.js
85573
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterCompletionProvider.js
85510
85574
  var require_FilterCompletionProvider = __commonJS({
85511
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterCompletionProvider.js"(exports) {
85575
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterCompletionProvider.js"(exports) {
85512
85576
  "use strict";
85513
85577
  init_cjs_shims();
85514
85578
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85583,9 +85647,9 @@ var require_FilterCompletionProvider = __commonJS({
85583
85647
  }
85584
85648
  });
85585
85649
 
85586
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterNamedParameterCompletionProvider.js
85650
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterNamedParameterCompletionProvider.js
85587
85651
  var require_FilterNamedParameterCompletionProvider = __commonJS({
85588
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterNamedParameterCompletionProvider.js"(exports) {
85652
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/FilterNamedParameterCompletionProvider.js"(exports) {
85589
85653
  "use strict";
85590
85654
  init_cjs_shims();
85591
85655
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85637,9 +85701,9 @@ var require_FilterNamedParameterCompletionProvider = __commonJS({
85637
85701
  }
85638
85702
  });
85639
85703
 
85640
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidTagsCompletionProvider.js
85704
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidTagsCompletionProvider.js
85641
85705
  var require_LiquidTagsCompletionProvider = __commonJS({
85642
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidTagsCompletionProvider.js"(exports) {
85706
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidTagsCompletionProvider.js"(exports) {
85643
85707
  "use strict";
85644
85708
  init_cjs_shims();
85645
85709
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85761,9 +85825,9 @@ var require_LiquidTagsCompletionProvider = __commonJS({
85761
85825
  }
85762
85826
  });
85763
85827
 
85764
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectAttributeCompletionProvider.js
85828
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectAttributeCompletionProvider.js
85765
85829
  var require_ObjectAttributeCompletionProvider = __commonJS({
85766
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectAttributeCompletionProvider.js"(exports) {
85830
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectAttributeCompletionProvider.js"(exports) {
85767
85831
  "use strict";
85768
85832
  init_cjs_shims();
85769
85833
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85806,9 +85870,9 @@ var require_ObjectAttributeCompletionProvider = __commonJS({
85806
85870
  }
85807
85871
  });
85808
85872
 
85809
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectCompletionProvider.js
85873
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectCompletionProvider.js
85810
85874
  var require_ObjectCompletionProvider = __commonJS({
85811
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectCompletionProvider.js"(exports) {
85875
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/ObjectCompletionProvider.js"(exports) {
85812
85876
  "use strict";
85813
85877
  init_cjs_shims();
85814
85878
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85836,9 +85900,9 @@ var require_ObjectCompletionProvider = __commonJS({
85836
85900
  }
85837
85901
  });
85838
85902
 
85839
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/translations.js
85903
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/translations.js
85840
85904
  var require_translations = __commonJS({
85841
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/translations.js"(exports) {
85905
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/translations.js"(exports) {
85842
85906
  "use strict";
85843
85907
  init_cjs_shims();
85844
85908
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85904,9 +85968,9 @@ var require_translations = __commonJS({
85904
85968
  }
85905
85969
  });
85906
85970
 
85907
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/TranslationCompletionProvider.js
85971
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/TranslationCompletionProvider.js
85908
85972
  var require_TranslationCompletionProvider = __commonJS({
85909
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/TranslationCompletionProvider.js"(exports) {
85973
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/TranslationCompletionProvider.js"(exports) {
85910
85974
  "use strict";
85911
85975
  init_cjs_shims();
85912
85976
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85961,9 +86025,9 @@ var require_TranslationCompletionProvider = __commonJS({
85961
86025
  }
85962
86026
  });
85963
86027
 
85964
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetCompletionProvider.js
86028
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetCompletionProvider.js
85965
86029
  var require_RenderSnippetCompletionProvider = __commonJS({
85966
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetCompletionProvider.js"(exports) {
86030
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetCompletionProvider.js"(exports) {
85967
86031
  "use strict";
85968
86032
  init_cjs_shims();
85969
86033
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -85994,9 +86058,9 @@ var require_RenderSnippetCompletionProvider = __commonJS({
85994
86058
  }
85995
86059
  });
85996
86060
 
85997
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetParameterCompletionProvider.js
86061
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetParameterCompletionProvider.js
85998
86062
  var require_RenderSnippetParameterCompletionProvider = __commonJS({
85999
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetParameterCompletionProvider.js"(exports) {
86063
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/RenderSnippetParameterCompletionProvider.js"(exports) {
86000
86064
  "use strict";
86001
86065
  init_cjs_shims();
86002
86066
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -86032,9 +86096,9 @@ var require_RenderSnippetParameterCompletionProvider = __commonJS({
86032
86096
  }
86033
86097
  });
86034
86098
 
86035
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocTagCompletionProvider.js
86099
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocTagCompletionProvider.js
86036
86100
  var require_LiquidDocTagCompletionProvider = __commonJS({
86037
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocTagCompletionProvider.js"(exports) {
86101
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocTagCompletionProvider.js"(exports) {
86038
86102
  "use strict";
86039
86103
  init_cjs_shims();
86040
86104
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -86081,9 +86145,9 @@ var require_LiquidDocTagCompletionProvider = __commonJS({
86081
86145
  }
86082
86146
  });
86083
86147
 
86084
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocParamTypeCompletionProvider.js
86148
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocParamTypeCompletionProvider.js
86085
86149
  var require_LiquidDocParamTypeCompletionProvider = __commonJS({
86086
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocParamTypeCompletionProvider.js"(exports) {
86150
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/LiquidDocParamTypeCompletionProvider.js"(exports) {
86087
86151
  "use strict";
86088
86152
  init_cjs_shims();
86089
86153
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -86123,9 +86187,9 @@ var require_LiquidDocParamTypeCompletionProvider = __commonJS({
86123
86187
  }
86124
86188
  });
86125
86189
 
86126
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/index.js
86190
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/index.js
86127
86191
  var require_providers3 = __commonJS({
86128
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/providers/index.js"(exports) {
86192
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/providers/index.js"(exports) {
86129
86193
  "use strict";
86130
86194
  init_cjs_shims();
86131
86195
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -86197,9 +86261,9 @@ var require_providers3 = __commonJS({
86197
86261
  }
86198
86262
  });
86199
86263
 
86200
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/CompletionsProvider.js
86264
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/CompletionsProvider.js
86201
86265
  var require_CompletionsProvider = __commonJS({
86202
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/CompletionsProvider.js"(exports) {
86266
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/CompletionsProvider.js"(exports) {
86203
86267
  "use strict";
86204
86268
  init_cjs_shims();
86205
86269
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -86248,9 +86312,9 @@ var require_CompletionsProvider = __commonJS({
86248
86312
  }
86249
86313
  });
86250
86314
 
86251
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/index.js
86315
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/index.js
86252
86316
  var require_completions = __commonJS({
86253
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/completions/index.js"(exports) {
86317
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/completions/index.js"(exports) {
86254
86318
  "use strict";
86255
86319
  init_cjs_shims();
86256
86320
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121488,9 +121552,9 @@ var defaultLanguageServiceOptions, init_cssLanguageService = __esm({
121488
121552
  }
121489
121553
  });
121490
121554
 
121491
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/css/CSSLanguageService.js
121555
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/css/CSSLanguageService.js
121492
121556
  var require_CSSLanguageService = __commonJS({
121493
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/css/CSSLanguageService.js"(exports) {
121557
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/css/CSSLanguageService.js"(exports) {
121494
121558
  "use strict";
121495
121559
  init_cjs_shims();
121496
121560
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121562,9 +121626,9 @@ var require_CSSLanguageService = __commonJS({
121562
121626
  }
121563
121627
  });
121564
121628
 
121565
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/SchemaTranslationStringDefinitionProvider.js
121629
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/SchemaTranslationStringDefinitionProvider.js
121566
121630
  var require_SchemaTranslationStringDefinitionProvider = __commonJS({
121567
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/SchemaTranslationStringDefinitionProvider.js"(exports) {
121631
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/SchemaTranslationStringDefinitionProvider.js"(exports) {
121568
121632
  "use strict";
121569
121633
  init_cjs_shims();
121570
121634
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121610,9 +121674,9 @@ var require_SchemaTranslationStringDefinitionProvider = __commonJS({
121610
121674
  }
121611
121675
  });
121612
121676
 
121613
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/TranslationStringDefinitionProvider.js
121677
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/TranslationStringDefinitionProvider.js
121614
121678
  var require_TranslationStringDefinitionProvider = __commonJS({
121615
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/TranslationStringDefinitionProvider.js"(exports) {
121679
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/definitions/providers/TranslationStringDefinitionProvider.js"(exports) {
121616
121680
  "use strict";
121617
121681
  init_cjs_shims();
121618
121682
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121652,9 +121716,9 @@ var require_TranslationStringDefinitionProvider = __commonJS({
121652
121716
  }
121653
121717
  });
121654
121718
 
121655
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/definitions/DefinitionProvider.js
121719
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/definitions/DefinitionProvider.js
121656
121720
  var require_DefinitionProvider = __commonJS({
121657
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/definitions/DefinitionProvider.js"(exports) {
121721
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/definitions/DefinitionProvider.js"(exports) {
121658
121722
  "use strict";
121659
121723
  init_cjs_shims();
121660
121724
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121680,9 +121744,9 @@ var require_DefinitionProvider = __commonJS({
121680
121744
  }
121681
121745
  });
121682
121746
 
121683
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/offenseToDiagnostic.js
121747
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/offenseToDiagnostic.js
121684
121748
  var require_offenseToDiagnostic = __commonJS({
121685
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/offenseToDiagnostic.js"(exports) {
121749
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/offenseToDiagnostic.js"(exports) {
121686
121750
  "use strict";
121687
121751
  init_cjs_shims();
121688
121752
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121736,9 +121800,9 @@ var require_offenseToDiagnostic = __commonJS({
121736
121800
  }
121737
121801
  });
121738
121802
 
121739
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/DiagnosticsManager.js
121803
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/DiagnosticsManager.js
121740
121804
  var require_DiagnosticsManager = __commonJS({
121741
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/DiagnosticsManager.js"(exports) {
121805
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/DiagnosticsManager.js"(exports) {
121742
121806
  "use strict";
121743
121807
  init_cjs_shims();
121744
121808
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121780,9 +121844,9 @@ var require_DiagnosticsManager = __commonJS({
121780
121844
  }
121781
121845
  });
121782
121846
 
121783
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/runChecks.js
121847
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/runChecks.js
121784
121848
  var require_runChecks = __commonJS({
121785
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/runChecks.js"(exports) {
121849
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/runChecks.js"(exports) {
121786
121850
  "use strict";
121787
121851
  init_cjs_shims();
121788
121852
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121855,9 +121919,9 @@ var require_runChecks = __commonJS({
121855
121919
  }
121856
121920
  });
121857
121921
 
121858
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/index.js
121922
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/index.js
121859
121923
  var require_diagnostics = __commonJS({
121860
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/diagnostics/index.js"(exports) {
121924
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/diagnostics/index.js"(exports) {
121861
121925
  "use strict";
121862
121926
  init_cjs_shims();
121863
121927
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121873,9 +121937,9 @@ var require_diagnostics = __commonJS({
121873
121937
  }
121874
121938
  });
121875
121939
 
121876
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/htmlTagNames.js
121940
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/htmlTagNames.js
121877
121941
  var require_htmlTagNames = __commonJS({
121878
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/htmlTagNames.js"(exports) {
121942
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/htmlTagNames.js"(exports) {
121879
121943
  "use strict";
121880
121944
  init_cjs_shims();
121881
121945
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121902,9 +121966,9 @@ var require_htmlTagNames = __commonJS({
121902
121966
  }
121903
121967
  });
121904
121968
 
121905
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/HtmlTagNameDocumentHighlightsProvider.js
121969
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/HtmlTagNameDocumentHighlightsProvider.js
121906
121970
  var require_HtmlTagNameDocumentHighlightsProvider = __commonJS({
121907
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/HtmlTagNameDocumentHighlightsProvider.js"(exports) {
121971
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/HtmlTagNameDocumentHighlightsProvider.js"(exports) {
121908
121972
  "use strict";
121909
121973
  init_cjs_shims();
121910
121974
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121926,9 +121990,9 @@ var require_HtmlTagNameDocumentHighlightsProvider = __commonJS({
121926
121990
  }
121927
121991
  });
121928
121992
 
121929
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/LiquidBlockTagDocumentHighlightsProvider.js
121993
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/LiquidBlockTagDocumentHighlightsProvider.js
121930
121994
  var require_LiquidBlockTagDocumentHighlightsProvider = __commonJS({
121931
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/LiquidBlockTagDocumentHighlightsProvider.js"(exports) {
121995
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/LiquidBlockTagDocumentHighlightsProvider.js"(exports) {
121932
121996
  "use strict";
121933
121997
  init_cjs_shims();
121934
121998
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121971,9 +122035,9 @@ var require_LiquidBlockTagDocumentHighlightsProvider = __commonJS({
121971
122035
  }
121972
122036
  });
121973
122037
 
121974
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/index.js
122038
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/index.js
121975
122039
  var require_providers4 = __commonJS({
121976
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/index.js"(exports) {
122040
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/providers/index.js"(exports) {
121977
122041
  "use strict";
121978
122042
  init_cjs_shims();
121979
122043
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -121989,9 +122053,9 @@ var require_providers4 = __commonJS({
121989
122053
  }
121990
122054
  });
121991
122055
 
121992
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/DocumentHighlightsProvider.js
122056
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/DocumentHighlightsProvider.js
121993
122057
  var require_DocumentHighlightsProvider = __commonJS({
121994
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/DocumentHighlightsProvider.js"(exports) {
122058
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentHighlights/DocumentHighlightsProvider.js"(exports) {
121995
122059
  "use strict";
121996
122060
  init_cjs_shims();
121997
122061
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122019,9 +122083,9 @@ var require_DocumentHighlightsProvider = __commonJS({
122019
122083
  }
122020
122084
  });
122021
122085
 
122022
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentLinks/DocumentLinksProvider.js
122086
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentLinks/DocumentLinksProvider.js
122023
122087
  var require_DocumentLinksProvider = __commonJS({
122024
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentLinks/DocumentLinksProvider.js"(exports) {
122088
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentLinks/DocumentLinksProvider.js"(exports) {
122025
122089
  "use strict";
122026
122090
  init_cjs_shims();
122027
122091
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122080,9 +122144,9 @@ var require_DocumentLinksProvider = __commonJS({
122080
122144
  }
122081
122145
  });
122082
122146
 
122083
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentLinks/index.js
122147
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentLinks/index.js
122084
122148
  var require_documentLinks = __commonJS({
122085
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documentLinks/index.js"(exports) {
122149
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documentLinks/index.js"(exports) {
122086
122150
  "use strict";
122087
122151
  init_cjs_shims();
122088
122152
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122094,9 +122158,9 @@ var require_documentLinks = __commonJS({
122094
122158
  }
122095
122159
  });
122096
122160
 
122097
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/progress.js
122161
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/progress.js
122098
122162
  var require_progress2 = __commonJS({
122099
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/progress.js"(exports) {
122163
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/progress.js"(exports) {
122100
122164
  "use strict";
122101
122165
  init_cjs_shims();
122102
122166
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122147,9 +122211,9 @@ var require_progress2 = __commonJS({
122147
122211
  }
122148
122212
  });
122149
122213
 
122150
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documents/DocumentManager.js
122214
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documents/DocumentManager.js
122151
122215
  var require_DocumentManager = __commonJS({
122152
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documents/DocumentManager.js"(exports) {
122216
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documents/DocumentManager.js"(exports) {
122153
122217
  "use strict";
122154
122218
  init_cjs_shims();
122155
122219
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122319,9 +122383,9 @@ var require_DocumentManager = __commonJS({
122319
122383
  }
122320
122384
  });
122321
122385
 
122322
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documents/types.js
122386
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documents/types.js
122323
122387
  var require_types10 = __commonJS({
122324
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documents/types.js"(exports) {
122388
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documents/types.js"(exports) {
122325
122389
  "use strict";
122326
122390
  init_cjs_shims();
122327
122391
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122333,9 +122397,9 @@ var require_types10 = __commonJS({
122333
122397
  }
122334
122398
  });
122335
122399
 
122336
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documents/index.js
122400
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documents/index.js
122337
122401
  var require_documents = __commonJS({
122338
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/documents/index.js"(exports) {
122402
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/documents/index.js"(exports) {
122339
122403
  "use strict";
122340
122404
  init_cjs_shims();
122341
122405
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -122359,9 +122423,9 @@ var require_documents = __commonJS({
122359
122423
  }
122360
122424
  });
122361
122425
 
122362
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/BracketsAutoclosingOnTypeFormattingProvider.js
122426
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/BracketsAutoclosingOnTypeFormattingProvider.js
122363
122427
  var require_BracketsAutoclosingOnTypeFormattingProvider = __commonJS({
122364
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/BracketsAutoclosingOnTypeFormattingProvider.js"(exports) {
122428
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/BracketsAutoclosingOnTypeFormattingProvider.js"(exports) {
122365
122429
  "use strict";
122366
122430
  init_cjs_shims();
122367
122431
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122457,9 +122521,9 @@ var require_BracketsAutoclosingOnTypeFormattingProvider = __commonJS({
122457
122521
  }
122458
122522
  });
122459
122523
 
122460
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/HtmlElementAutoclosingOnTypeFormattingProvider.js
122524
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/HtmlElementAutoclosingOnTypeFormattingProvider.js
122461
122525
  var require_HtmlElementAutoclosingOnTypeFormattingProvider = __commonJS({
122462
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/HtmlElementAutoclosingOnTypeFormattingProvider.js"(exports) {
122526
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/providers/HtmlElementAutoclosingOnTypeFormattingProvider.js"(exports) {
122463
122527
  "use strict";
122464
122528
  init_cjs_shims();
122465
122529
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122509,9 +122573,9 @@ var require_HtmlElementAutoclosingOnTypeFormattingProvider = __commonJS({
122509
122573
  }
122510
122574
  });
122511
122575
 
122512
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/OnTypeFormattingProvider.js
122576
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/OnTypeFormattingProvider.js
122513
122577
  var require_OnTypeFormattingProvider = __commonJS({
122514
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/OnTypeFormattingProvider.js"(exports) {
122578
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/OnTypeFormattingProvider.js"(exports) {
122515
122579
  "use strict";
122516
122580
  init_cjs_shims();
122517
122581
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122536,9 +122600,9 @@ var require_OnTypeFormattingProvider = __commonJS({
122536
122600
  }
122537
122601
  });
122538
122602
 
122539
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/index.js
122603
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/index.js
122540
122604
  var require_formatting = __commonJS({
122541
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/formatting/index.js"(exports) {
122605
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/formatting/index.js"(exports) {
122542
122606
  "use strict";
122543
122607
  init_cjs_shims();
122544
122608
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122550,9 +122614,9 @@ var require_formatting = __commonJS({
122550
122614
  }
122551
122615
  });
122552
122616
 
122553
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidTagHoverProvider.js
122617
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidTagHoverProvider.js
122554
122618
  var require_LiquidTagHoverProvider = __commonJS({
122555
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidTagHoverProvider.js"(exports) {
122619
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidTagHoverProvider.js"(exports) {
122556
122620
  "use strict";
122557
122621
  init_cjs_shims();
122558
122622
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122578,9 +122642,9 @@ var require_LiquidTagHoverProvider = __commonJS({
122578
122642
  }
122579
122643
  });
122580
122644
 
122581
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterHoverProvider.js
122645
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterHoverProvider.js
122582
122646
  var require_LiquidFilterHoverProvider = __commonJS({
122583
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterHoverProvider.js"(exports) {
122647
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterHoverProvider.js"(exports) {
122584
122648
  "use strict";
122585
122649
  init_cjs_shims();
122586
122650
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122606,9 +122670,9 @@ var require_LiquidFilterHoverProvider = __commonJS({
122606
122670
  }
122607
122671
  });
122608
122672
 
122609
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterArgumentHoverProvider.js
122673
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterArgumentHoverProvider.js
122610
122674
  var require_LiquidFilterArgumentHoverProvider = __commonJS({
122611
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterArgumentHoverProvider.js"(exports) {
122675
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidFilterArgumentHoverProvider.js"(exports) {
122612
122676
  "use strict";
122613
122677
  init_cjs_shims();
122614
122678
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122638,9 +122702,9 @@ var require_LiquidFilterArgumentHoverProvider = __commonJS({
122638
122702
  }
122639
122703
  });
122640
122704
 
122641
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectHoverProvider.js
122705
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectHoverProvider.js
122642
122706
  var require_LiquidObjectHoverProvider = __commonJS({
122643
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectHoverProvider.js"(exports) {
122707
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectHoverProvider.js"(exports) {
122644
122708
  "use strict";
122645
122709
  init_cjs_shims();
122646
122710
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122685,9 +122749,9 @@ var require_LiquidObjectHoverProvider = __commonJS({
122685
122749
  }
122686
122750
  });
122687
122751
 
122688
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectAttributeHoverProvider.js
122752
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectAttributeHoverProvider.js
122689
122753
  var require_LiquidObjectAttributeHoverProvider = __commonJS({
122690
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectAttributeHoverProvider.js"(exports) {
122754
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidObjectAttributeHoverProvider.js"(exports) {
122691
122755
  "use strict";
122692
122756
  init_cjs_shims();
122693
122757
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122732,9 +122796,9 @@ var require_LiquidObjectAttributeHoverProvider = __commonJS({
122732
122796
  }
122733
122797
  });
122734
122798
 
122735
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlTagHoverProvider.js
122799
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlTagHoverProvider.js
122736
122800
  var require_HtmlTagHoverProvider = __commonJS({
122737
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlTagHoverProvider.js"(exports) {
122801
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlTagHoverProvider.js"(exports) {
122738
122802
  "use strict";
122739
122803
  init_cjs_shims();
122740
122804
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122757,9 +122821,9 @@ var require_HtmlTagHoverProvider = __commonJS({
122757
122821
  }
122758
122822
  });
122759
122823
 
122760
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeHoverProvider.js
122824
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeHoverProvider.js
122761
122825
  var require_HtmlAttributeHoverProvider = __commonJS({
122762
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeHoverProvider.js"(exports) {
122826
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeHoverProvider.js"(exports) {
122763
122827
  "use strict";
122764
122828
  init_cjs_shims();
122765
122829
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122782,9 +122846,9 @@ var require_HtmlAttributeHoverProvider = __commonJS({
122782
122846
  }
122783
122847
  });
122784
122848
 
122785
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeValueHoverProvider.js
122849
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeValueHoverProvider.js
122786
122850
  var require_HtmlAttributeValueHoverProvider = __commonJS({
122787
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeValueHoverProvider.js"(exports) {
122851
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/HtmlAttributeValueHoverProvider.js"(exports) {
122788
122852
  "use strict";
122789
122853
  init_cjs_shims();
122790
122854
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122807,9 +122871,9 @@ var require_HtmlAttributeValueHoverProvider = __commonJS({
122807
122871
  }
122808
122872
  });
122809
122873
 
122810
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/TranslationHoverProvider.js
122874
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/TranslationHoverProvider.js
122811
122875
  var require_TranslationHoverProvider = __commonJS({
122812
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/TranslationHoverProvider.js"(exports) {
122876
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/TranslationHoverProvider.js"(exports) {
122813
122877
  "use strict";
122814
122878
  init_cjs_shims();
122815
122879
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122841,9 +122905,9 @@ var require_TranslationHoverProvider = __commonJS({
122841
122905
  }
122842
122906
  });
122843
122907
 
122844
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetHoverProvider.js
122908
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetHoverProvider.js
122845
122909
  var require_RenderSnippetHoverProvider = __commonJS({
122846
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetHoverProvider.js"(exports) {
122910
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetHoverProvider.js"(exports) {
122847
122911
  "use strict";
122848
122912
  init_cjs_shims();
122849
122913
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122870,9 +122934,9 @@ var require_RenderSnippetHoverProvider = __commonJS({
122870
122934
  }
122871
122935
  });
122872
122936
 
122873
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetParameterHoverProvider.js
122937
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetParameterHoverProvider.js
122874
122938
  var require_RenderSnippetParameterHoverProvider = __commonJS({
122875
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetParameterHoverProvider.js"(exports) {
122939
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/RenderSnippetParameterHoverProvider.js"(exports) {
122876
122940
  "use strict";
122877
122941
  init_cjs_shims();
122878
122942
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122899,9 +122963,9 @@ var require_RenderSnippetParameterHoverProvider = __commonJS({
122899
122963
  }
122900
122964
  });
122901
122965
 
122902
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/index.js
122966
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/index.js
122903
122967
  var require_providers5 = __commonJS({
122904
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/index.js"(exports) {
122968
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/index.js"(exports) {
122905
122969
  "use strict";
122906
122970
  init_cjs_shims();
122907
122971
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122953,9 +123017,9 @@ var require_providers5 = __commonJS({
122953
123017
  }
122954
123018
  });
122955
123019
 
122956
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidDocTagHoverProvider.js
123020
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidDocTagHoverProvider.js
122957
123021
  var require_LiquidDocTagHoverProvider = __commonJS({
122958
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidDocTagHoverProvider.js"(exports) {
123022
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/LiquidDocTagHoverProvider.js"(exports) {
122959
123023
  "use strict";
122960
123024
  init_cjs_shims();
122961
123025
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -122985,9 +123049,9 @@ var require_LiquidDocTagHoverProvider = __commonJS({
122985
123049
  }
122986
123050
  });
122987
123051
 
122988
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForArgumentHoverProvider.js
123052
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForArgumentHoverProvider.js
122989
123053
  var require_ContentForArgumentHoverProvider = __commonJS({
122990
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForArgumentHoverProvider.js"(exports) {
123054
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForArgumentHoverProvider.js"(exports) {
122991
123055
  "use strict";
122992
123056
  init_cjs_shims();
122993
123057
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123017,9 +123081,9 @@ var require_ContentForArgumentHoverProvider = __commonJS({
123017
123081
  }
123018
123082
  });
123019
123083
 
123020
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForTypeHoverProvider.js
123084
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForTypeHoverProvider.js
123021
123085
  var require_ContentForTypeHoverProvider = __commonJS({
123022
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForTypeHoverProvider.js"(exports) {
123086
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/providers/ContentForTypeHoverProvider.js"(exports) {
123023
123087
  "use strict";
123024
123088
  init_cjs_shims();
123025
123089
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123046,9 +123110,9 @@ var require_ContentForTypeHoverProvider = __commonJS({
123046
123110
  }
123047
123111
  });
123048
123112
 
123049
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/HoverProvider.js
123113
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/HoverProvider.js
123050
123114
  var require_HoverProvider = __commonJS({
123051
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/HoverProvider.js"(exports) {
123115
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/HoverProvider.js"(exports) {
123052
123116
  "use strict";
123053
123117
  init_cjs_shims();
123054
123118
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123095,9 +123159,9 @@ var require_HoverProvider = __commonJS({
123095
123159
  }
123096
123160
  });
123097
123161
 
123098
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/index.js
123162
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/index.js
123099
123163
  var require_hover = __commonJS({
123100
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/hover/index.js"(exports) {
123164
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/hover/index.js"(exports) {
123101
123165
  "use strict";
123102
123166
  init_cjs_shims();
123103
123167
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123109,9 +123173,9 @@ var require_hover = __commonJS({
123109
123173
  }
123110
123174
  });
123111
123175
 
123112
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/RequestContext.js
123176
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/RequestContext.js
123113
123177
  var require_RequestContext = __commonJS({
123114
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/RequestContext.js"(exports) {
123178
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/RequestContext.js"(exports) {
123115
123179
  "use strict";
123116
123180
  init_cjs_shims();
123117
123181
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123129,9 +123193,9 @@ var require_RequestContext = __commonJS({
123129
123193
  }
123130
123194
  });
123131
123195
 
123132
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/utils.js
123196
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/utils.js
123133
123197
  var require_utils12 = __commonJS({
123134
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/utils.js"(exports) {
123198
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/utils.js"(exports) {
123135
123199
  "use strict";
123136
123200
  init_cjs_shims();
123137
123201
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123164,9 +123228,9 @@ var require_utils12 = __commonJS({
123164
123228
  }
123165
123229
  });
123166
123230
 
123167
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockTypeCompletionProvider.js
123231
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockTypeCompletionProvider.js
123168
123232
  var require_BlockTypeCompletionProvider = __commonJS({
123169
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockTypeCompletionProvider.js"(exports) {
123233
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockTypeCompletionProvider.js"(exports) {
123170
123234
  "use strict";
123171
123235
  init_cjs_shims();
123172
123236
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123235,9 +123299,9 @@ var require_BlockTypeCompletionProvider = __commonJS({
123235
123299
  }
123236
123300
  });
123237
123301
 
123238
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/ReferencedBlockTypeCompletionProvider.js
123302
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/ReferencedBlockTypeCompletionProvider.js
123239
123303
  var require_ReferencedBlockTypeCompletionProvider = __commonJS({
123240
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/ReferencedBlockTypeCompletionProvider.js"(exports) {
123304
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/ReferencedBlockTypeCompletionProvider.js"(exports) {
123241
123305
  "use strict";
123242
123306
  init_cjs_shims();
123243
123307
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123288,9 +123352,9 @@ var require_ReferencedBlockTypeCompletionProvider = __commonJS({
123288
123352
  }
123289
123353
  });
123290
123354
 
123291
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SchemaTranslationCompletionProvider.js
123355
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SchemaTranslationCompletionProvider.js
123292
123356
  var require_SchemaTranslationCompletionProvider = __commonJS({
123293
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SchemaTranslationCompletionProvider.js"(exports) {
123357
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SchemaTranslationCompletionProvider.js"(exports) {
123294
123358
  "use strict";
123295
123359
  init_cjs_shims();
123296
123360
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123329,9 +123393,9 @@ var require_SchemaTranslationCompletionProvider = __commonJS({
123329
123393
  }
123330
123394
  });
123331
123395
 
123332
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SchemaTranslationHoverProvider.js
123396
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SchemaTranslationHoverProvider.js
123333
123397
  var require_SchemaTranslationHoverProvider = __commonJS({
123334
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SchemaTranslationHoverProvider.js"(exports) {
123398
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SchemaTranslationHoverProvider.js"(exports) {
123335
123399
  "use strict";
123336
123400
  init_cjs_shims();
123337
123401
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123360,9 +123424,9 @@ var require_SchemaTranslationHoverProvider = __commonJS({
123360
123424
  }
123361
123425
  });
123362
123426
 
123363
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/TranslationPathHoverProvider.js
123427
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/TranslationPathHoverProvider.js
123364
123428
  var require_TranslationPathHoverProvider = __commonJS({
123365
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/TranslationPathHoverProvider.js"(exports) {
123429
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/TranslationPathHoverProvider.js"(exports) {
123366
123430
  "use strict";
123367
123431
  init_cjs_shims();
123368
123432
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123407,9 +123471,9 @@ var require_TranslationPathHoverProvider = __commonJS({
123407
123471
  }
123408
123472
  });
123409
123473
 
123410
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/schemaSettings.js
123474
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/schemaSettings.js
123411
123475
  var require_schemaSettings = __commonJS({
123412
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/schemaSettings.js"(exports) {
123476
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/schemaSettings.js"(exports) {
123413
123477
  "use strict";
123414
123478
  init_cjs_shims();
123415
123479
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123443,9 +123507,9 @@ var require_schemaSettings = __commonJS({
123443
123507
  }
123444
123508
  });
123445
123509
 
123446
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SettingsPropertyCompletionProvider.js
123510
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SettingsPropertyCompletionProvider.js
123447
123511
  var require_SettingsPropertyCompletionProvider = __commonJS({
123448
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SettingsPropertyCompletionProvider.js"(exports) {
123512
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/SettingsPropertyCompletionProvider.js"(exports) {
123449
123513
  "use strict";
123450
123514
  init_cjs_shims();
123451
123515
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123481,9 +123545,9 @@ var require_SettingsPropertyCompletionProvider = __commonJS({
123481
123545
  }
123482
123546
  });
123483
123547
 
123484
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SettingsHoverProvider.js
123548
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SettingsHoverProvider.js
123485
123549
  var require_SettingsHoverProvider = __commonJS({
123486
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SettingsHoverProvider.js"(exports) {
123550
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/SettingsHoverProvider.js"(exports) {
123487
123551
  "use strict";
123488
123552
  init_cjs_shims();
123489
123553
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123522,9 +123586,9 @@ var require_SettingsHoverProvider = __commonJS({
123522
123586
  }
123523
123587
  });
123524
123588
 
123525
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockSettingsPropertyCompletionProvider.js
123589
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockSettingsPropertyCompletionProvider.js
123526
123590
  var require_BlockSettingsPropertyCompletionProvider = __commonJS({
123527
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockSettingsPropertyCompletionProvider.js"(exports) {
123591
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/completions/providers/BlockSettingsPropertyCompletionProvider.js"(exports) {
123528
123592
  "use strict";
123529
123593
  init_cjs_shims();
123530
123594
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123568,9 +123632,9 @@ var require_BlockSettingsPropertyCompletionProvider = __commonJS({
123568
123632
  }
123569
123633
  });
123570
123634
 
123571
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/BlockSettingsHoverProvider.js
123635
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/BlockSettingsHoverProvider.js
123572
123636
  var require_BlockSettingsHoverProvider = __commonJS({
123573
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/BlockSettingsHoverProvider.js"(exports) {
123637
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/hover/providers/BlockSettingsHoverProvider.js"(exports) {
123574
123638
  "use strict";
123575
123639
  init_cjs_shims();
123576
123640
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123630,9 +123694,9 @@ var require_BlockSettingsHoverProvider = __commonJS({
123630
123694
  }
123631
123695
  });
123632
123696
 
123633
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/JSONContributions.js
123697
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/JSONContributions.js
123634
123698
  var require_JSONContributions = __commonJS({
123635
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/JSONContributions.js"(exports) {
123699
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/JSONContributions.js"(exports) {
123636
123700
  "use strict";
123637
123701
  init_cjs_shims();
123638
123702
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123699,9 +123763,9 @@ var require_JSONContributions = __commonJS({
123699
123763
  }
123700
123764
  });
123701
123765
 
123702
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/documentLinks/DocumentLinksProvider.js
123766
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/documentLinks/DocumentLinksProvider.js
123703
123767
  var require_DocumentLinksProvider2 = __commonJS({
123704
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/documentLinks/DocumentLinksProvider.js"(exports) {
123768
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/documentLinks/DocumentLinksProvider.js"(exports) {
123705
123769
  "use strict";
123706
123770
  init_cjs_shims();
123707
123771
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123734,9 +123798,9 @@ var require_DocumentLinksProvider2 = __commonJS({
123734
123798
  }
123735
123799
  });
123736
123800
 
123737
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/JSONLanguageService.js
123801
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/JSONLanguageService.js
123738
123802
  var require_JSONLanguageService = __commonJS({
123739
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/json/JSONLanguageService.js"(exports) {
123803
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/json/JSONLanguageService.js"(exports) {
123740
123804
  "use strict";
123741
123805
  init_cjs_shims();
123742
123806
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123885,9 +123949,9 @@ var require_JSONLanguageService = __commonJS({
123885
123949
  }
123886
123950
  });
123887
123951
 
123888
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/wordPattern.js
123952
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/wordPattern.js
123889
123953
  var require_wordPattern = __commonJS({
123890
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/wordPattern.js"(exports) {
123954
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/wordPattern.js"(exports) {
123891
123955
  "use strict";
123892
123956
  init_cjs_shims();
123893
123957
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123897,9 +123961,9 @@ var require_wordPattern = __commonJS({
123897
123961
  }
123898
123962
  });
123899
123963
 
123900
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/EmptyHtmlTagLinkedRangesProvider.js
123964
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/EmptyHtmlTagLinkedRangesProvider.js
123901
123965
  var require_EmptyHtmlTagLinkedRangesProvider = __commonJS({
123902
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/EmptyHtmlTagLinkedRangesProvider.js"(exports) {
123966
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/EmptyHtmlTagLinkedRangesProvider.js"(exports) {
123903
123967
  "use strict";
123904
123968
  init_cjs_shims();
123905
123969
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123935,9 +123999,9 @@ var require_EmptyHtmlTagLinkedRangesProvider = __commonJS({
123935
123999
  }
123936
124000
  });
123937
124001
 
123938
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/HtmlTagNameLinkedRangesProvider.js
124002
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/HtmlTagNameLinkedRangesProvider.js
123939
124003
  var require_HtmlTagNameLinkedRangesProvider = __commonJS({
123940
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/HtmlTagNameLinkedRangesProvider.js"(exports) {
124004
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/HtmlTagNameLinkedRangesProvider.js"(exports) {
123941
124005
  "use strict";
123942
124006
  init_cjs_shims();
123943
124007
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123964,9 +124028,9 @@ var require_HtmlTagNameLinkedRangesProvider = __commonJS({
123964
124028
  }
123965
124029
  });
123966
124030
 
123967
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/index.js
124031
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/index.js
123968
124032
  var require_providers6 = __commonJS({
123969
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/index.js"(exports) {
124033
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/providers/index.js"(exports) {
123970
124034
  "use strict";
123971
124035
  init_cjs_shims();
123972
124036
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -123982,9 +124046,9 @@ var require_providers6 = __commonJS({
123982
124046
  }
123983
124047
  });
123984
124048
 
123985
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/LinkedEditingRangesProvider.js
124049
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/LinkedEditingRangesProvider.js
123986
124050
  var require_LinkedEditingRangesProvider = __commonJS({
123987
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/LinkedEditingRangesProvider.js"(exports) {
124051
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/linkedEditingRanges/LinkedEditingRangesProvider.js"(exports) {
123988
124052
  "use strict";
123989
124053
  init_cjs_shims();
123990
124054
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124012,9 +124076,9 @@ var require_LinkedEditingRangesProvider = __commonJS({
124012
124076
  }
124013
124077
  });
124014
124078
 
124015
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/rename/providers/HtmlTagNameRenameProvider.js
124079
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/rename/providers/HtmlTagNameRenameProvider.js
124016
124080
  var require_HtmlTagNameRenameProvider = __commonJS({
124017
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/rename/providers/HtmlTagNameRenameProvider.js"(exports) {
124081
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/rename/providers/HtmlTagNameRenameProvider.js"(exports) {
124018
124082
  "use strict";
124019
124083
  init_cjs_shims();
124020
124084
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124051,9 +124115,9 @@ var require_HtmlTagNameRenameProvider = __commonJS({
124051
124115
  }
124052
124116
  });
124053
124117
 
124054
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/uri.js
124118
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/uri.js
124055
124119
  var require_uri = __commonJS({
124056
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/utils/uri.js"(exports) {
124120
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/utils/uri.js"(exports) {
124057
124121
  "use strict";
124058
124122
  init_cjs_shims();
124059
124123
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124085,9 +124149,9 @@ var require_uri = __commonJS({
124085
124149
  }
124086
124150
  });
124087
124151
 
124088
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/rename/providers/LiquidVariableRenameProvider.js
124152
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/rename/providers/LiquidVariableRenameProvider.js
124089
124153
  var require_LiquidVariableRenameProvider = __commonJS({
124090
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/rename/providers/LiquidVariableRenameProvider.js"(exports) {
124154
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/rename/providers/LiquidVariableRenameProvider.js"(exports) {
124091
124155
  "use strict";
124092
124156
  init_cjs_shims();
124093
124157
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124241,9 +124305,9 @@ var require_LiquidVariableRenameProvider = __commonJS({
124241
124305
  }
124242
124306
  });
124243
124307
 
124244
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/rename/RenameProvider.js
124308
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/rename/RenameProvider.js
124245
124309
  var require_RenameProvider = __commonJS({
124246
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/rename/RenameProvider.js"(exports) {
124310
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/rename/RenameProvider.js"(exports) {
124247
124311
  "use strict";
124248
124312
  init_cjs_shims();
124249
124313
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124283,9 +124347,9 @@ var require_RenameProvider = __commonJS({
124283
124347
  }
124284
124348
  });
124285
124349
 
124286
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/AssetRenameHandler.js
124350
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/AssetRenameHandler.js
124287
124351
  var require_AssetRenameHandler = __commonJS({
124288
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/AssetRenameHandler.js"(exports) {
124352
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/AssetRenameHandler.js"(exports) {
124289
124353
  "use strict";
124290
124354
  init_cjs_shims();
124291
124355
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124356,9 +124420,9 @@ var require_AssetRenameHandler = __commonJS({
124356
124420
  }
124357
124421
  });
124358
124422
 
124359
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/utils.js
124423
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/utils.js
124360
124424
  var require_utils13 = __commonJS({
124361
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/utils.js"(exports) {
124425
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/utils.js"(exports) {
124362
124426
  "use strict";
124363
124427
  init_cjs_shims();
124364
124428
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124373,9 +124437,9 @@ var require_utils13 = __commonJS({
124373
124437
  }
124374
124438
  });
124375
124439
 
124376
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/BlockRenameHandler.js
124440
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/BlockRenameHandler.js
124377
124441
  var require_BlockRenameHandler = __commonJS({
124378
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/BlockRenameHandler.js"(exports) {
124442
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/BlockRenameHandler.js"(exports) {
124379
124443
  "use strict";
124380
124444
  init_cjs_shims();
124381
124445
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124551,9 +124615,9 @@ var require_BlockRenameHandler = __commonJS({
124551
124615
  }
124552
124616
  });
124553
124617
 
124554
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SectionRenameHandler.js
124618
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SectionRenameHandler.js
124555
124619
  var require_SectionRenameHandler = __commonJS({
124556
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SectionRenameHandler.js"(exports) {
124620
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SectionRenameHandler.js"(exports) {
124557
124621
  "use strict";
124558
124622
  init_cjs_shims();
124559
124623
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124674,9 +124738,9 @@ var require_SectionRenameHandler = __commonJS({
124674
124738
  }
124675
124739
  });
124676
124740
 
124677
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SnippetRenameHandler.js
124741
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SnippetRenameHandler.js
124678
124742
  var require_SnippetRenameHandler = __commonJS({
124679
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SnippetRenameHandler.js"(exports) {
124743
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/handlers/SnippetRenameHandler.js"(exports) {
124680
124744
  "use strict";
124681
124745
  init_cjs_shims();
124682
124746
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124750,9 +124814,9 @@ var require_SnippetRenameHandler = __commonJS({
124750
124814
  }
124751
124815
  });
124752
124816
 
124753
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/RenameHandler.js
124817
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/RenameHandler.js
124754
124818
  var require_RenameHandler = __commonJS({
124755
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/renamed/RenameHandler.js"(exports) {
124819
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/renamed/RenameHandler.js"(exports) {
124756
124820
  "use strict";
124757
124821
  init_cjs_shims();
124758
124822
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124781,12 +124845,12 @@ var require_RenameHandler = __commonJS({
124781
124845
  }
124782
124846
  });
124783
124847
 
124784
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/package.json
124848
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/package.json
124785
124849
  var require_package2 = __commonJS({
124786
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/package.json"(exports, module) {
124850
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/package.json"(exports, module) {
124787
124851
  module.exports = {
124788
124852
  name: "@shopify/theme-language-server-common",
124789
- version: "2.21.3",
124853
+ version: "2.21.4",
124790
124854
  main: "dist/index.js",
124791
124855
  types: "dist/index.d.ts",
124792
124856
  author: "CP Clermont <cp.clermont@shopify.com>",
@@ -124806,8 +124870,8 @@ var require_package2 = __commonJS({
124806
124870
  },
124807
124871
  dependencies: {
124808
124872
  "@shopify/liquid-html-parser": "^2.9.2",
124809
- "@shopify/theme-check-common": "3.26.1",
124810
- "@shopify/theme-graph": "^0.2.7",
124873
+ "@shopify/theme-check-common": "3.27.0",
124874
+ "@shopify/theme-graph": "^0.2.8",
124811
124875
  "@vscode/web-custom-data": "^0.4.6",
124812
124876
  "vscode-css-languageservice": "6.3.2",
124813
124877
  "vscode-json-languageservice": "^5.3.10",
@@ -124832,9 +124896,9 @@ var require_package2 = __commonJS({
124832
124896
  }
124833
124897
  });
124834
124898
 
124835
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/version.js
124899
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/version.js
124836
124900
  var require_version = __commonJS({
124837
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/version.js"(exports) {
124901
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/version.js"(exports) {
124838
124902
  "use strict";
124839
124903
  init_cjs_shims();
124840
124904
  var __importDefault = exports && exports.__importDefault || function(mod) {
@@ -124847,9 +124911,9 @@ var require_version = __commonJS({
124847
124911
  }
124848
124912
  });
124849
124913
 
124850
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/CachedFileSystem.js
124914
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/CachedFileSystem.js
124851
124915
  var require_CachedFileSystem = __commonJS({
124852
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/CachedFileSystem.js"(exports) {
124916
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/CachedFileSystem.js"(exports) {
124853
124917
  "use strict";
124854
124918
  init_cjs_shims();
124855
124919
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124875,9 +124939,9 @@ var require_CachedFileSystem = __commonJS({
124875
124939
  }
124876
124940
  });
124877
124941
 
124878
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/Configuration.js
124942
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/Configuration.js
124879
124943
  var require_Configuration = __commonJS({
124880
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/Configuration.js"(exports) {
124944
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/Configuration.js"(exports) {
124881
124945
  "use strict";
124882
124946
  init_cjs_shims();
124883
124947
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124943,9 +125007,9 @@ var require_Configuration = __commonJS({
124943
125007
  }
124944
125008
  });
124945
125009
 
124946
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/safe.js
125010
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/safe.js
124947
125011
  var require_safe = __commonJS({
124948
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/safe.js"(exports) {
125012
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/safe.js"(exports) {
124949
125013
  "use strict";
124950
125014
  init_cjs_shims();
124951
125015
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -124961,9 +125025,9 @@ var require_safe = __commonJS({
124961
125025
  }
124962
125026
  });
124963
125027
 
124964
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/ThemeGraphManager.js
125028
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/ThemeGraphManager.js
124965
125029
  var require_ThemeGraphManager = __commonJS({
124966
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/ThemeGraphManager.js"(exports) {
125030
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/ThemeGraphManager.js"(exports) {
124967
125031
  "use strict";
124968
125032
  init_cjs_shims();
124969
125033
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -125121,9 +125185,9 @@ var require_ThemeGraphManager = __commonJS({
125121
125185
  }
125122
125186
  });
125123
125187
 
125124
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/startServer.js
125188
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/startServer.js
125125
125189
  var require_startServer = __commonJS({
125126
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/startServer.js"(exports) {
125190
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/startServer.js"(exports) {
125127
125191
  "use strict";
125128
125192
  init_cjs_shims();
125129
125193
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -125430,9 +125494,9 @@ var require_startServer = __commonJS({
125430
125494
  }
125431
125495
  });
125432
125496
 
125433
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/index.js
125497
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/index.js
125434
125498
  var require_server2 = __commonJS({
125435
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/server/index.js"(exports) {
125499
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/server/index.js"(exports) {
125436
125500
  "use strict";
125437
125501
  init_cjs_shims();
125438
125502
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -125444,9 +125508,9 @@ var require_server2 = __commonJS({
125444
125508
  }
125445
125509
  });
125446
125510
 
125447
- // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/index.js
125511
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/index.js
125448
125512
  var require_dist8 = __commonJS({
125449
- "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.3/node_modules/@shopify/theme-language-server-common/dist/index.js"(exports) {
125513
+ "../../node_modules/.pnpm/@shopify+theme-language-server-common@2.21.4/node_modules/@shopify/theme-language-server-common/dist/index.js"(exports) {
125450
125514
  "use strict";
125451
125515
  init_cjs_shims();
125452
125516
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -125506,9 +125570,9 @@ var require_node7 = __commonJS({
125506
125570
  }
125507
125571
  });
125508
125572
 
125509
- // ../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.3/node_modules/@shopify/theme-language-server-node/dist/dependencies.js
125573
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.4/node_modules/@shopify/theme-language-server-node/dist/dependencies.js
125510
125574
  var require_dependencies = __commonJS({
125511
- "../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.3/node_modules/@shopify/theme-language-server-node/dist/dependencies.js"(exports) {
125575
+ "../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.4/node_modules/@shopify/theme-language-server-node/dist/dependencies.js"(exports) {
125512
125576
  "use strict";
125513
125577
  init_cjs_shims();
125514
125578
  Object.defineProperty(exports, "__esModule", { value: !0 });
@@ -125543,9 +125607,9 @@ var require_dependencies = __commonJS({
125543
125607
  }
125544
125608
  });
125545
125609
 
125546
- // ../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.3/node_modules/@shopify/theme-language-server-node/dist/metafieldDefinitions.js
125610
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.4/node_modules/@shopify/theme-language-server-node/dist/metafieldDefinitions.js
125547
125611
  var require_metafieldDefinitions = __commonJS({
125548
- "../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.3/node_modules/@shopify/theme-language-server-node/dist/metafieldDefinitions.js"(exports) {
125612
+ "../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.4/node_modules/@shopify/theme-language-server-node/dist/metafieldDefinitions.js"(exports) {
125549
125613
  "use strict";
125550
125614
  init_cjs_shims();
125551
125615
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -125613,9 +125677,9 @@ var require_metafieldDefinitions = __commonJS({
125613
125677
  }
125614
125678
  });
125615
125679
 
125616
- // ../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.3/node_modules/@shopify/theme-language-server-node/dist/index.js
125680
+ // ../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.4/node_modules/@shopify/theme-language-server-node/dist/index.js
125617
125681
  var require_dist9 = __commonJS({
125618
- "../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.3/node_modules/@shopify/theme-language-server-node/dist/index.js"(exports) {
125682
+ "../../node_modules/.pnpm/@shopify+theme-language-server-node@2.21.4/node_modules/@shopify/theme-language-server-node/dist/index.js"(exports) {
125619
125683
  "use strict";
125620
125684
  init_cjs_shims();
125621
125685
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -204736,16 +204800,16 @@ var import_core2 = __toESM(require_lib()), BaseCommand = class extends import_co
204736
204800
  }
204737
204801
  async catch(error) {
204738
204802
  error.skipOclifErrorHandling = !0;
204739
- let { errorHandler } = await import("./error-handler-6VUIUVYQ.js");
204803
+ let { errorHandler } = await import("./error-handler-NPN6TP4N.js");
204740
204804
  return await errorHandler(error, this.config), import_core2.Errors.handle(error);
204741
204805
  }
204742
204806
  async init() {
204743
204807
  if (this.exitWithTimestampWhenEnvVariablePresent(), setCurrentCommandId(this.id ?? ""), !isDevelopment()) {
204744
- let { registerCleanBugsnagErrorsFromWithinPlugins } = await import("./error-handler-6VUIUVYQ.js");
204808
+ let { registerCleanBugsnagErrorsFromWithinPlugins } = await import("./error-handler-NPN6TP4N.js");
204745
204809
  await registerCleanBugsnagErrorsFromWithinPlugins(this.config);
204746
204810
  }
204747
204811
  await removeDuplicatedPlugins(this.config), this.showNpmFlagWarning();
204748
- let { showNotificationsIfNeeded: showNotificationsIfNeeded2 } = await import("./notifications-system-FVPDGQU6.js");
204812
+ let { showNotificationsIfNeeded: showNotificationsIfNeeded2 } = await import("./notifications-system-JPDTXFT5.js");
204749
204813
  return await showNotificationsIfNeeded2(), super.init();
204750
204814
  }
204751
204815
  // NPM creates an environment variable for every flag passed to a script.
@@ -204753,7 +204817,7 @@ var import_core2 = __toESM(require_lib()), BaseCommand = class extends import_co
204753
204817
  // and warns the user to use the `--` separator.
204754
204818
  showNpmFlagWarning() {
204755
204819
  let commandVariables = this.constructor;
204756
- Object.keys(commandVariables.flags || {}).map((key) => `npm_config_${underscore(key).replace(/^no_/, "")}`).some((flag) => process.env[flag] !== void 0) && import("./ui-7ML6OXBZ.js").then(({ renderWarning: renderWarning2 }) => {
204820
+ Object.keys(commandVariables.flags || {}).map((key) => `npm_config_${underscore(key).replace(/^no_/, "")}`).some((flag) => process.env[flag] !== void 0) && import("./ui-KAGET7XQ.js").then(({ renderWarning: renderWarning2 }) => {
204757
204821
  renderWarning2({
204758
204822
  body: [
204759
204823
  "NPM scripts require an extra",
@@ -204791,7 +204855,7 @@ This flag is required in non-interactive terminal environments, such as a CI env
204791
204855
  let flags = originalResult.flags, environmentsFileName = this.environmentsFilename();
204792
204856
  if (!environmentsFileName)
204793
204857
  return originalResult;
204794
- let { environmentFilePath } = await import("./environments-Z5UN2QBI.js"), environmentFileExists = await environmentFilePath(environmentsFileName, { from: flags.path }), environments = [];
204858
+ let { environmentFilePath } = await import("./environments-W7S7754G.js"), environmentFileExists = await environmentFilePath(environmentsFileName, { from: flags.path }), environments = [];
204795
204859
  flags.environment && (environments = Array.isArray(flags.environment) ? flags.environment : [flags.environment]);
204796
204860
  let environmentSpecified = environments.length > 0;
204797
204861
  if (!environmentFileExists && !environmentSpecified || environmentSpecified && environments.length > 1)
@@ -204812,7 +204876,7 @@ This flag is required in non-interactive terminal environments, such as a CI env
204812
204876
  * is specified it will try to load a default environment.
204813
204877
  */
204814
204878
  async loadEnvironmentForCommand(path, environmentsFileName, specifiedEnvironment) {
204815
- let { loadEnvironment: loadEnvironment2 } = await import("./environments-Z5UN2QBI.js");
204879
+ let { loadEnvironment: loadEnvironment2 } = await import("./environments-W7S7754G.js");
204816
204880
  return specifiedEnvironment ? { environment: await loadEnvironment2(specifiedEnvironment, environmentsFileName, { from: path }), isDefaultEnvironment: !1 } : { environment: await loadEnvironment2("default", environmentsFileName, { from: path, silent: !0 }), isDefaultEnvironment: !0 };
204817
204881
  }
204818
204882
  };
@@ -204836,7 +204900,7 @@ function reportEnvironmentApplication(noDefaultsFlags, flagsWithEnvironments, en
204836
204900
  if (Object.keys(changes).length === 0)
204837
204901
  return;
204838
204902
  let items = Object.entries(changes).map(([name, value]) => `${name}: ${value}`);
204839
- import("./ui-7ML6OXBZ.js").then(({ renderInfo: renderInfo2 }) => {
204903
+ import("./ui-KAGET7XQ.js").then(({ renderInfo: renderInfo2 }) => {
204840
204904
  renderInfo2({
204841
204905
  headline: ["Using applicable flags from", { userInput: environmentName }, "environment:"],
204842
204906
  body: [{ list: { items } }]
@@ -204873,7 +204937,7 @@ async function removeDuplicatedPlugins(config2) {
204873
204937
  let plugins = Array.from(config2.plugins.values()), bundlePlugins = ["@shopify/app", "@shopify/plugin-cloudflare"], pluginsToRemove = plugins.filter((plugin) => bundlePlugins.includes(plugin.name));
204874
204938
  if (pluginsToRemove.length > 0) {
204875
204939
  let commandsToRun = pluginsToRemove.map((plugin) => ` - shopify plugins remove ${plugin.name}`).join(`
204876
- `), { renderWarning: renderWarning2 } = await import("./ui-7ML6OXBZ.js");
204940
+ `), { renderWarning: renderWarning2 } = await import("./ui-KAGET7XQ.js");
204877
204941
  renderWarning2({
204878
204942
  headline: `Unsupported plugins detected: ${pluginsToRemove.map((plugin) => plugin.name).join(", ")}`,
204879
204943
  body: [
@@ -204909,13 +204973,13 @@ init_cjs_shims();
204909
204973
  init_cjs_shims();
204910
204974
  import { fileURLToPath as fileURLToPath2 } from "node:url";
204911
204975
  async function launchCLI(options) {
204912
- let { isDevelopment: isDevelopment2 } = await import("./local-3S3PJGRP.js"), { ShopifyConfig } = await import("./custom-oclif-loader-7BTLNXYR.js"), oclifModule = await import("./lib-NKDE2QNY.js"), { run, flush, Errors: Errors2, settings } = oclifModule.default ?? oclifModule;
204976
+ let { isDevelopment: isDevelopment2 } = await import("./local-XEWL77WP.js"), { ShopifyConfig } = await import("./custom-oclif-loader-7BTLNXYR.js"), oclifModule = await import("./lib-NKDE2QNY.js"), { run, flush, Errors: Errors2, settings } = oclifModule.default ?? oclifModule;
204913
204977
  isDevelopment2() && (settings.debug = !0);
204914
204978
  try {
204915
204979
  let config2 = new ShopifyConfig({ root: fileURLToPath2(options.moduleURL) });
204916
204980
  await config2.load(), options.lazyCommandLoader && config2.setLazyCommandLoader(options.lazyCommandLoader), await run(options.argv, config2), await flush();
204917
204981
  } catch (error) {
204918
- let { errorHandler } = await import("./error-handler-6VUIUVYQ.js");
204982
+ let { errorHandler } = await import("./error-handler-NPN6TP4N.js");
204919
204983
  return await errorHandler(error), Errors2.handle(error);
204920
204984
  }
204921
204985
  }
@@ -204925,7 +204989,7 @@ var import_core3 = __toESM(require_lib());
204925
204989
  async function exitIfOldNodeVersion(versions2 = process.versions) {
204926
204990
  let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
204927
204991
  if (nodeMajorVersion < 18) {
204928
- let { renderError: renderError2 } = await import("./ui-7ML6OXBZ.js");
204992
+ let { renderError: renderError2 } = await import("./ui-KAGET7XQ.js");
204929
204993
  renderError2({
204930
204994
  headline: "Upgrade to a supported Node version now.",
204931
204995
  body: [
@@ -204952,7 +205016,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
204952
205016
  return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL, lazyCommandLoader: options.lazyCommandLoader });
204953
205017
  }
204954
205018
  async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
204955
- let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-H3IPZ6MV.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-2WA5R6GG.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
205019
+ let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-MI6ZJ7MA.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-2WA5R6GG.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
204956
205020
  if (argv.findIndex((arg) => arg.includes("init")) === -1) {
204957
205021
  let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
204958
205022
  argv.splice(initIndex2, 0, "init");
@@ -214561,7 +214625,7 @@ async function hasRequiredThemeDirectories(path) {
214561
214625
  deep: 1,
214562
214626
  onlyDirectories: !0
214563
214627
  }));
214564
- return ["config", "layout", "sections", "templates"].every((dir) => directories.has(dir));
214628
+ return ["config", "layout", "templates"].every((dir) => directories.has(dir));
214565
214629
  }
214566
214630
  async function ensureDirExists(path) {
214567
214631
  let directoryPath = dirPath(path);
@@ -217825,7 +217889,7 @@ init_cjs_shims();
217825
217889
 
217826
217890
  // ../cli-kit/dist/public/node/liquid.js
217827
217891
  init_cjs_shims();
217828
- var import_liquidjs = __toESM(require_liquid_node(), 1);
217892
+ var import_liquidjs = __toESM(require_liquid_node());
217829
217893
  function renderLiquidTemplate(templateContent, data) {
217830
217894
  let engine = new import_liquidjs.Liquid();
217831
217895
  return engine.render(engine.parse(templateContent), data);