@shopify/cli 3.80.7 → 3.81.1

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 (156) hide show
  1. package/dist/assets/dev-console/extensions/dev-console/assets/index-ohOjvIJh.js +64 -0
  2. package/dist/assets/dev-console/index.html +1 -1
  3. package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +921 -0
  4. package/dist/assets/hydrogen/starter/CHANGELOG.md +0 -35
  5. package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +1 -1
  6. package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +1 -1
  7. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
  8. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +1 -1
  9. package/dist/assets/hydrogen/starter/app/components/Footer.tsx +1 -1
  10. package/dist/assets/hydrogen/starter/app/components/Header.tsx +1 -1
  11. package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
  12. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
  13. package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +1 -1
  14. package/dist/assets/hydrogen/starter/app/components/SearchForm.tsx +1 -1
  15. package/dist/assets/hydrogen/starter/app/components/SearchFormPredictive.tsx +6 -1
  16. package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +1 -1
  17. package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +1 -1
  18. package/dist/assets/hydrogen/starter/app/entry.client.tsx +2 -2
  19. package/dist/assets/hydrogen/starter/app/entry.server.tsx +4 -9
  20. package/dist/assets/hydrogen/starter/app/lib/variants.ts +1 -1
  21. package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
  22. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +1 -1
  23. package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +1 -1
  24. package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +4 -4
  25. package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +1 -1
  26. package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +7 -1
  27. package/dist/assets/hydrogen/starter/app/routes/account.tsx +1 -1
  28. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +1 -1
  29. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +1 -1
  30. package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +1 -1
  31. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +2 -7
  32. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +1 -1
  33. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +1 -1
  34. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +2 -2
  35. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +1 -1
  36. package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +1 -1
  37. package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +1 -1
  38. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +1 -1
  39. package/dist/assets/hydrogen/starter/app/routes/search.tsx +1 -1
  40. package/dist/assets/hydrogen/starter/app/routes.ts +2 -2
  41. package/dist/assets/hydrogen/starter/env.d.ts +2 -12
  42. package/dist/assets/hydrogen/starter/eslint.config.js +0 -2
  43. package/dist/assets/hydrogen/starter/package.json +12 -11
  44. package/dist/assets/hydrogen/starter/server.ts +5 -2
  45. package/dist/assets/hydrogen/starter/tsconfig.json +6 -18
  46. package/dist/assets/hydrogen/starter/vite.config.ts +24 -3
  47. package/dist/assets/hydrogen/tailwind/package.json +1 -4
  48. package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +1 -1
  49. package/dist/assets/hydrogen/virtual-routes/layout.jsx +7 -1
  50. package/dist/assets/hydrogen/virtual-routes/routes/index.jsx +1 -1
  51. package/dist/assets/hydrogen/virtual-routes/routes/subrequest-profiler.jsx +1 -1
  52. package/dist/assets/hydrogen/virtual-routes/virtual-root-with-layout.jsx +1 -1
  53. package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +1 -1
  54. package/dist/assets/hydrogen/vite/vite.config.js +1 -1
  55. package/dist/{chunk-TNF6QFVZ.js → chunk-27MYZBXV.js} +28 -31
  56. package/dist/{chunk-63DIRIVX.js → chunk-2Y3UFXD6.js} +242 -216
  57. package/dist/{chunk-YQXBJZRZ.js → chunk-5CZUSVND.js} +2 -2
  58. package/dist/{chunk-TMYCLPMW.js → chunk-5LMBCQDG.js} +544 -336
  59. package/dist/{chunk-KGZTFG3M.js → chunk-5NWUTFCV.js} +3 -3
  60. package/dist/{chunk-JRAEVQWT.js → chunk-5OBLOY7U.js} +2 -2
  61. package/dist/{chunk-RJJFC36J.js → chunk-5RPSJUXQ.js} +28 -28
  62. package/dist/{chunk-5K4EFFDY.js → chunk-6CJ6BGWA.js} +9 -8
  63. package/dist/{chunk-OQ7ZCSZM.js → chunk-6GAIDVJR.js} +8 -6
  64. package/dist/{chunk-PJZWUPY4.js → chunk-6NGGBF47.js} +5 -5
  65. package/dist/{chunk-XZM7J5LL.js → chunk-ALHM5GST.js} +5 -5
  66. package/dist/{chunk-ECV2CLGW.js → chunk-B44H2P6E.js} +4 -4
  67. package/dist/{chunk-T6CKLCY3.js → chunk-B5JZHKPR.js} +3 -3
  68. package/dist/{chunk-IHC7Q4LY.js → chunk-CN7P6XXP.js} +4 -4
  69. package/dist/{chunk-TJM3YBLQ.js → chunk-CTFDRWUN.js} +15 -12
  70. package/dist/{chunk-HWRJLLWI.js → chunk-DDYH6337.js} +2 -2
  71. package/dist/{chunk-NY2OPNXU.js → chunk-E6T6HFSE.js} +5 -5
  72. package/dist/{chunk-CDBXAE2F.js → chunk-EG6MBBEN.js} +99 -11
  73. package/dist/{chunk-OWRPRJTD.js → chunk-FAITFLRX.js} +2 -2
  74. package/dist/{chunk-ZOUELNMC.js → chunk-GMFX4XJF.js} +3 -3
  75. package/dist/{chunk-2W6OLZFD.js → chunk-H37YPI3Y.js} +3 -3
  76. package/dist/{chunk-RJ4CN43L.js → chunk-I2M5KL5Z.js} +4 -4
  77. package/dist/{chunk-VYIBTTN2.js → chunk-JKKYVUPT.js} +3 -3
  78. package/dist/{chunk-QPXAGLXJ.js → chunk-JV3N43QW.js} +5 -5
  79. package/dist/{chunk-NSTNFY7W.js → chunk-KJXXNUND.js} +45 -23
  80. package/dist/{chunk-5AFYDRV4.js → chunk-LPU2VGJR.js} +42 -507
  81. package/dist/{chunk-KUZYMDX4.js → chunk-NEQJPNB5.js} +8 -8
  82. package/dist/{chunk-5YH5HMRM.js → chunk-NZVDI2PG.js} +3 -3
  83. package/dist/{chunk-W4ZWJMX2.js → chunk-O66CPW2Z.js} +2 -2
  84. package/dist/{chunk-PDNRVFZE.js → chunk-OU2VE5NL.js} +16 -11
  85. package/dist/{chunk-RFO2FC5M.js → chunk-PINTEIWG.js} +6 -6
  86. package/dist/{chunk-JDRMHPFL.js → chunk-PLXKIAXS.js} +4 -4
  87. package/dist/{chunk-MQCYR4KR.js → chunk-R7PQLQRT.js} +4 -4
  88. package/dist/{chunk-MSHN7O5N.js → chunk-SOZ33QZX.js} +2 -2
  89. package/dist/{chunk-LQ2ZKVR6.js → chunk-UMUTXITN.js} +87 -4
  90. package/dist/chunk-V67D4V7T.js +107 -0
  91. package/dist/{chunk-77RMKCKT.js → chunk-VANXFY34.js} +2 -2
  92. package/dist/chunk-W5G2YPO2.js +11805 -0
  93. package/dist/{chunk-3DYG3ZWU.js → chunk-WSP4T6BG.js} +3 -3
  94. package/dist/{chunk-JU6SOKDJ.js → chunk-X2GG47RT.js} +4 -4
  95. package/dist/{chunk-HYECXSZG.js → chunk-ZARNHYRC.js} +276 -77
  96. package/dist/cli/commands/auth/logout.js +16 -17
  97. package/dist/cli/commands/auth/logout.test.js +18 -19
  98. package/dist/cli/commands/cache/clear.js +15 -16
  99. package/dist/cli/commands/debug/command-flags.js +15 -16
  100. package/dist/cli/commands/docs/generate.js +15 -16
  101. package/dist/cli/commands/docs/generate.test.js +16 -17
  102. package/dist/cli/commands/help.js +15 -16
  103. package/dist/cli/commands/kitchen-sink/async.js +16 -17
  104. package/dist/cli/commands/kitchen-sink/async.test.js +17 -18
  105. package/dist/cli/commands/kitchen-sink/index.js +18 -19
  106. package/dist/cli/commands/kitchen-sink/index.test.js +19 -20
  107. package/dist/cli/commands/kitchen-sink/prompts.js +16 -17
  108. package/dist/cli/commands/kitchen-sink/prompts.test.js +17 -18
  109. package/dist/cli/commands/kitchen-sink/static.js +16 -17
  110. package/dist/cli/commands/kitchen-sink/static.test.js +17 -18
  111. package/dist/cli/commands/notifications/generate.js +16 -17
  112. package/dist/cli/commands/notifications/list.js +16 -17
  113. package/dist/cli/commands/search.js +16 -17
  114. package/dist/cli/commands/upgrade.js +16 -17
  115. package/dist/cli/commands/upgrade.test.js +1 -2
  116. package/dist/cli/commands/version.js +16 -17
  117. package/dist/cli/commands/version.test.js +17 -18
  118. package/dist/cli/services/commands/notifications.js +11 -12
  119. package/dist/cli/services/commands/search.js +7 -8
  120. package/dist/cli/services/commands/search.test.js +8 -9
  121. package/dist/cli/services/commands/version.js +8 -9
  122. package/dist/cli/services/commands/version.test.js +10 -11
  123. package/dist/cli/services/kitchen-sink/async.js +7 -8
  124. package/dist/cli/services/kitchen-sink/prompts.js +7 -8
  125. package/dist/cli/services/kitchen-sink/static.js +7 -8
  126. package/dist/cli/services/upgrade.js +8 -9
  127. package/dist/cli/services/upgrade.test.js +10 -11
  128. package/dist/{custom-oclif-loader-XTWWK7GM.js → custom-oclif-loader-7E5Z2M56.js} +7 -8
  129. package/dist/{del-YIU34DZ5.js → del-4JSTEFDW.js} +3 -3
  130. package/dist/{devtools-J4QAI6HR.js → devtools-LDCSRUXB.js} +4 -4
  131. package/dist/{error-handler-MIQWANES.js → error-handler-GHVJK7OK.js} +13 -14
  132. package/dist/hooks/postrun.js +11 -12
  133. package/dist/hooks/prerun.js +12 -13
  134. package/dist/{http-proxy-KGLXPNEY.js → http-proxy-LHSVRGJ5.js} +14 -10
  135. package/dist/index.js +153266 -162667
  136. package/dist/{lib-MIBR2T7P.js → lib-2ZBT3UR2.js} +5 -5
  137. package/dist/{local-OL4QQF7A.js → local-GLHD5LYH.js} +9 -14
  138. package/dist/{magic-string.es-BSVDQOZI.js → magic-string.es-UZAAPNRE.js} +42 -36
  139. package/dist/{morph-3VOLMA55.js → morph-DFRO3NRL.js} +10 -10
  140. package/dist/node-OFSPLONP.js +164 -0
  141. package/dist/{node-package-manager-YZ7SC7JY.js → node-package-manager-K7DEALW5.js} +8 -9
  142. package/dist/{out-5KP5WGIK.js → out-NKJPLKLB.js} +2 -2
  143. package/dist/{path-2K5HIMHZ.js → path-GB4VIEM6.js} +2 -3
  144. package/dist/tsconfig.tsbuildinfo +1 -1
  145. package/dist/{ui-UMSB2BWG.js → ui-G7IYCY5T.js} +7 -10
  146. package/dist/{workerd-K4ZX64LQ.js → workerd-IDTCFUND.js} +18 -20
  147. package/oclif.manifest.json +29 -9
  148. package/package.json +10 -11
  149. package/dist/assets/dev-console/extensions/dev-console/assets/index-CqNhY1h-.js +0 -64
  150. package/dist/assets/hydrogen/starter/.cursor/rules/hydrogen-react-router.mdc +0 -52
  151. package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +0 -14
  152. package/dist/assets/hydrogen/starter/react-router.config.ts +0 -7
  153. package/dist/chunk-3I3GQNEW.js +0 -95
  154. package/dist/chunk-57Q6OQG4.js +0 -111
  155. package/dist/chunk-ZEM3T4UY.js +0 -10590
  156. package/dist/toml-patch-wasm-J5VGG6WG.js +0 -140
@@ -9,25 +9,23 @@ import {
9
9
  } from "./chunk-75LV6AQS.js";
10
10
  import {
11
11
  cwd,
12
+ delimiter,
12
13
  dirname,
13
14
  joinPath,
14
15
  normalizePath,
15
16
  relativizePath,
16
17
  sniffForPath
17
- } from "./chunk-57Q6OQG4.js";
18
+ } from "./chunk-EG6MBBEN.js";
18
19
  import {
19
20
  require_cross_spawn,
20
21
  require_lib,
21
22
  require_source,
22
23
  require_supports_hyperlinks
23
- } from "./chunk-5AFYDRV4.js";
24
+ } from "./chunk-LPU2VGJR.js";
24
25
  import {
25
26
  require_brace_expansion,
26
27
  require_source_map
27
28
  } from "./chunk-G5R6YD27.js";
28
- import {
29
- delimiter
30
- } from "./chunk-CDBXAE2F.js";
31
29
  import {
32
30
  __commonJS,
33
31
  __esm,
@@ -2024,7 +2022,7 @@ var require_difference = __commonJS({
2024
2022
  }
2025
2023
  });
2026
2024
 
2027
- // ../../node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.es6.mjs
2025
+ // ../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
2028
2026
  var tslib_es6_exports = {};
2029
2027
  __export(tslib_es6_exports, {
2030
2028
  __addDisposableResource: () => __addDisposableResource,
@@ -2052,6 +2050,7 @@ __export(tslib_es6_exports, {
2052
2050
  __propKey: () => __propKey,
2053
2051
  __read: () => __read,
2054
2052
  __rest: () => __rest,
2053
+ __rewriteRelativeImportExtension: () => __rewriteRelativeImportExtension,
2055
2054
  __runInitializers: () => __runInitializers,
2056
2055
  __setFunctionName: () => __setFunctionName,
2057
2056
  __spread: () => __spread,
@@ -2155,8 +2154,8 @@ function __generator(thisArg, body) {
2155
2154
  var _2 = { label: 0, sent: function() {
2156
2155
  if (t[0] & 1) throw t[1];
2157
2156
  return t[1];
2158
- }, trys: [], ops: [] }, f, y, t, g;
2159
- return g = { next: verb(0), throw: verb(1), return: verb(2) }, typeof Symbol == "function" && (g[Symbol.iterator] = function() {
2157
+ }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator == "function" ? Iterator : Object).prototype);
2158
+ return g.next = verb(0), g.throw = verb(1), g.return = verb(2), typeof Symbol == "function" && (g[Symbol.iterator] = function() {
2160
2159
  return this;
2161
2160
  }), g;
2162
2161
  function verb(n) {
@@ -2264,15 +2263,20 @@ function __await(v) {
2264
2263
  function __asyncGenerator(thisArg, _arguments, generator) {
2265
2264
  if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
2266
2265
  var g = generator.apply(thisArg, _arguments || []), i, q = [];
2267
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
2266
+ return i = Object.create((typeof AsyncIterator == "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function() {
2268
2267
  return this;
2269
2268
  }, i;
2270
- function verb(n) {
2269
+ function awaitReturn(f) {
2270
+ return function(v) {
2271
+ return Promise.resolve(v).then(f, reject);
2272
+ };
2273
+ }
2274
+ function verb(n, f) {
2271
2275
  g[n] && (i[n] = function(v) {
2272
2276
  return new Promise(function(a, b) {
2273
2277
  q.push([n, v, a, b]) > 1 || resume(n, v);
2274
2278
  });
2275
- });
2279
+ }, f && (i[n] = f(i[n])));
2276
2280
  }
2277
2281
  function resume(n, v) {
2278
2282
  try {
@@ -2332,7 +2336,7 @@ function __makeTemplateObject(cooked, raw) {
2332
2336
  function __importStar(mod) {
2333
2337
  if (mod && mod.__esModule) return mod;
2334
2338
  var result = {};
2335
- if (mod != null) for (var k in mod) k !== "default" && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k);
2339
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) k[i] !== "default" && __createBinding(result, mod, k[i]);
2336
2340
  return __setModuleDefault(result, mod), result;
2337
2341
  }
2338
2342
  function __importDefault(mod) {
@@ -2356,17 +2360,23 @@ function __classPrivateFieldIn(state, receiver) {
2356
2360
  function __addDisposableResource(env3, value, async) {
2357
2361
  if (value != null) {
2358
2362
  if (typeof value != "object" && typeof value != "function") throw new TypeError("Object expected.");
2359
- var dispose;
2363
+ var dispose, inner;
2360
2364
  if (async) {
2361
2365
  if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
2362
2366
  dispose = value[Symbol.asyncDispose];
2363
2367
  }
2364
2368
  if (dispose === void 0) {
2365
2369
  if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
2366
- dispose = value[Symbol.dispose];
2370
+ dispose = value[Symbol.dispose], async && (inner = dispose);
2367
2371
  }
2368
2372
  if (typeof dispose != "function") throw new TypeError("Object not disposable.");
2369
- env3.stack.push({ value, dispose, async });
2373
+ inner && (dispose = function() {
2374
+ try {
2375
+ inner.call(this);
2376
+ } catch (e) {
2377
+ return Promise.reject(e);
2378
+ }
2379
+ }), env3.stack.push({ value, dispose, async });
2370
2380
  } else async && env3.stack.push({ async: !0 });
2371
2381
  return value;
2372
2382
  }
@@ -2374,24 +2384,32 @@ function __disposeResources(env3) {
2374
2384
  function fail(e) {
2375
2385
  env3.error = env3.hasError ? new _SuppressedError(e, env3.error, "An error was suppressed during disposal.") : e, env3.hasError = !0;
2376
2386
  }
2387
+ var r, s = 0;
2377
2388
  function next() {
2378
- for (; env3.stack.length; ) {
2379
- var rec = env3.stack.pop();
2389
+ for (; r = env3.stack.pop(); )
2380
2390
  try {
2381
- var result = rec.dispose && rec.dispose.call(rec.value);
2382
- if (rec.async) return Promise.resolve(result).then(next, function(e) {
2383
- return fail(e), next();
2384
- });
2391
+ if (!r.async && s === 1) return s = 0, env3.stack.push(r), Promise.resolve().then(next);
2392
+ if (r.dispose) {
2393
+ var result = r.dispose.call(r.value);
2394
+ if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) {
2395
+ return fail(e), next();
2396
+ });
2397
+ } else s |= 1;
2385
2398
  } catch (e) {
2386
2399
  fail(e);
2387
2400
  }
2388
- }
2401
+ if (s === 1) return env3.hasError ? Promise.reject(env3.error) : Promise.resolve();
2389
2402
  if (env3.hasError) throw env3.error;
2390
2403
  }
2391
2404
  return next();
2392
2405
  }
2393
- var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedError, tslib_es6_default, init_tslib_es6 = __esm({
2394
- "../../node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.es6.mjs"() {
2406
+ function __rewriteRelativeImportExtension(path8, preserveJsx) {
2407
+ return typeof path8 == "string" && /^\.\.?\//.test(path8) ? path8.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function(m, tsx, d, ext2, cm) {
2408
+ return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext2 || !cm) ? m : d + ext2 + "." + cm.toLowerCase() + "js";
2409
+ }) : path8;
2410
+ }
2411
+ var extendStatics, __assign, __createBinding, __setModuleDefault, ownKeys, _SuppressedError, tslib_es6_default, init_tslib_es6 = __esm({
2412
+ "../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs"() {
2395
2413
  init_cjs_shims();
2396
2414
  extendStatics = function(d, b) {
2397
2415
  return extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
@@ -2422,6 +2440,12 @@ var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedErr
2422
2440
  Object.defineProperty(o, "default", { enumerable: !0, value: v });
2423
2441
  } : function(o, v) {
2424
2442
  o.default = v;
2443
+ }, ownKeys = function(o) {
2444
+ return ownKeys = Object.getOwnPropertyNames || function(o2) {
2445
+ var ar = [];
2446
+ for (var k in o2) Object.prototype.hasOwnProperty.call(o2, k) && (ar[ar.length] = k);
2447
+ return ar;
2448
+ }, ownKeys(o);
2425
2449
  };
2426
2450
  _SuppressedError = typeof SuppressedError == "function" ? SuppressedError : function(error, suppressed, message) {
2427
2451
  var e = new Error(message);
@@ -2433,6 +2457,10 @@ var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedErr
2433
2457
  __rest,
2434
2458
  __decorate,
2435
2459
  __param,
2460
+ __esDecorate,
2461
+ __runInitializers,
2462
+ __propKey,
2463
+ __setFunctionName,
2436
2464
  __metadata,
2437
2465
  __awaiter,
2438
2466
  __generator,
@@ -2454,7 +2482,8 @@ var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedErr
2454
2482
  __classPrivateFieldSet,
2455
2483
  __classPrivateFieldIn,
2456
2484
  __addDisposableResource,
2457
- __disposeResources
2485
+ __disposeResources,
2486
+ __rewriteRelativeImportExtension
2458
2487
  };
2459
2488
  }
2460
2489
  });
@@ -4066,10 +4095,10 @@ var require_merge_stream = __commonJS({
4066
4095
  init_cjs_shims();
4067
4096
  var { PassThrough: PassThrough2 } = __require("stream");
4068
4097
  module.exports = function() {
4069
- var sources = [], output = new PassThrough2({ objectMode: !0 });
4070
- return output.setMaxListeners(0), output.add = add, output.isEmpty = isEmpty, output.on("unpipe", remove2), Array.prototype.slice.call(arguments).forEach(add), output;
4098
+ var sources = [], output2 = new PassThrough2({ objectMode: !0 });
4099
+ return output2.setMaxListeners(0), output2.add = add, output2.isEmpty = isEmpty, output2.on("unpipe", remove2), Array.prototype.slice.call(arguments).forEach(add), output2;
4071
4100
  function add(source) {
4072
- return Array.isArray(source) ? (source.forEach(add), this) : (sources.push(source), source.once("end", remove2.bind(null, source)), source.once("error", output.emit.bind(output, "error")), source.pipe(output, { end: !1 }), this);
4101
+ return Array.isArray(source) ? (source.forEach(add), this) : (sources.push(source), source.once("end", remove2.bind(null, source)), source.once("error", output2.emit.bind(output2, "error")), source.pipe(output2, { end: !1 }), this);
4073
4102
  }
4074
4103
  function isEmpty() {
4075
4104
  return sources.length == 0;
@@ -4077,7 +4106,7 @@ var require_merge_stream = __commonJS({
4077
4106
  function remove2(source) {
4078
4107
  sources = sources.filter(function(it) {
4079
4108
  return it !== source;
4080
- }), !sources.length && output.readable && output.end();
4109
+ }), !sources.length && output2.readable && output2.end();
4081
4110
  }
4082
4111
  };
4083
4112
  }
@@ -4431,9 +4460,9 @@ var require_macaddress = __commonJS({
4431
4460
  }
4432
4461
  });
4433
4462
 
4434
- // ../../node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.production.min.js
4463
+ // ../../node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js
4435
4464
  var require_react_production_min = __commonJS({
4436
- "../../node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.production.min.js"(exports) {
4465
+ "../../node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js"(exports) {
4437
4466
  "use strict";
4438
4467
  init_cjs_shims();
4439
4468
  var l = Symbol.for("react.element"), n = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), q = Symbol.for("react.strict_mode"), r = Symbol.for("react.profiler"), t = Symbol.for("react.provider"), u = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), x = Symbol.for("react.memo"), y = Symbol.for("react.lazy"), z = Symbol.iterator;
@@ -4545,6 +4574,9 @@ var require_react_production_min = __commonJS({
4545
4574
  throw a._result;
4546
4575
  }
4547
4576
  var U = { current: null }, V = { transition: null }, W = { ReactCurrentDispatcher: U, ReactCurrentBatchConfig: V, ReactCurrentOwner: K };
4577
+ function X() {
4578
+ throw Error("act(...) is not supported in production builds of React.");
4579
+ }
4548
4580
  exports.Children = { map: S, forEach: function(a, b, e) {
4549
4581
  S(a, function() {
4550
4582
  b.apply(this, arguments);
@@ -4569,6 +4601,7 @@ var require_react_production_min = __commonJS({
4569
4601
  exports.StrictMode = q;
4570
4602
  exports.Suspense = w;
4571
4603
  exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
4604
+ exports.act = X;
4572
4605
  exports.cloneElement = function(a, b, e) {
4573
4606
  if (a == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
4574
4607
  var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
@@ -4615,9 +4648,7 @@ var require_react_production_min = __commonJS({
4615
4648
  V.transition = b;
4616
4649
  }
4617
4650
  };
4618
- exports.unstable_act = function() {
4619
- throw Error("act(...) is not supported in production builds of React.");
4620
- };
4651
+ exports.unstable_act = X;
4621
4652
  exports.useCallback = function(a, b) {
4622
4653
  return U.current.useCallback(a, b);
4623
4654
  };
@@ -4662,19 +4693,19 @@ var require_react_production_min = __commonJS({
4662
4693
  exports.useTransition = function() {
4663
4694
  return U.current.useTransition();
4664
4695
  };
4665
- exports.version = "18.2.0";
4696
+ exports.version = "18.3.1";
4666
4697
  }
4667
4698
  });
4668
4699
 
4669
- // ../../node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.development.js
4700
+ // ../../node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js
4670
4701
  var require_react_development = __commonJS({
4671
- "../../node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react.development.js"(exports, module) {
4702
+ "../../node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js"(exports, module) {
4672
4703
  "use strict";
4673
4704
  init_cjs_shims();
4674
4705
  process.env.NODE_ENV !== "production" && function() {
4675
4706
  "use strict";
4676
4707
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
4677
- var ReactVersion = "18.2.0", REACT_ELEMENT_TYPE = Symbol.for("react.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_PROVIDER_TYPE = Symbol.for("react.provider"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, FAUX_ITERATOR_SYMBOL = "@@iterator";
4708
+ var ReactVersion = "18.3.1", REACT_ELEMENT_TYPE = Symbol.for("react.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_PROVIDER_TYPE = Symbol.for("react.provider"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, FAUX_ITERATOR_SYMBOL = "@@iterator";
4678
4709
  function getIteratorFn(maybeIterable) {
4679
4710
  if (maybeIterable === null || typeof maybeIterable != "object")
4680
4711
  return null;
@@ -5924,14 +5955,14 @@ Check the top-level render call using <` + parentName + ">.");
5924
5955
  toArray,
5925
5956
  only: onlyChild
5926
5957
  };
5927
- exports.Children = Children, exports.Component = Component, exports.Fragment = REACT_FRAGMENT_TYPE, exports.Profiler = REACT_PROFILER_TYPE, exports.PureComponent = PureComponent2, exports.StrictMode = REACT_STRICT_MODE_TYPE, exports.Suspense = REACT_SUSPENSE_TYPE, exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals, exports.cloneElement = cloneElement$1, exports.createContext = createContext6, exports.createElement = createElement$1, exports.createFactory = createFactory, exports.createRef = createRef, exports.forwardRef = forwardRef3, exports.isValidElement = isValidElement, exports.lazy = lazy, exports.memo = memo2, exports.startTransition = startTransition, exports.unstable_act = act, exports.useCallback = useCallback10, exports.useContext = useContext9, exports.useDebugValue = useDebugValue, exports.useDeferredValue = useDeferredValue, exports.useEffect = useEffect11, exports.useId = useId, exports.useImperativeHandle = useImperativeHandle, exports.useInsertionEffect = useInsertionEffect, exports.useLayoutEffect = useLayoutEffect6, exports.useMemo = useMemo5, exports.useReducer = useReducer2, exports.useRef = useRef5, exports.useState = useState14, exports.useSyncExternalStore = useSyncExternalStore, exports.useTransition = useTransition, exports.version = ReactVersion, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
5958
+ exports.Children = Children, exports.Component = Component, exports.Fragment = REACT_FRAGMENT_TYPE, exports.Profiler = REACT_PROFILER_TYPE, exports.PureComponent = PureComponent2, exports.StrictMode = REACT_STRICT_MODE_TYPE, exports.Suspense = REACT_SUSPENSE_TYPE, exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals, exports.act = act, exports.cloneElement = cloneElement$1, exports.createContext = createContext6, exports.createElement = createElement$1, exports.createFactory = createFactory, exports.createRef = createRef, exports.forwardRef = forwardRef3, exports.isValidElement = isValidElement, exports.lazy = lazy, exports.memo = memo2, exports.startTransition = startTransition, exports.unstable_act = act, exports.useCallback = useCallback10, exports.useContext = useContext9, exports.useDebugValue = useDebugValue, exports.useDeferredValue = useDeferredValue, exports.useEffect = useEffect11, exports.useId = useId, exports.useImperativeHandle = useImperativeHandle, exports.useInsertionEffect = useInsertionEffect, exports.useLayoutEffect = useLayoutEffect6, exports.useMemo = useMemo5, exports.useReducer = useReducer2, exports.useRef = useRef5, exports.useState = useState14, exports.useSyncExternalStore = useSyncExternalStore, exports.useTransition = useTransition, exports.version = ReactVersion, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
5928
5959
  }();
5929
5960
  }
5930
5961
  });
5931
5962
 
5932
- // ../../node_modules/.pnpm/react@18.2.0/node_modules/react/index.js
5963
+ // ../../node_modules/.pnpm/react@18.3.1/node_modules/react/index.js
5933
5964
  var require_react = __commonJS({
5934
- "../../node_modules/.pnpm/react@18.2.0/node_modules/react/index.js"(exports, module) {
5965
+ "../../node_modules/.pnpm/react@18.3.1/node_modules/react/index.js"(exports, module) {
5935
5966
  "use strict";
5936
5967
  init_cjs_shims();
5937
5968
  process.env.NODE_ENV === "production" ? module.exports = require_react_production_min() : module.exports = require_react_development();
@@ -6959,9 +6990,9 @@ var require_scheduler = __commonJS({
6959
6990
  }
6960
6991
  });
6961
6992
 
6962
- // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler.production.min.js
6993
+ // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler.production.min.js
6963
6994
  var require_react_reconciler_production_min = __commonJS({
6964
- "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler.production.min.js"(exports, module) {
6995
+ "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler.production.min.js"(exports, module) {
6965
6996
  init_cjs_shims();
6966
6997
  module.exports = function($$$hostConfig) {
6967
6998
  var exports2 = {}, aa = require_react(), ba = require_scheduler(), ca = Object.assign;
@@ -10717,9 +10748,9 @@ No matching component was found for:
10717
10748
  }
10718
10749
  });
10719
10750
 
10720
- // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler.development.js
10751
+ // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler.development.js
10721
10752
  var require_react_reconciler_development = __commonJS({
10722
- "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler.development.js"(exports, module) {
10753
+ "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler.development.js"(exports, module) {
10723
10754
  "use strict";
10724
10755
  init_cjs_shims();
10725
10756
  process.env.NODE_ENV !== "production" && (module.exports = function($$$hostConfig) {
@@ -19916,18 +19947,18 @@ Check the render method of %s.`, getComponentNameFromFiber(current) || "Unknown"
19916
19947
  }
19917
19948
  });
19918
19949
 
19919
- // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/index.js
19950
+ // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/index.js
19920
19951
  var require_react_reconciler = __commonJS({
19921
- "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/index.js"(exports, module) {
19952
+ "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/index.js"(exports, module) {
19922
19953
  "use strict";
19923
19954
  init_cjs_shims();
19924
19955
  process.env.NODE_ENV === "production" ? module.exports = require_react_reconciler_production_min() : module.exports = require_react_reconciler_development();
19925
19956
  }
19926
19957
  });
19927
19958
 
19928
- // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js
19959
+ // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js
19929
19960
  var require_react_reconciler_constants_production_min = __commonJS({
19930
- "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js"(exports) {
19961
+ "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js"(exports) {
19931
19962
  "use strict";
19932
19963
  init_cjs_shims();
19933
19964
  exports.ConcurrentRoot = 1;
@@ -19939,9 +19970,9 @@ var require_react_reconciler_constants_production_min = __commonJS({
19939
19970
  }
19940
19971
  });
19941
19972
 
19942
- // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
19973
+ // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
19943
19974
  var require_react_reconciler_constants_development = __commonJS({
19944
- "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js"(exports) {
19975
+ "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js"(exports) {
19945
19976
  "use strict";
19946
19977
  init_cjs_shims();
19947
19978
  process.env.NODE_ENV !== "production" && function() {
@@ -19964,9 +19995,9 @@ var require_react_reconciler_constants_development = __commonJS({
19964
19995
  }
19965
19996
  });
19966
19997
 
19967
- // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/constants.js
19998
+ // ../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/constants.js
19968
19999
  var require_constants = __commonJS({
19969
- "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.2.0/node_modules/react-reconciler/constants.js"(exports, module) {
20000
+ "../../node_modules/.pnpm/react-reconciler@0.29.2_react@18.3.1/node_modules/react-reconciler/constants.js"(exports, module) {
19970
20001
  "use strict";
19971
20002
  init_cjs_shims();
19972
20003
  process.env.NODE_ENV === "production" ? module.exports = require_react_reconciler_constants_production_min() : module.exports = require_react_reconciler_constants_development();
@@ -20551,11 +20582,11 @@ var require_path = __commonJS({
20551
20582
  return path8.isAbsolute(x) ? path8.normalize(x) : path8.normalize(path8.concat(cwd3, x));
20552
20583
  },
20553
20584
  normalize(x) {
20554
- let output = [], skip = 0;
20585
+ let output2 = [], skip = 0;
20555
20586
  x.split("/").reverse().filter((x2) => x2 !== ".").forEach((x2) => {
20556
- x2 === ".." ? skip++ : skip === 0 ? output.push(x2) : skip--;
20587
+ x2 === ".." ? skip++ : skip === 0 ? output2.push(x2) : skip--;
20557
20588
  });
20558
- let result = output.reverse().join("/");
20589
+ let result = output2.reverse().join("/");
20559
20590
  return (isBrowser2 && result[0] === "/" ? result[1] === "/" ? window.location.protocol : window.location.origin : "") + result;
20560
20591
  },
20561
20592
  isData: (x) => x.indexOf("data:") === 0,
@@ -22615,7 +22646,7 @@ init_cjs_shims();
22615
22646
  // ../../node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.js
22616
22647
  init_cjs_shims();
22617
22648
 
22618
- // ../../node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.js
22649
+ // ../../node_modules/.pnpm/yocto-queue@1.2.1/node_modules/yocto-queue/index.js
22619
22650
  init_cjs_shims();
22620
22651
  var Node = class {
22621
22652
  value;
@@ -22639,6 +22670,10 @@ var Node = class {
22639
22670
  if (current)
22640
22671
  return this.#head = this.#head.next, this.#size--, current.value;
22641
22672
  }
22673
+ peek() {
22674
+ if (this.#head)
22675
+ return this.#head.value;
22676
+ }
22642
22677
  clear() {
22643
22678
  this.#head = void 0, this.#tail = void 0, this.#size = 0;
22644
22679
  }
@@ -22650,6 +22685,10 @@ var Node = class {
22650
22685
  for (; current; )
22651
22686
  yield current.value, current = current.next;
22652
22687
  }
22688
+ *drain() {
22689
+ for (; this.#head; )
22690
+ yield this.dequeue();
22691
+ }
22653
22692
  };
22654
22693
 
22655
22694
  // ../../node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.js
@@ -23671,7 +23710,7 @@ function removeFileSync(path8) {
23671
23710
  outputDebug(outputContent`Sync-removing file at ${outputToken.path(path8)}...`), removeSync(path8);
23672
23711
  }
23673
23712
  async function rmdir(path8, options = {}) {
23674
- let { default: del } = await import("./del-YIU34DZ5.js");
23713
+ let { default: del } = await import("./del-4JSTEFDW.js");
23675
23714
  outputDebug(outputContent`Removing directory at ${outputToken.path(path8)}...`), await del(path8, { force: options.force });
23676
23715
  }
23677
23716
  async function isDirectory(path8) {
@@ -23733,7 +23772,7 @@ async function generateRandomNameForSubdirectory(options) {
23733
23772
  return await fileExists(randomDirectoryPath) ? generateRandomNameForSubdirectory(options) : generated;
23734
23773
  }
23735
23774
  async function glob(pattern, options) {
23736
- let { default: fastGlob } = await import("./out-5KP5WGIK.js"), overridenOptions = options;
23775
+ let { default: fastGlob } = await import("./out-NKJPLKLB.js"), overridenOptions = options;
23737
23776
  return options?.dot == null && (overridenOptions = { ...options, dot: !0 }), fastGlob(pattern, overridenOptions);
23738
23777
  }
23739
23778
  async function findPathUp(matcher, options) {
@@ -23808,8 +23847,6 @@ var identifier = "shopify-cli", cacheFolder = () => process.env.XDG_CACHE_HOME ?
23808
23847
  themeToken: "SHOPIFY_CLI_THEME_TOKEN",
23809
23848
  unitTest: "SHOPIFY_UNIT_TEST",
23810
23849
  verbose: "SHOPIFY_FLAG_VERBOSE",
23811
- noThemeBundling: "SHOPIFY_CLI_NO_THEME_BUNDLING",
23812
- bundledThemeCLI: "SHOPIFY_CLI_BUNDLED_THEME_CLI",
23813
23850
  // Variables to detect if the CLI is running in a cloud environment
23814
23851
  codespaces: "CODESPACES",
23815
23852
  codespaceName: "CODESPACE_NAME",
@@ -24959,7 +24996,7 @@ async function spinFqdn(env3 = process.env) {
24959
24996
  return setCachedSpinFqdn(spinFqdn2), spinFqdn2;
24960
24997
  }
24961
24998
  async function show(spinInstance, env3 = process.env) {
24962
- let output = await captureOutput("spin", spinInstance === void 0 ? ["show", "--latest", "--json"] : ["show", "--json"], { env: env3 }), json = JSON.parse(output);
24999
+ let output2 = await captureOutput("spin", spinInstance === void 0 ? ["show", "--latest", "--json"] : ["show", "--json"], { env: env3 }), json = JSON.parse(output2);
24963
25000
  if (json.error) {
24964
25001
  let { errorMessage, nextSteps } = SpinInstanceNotFoundMessages(spinInstance, json.error);
24965
25002
  throw new AbortError(errorMessage, nextSteps);
@@ -25108,12 +25145,6 @@ function alwaysLogMetrics(env3 = process.env) {
25108
25145
  function firstPartyDev(env3 = process.env) {
25109
25146
  return isTruthy(env3[environmentVariables.firstPartyDev]);
25110
25147
  }
25111
- function useThemebundling(env3 = process.env) {
25112
- return !isTruthy(env3[environmentVariables.noThemeBundling]);
25113
- }
25114
- function useEmbeddedThemeCLI(env3 = process.env) {
25115
- return !isTruthy(env3[environmentVariables.bundledThemeCLI]);
25116
- }
25117
25148
  function gitpodURL(env3 = process.env) {
25118
25149
  return env3[environmentVariables.gitpod];
25119
25150
  }
@@ -25778,15 +25809,15 @@ init_cjs_shims();
25778
25809
  // ../cli-kit/dist/private/node/ui/components/Command.js
25779
25810
  init_cjs_shims();
25780
25811
 
25781
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/index.js
25812
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/index.js
25782
25813
  init_cjs_shims();
25783
25814
 
25784
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/render.js
25815
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/render.js
25785
25816
  init_cjs_shims();
25786
25817
  import { Stream } from "node:stream";
25787
25818
  import process18 from "node:process";
25788
25819
 
25789
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/ink.js
25820
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/ink.js
25790
25821
  init_cjs_shims();
25791
25822
  var import_react10 = __toESM(require_react(), 1), import_throttle = __toESM(require_throttle(), 1);
25792
25823
  import process17 from "node:process";
@@ -25868,7 +25899,7 @@ ansiEscapes2.iTerm = {
25868
25899
  };
25869
25900
  var ansi_escapes_default2 = ansiEscapes2;
25870
25901
 
25871
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/ink.js
25902
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/ink.js
25872
25903
  var import_is_ci = __toESM(require_is_ci(), 1);
25873
25904
 
25874
25905
  // ../../node_modules/.pnpm/auto-bind@5.0.1/node_modules/auto-bind/index.js
@@ -25895,7 +25926,7 @@ function autoBind(self2, { include, exclude } = {}) {
25895
25926
  return self2;
25896
25927
  }
25897
25928
 
25898
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/ink.js
25929
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/ink.js
25899
25930
  var import_signal_exit3 = __toESM(require_signal_exit(), 1);
25900
25931
 
25901
25932
  // ../../node_modules/.pnpm/patch-console@2.0.0/node_modules/patch-console/dist/index.js
@@ -26798,15 +26829,15 @@ async function initYoga(t) {
26798
26829
  // ../../node_modules/.pnpm/yoga-wasm-web@0.3.3/node_modules/yoga-wasm-web/dist/node.js
26799
26830
  var Yoga = await initYoga(await E(_(import.meta.url).resolve("./yoga.wasm")));
26800
26831
 
26801
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/reconciler.js
26832
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/reconciler.js
26802
26833
  init_cjs_shims();
26803
26834
  var import_react_reconciler = __toESM(require_react_reconciler(), 1), import_constants4 = __toESM(require_constants(), 1);
26804
26835
  import process10 from "node:process";
26805
26836
 
26806
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/dom.js
26837
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/dom.js
26807
26838
  init_cjs_shims();
26808
26839
 
26809
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/measure-text.js
26840
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/measure-text.js
26810
26841
  init_cjs_shims();
26811
26842
 
26812
26843
  // ../../node_modules/.pnpm/widest-line@4.0.1/node_modules/widest-line/index.js
@@ -26818,12 +26849,12 @@ init_cjs_shims();
26818
26849
  // ../../node_modules/.pnpm/strip-ansi@7.1.0/node_modules/strip-ansi/index.js
26819
26850
  init_cjs_shims();
26820
26851
 
26821
- // ../../node_modules/.pnpm/ansi-regex@6.0.1/node_modules/ansi-regex/index.js
26852
+ // ../../node_modules/.pnpm/ansi-regex@6.1.0/node_modules/ansi-regex/index.js
26822
26853
  init_cjs_shims();
26823
26854
  function ansiRegex({ onlyFirst = !1 } = {}) {
26824
26855
  let pattern = [
26825
- "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
26826
- "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"
26856
+ "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))",
26857
+ "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"
26827
26858
  ].join("|");
26828
26859
  return new RegExp(pattern, onlyFirst ? void 0 : "g");
26829
26860
  }
@@ -26874,7 +26905,7 @@ function widestLine(string) {
26874
26905
  return lineWidth;
26875
26906
  }
26876
26907
 
26877
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/measure-text.js
26908
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/measure-text.js
26878
26909
  var cache = {}, measureText = (text) => {
26879
26910
  if (text.length === 0)
26880
26911
  return {
@@ -26889,7 +26920,7 @@ var cache = {}, measureText = (text) => {
26889
26920
  return cache[text] = { width, height }, { width, height };
26890
26921
  }, measure_text_default = measureText;
26891
26922
 
26892
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/wrap-text.js
26923
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/wrap-text.js
26893
26924
  init_cjs_shims();
26894
26925
 
26895
26926
  // ../../node_modules/.pnpm/wrap-ansi@8.1.0/node_modules/wrap-ansi/index.js
@@ -27136,7 +27167,7 @@ var astralRegex = /^[\uD800-\uDBFF][\uDC00-\uDFFF]$/, ESCAPES2 = [
27136
27167
  "\x1B",
27137
27168
  "\x9B"
27138
27169
  ], wrapAnsi2 = (code) => `${ESCAPES2[0]}[${code}m`, checkAnsi = (ansiCodes, isEscapes, endAnsiCode) => {
27139
- let output = [];
27170
+ let output2 = [];
27140
27171
  ansiCodes = [...ansiCodes];
27141
27172
  for (let ansiCode of ansiCodes) {
27142
27173
  let ansiCodeOrigin = ansiCode;
@@ -27144,21 +27175,21 @@ var astralRegex = /^[\uD800-\uDBFF][\uDC00-\uDFFF]$/, ESCAPES2 = [
27144
27175
  let item = ansi_styles_default2.codes.get(Number.parseInt(ansiCode, 10));
27145
27176
  if (item) {
27146
27177
  let indexEscape = ansiCodes.indexOf(item.toString());
27147
- indexEscape === -1 ? output.push(wrapAnsi2(isEscapes ? item : ansiCodeOrigin)) : ansiCodes.splice(indexEscape, 1);
27178
+ indexEscape === -1 ? output2.push(wrapAnsi2(isEscapes ? item : ansiCodeOrigin)) : ansiCodes.splice(indexEscape, 1);
27148
27179
  } else if (isEscapes) {
27149
- output.push(wrapAnsi2(0));
27180
+ output2.push(wrapAnsi2(0));
27150
27181
  break;
27151
27182
  } else
27152
- output.push(wrapAnsi2(ansiCodeOrigin));
27183
+ output2.push(wrapAnsi2(ansiCodeOrigin));
27153
27184
  }
27154
- if (isEscapes && (output = output.filter((element, index) => output.indexOf(element) === index), endAnsiCode !== void 0)) {
27185
+ if (isEscapes && (output2 = output2.filter((element, index) => output2.indexOf(element) === index), endAnsiCode !== void 0)) {
27155
27186
  let fistEscapeCode = wrapAnsi2(ansi_styles_default2.codes.get(Number.parseInt(endAnsiCode, 10)));
27156
- output = output.reduce((current, next) => next === fistEscapeCode ? [next, ...current] : [...current, next], []);
27187
+ output2 = output2.reduce((current, next) => next === fistEscapeCode ? [next, ...current] : [...current, next], []);
27157
27188
  }
27158
- return output.join("");
27189
+ return output2.join("");
27159
27190
  };
27160
27191
  function sliceAnsi(string, begin, end) {
27161
- let characters = [...string], ansiCodes = [], stringEnd = typeof end == "number" ? end : characters.length, isInsideEscape = !1, ansiCode, visible = 0, output = "";
27192
+ let characters = [...string], ansiCodes = [], stringEnd = typeof end == "number" ? end : characters.length, isInsideEscape = !1, ansiCode, visible = 0, output2 = "";
27162
27193
  for (let [index, character] of characters.entries()) {
27163
27194
  let leftEscape = !1;
27164
27195
  if (ESCAPES2.includes(character)) {
@@ -27166,15 +27197,15 @@ function sliceAnsi(string, begin, end) {
27166
27197
  ansiCode = code && code.length > 0 ? code[0] : void 0, visible < stringEnd && (isInsideEscape = !0, ansiCode !== void 0 && ansiCodes.push(ansiCode));
27167
27198
  } else isInsideEscape && character === "m" && (isInsideEscape = !1, leftEscape = !0);
27168
27199
  if (!isInsideEscape && !leftEscape && visible++, !astralRegex.test(character) && isFullwidthCodePoint(character.codePointAt()) && (visible++, typeof end != "number" && stringEnd++), visible > begin && visible <= stringEnd)
27169
- output += character;
27200
+ output2 += character;
27170
27201
  else if (visible === begin && !isInsideEscape && ansiCode !== void 0)
27171
- output = checkAnsi(ansiCodes);
27202
+ output2 = checkAnsi(ansiCodes);
27172
27203
  else if (visible >= stringEnd) {
27173
- output += checkAnsi(ansiCodes, !0, ansiCode);
27204
+ output2 += checkAnsi(ansiCodes, !0, ansiCode);
27174
27205
  break;
27175
27206
  }
27176
27207
  }
27177
- return output;
27208
+ return output2;
27178
27209
  }
27179
27210
 
27180
27211
  // ../../node_modules/.pnpm/cli-truncate@3.1.0/node_modules/cli-truncate/index.js
@@ -27234,7 +27265,7 @@ function cliTruncate(text, columns, options) {
27234
27265
  throw new Error(`Expected \`options.position\` to be either \`start\`, \`middle\` or \`end\`, got ${position}`);
27235
27266
  }
27236
27267
 
27237
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/wrap-text.js
27268
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/wrap-text.js
27238
27269
  var cache2 = {}, wrapText = (text, maxWidth, wrapType) => {
27239
27270
  let cacheKey = text + String(maxWidth) + String(wrapType), cachedText = cache2[cacheKey];
27240
27271
  if (cachedText)
@@ -27250,7 +27281,7 @@ var cache2 = {}, wrapText = (text, maxWidth, wrapType) => {
27250
27281
  return cache2[cacheKey] = wrappedText, wrappedText;
27251
27282
  }, wrap_text_default = wrapText;
27252
27283
 
27253
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/squash-text-nodes.js
27284
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/squash-text-nodes.js
27254
27285
  init_cjs_shims();
27255
27286
  var squashTextNodes = (node) => {
27256
27287
  let text = "";
@@ -27264,7 +27295,7 @@ var squashTextNodes = (node) => {
27264
27295
  return text;
27265
27296
  }, squash_text_nodes_default = squashTextNodes;
27266
27297
 
27267
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/dom.js
27298
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/dom.js
27268
27299
  var createNode = (nodeName) => {
27269
27300
  let node = {
27270
27301
  nodeName,
@@ -27317,7 +27348,7 @@ var createNode = (nodeName) => {
27317
27348
  typeof text != "string" && (text = String(text)), node.nodeValue = text, markNodeAsDirty(node);
27318
27349
  };
27319
27350
 
27320
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/styles.js
27351
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/styles.js
27321
27352
  init_cjs_shims();
27322
27353
  var applyPositionStyles = (node, style) => {
27323
27354
  "position" in style && node.setPositionType(style.position === "absolute" ? Yoga.POSITION_TYPE_ABSOLUTE : Yoga.POSITION_TYPE_RELATIVE);
@@ -27342,10 +27373,10 @@ var applyPositionStyles = (node, style) => {
27342
27373
  applyPositionStyles(node, style), applyMarginStyles(node, style), applyPaddingStyles(node, style), applyFlexStyles(node, style), applyDimensionStyles(node, style), applyDisplayStyles(node, style), applyBorderStyles(node, style), applyGapStyles(node, style);
27343
27374
  }, styles_default = styles4;
27344
27375
 
27345
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/reconciler.js
27376
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/reconciler.js
27346
27377
  if (process10.env.DEV === "true")
27347
27378
  try {
27348
- await import("./devtools-J4QAI6HR.js");
27379
+ await import("./devtools-LDCSRUXB.js");
27349
27380
  } catch (error) {
27350
27381
  if (error.code === "MODULE_NOT_FOUND")
27351
27382
  console.warn(`
@@ -27493,10 +27524,10 @@ var diff = (before, after) => {
27493
27524
  }
27494
27525
  });
27495
27526
 
27496
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/renderer.js
27527
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/renderer.js
27497
27528
  init_cjs_shims();
27498
27529
 
27499
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/render-node-to-output.js
27530
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/render-node-to-output.js
27500
27531
  init_cjs_shims();
27501
27532
 
27502
27533
  // ../../node_modules/.pnpm/indent-string@5.0.0/node_modules/indent-string/index.js
@@ -27528,15 +27559,15 @@ function indentString(string, count = 1, options = {}) {
27528
27559
  return string.replace(regex2, indent.repeat(count));
27529
27560
  }
27530
27561
 
27531
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/get-max-width.js
27562
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/get-max-width.js
27532
27563
  init_cjs_shims();
27533
27564
  var getMaxWidth = (yogaNode) => yogaNode.getComputedWidth() - yogaNode.getComputedPadding(Yoga.EDGE_LEFT) - yogaNode.getComputedPadding(Yoga.EDGE_RIGHT) - yogaNode.getComputedBorder(Yoga.EDGE_LEFT) - yogaNode.getComputedBorder(Yoga.EDGE_RIGHT), get_max_width_default = getMaxWidth;
27534
27565
 
27535
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/render-border.js
27566
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/render-border.js
27536
27567
  init_cjs_shims();
27537
27568
  var import_cli_boxes = __toESM(require_cli_boxes(), 1);
27538
27569
 
27539
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/colorize.js
27570
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/colorize.js
27540
27571
  init_cjs_shims();
27541
27572
  var rgbRegex = /^rgb\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/, ansiRegex2 = /^ansi256\(\s?(\d+)\s?\)$/, isNamedColor = (color) => color in source_default, colorize = (str, color, type) => {
27542
27573
  if (!color)
@@ -27566,8 +27597,8 @@ var rgbRegex = /^rgb\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/, ansiRegex2 = /^ansi256\
27566
27597
  return str;
27567
27598
  }, colorize_default = colorize;
27568
27599
 
27569
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/render-border.js
27570
- var renderBorder = (x, y, node, output) => {
27600
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/render-border.js
27601
+ var renderBorder = (x, y, node, output2) => {
27571
27602
  if (node.style.borderStyle) {
27572
27603
  let width = node.yogaNode.getComputedWidth(), height = node.yogaNode.getComputedHeight(), box = typeof node.style.borderStyle == "string" ? import_cli_boxes.default[node.style.borderStyle] : node.style.borderStyle, topBorderColor = node.style.borderTopColor ?? node.style.borderColor, bottomBorderColor = node.style.borderBottomColor ?? node.style.borderColor, leftBorderColor = node.style.borderLeftColor ?? node.style.borderColor, rightBorderColor = node.style.borderRightColor ?? node.style.borderColor, dimTopBorderColor = node.style.borderTopDimColor ?? node.style.borderDimColor, dimBottomBorderColor = node.style.borderBottomDimColor ?? node.style.borderDimColor, dimLeftBorderColor = node.style.borderLeftDimColor ?? node.style.borderDimColor, dimRightBorderColor = node.style.borderRightDimColor ?? node.style.borderDimColor, showTopBorder = node.style.borderTop !== !1, showBottomBorder = node.style.borderBottom !== !1, showLeftBorder = node.style.borderLeft !== !1, showRightBorder = node.style.borderRight !== !1, contentWidth = width - (showLeftBorder ? 1 : 0) - (showRightBorder ? 1 : 0), topBorder = showTopBorder ? colorize_default((showLeftBorder ? box.topLeft : "") + box.top.repeat(contentWidth) + (showRightBorder ? box.topRight : ""), topBorderColor, "foreground") : void 0;
27573
27604
  showTopBorder && dimTopBorderColor && (topBorder = source_default.dim(topBorder));
@@ -27582,13 +27613,13 @@ var renderBorder = (x, y, node, output) => {
27582
27613
  let bottomBorder = showBottomBorder ? colorize_default((showLeftBorder ? box.bottomLeft : "") + box.bottom.repeat(contentWidth) + (showRightBorder ? box.bottomRight : ""), bottomBorderColor, "foreground") : void 0;
27583
27614
  showBottomBorder && dimBottomBorderColor && (bottomBorder = source_default.dim(bottomBorder));
27584
27615
  let offsetY = showTopBorder ? 1 : 0;
27585
- topBorder && output.write(x, y, topBorder, { transformers: [] }), showLeftBorder && output.write(x, y + offsetY, leftBorder, { transformers: [] }), showRightBorder && output.write(x + width - 1, y + offsetY, rightBorder, {
27616
+ topBorder && output2.write(x, y, topBorder, { transformers: [] }), showLeftBorder && output2.write(x, y + offsetY, leftBorder, { transformers: [] }), showRightBorder && output2.write(x + width - 1, y + offsetY, rightBorder, {
27586
27617
  transformers: []
27587
- }), bottomBorder && output.write(x, y + height - 1, bottomBorder, { transformers: [] });
27618
+ }), bottomBorder && output2.write(x, y + height - 1, bottomBorder, { transformers: [] });
27588
27619
  }
27589
27620
  }, render_border_default = renderBorder;
27590
27621
 
27591
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/render-node-to-output.js
27622
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/render-node-to-output.js
27592
27623
  var applyPaddingToText = (node, text) => {
27593
27624
  let yogaNode = node.childNodes[0]?.yogaNode;
27594
27625
  if (yogaNode) {
@@ -27597,7 +27628,7 @@ var applyPaddingToText = (node, text) => {
27597
27628
  `.repeat(offsetY) + indentString(text, offsetX);
27598
27629
  }
27599
27630
  return text;
27600
- }, renderNodeToOutput = (node, output, options) => {
27631
+ }, renderNodeToOutput = (node, output2, options) => {
27601
27632
  let { offsetX = 0, offsetY = 0, transformers = [], skipStaticElements } = options;
27602
27633
  if (skipStaticElements && node.internal_static)
27603
27634
  return;
@@ -27614,33 +27645,33 @@ var applyPaddingToText = (node, text) => {
27614
27645
  let textWrap = node.style.textWrap ?? "wrap";
27615
27646
  text = wrap_text_default(text, maxWidth, textWrap);
27616
27647
  }
27617
- text = applyPaddingToText(node, text), output.write(x, y, text, { transformers: newTransformers });
27648
+ text = applyPaddingToText(node, text), output2.write(x, y, text, { transformers: newTransformers });
27618
27649
  }
27619
27650
  return;
27620
27651
  }
27621
27652
  let clipped = !1;
27622
27653
  if (node.nodeName === "ink-box") {
27623
- render_border_default(x, y, node, output);
27654
+ render_border_default(x, y, node, output2);
27624
27655
  let clipHorizontally = node.style.overflowX === "hidden" || node.style.overflow === "hidden", clipVertically = node.style.overflowY === "hidden" || node.style.overflow === "hidden";
27625
27656
  if (clipHorizontally || clipVertically) {
27626
27657
  let x1 = clipHorizontally ? x + yogaNode.getComputedBorder(Yoga.EDGE_LEFT) : void 0, x2 = clipHorizontally ? x + yogaNode.getComputedWidth() - yogaNode.getComputedBorder(Yoga.EDGE_RIGHT) : void 0, y1 = clipVertically ? y + yogaNode.getComputedBorder(Yoga.EDGE_TOP) : void 0, y2 = clipVertically ? y + yogaNode.getComputedHeight() - yogaNode.getComputedBorder(Yoga.EDGE_BOTTOM) : void 0;
27627
- output.clip({ x1, x2, y1, y2 }), clipped = !0;
27658
+ output2.clip({ x1, x2, y1, y2 }), clipped = !0;
27628
27659
  }
27629
27660
  }
27630
27661
  if (node.nodeName === "ink-root" || node.nodeName === "ink-box") {
27631
27662
  for (let childNode of node.childNodes)
27632
- renderNodeToOutput(childNode, output, {
27663
+ renderNodeToOutput(childNode, output2, {
27633
27664
  offsetX: x,
27634
27665
  offsetY: y,
27635
27666
  transformers: newTransformers,
27636
27667
  skipStaticElements
27637
27668
  });
27638
- clipped && output.unclip();
27669
+ clipped && output2.unclip();
27639
27670
  }
27640
27671
  }
27641
27672
  }, render_node_to_output_default = renderNodeToOutput;
27642
27673
 
27643
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/output.js
27674
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/output.js
27644
27675
  init_cjs_shims();
27645
27676
 
27646
27677
  // ../../node_modules/.pnpm/slice-ansi@6.0.0/node_modules/slice-ansi/index.js
@@ -27852,7 +27883,7 @@ function tokenize2(str, endChar = Number.POSITIVE_INFINITY) {
27852
27883
  return ret;
27853
27884
  }
27854
27885
 
27855
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/output.js
27886
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/output.js
27856
27887
  var Output = class {
27857
27888
  constructor(options) {
27858
27889
  Object.defineProperty(this, "width", {
@@ -27896,7 +27927,7 @@ var Output = class {
27896
27927
  });
27897
27928
  }
27898
27929
  get() {
27899
- let output = [];
27930
+ let output2 = [];
27900
27931
  for (let y = 0; y < this.height; y++) {
27901
27932
  let row = [];
27902
27933
  for (let x = 0; x < this.width; x++)
@@ -27906,7 +27937,7 @@ var Output = class {
27906
27937
  fullWidth: !1,
27907
27938
  styles: []
27908
27939
  });
27909
- output.push(row);
27940
+ output2.push(row);
27910
27941
  }
27911
27942
  let clips = [];
27912
27943
  for (let operation of this.operations)
@@ -27935,7 +27966,7 @@ var Output = class {
27935
27966
  }
27936
27967
  let offsetY = 0;
27937
27968
  for (let [index, line] of lines.entries()) {
27938
- let currentLine = output[y + offsetY];
27969
+ let currentLine = output2[y + offsetY];
27939
27970
  if (!currentLine)
27940
27971
  continue;
27941
27972
  for (let transformer of transformers)
@@ -27955,24 +27986,24 @@ var Output = class {
27955
27986
  }
27956
27987
  }
27957
27988
  return {
27958
- output: output.map((line) => {
27989
+ output: output2.map((line) => {
27959
27990
  let lineWithoutEmptyItems = line.filter((item) => item !== void 0);
27960
27991
  return styledCharsToString(lineWithoutEmptyItems).trimEnd();
27961
27992
  }).join(`
27962
27993
  `),
27963
- height: output.length
27994
+ height: output2.length
27964
27995
  };
27965
27996
  }
27966
27997
  };
27967
27998
 
27968
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/renderer.js
27999
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/renderer.js
27969
28000
  var renderer = (node) => {
27970
28001
  if (node.yogaNode) {
27971
- let output = new Output({
28002
+ let output2 = new Output({
27972
28003
  width: node.yogaNode.getComputedWidth(),
27973
28004
  height: node.yogaNode.getComputedHeight()
27974
28005
  });
27975
- render_node_to_output_default(node, output, { skipStaticElements: !0 });
28006
+ render_node_to_output_default(node, output2, { skipStaticElements: !0 });
27976
28007
  let staticOutput;
27977
28008
  node.staticNode?.yogaNode && (staticOutput = new Output({
27978
28009
  width: node.staticNode.yogaNode.getComputedWidth(),
@@ -27980,7 +28011,7 @@ var renderer = (node) => {
27980
28011
  }), render_node_to_output_default(node.staticNode, staticOutput, {
27981
28012
  skipStaticElements: !1
27982
28013
  }));
27983
- let { output: generatedOutput, height: outputHeight } = output.get();
28014
+ let { output: generatedOutput, height: outputHeight } = output2.get();
27984
28015
  return {
27985
28016
  output: generatedOutput,
27986
28017
  outputHeight,
@@ -27997,7 +28028,7 @@ var renderer = (node) => {
27997
28028
  };
27998
28029
  }, renderer_default = renderer;
27999
28030
 
28000
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/log-update.js
28031
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/log-update.js
28001
28032
  init_cjs_shims();
28002
28033
 
28003
28034
  // ../../node_modules/.pnpm/cli-cursor@4.0.0/node_modules/cli-cursor/index.js
@@ -28027,13 +28058,13 @@ cliCursor.toggle = (force, writableStream) => {
28027
28058
  };
28028
28059
  var cli_cursor_default = cliCursor;
28029
28060
 
28030
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/log-update.js
28061
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/log-update.js
28031
28062
  var create = (stream2, { showCursor = !1 } = {}) => {
28032
28063
  let previousLineCount = 0, previousOutput = "", hasHiddenCursor = !1, render3 = (str) => {
28033
28064
  !showCursor && !hasHiddenCursor && (cli_cursor_default.hide(), hasHiddenCursor = !0);
28034
- let output = str + `
28065
+ let output2 = str + `
28035
28066
  `;
28036
- output !== previousOutput && (previousOutput = output, stream2.write(ansi_escapes_default2.eraseLines(previousLineCount) + output), previousLineCount = output.split(`
28067
+ output2 !== previousOutput && (previousOutput = output2, stream2.write(ansi_escapes_default2.eraseLines(previousLineCount) + output2), previousLineCount = output2.split(`
28037
28068
  `).length);
28038
28069
  };
28039
28070
  return render3.clear = () => {
@@ -28043,17 +28074,17 @@ var create = (stream2, { showCursor = !1 } = {}) => {
28043
28074
  }, render3;
28044
28075
  }, logUpdate = { create }, log_update_default = logUpdate;
28045
28076
 
28046
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/instances.js
28077
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/instances.js
28047
28078
  init_cjs_shims();
28048
28079
  var instances = /* @__PURE__ */ new WeakMap(), instances_default = instances;
28049
28080
 
28050
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/App.js
28081
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/App.js
28051
28082
  init_cjs_shims();
28052
28083
  var import_react9 = __toESM(require_react(), 1);
28053
28084
  import { EventEmitter as EventEmitter2 } from "node:events";
28054
28085
  import process16 from "node:process";
28055
28086
 
28056
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/AppContext.js
28087
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/AppContext.js
28057
28088
  init_cjs_shims();
28058
28089
  var import_react = __toESM(require_react(), 1), AppContext = (0, import_react.createContext)({
28059
28090
  exit() {
@@ -28062,7 +28093,7 @@ var import_react = __toESM(require_react(), 1), AppContext = (0, import_react.cr
28062
28093
  AppContext.displayName = "InternalAppContext";
28063
28094
  var AppContext_default = AppContext;
28064
28095
 
28065
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/StdinContext.js
28096
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/StdinContext.js
28066
28097
  init_cjs_shims();
28067
28098
  var import_react2 = __toESM(require_react(), 1);
28068
28099
  import { EventEmitter } from "node:events";
@@ -28080,7 +28111,7 @@ var StdinContext = (0, import_react2.createContext)({
28080
28111
  StdinContext.displayName = "InternalStdinContext";
28081
28112
  var StdinContext_default = StdinContext;
28082
28113
 
28083
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/StdoutContext.js
28114
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/StdoutContext.js
28084
28115
  init_cjs_shims();
28085
28116
  var import_react3 = __toESM(require_react(), 1);
28086
28117
  import process14 from "node:process";
@@ -28092,7 +28123,7 @@ var StdoutContext = (0, import_react3.createContext)({
28092
28123
  StdoutContext.displayName = "InternalStdoutContext";
28093
28124
  var StdoutContext_default = StdoutContext;
28094
28125
 
28095
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/StderrContext.js
28126
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/StderrContext.js
28096
28127
  init_cjs_shims();
28097
28128
  var import_react4 = __toESM(require_react(), 1);
28098
28129
  import process15 from "node:process";
@@ -28104,7 +28135,7 @@ var StderrContext = (0, import_react4.createContext)({
28104
28135
  StderrContext.displayName = "InternalStderrContext";
28105
28136
  var StderrContext_default = StderrContext;
28106
28137
 
28107
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/FocusContext.js
28138
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/FocusContext.js
28108
28139
  init_cjs_shims();
28109
28140
  var import_react5 = __toESM(require_react(), 1), FocusContext = (0, import_react5.createContext)({
28110
28141
  activeId: void 0,
@@ -28130,7 +28161,7 @@ var import_react5 = __toESM(require_react(), 1), FocusContext = (0, import_react
28130
28161
  FocusContext.displayName = "InternalFocusContext";
28131
28162
  var FocusContext_default = FocusContext;
28132
28163
 
28133
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/ErrorOverview.js
28164
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/ErrorOverview.js
28134
28165
  init_cjs_shims();
28135
28166
  var import_react8 = __toESM(require_react(), 1), import_stack_utils = __toESM(require_stack_utils(), 1);
28136
28167
  import * as fs4 from "node:fs";
@@ -28160,7 +28191,7 @@ var generateLineNumbers = (line, around) => {
28160
28191
  return generateLineNumbers(line, (_a = options.around) !== null && _a !== void 0 ? _a : 3).filter((line2) => lines[line2 - 1] !== void 0).map((line2) => ({ line: line2, value: lines[line2 - 1] }));
28161
28192
  }, dist_default3 = codeExcerpt;
28162
28193
 
28163
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/Box.js
28194
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/Box.js
28164
28195
  init_cjs_shims();
28165
28196
  var import_react6 = __toESM(require_react(), 1), Box = (0, import_react6.forwardRef)(({ children, ...style }, ref) => import_react6.default.createElement("ink-box", { ref, style: {
28166
28197
  ...style,
@@ -28176,7 +28207,7 @@ Box.defaultProps = {
28176
28207
  };
28177
28208
  var Box_default = Box;
28178
28209
 
28179
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/Text.js
28210
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/Text.js
28180
28211
  init_cjs_shims();
28181
28212
  var import_react7 = __toESM(require_react(), 1);
28182
28213
  function Text({ color, backgroundColor, dimColor = !1, bold = !1, italic = !1, underline = !1, strikethrough = !1, inverse = !1, wrap = "wrap", children }) {
@@ -28186,7 +28217,7 @@ function Text({ color, backgroundColor, dimColor = !1, bold = !1, italic = !1, u
28186
28217
  return import_react7.default.createElement("ink-text", { style: { flexGrow: 0, flexShrink: 1, flexDirection: "row", textWrap: wrap }, internal_transform: transform }, children);
28187
28218
  }
28188
28219
 
28189
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/ErrorOverview.js
28220
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/ErrorOverview.js
28190
28221
  var cleanupPath = (path8) => path8?.replace(`file://${cwd2()}/`, ""), stackUtils = new import_stack_utils.default({
28191
28222
  cwd: cwd2(),
28192
28223
  internals: import_stack_utils.default.nodeInternals()
@@ -28278,7 +28309,7 @@ function ErrorOverview({ error }) {
28278
28309
  );
28279
28310
  }
28280
28311
 
28281
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/App.js
28312
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/App.js
28282
28313
  var tab = " ", shiftTab = "\x1B[Z", escape2 = "\x1B", App = class extends import_react9.PureComponent {
28283
28314
  constructor() {
28284
28315
  super(...arguments), Object.defineProperty(this, "state", {
@@ -28560,7 +28591,7 @@ Object.defineProperty(App, "displayName", {
28560
28591
  value: "InternalApp"
28561
28592
  });
28562
28593
 
28563
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/ink.js
28594
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/ink.js
28564
28595
  var isCi = process17.env.CI === "false" ? !1 : import_is_ci.default, noop = () => {
28565
28596
  }, Ink = class {
28566
28597
  constructor(options) {
@@ -28659,21 +28690,21 @@ var isCi = process17.env.CI === "false" ? !1 : import_is_ci.default, noop = () =
28659
28690
  value: () => {
28660
28691
  if (this.isUnmounted)
28661
28692
  return;
28662
- let { output, outputHeight, staticOutput } = renderer_default(this.rootNode), hasStaticOutput = staticOutput && staticOutput !== `
28693
+ let { output: output2, outputHeight, staticOutput } = renderer_default(this.rootNode), hasStaticOutput = staticOutput && staticOutput !== `
28663
28694
  `;
28664
28695
  if (this.options.debug) {
28665
- hasStaticOutput && (this.fullStaticOutput += staticOutput), this.options.stdout.write(this.fullStaticOutput + output);
28696
+ hasStaticOutput && (this.fullStaticOutput += staticOutput), this.options.stdout.write(this.fullStaticOutput + output2);
28666
28697
  return;
28667
28698
  }
28668
28699
  if (isCi) {
28669
- hasStaticOutput && this.options.stdout.write(staticOutput), this.lastOutput = output;
28700
+ hasStaticOutput && this.options.stdout.write(staticOutput), this.lastOutput = output2;
28670
28701
  return;
28671
28702
  }
28672
28703
  if (hasStaticOutput && (this.fullStaticOutput += staticOutput), outputHeight >= this.options.stdout.rows) {
28673
- this.options.stdout.write(ansi_escapes_default2.clearTerminal + this.fullStaticOutput + output), this.lastOutput = output;
28704
+ this.options.stdout.write(ansi_escapes_default2.clearTerminal + this.fullStaticOutput + output2), this.lastOutput = output2;
28674
28705
  return;
28675
28706
  }
28676
- hasStaticOutput && (this.log.clear(), this.options.stdout.write(staticOutput), this.log(output)), !hasStaticOutput && output !== this.lastOutput && this.throttledLog(output), this.lastOutput = output;
28707
+ hasStaticOutput && (this.log.clear(), this.options.stdout.write(staticOutput), this.log(output2)), !hasStaticOutput && output2 !== this.lastOutput && this.throttledLog(output2), this.lastOutput = output2;
28677
28708
  }
28678
28709
  }), autoBind(this), this.options = options, this.rootNode = createNode("ink-root"), this.rootNode.onComputeLayout = this.calculateLayout, this.rootNode.onRender = options.debug ? this.onRender : (0, import_throttle.default)(this.onRender, 32, {
28679
28710
  leading: !0,
@@ -28752,7 +28783,7 @@ var isCi = process17.env.CI === "false" ? !1 : import_is_ci.default, noop = () =
28752
28783
  }
28753
28784
  };
28754
28785
 
28755
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/render.js
28786
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/render.js
28756
28787
  var render = (node, options) => {
28757
28788
  let inkOptions = {
28758
28789
  stdout: process18.stdout,
@@ -28780,7 +28811,7 @@ var render = (node, options) => {
28780
28811
  return instance2 || (instance2 = createInstance(), instances_default.set(stdout, instance2)), instance2;
28781
28812
  };
28782
28813
 
28783
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/Static.js
28814
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/Static.js
28784
28815
  init_cjs_shims();
28785
28816
  var import_react11 = __toESM(require_react(), 1);
28786
28817
  function Static(props) {
@@ -28796,23 +28827,23 @@ function Static(props) {
28796
28827
  return import_react11.default.createElement("ink-box", { internal_static: !0, style }, children);
28797
28828
  }
28798
28829
 
28799
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/Transform.js
28830
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/Transform.js
28800
28831
  init_cjs_shims();
28801
28832
  var import_react12 = __toESM(require_react(), 1);
28802
28833
 
28803
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/Newline.js
28834
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/Newline.js
28804
28835
  init_cjs_shims();
28805
28836
  var import_react13 = __toESM(require_react(), 1);
28806
28837
 
28807
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/components/Spacer.js
28838
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/components/Spacer.js
28808
28839
  init_cjs_shims();
28809
28840
  var import_react14 = __toESM(require_react(), 1);
28810
28841
 
28811
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-input.js
28842
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-input.js
28812
28843
  init_cjs_shims();
28813
28844
  var import_react16 = __toESM(require_react(), 1), import_is_upper_case = __toESM(require_dist16(), 1);
28814
28845
 
28815
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/parse-keypress.js
28846
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/parse-keypress.js
28816
28847
  init_cjs_shims();
28817
28848
  import { Buffer as Buffer4 } from "node:buffer";
28818
28849
  var metaKeyCodeRe = /^(?:\x1b)([a-zA-Z0-9])$/, fnKeyRe = /^(?:\x1b+)(O|N|\[|\[\[)(?:(\d+)(?:;(\d+))?([~^$])|(?:1;)?(\d+)?([a-zA-Z]))/, keyName = {
@@ -28966,12 +28997,12 @@ var metaKeyCodeRe = /^(?:\x1b)([a-zA-Z0-9])$/, fnKeyRe = /^(?:\x1b+)(O|N|\[|\[\[
28966
28997
  return key;
28967
28998
  }, parse_keypress_default = parseKeypress;
28968
28999
 
28969
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-stdin.js
29000
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-stdin.js
28970
29001
  init_cjs_shims();
28971
29002
  var import_react15 = __toESM(require_react(), 1);
28972
29003
  var useStdin = () => (0, import_react15.useContext)(StdinContext_default), use_stdin_default = useStdin;
28973
29004
 
28974
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-input.js
29005
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-input.js
28975
29006
  var useInput = (inputHandler, options = {}) => {
28976
29007
  let { stdin, setRawMode, internal_exitOnCtrlC, internal_eventEmitter } = use_stdin_default();
28977
29008
  (0, import_react16.useEffect)(() => {
@@ -29013,29 +29044,29 @@ var useInput = (inputHandler, options = {}) => {
29013
29044
  }, [options.isActive, stdin, internal_exitOnCtrlC, inputHandler]);
29014
29045
  }, use_input_default = useInput;
29015
29046
 
29016
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-app.js
29047
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-app.js
29017
29048
  init_cjs_shims();
29018
29049
  var import_react17 = __toESM(require_react(), 1);
29019
29050
  var useApp = () => (0, import_react17.useContext)(AppContext_default), use_app_default = useApp;
29020
29051
 
29021
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-stdout.js
29052
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-stdout.js
29022
29053
  init_cjs_shims();
29023
29054
  var import_react18 = __toESM(require_react(), 1);
29024
29055
  var useStdout = () => (0, import_react18.useContext)(StdoutContext_default), use_stdout_default = useStdout;
29025
29056
 
29026
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-stderr.js
29057
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-stderr.js
29027
29058
  init_cjs_shims();
29028
29059
  var import_react19 = __toESM(require_react(), 1);
29029
29060
 
29030
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-focus.js
29061
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-focus.js
29031
29062
  init_cjs_shims();
29032
29063
  var import_react20 = __toESM(require_react(), 1);
29033
29064
 
29034
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/hooks/use-focus-manager.js
29065
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/hooks/use-focus-manager.js
29035
29066
  init_cjs_shims();
29036
29067
  var import_react21 = __toESM(require_react(), 1);
29037
29068
 
29038
- // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/measure-element.js
29069
+ // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.3.1/node_modules/ink/build/measure-element.js
29039
29070
  init_cjs_shims();
29040
29071
  var measureElement = (node) => ({
29041
29072
  width: node.yogaNode?.getComputedWidth() ?? 0,
@@ -29193,6 +29224,25 @@ var InlineBlocks = ({ blocks }) => import_react29.default.createElement(Text, nu
29193
29224
  }
29194
29225
  };
29195
29226
 
29227
+ // ../cli-kit/dist/private/node/output.js
29228
+ init_cjs_shims();
29229
+ function withOrWithoutStyle(message) {
29230
+ return shouldDisplayColors() ? message : unstyled(message);
29231
+ }
29232
+ function consoleLog(message) {
29233
+ process.stdout.write(`${withOrWithoutStyle(message)}
29234
+ `);
29235
+ }
29236
+ function consoleWarn(message) {
29237
+ process.stderr.write(`${withOrWithoutStyle(message)}
29238
+ `);
29239
+ }
29240
+ function output(content, logLevel = "info", logger = consoleWarn) {
29241
+ isUnitTest() && collectLog(logLevel, content);
29242
+ let message = stringifyMessage(content);
29243
+ outputWhereAppropriate(logLevel, logger, message);
29244
+ }
29245
+
29196
29246
  // ../cli-kit/dist/public/node/output.js
29197
29247
  import { Writable } from "stream";
29198
29248
  var TokenizedString = class {
@@ -29272,20 +29322,20 @@ function formatPackageManagerCommand(packageManager, scriptName, ...scriptArgs)
29272
29322
  }
29273
29323
  }
29274
29324
  function outputContent(strings, ...keys) {
29275
- let output = "";
29325
+ let output2 = "";
29276
29326
  return strings.forEach((string, i) => {
29277
- if (output += string, i >= keys.length)
29327
+ if (output2 += string, i >= keys.length)
29278
29328
  return;
29279
29329
  let token = keys[i];
29280
29330
  if (typeof token == "string")
29281
- output += token;
29331
+ output2 += token;
29282
29332
  else if (token) {
29283
29333
  let enumTokenOutput = token.output();
29284
29334
  Array.isArray(enumTokenOutput) ? enumTokenOutput.forEach((line) => {
29285
- output += line;
29286
- }) : output += enumTokenOutput;
29335
+ output2 += line;
29336
+ }) : output2 += enumTokenOutput;
29287
29337
  }
29288
- }), new TokenizedString(output);
29338
+ }), new TokenizedString(output2);
29289
29339
  }
29290
29340
  function logLevelValue(level) {
29291
29341
  switch (level) {
@@ -29316,25 +29366,28 @@ function shouldOutput(logLevel) {
29316
29366
  }
29317
29367
  var collectedLogs = {};
29318
29368
  function collectLog(key, content) {
29319
- let output = collectedLogs.output ?? [], data = collectedLogs[key] ?? [];
29320
- data.push(stripAnsi(stringifyMessage(content) ?? "")), output.push(stripAnsi(stringifyMessage(content) ?? "")), collectedLogs[key] = data, collectedLogs.output = output;
29369
+ let output2 = collectedLogs.output ?? [], data = collectedLogs[key] ?? [];
29370
+ data.push(stripAnsi(stringifyMessage(content) ?? "")), output2.push(stripAnsi(stringifyMessage(content) ?? "")), collectedLogs[key] = data, collectedLogs.output = output2;
29321
29371
  }
29322
29372
  var clearCollectedLogs = () => {
29323
29373
  collectedLogs = {};
29324
29374
  };
29325
- function outputInfo(content, logger = consoleLog) {
29375
+ function outputResult(content) {
29376
+ output(content, "info", consoleLog);
29377
+ }
29378
+ function outputInfo(content, logger = consoleWarn) {
29326
29379
  let message = stringifyMessage(content);
29327
29380
  isUnitTest() && collectLog("info", content), outputWhereAppropriate("info", logger, message);
29328
29381
  }
29329
- function outputSuccess(content, logger = consoleLog) {
29382
+ function outputSuccess(content, logger = consoleWarn) {
29330
29383
  let message = source_default.bold(`\u2705 Success! ${stringifyMessage(content)}.`);
29331
29384
  isUnitTest() && collectLog("success", content), outputWhereAppropriate("info", logger, message);
29332
29385
  }
29333
- function outputCompleted(content, logger = consoleLog) {
29386
+ function outputCompleted(content, logger = consoleWarn) {
29334
29387
  let message = `${source_default.green("\u2714")} ${stringifyMessage(content)}`;
29335
29388
  isUnitTest() && collectLog("completed", content), outputWhereAppropriate("info", logger, message);
29336
29389
  }
29337
- function outputDebug(content, logger = consoleLog) {
29390
+ function outputDebug(content, logger = consoleWarn) {
29338
29391
  isUnitTest() && collectLog("debug", content);
29339
29392
  let message = source_default.gray(stringifyMessage(content));
29340
29393
  outputWhereAppropriate("debug", logger, `${(/* @__PURE__ */ new Date()).toISOString()}: ${message}`);
@@ -29345,7 +29398,7 @@ function outputWarn(content, logger = consoleWarn) {
29345
29398
  outputWhereAppropriate("warn", logger, message);
29346
29399
  }
29347
29400
  function outputNewline() {
29348
- console.log();
29401
+ consoleWarn("");
29349
29402
  }
29350
29403
  function stringifyMessage(message) {
29351
29404
  return message instanceof TokenizedString ? message.value : message;
@@ -29353,24 +29406,9 @@ function stringifyMessage(message) {
29353
29406
  function itemToString(item) {
29354
29407
  return tokenItemToString(item);
29355
29408
  }
29356
- function consoleLog(message) {
29357
- process.stdout.write(`${withOrWithoutStyle(message)}
29358
- `);
29359
- }
29360
- function consoleError(message) {
29361
- process.stderr.write(`${withOrWithoutStyle(message)}
29362
- `);
29363
- }
29364
- function consoleWarn(message) {
29365
- process.stderr.write(`${withOrWithoutStyle(message)}
29366
- `);
29367
- }
29368
29409
  function outputWhereAppropriate(logLevel, logger, message) {
29369
29410
  shouldOutput(logLevel) && (logger instanceof Writable ? logger.write(message) : logger(message, logLevel));
29370
29411
  }
29371
- function withOrWithoutStyle(message) {
29372
- return shouldDisplayColors() ? message : unstyled(message);
29373
- }
29374
29412
  function unstyled(message) {
29375
29413
  return stripAnsi(message);
29376
29414
  }
@@ -29481,7 +29519,7 @@ function errorMessageImpliesEnvironmentIssue(message) {
29481
29519
 
29482
29520
  // ../cli-kit/dist/public/node/abort.js
29483
29521
  init_cjs_shims();
29484
- var import_node_abort_controller = __toESM(require_node_abort_controller()), AbortController = class extends import_node_abort_controller.AbortController {
29522
+ var import_node_abort_controller = __toESM(require_node_abort_controller(), 1), AbortController = class extends import_node_abort_controller.AbortController {
29485
29523
  }, AbortSignal = class extends import_node_abort_controller.AbortSignal {
29486
29524
  };
29487
29525
 
@@ -29512,7 +29550,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
29512
29550
  try {
29513
29551
  await getAndSet();
29514
29552
  } catch (error) {
29515
- let { sendErrorToBugsnag } = await import("./error-handler-MIQWANES.js");
29553
+ let { sendErrorToBugsnag } = await import("./error-handler-GHVJK7OK.js");
29516
29554
  await sendErrorToBugsnag(error, "unexpected_error");
29517
29555
  }
29518
29556
  }, durationStack = [];
@@ -29924,9 +29962,9 @@ var ConcurrentOutput = ({ processes, prefixColumnSize, abortSignal, showTimestam
29924
29962
  // ../cli-kit/dist/private/node/ui.js
29925
29963
  init_cjs_shims();
29926
29964
  import { EventEmitter as EventEmitter3 } from "events";
29927
- function renderOnce(element, { logLevel = "info", logger = consoleLog, renderOptions }) {
29928
- let { output, unmount } = renderString(element, renderOptions);
29929
- return output && (isUnitTest() && collectLog(logLevel, output), outputWhereAppropriate(logLevel, logger, output)), unmount(), output;
29965
+ function renderOnce(element, { logLevel = "info", renderOptions }) {
29966
+ let { output: renderedString, unmount } = renderString(element, renderOptions);
29967
+ return renderedString && output(renderedString, logLevel), unmount(), renderedString;
29930
29968
  }
29931
29969
  async function render2(element, options) {
29932
29970
  let { waitUntilExit } = render_default(element, options);
@@ -30097,15 +30135,10 @@ var import_react35 = __toESM(require_react(), 1), typeToLogLevel = {
30097
30135
  warning: "warn",
30098
30136
  success: "info",
30099
30137
  error: "error"
30100
- }, typeToLogger = {
30101
- info: consoleLog,
30102
- warning: consoleWarn,
30103
- success: consoleLog,
30104
- error: consoleError
30105
30138
  };
30106
30139
  function alert({ type, headline, body, nextSteps, reference, link: link2, customSections, orderedNextSteps = !1, renderOptions }) {
30107
30140
  let { type: alertType, ..._eventProps } = arguments[0];
30108
- return renderOnce(import_react35.default.createElement(Alert, { type, headline, body, nextSteps, reference, link: link2, orderedNextSteps, customSections }), { logLevel: typeToLogLevel[type], logger: typeToLogger[type], renderOptions });
30141
+ return renderOnce(import_react35.default.createElement(Alert, { type, headline, body, nextSteps, reference, link: link2, orderedNextSteps, customSections }), { logLevel: typeToLogLevel[type], renderOptions });
30109
30142
  }
30110
30143
 
30111
30144
  // ../cli-kit/dist/private/node/ui/components/FatalError.js
@@ -31059,7 +31092,7 @@ function renderError(options) {
31059
31092
  return alert({ ...options, type: "error" });
31060
31093
  }
31061
31094
  function renderFatalError(error, { renderOptions } = {}) {
31062
- return renderOnce(import_react55.default.createElement(FatalError2, { error }), { logLevel: "error", logger: consoleError, renderOptions });
31095
+ return renderOnce(import_react55.default.createElement(FatalError2, { error }), { logLevel: "error", renderOptions });
31063
31096
  }
31064
31097
  async function renderSelectPrompt({ renderOptions, isConfirmationPrompt, ...props }, uiDebugOptions = defaultUIDebugOptions) {
31065
31098
  return throwInNonTTY({ message: props.message, stdin: renderOptions?.stdin }, uiDebugOptions), runWithTimer("cmd_all_timing_prompts_ms")(async () => {
@@ -31150,12 +31183,6 @@ async function renderDangerousConfirmationPrompt({ renderOptions, ...props }, ui
31150
31183
  }), confirmed;
31151
31184
  });
31152
31185
  }
31153
- function renderText({ text, logLevel = "info", logger = consoleLog }) {
31154
- let textWithLineReturn = text;
31155
- return text.endsWith(`
31156
- `) || (textWithLineReturn += `
31157
- `), isUnitTest() && collectLog(logLevel, textWithLineReturn), outputWhereAppropriate(logLevel, logger, textWithLineReturn), textWithLineReturn;
31158
- }
31159
31186
  var keypress = async (stdin = process.stdin, uiDebugOptions = defaultUIDebugOptions) => (throwInNonTTY({ message: "Press any key" }, uiDebugOptions), runWithTimer("cmd_all_timing_prompts_ms")(() => new Promise((resolve, reject) => {
31160
31187
  let handler2 = (buffer) => {
31161
31188
  stdin.setRawMode(!1);
@@ -31200,6 +31227,8 @@ export {
31200
31227
  dist_default,
31201
31228
  Yoga,
31202
31229
  require_scheduler,
31230
+ require_react_reconciler,
31231
+ require_constants,
31203
31232
  stripAnsi,
31204
31233
  ansi_styles_default2 as ansi_styles_default,
31205
31234
  sliceAnsi,
@@ -31268,6 +31297,8 @@ export {
31268
31297
  uniqBy,
31269
31298
  difference,
31270
31299
  asHumanFriendlyArray,
31300
+ tslib_es6_exports,
31301
+ init_tslib_es6,
31271
31302
  getRandomName,
31272
31303
  capitalize,
31273
31304
  pluralize,
@@ -31300,7 +31331,6 @@ export {
31300
31331
  renderTasks,
31301
31332
  renderTextPrompt,
31302
31333
  renderDangerousConfirmationPrompt,
31303
- renderText,
31304
31334
  keypress,
31305
31335
  isTTY,
31306
31336
  CancelExecution,
@@ -31339,6 +31369,7 @@ export {
31339
31369
  collectedLogs,
31340
31370
  collectLog,
31341
31371
  clearCollectedLogs,
31372
+ outputResult,
31342
31373
  outputInfo,
31343
31374
  outputSuccess,
31344
31375
  outputCompleted,
@@ -31347,9 +31378,6 @@ export {
31347
31378
  outputNewline,
31348
31379
  stringifyMessage,
31349
31380
  itemToString,
31350
- consoleLog,
31351
- consoleError,
31352
- consoleWarn,
31353
31381
  unstyled,
31354
31382
  shouldDisplayColors,
31355
31383
  formatSection,
@@ -31415,8 +31443,6 @@ export {
31415
31443
  alwaysLogAnalytics,
31416
31444
  alwaysLogMetrics,
31417
31445
  firstPartyDev,
31418
- useThemebundling,
31419
- useEmbeddedThemeCLI,
31420
31446
  gitpodURL,
31421
31447
  codespaceURL,
31422
31448
  codespacePortForwardingDomain,
@@ -31519,4 +31545,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
31519
31545
  * LICENSE file in the root directory of this source tree.
31520
31546
  *)
31521
31547
  */
31522
- //# sourceMappingURL=chunk-63DIRIVX.js.map
31548
+ //# sourceMappingURL=chunk-2Y3UFXD6.js.map