@shopify/cli 3.63.2 → 3.64.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.
- package/dist/assets/cli-ruby/lib/shopify_cli/reporting_configuration_controller.rb +2 -37
- package/dist/assets/cli-ruby/lib/shopify_cli/theme/file.rb +5 -1
- package/dist/assets/dev-console/extensions/dev-console/assets/index-Cgb-oKsM.css +1 -0
- package/dist/assets/dev-console/extensions/dev-console/assets/{index-Dui3DO9f.js → index-D7F9wNys.js} +12 -12
- package/dist/assets/dev-console/index.html +2 -2
- package/dist/assets/hydrogen/starter/.graphqlrc.ts +27 -0
- package/dist/assets/hydrogen/starter/CHANGELOG.md +108 -6
- package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +37 -0
- package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +150 -0
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +68 -0
- package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +101 -0
- package/dist/assets/hydrogen/starter/app/components/Header.tsx +3 -3
- package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +80 -0
- package/dist/assets/hydrogen/starter/app/components/ProductImage.tsx +23 -0
- package/dist/assets/hydrogen/starter/app/components/ProductPrice.tsx +27 -0
- package/dist/assets/hydrogen/starter/app/root.tsx +11 -17
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +51 -232
- package/dist/assets/hydrogen/starter/package.json +11 -11
- package/dist/assets/hydrogen/tailwind/package.json +1 -6
- package/dist/assets/hydrogen/tailwind/tailwind.css +6 -3
- package/dist/assets/hydrogen/vanilla-extract/package.json +2 -3
- package/dist/assets/hydrogen/virtual-routes/components/{Layout.jsx → PageLayout.jsx} +2 -2
- package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +8 -30
- package/dist/{chunk-YAYFJITA.js → chunk-2DXCIFDK.js} +3 -3
- package/dist/{chunk-EQR6CWKL.js → chunk-63D4EGTO.js} +3 -3
- package/dist/{chunk-EZYMDZPN.js → chunk-6PJAGL2L.js} +5 -5
- package/dist/{chunk-S4VBXFXP.js → chunk-7PVTYKQI.js} +220 -16
- package/dist/{chunk-IRWSC76I.js → chunk-7TIDA343.js} +3 -3
- package/dist/{chunk-NPLAQVTF.js → chunk-7W6SRTYP.js} +3 -3
- package/dist/{chunk-UJYIV6JP.js → chunk-ARCFCLME.js} +5 -5
- package/dist/{chunk-DIZHFZTJ.js → chunk-ATGUMSCJ.js} +4 -4
- package/dist/chunk-B3D5VLUA.js +12 -0
- package/dist/{chunk-UNPXLODI.js → chunk-B7RN7IRD.js} +3 -4
- package/dist/{chunk-5BLMIE7F.js → chunk-DX43V2L4.js} +4 -4
- package/dist/{chunk-6UDFXWNE.js → chunk-EJITPGUJ.js} +21 -4
- package/dist/chunk-FDLU3RD4.js +29 -0
- package/dist/{chunk-7OCUVNSF.js → chunk-H6AQTECB.js} +1485 -2977
- package/dist/{chunk-T54B5GJP.js → chunk-JNUJZFQL.js} +2 -2
- package/dist/{chunk-XER2L725.js → chunk-KUVX423E.js} +2 -2
- package/dist/{chunk-R5KML52V.js → chunk-KZTALMEV.js} +4 -4
- package/dist/{chunk-CM4H6QMH.js → chunk-M6KGRVDD.js} +3 -3
- package/dist/{chunk-3MDI6LZT.js → chunk-NLE3ZLU6.js} +905 -896
- package/dist/{chunk-WADS2TV5.js → chunk-NO7MYZEO.js} +5 -4
- package/dist/{chunk-LH533WG4.js → chunk-NPH2SXRO.js} +2 -2
- package/dist/{chunk-VZUWS5IH.js → chunk-OVWFZSJT.js} +3 -3
- package/dist/{chunk-UQUO22Q5.js → chunk-OXMHVKM3.js} +5 -5
- package/dist/{chunk-PNFEODLY.js → chunk-QNI6VLVR.js} +3 -3
- package/dist/{chunk-MCT2524Y.js → chunk-QYT42J3T.js} +4 -4
- package/dist/{chunk-VQTHQBEC.js → chunk-S3HWVIGJ.js} +9 -14
- package/dist/{chunk-23OKKZ5V.js → chunk-S7A7BHNA.js} +4 -4
- package/dist/{chunk-3TGMDPDI.js → chunk-SSAUIEBT.js} +2 -2
- package/dist/{chunk-YMPGWFWU.js → chunk-UQQI7TQG.js} +3 -3
- package/dist/{chunk-UZUD5DRI.js → chunk-UXA5YROL.js} +2 -2
- package/dist/{chunk-K3CVGV3F.js → chunk-V7NH4SZB.js} +3 -3
- package/dist/{chunk-7AVKIH7O.js → chunk-WVY52EEZ.js} +5 -5
- package/dist/{chunk-QEOBHRRQ.js → chunk-X3OUSYUQ.js} +17912 -17444
- package/dist/{chunk-EARPFFS7.js → chunk-XNCQBHNR.js} +241 -4
- package/dist/{chunk-EQPYUHNM.js → chunk-ZIGJPI5N.js} +1497 -112
- package/dist/{chunk-A2UVOX6O.js → chunk-ZKWHKX2C.js} +7066 -6051
- package/dist/{chunk-GPMHDCWK.js → chunk-ZRGD2HUL.js} +3 -3
- package/dist/{chunk-PQKGBYDC.js → chunk-ZVT2WZZF.js} +3 -3
- package/dist/cli/commands/auth/logout.js +14 -19
- package/dist/cli/commands/auth/logout.test.js +17 -21
- package/dist/cli/commands/debug/command-flags.js +11 -15
- package/dist/cli/commands/demo/catalog.js +13 -18
- package/dist/cli/commands/demo/generate-file.js +13 -18
- package/dist/cli/commands/demo/index.js +13 -18
- package/dist/cli/commands/demo/print-ai-prompt.js +13 -18
- package/dist/cli/commands/docs/generate.js +11 -15
- package/dist/cli/commands/docs/generate.test.js +11 -15
- package/dist/cli/commands/help.js +11 -15
- package/dist/cli/commands/kitchen-sink/async.js +12 -16
- package/dist/cli/commands/kitchen-sink/async.test.js +12 -16
- package/dist/cli/commands/kitchen-sink/index.js +14 -18
- package/dist/cli/commands/kitchen-sink/index.test.js +14 -18
- package/dist/cli/commands/kitchen-sink/prompts.js +12 -16
- package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -16
- package/dist/cli/commands/kitchen-sink/static.js +12 -16
- package/dist/cli/commands/kitchen-sink/static.test.js +12 -16
- package/dist/cli/commands/search.js +12 -16
- package/dist/cli/commands/upgrade.js +11 -15
- package/dist/cli/commands/version.js +12 -16
- package/dist/cli/commands/version.test.js +12 -16
- package/dist/cli/services/commands/search.js +4 -4
- package/dist/cli/services/commands/search.test.js +4 -4
- package/dist/cli/services/commands/version.js +6 -7
- package/dist/cli/services/commands/version.test.js +7 -8
- package/dist/cli/services/demo.js +5 -6
- package/dist/cli/services/demo.test.js +5 -6
- package/dist/cli/services/kitchen-sink/async.js +4 -4
- package/dist/cli/services/kitchen-sink/prompts.js +4 -4
- package/dist/cli/services/kitchen-sink/static.js +4 -4
- package/dist/cli/services/upgrade.js +5 -6
- package/dist/cli/services/upgrade.test.js +7 -8
- package/dist/{constants-3CLHB4LQ.js → constants-EVER32LA.js} +3 -3
- package/dist/{custom-oclif-loader-D4H5EJW6.js → custom-oclif-loader-BQAFOUNG.js} +13 -6
- package/dist/{error-handler-HUI4HW3X.js → error-handler-S56KHSGD.js} +10 -8
- package/dist/hooks/postrun.js +12 -14
- package/dist/hooks/prerun.js +8 -11
- package/dist/index.js +7811 -7490
- package/dist/{local-7IRDZWLW.js → local-UQAQKOVL.js} +4 -4
- package/dist/{morph-6NYGHGNT.js → morph-DN4AZJZW.js} +9 -9
- package/dist/{node-UIH7JP3D.js → node-GZYZUMBW.js} +21 -19
- package/dist/{node-package-manager-2LWT2MNN.js → node-package-manager-AOVZD6TP.js} +5 -6
- package/dist/{path-JVVXOELJ.js → path-KUSF6CYC.js} +2 -2
- package/dist/{system-4HHX42JS.js → system-G7DVECOP.js} +4 -4
- package/dist/templates/ui-extensions/projects/web_pixel_extension/package.json.liquid +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-NFBKMC4P.js → ui-2AOZFYFM.js} +4 -4
- package/dist/{workerd-4HFD3PS4.js → workerd-2MO23YDQ.js} +22 -19
- package/oclif.manifest.json +265 -4
- package/package.json +7 -10
- package/dist/assets/dev-console/extensions/dev-console/assets/index-Bi7y6lI5.css +0 -1
- package/dist/assets/hydrogen/css-modules/package.json +0 -6
- package/dist/assets/hydrogen/postcss/package.json +0 -10
- package/dist/assets/hydrogen/postcss/postcss.config.js +0 -8
- package/dist/assets/hydrogen/starter/.graphqlrc.yml +0 -12
- package/dist/assets/hydrogen/starter/app/components/Cart.tsx +0 -364
- package/dist/assets/hydrogen/tailwind/postcss.config.js +0 -10
- package/dist/assets/hydrogen/tailwind/tailwind.config.js +0 -8
- package/dist/chunk-4WBV3WP3.js +0 -221
- package/dist/chunk-OWICSMFV.js +0 -12
- package/dist/chunk-QCDYZY46.js +0 -1070
- package/dist/chunk-QEKTVN5A.js +0 -4385
- package/dist/chunk-QOUOFEGO.js +0 -35
- package/dist/chunk-WP234IUO.js +0 -265
- package/dist/chunk-XLPMGRR3.js +0 -496
- package/dist/chunk-XSKJYEAZ.js +0 -1453
- package/dist/error-handler-QDDLQDOJ.js +0 -43
|
@@ -17,15 +17,15 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
21
21
|
import "./chunk-JIJ65JT6.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-NO7MYZEO.js";
|
|
23
23
|
import "./chunk-GEN4RXTD.js";
|
|
24
24
|
import "./chunk-BYC3NA2Y.js";
|
|
25
25
|
import "./chunk-SAR5HGRG.js";
|
|
26
26
|
import "./chunk-NABCTJNW.js";
|
|
27
27
|
import "./chunk-YC4FLMDD.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-B7RN7IRD.js";
|
|
29
29
|
import "./chunk-LSCXQWNO.js";
|
|
30
30
|
import "./chunk-K6257PKA.js";
|
|
31
31
|
import "./chunk-XQFDS44U.js";
|
|
@@ -54,4 +54,4 @@ export {
|
|
|
54
54
|
renderTextPrompt,
|
|
55
55
|
renderWarning
|
|
56
56
|
};
|
|
57
|
-
//# sourceMappingURL=ui-
|
|
57
|
+
//# sourceMappingURL=ui-2AOZFYFM.js.map
|
|
@@ -10,36 +10,39 @@ import {
|
|
|
10
10
|
importLocal,
|
|
11
11
|
logRequestLine,
|
|
12
12
|
setConstructors
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-H6AQTECB.js";
|
|
14
|
+
import "./chunk-ZIGJPI5N.js";
|
|
15
|
+
import "./chunk-NPH2SXRO.js";
|
|
16
|
+
import "./chunk-EJITPGUJ.js";
|
|
17
|
+
import "./chunk-XNCQBHNR.js";
|
|
18
|
+
import "./chunk-7PVTYKQI.js";
|
|
19
|
+
import "./chunk-ZKWHKX2C.js";
|
|
20
|
+
import "./chunk-DL3MKXVR.js";
|
|
21
|
+
import "./chunk-S3HWVIGJ.js";
|
|
22
|
+
import "./chunk-2DXCIFDK.js";
|
|
23
|
+
import "./chunk-FMKVOTQK.js";
|
|
24
|
+
import "./chunk-B3D5VLUA.js";
|
|
25
|
+
import "./chunk-X3OUSYUQ.js";
|
|
26
|
+
import "./chunk-PRJ3U7MR.js";
|
|
14
27
|
import {
|
|
15
28
|
AbortError,
|
|
16
29
|
createFileReadStream,
|
|
17
|
-
dirname,
|
|
18
30
|
outputNewline,
|
|
19
31
|
readFile,
|
|
20
32
|
renderSuccess,
|
|
21
|
-
resolvePath
|
|
22
|
-
} from "./chunk-QEKTVN5A.js";
|
|
23
|
-
import "./chunk-EQPYUHNM.js";
|
|
24
|
-
import "./chunk-6UDFXWNE.js";
|
|
25
|
-
import "./chunk-EARPFFS7.js";
|
|
26
|
-
import "./chunk-S4VBXFXP.js";
|
|
27
|
-
import "./chunk-A2UVOX6O.js";
|
|
28
|
-
import "./chunk-DL3MKXVR.js";
|
|
29
|
-
import "./chunk-FMKVOTQK.js";
|
|
30
|
-
import "./chunk-QEOBHRRQ.js";
|
|
31
|
-
import "./chunk-PRJ3U7MR.js";
|
|
32
|
-
import {
|
|
33
33
|
source_default
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
35
35
|
import "./chunk-JIJ65JT6.js";
|
|
36
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-NO7MYZEO.js";
|
|
37
37
|
import "./chunk-GEN4RXTD.js";
|
|
38
38
|
import "./chunk-BYC3NA2Y.js";
|
|
39
39
|
import "./chunk-SAR5HGRG.js";
|
|
40
40
|
import "./chunk-NABCTJNW.js";
|
|
41
41
|
import "./chunk-YC4FLMDD.js";
|
|
42
|
-
import
|
|
42
|
+
import {
|
|
43
|
+
dirname,
|
|
44
|
+
resolvePath
|
|
45
|
+
} from "./chunk-B7RN7IRD.js";
|
|
43
46
|
import "./chunk-LSCXQWNO.js";
|
|
44
47
|
import "./chunk-K6257PKA.js";
|
|
45
48
|
import "./chunk-XQFDS44U.js";
|
|
@@ -51,7 +54,7 @@ import {
|
|
|
51
54
|
init_cjs_shims
|
|
52
55
|
} from "./chunk-ZPL24Y2D.js";
|
|
53
56
|
|
|
54
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
57
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
|
|
55
58
|
init_cjs_shims();
|
|
56
59
|
import { createRequire } from "node:module";
|
|
57
60
|
async function startWorkerdServer({
|
|
@@ -188,4 +191,4 @@ async function startWorkerdServer({
|
|
|
188
191
|
export {
|
|
189
192
|
startWorkerdServer
|
|
190
193
|
};
|
|
191
|
-
//# sourceMappingURL=workerd-
|
|
194
|
+
//# sourceMappingURL=workerd-2MO23YDQ.js.map
|
package/oclif.manifest.json
CHANGED
|
@@ -389,6 +389,14 @@
|
|
|
389
389
|
"name": "config",
|
|
390
390
|
"type": "option"
|
|
391
391
|
},
|
|
392
|
+
"dev-preview": {
|
|
393
|
+
"allowNo": false,
|
|
394
|
+
"description": "Enables the developer preview for the upcoming `app dev` implementation for building theme app extensions.",
|
|
395
|
+
"env": "SHOPIFY_FLAG_BETA",
|
|
396
|
+
"hidden": true,
|
|
397
|
+
"name": "dev-preview",
|
|
398
|
+
"type": "boolean"
|
|
399
|
+
},
|
|
392
400
|
"graphiql-key": {
|
|
393
401
|
"description": "Key used to authenticate GraphiQL requests. Should be specified if exposing GraphiQL on a publicly accessible URL. By default, no key is required.",
|
|
394
402
|
"env": "SHOPIFY_FLAG_GRAPHIQL_KEY",
|
|
@@ -1517,6 +1525,238 @@
|
|
|
1517
1525
|
"strict": true,
|
|
1518
1526
|
"summary": "Create a new app project"
|
|
1519
1527
|
},
|
|
1528
|
+
"app:logs": {
|
|
1529
|
+
"aliases": [
|
|
1530
|
+
],
|
|
1531
|
+
"args": {
|
|
1532
|
+
},
|
|
1533
|
+
"description": "\n Opens a real-time stream of detailed log events from the selected app and store.\n Use the `--source` argument to limit output to a particular function, such as a specific Shopify Function handle.\n Use the `--status` argument to specify the type of status to retrieve, either `success` or `failure`.\n ```\n shopify app logs --status=success --source=extension-handle\n ```\n ",
|
|
1534
|
+
"descriptionWithMarkdown": "\n Opens a real-time stream of detailed log events from the selected app and store.\n Use the `--source` argument to limit output to a particular function, such as a specific Shopify Function handle.\n Use the `--status` argument to specify the type of status to retrieve, either `success` or `failure`.\n ```\n shopify app logs --status=success --source=extension-handle\n ```\n ",
|
|
1535
|
+
"flags": {
|
|
1536
|
+
"api-key": {
|
|
1537
|
+
"description": "The API key of your app.",
|
|
1538
|
+
"env": "SHOPIFY_FLAG_APP_API_KEY",
|
|
1539
|
+
"exclusive": [
|
|
1540
|
+
"config"
|
|
1541
|
+
],
|
|
1542
|
+
"hasDynamicHelp": false,
|
|
1543
|
+
"hidden": true,
|
|
1544
|
+
"multiple": false,
|
|
1545
|
+
"name": "api-key",
|
|
1546
|
+
"type": "option"
|
|
1547
|
+
},
|
|
1548
|
+
"checkout-cart-url": {
|
|
1549
|
+
"description": "Resource URL for checkout UI extension. Format: \"/cart/{productVariantID}:{productQuantity}\"",
|
|
1550
|
+
"env": "SHOPIFY_FLAG_CHECKOUT_CART_URL",
|
|
1551
|
+
"hasDynamicHelp": false,
|
|
1552
|
+
"hidden": false,
|
|
1553
|
+
"multiple": false,
|
|
1554
|
+
"name": "checkout-cart-url",
|
|
1555
|
+
"type": "option"
|
|
1556
|
+
},
|
|
1557
|
+
"client-id": {
|
|
1558
|
+
"description": "The Client ID of your app.",
|
|
1559
|
+
"env": "SHOPIFY_FLAG_CLIENT_ID",
|
|
1560
|
+
"exclusive": [
|
|
1561
|
+
"config"
|
|
1562
|
+
],
|
|
1563
|
+
"hasDynamicHelp": false,
|
|
1564
|
+
"hidden": false,
|
|
1565
|
+
"multiple": false,
|
|
1566
|
+
"name": "client-id",
|
|
1567
|
+
"type": "option"
|
|
1568
|
+
},
|
|
1569
|
+
"config": {
|
|
1570
|
+
"char": "c",
|
|
1571
|
+
"description": "The name of the app configuration.",
|
|
1572
|
+
"env": "SHOPIFY_FLAG_APP_CONFIG",
|
|
1573
|
+
"hasDynamicHelp": false,
|
|
1574
|
+
"hidden": false,
|
|
1575
|
+
"multiple": false,
|
|
1576
|
+
"name": "config",
|
|
1577
|
+
"type": "option"
|
|
1578
|
+
},
|
|
1579
|
+
"dev-preview": {
|
|
1580
|
+
"allowNo": false,
|
|
1581
|
+
"description": "Enables the developer preview for the upcoming `app dev` implementation for building theme app extensions.",
|
|
1582
|
+
"env": "SHOPIFY_FLAG_BETA",
|
|
1583
|
+
"hidden": true,
|
|
1584
|
+
"name": "dev-preview",
|
|
1585
|
+
"type": "boolean"
|
|
1586
|
+
},
|
|
1587
|
+
"graphiql-key": {
|
|
1588
|
+
"description": "Key used to authenticate GraphiQL requests. Should be specified if exposing GraphiQL on a publicly accessible URL. By default, no key is required.",
|
|
1589
|
+
"env": "SHOPIFY_FLAG_GRAPHIQL_KEY",
|
|
1590
|
+
"hasDynamicHelp": false,
|
|
1591
|
+
"hidden": true,
|
|
1592
|
+
"multiple": false,
|
|
1593
|
+
"name": "graphiql-key",
|
|
1594
|
+
"type": "option"
|
|
1595
|
+
},
|
|
1596
|
+
"graphiql-port": {
|
|
1597
|
+
"description": "Local port of the GraphiQL development server.",
|
|
1598
|
+
"env": "SHOPIFY_FLAG_GRAPHIQL_PORT",
|
|
1599
|
+
"hasDynamicHelp": false,
|
|
1600
|
+
"hidden": true,
|
|
1601
|
+
"multiple": false,
|
|
1602
|
+
"name": "graphiql-port",
|
|
1603
|
+
"type": "option"
|
|
1604
|
+
},
|
|
1605
|
+
"no-color": {
|
|
1606
|
+
"allowNo": false,
|
|
1607
|
+
"description": "Disable color output.",
|
|
1608
|
+
"env": "SHOPIFY_FLAG_NO_COLOR",
|
|
1609
|
+
"hidden": false,
|
|
1610
|
+
"name": "no-color",
|
|
1611
|
+
"type": "boolean"
|
|
1612
|
+
},
|
|
1613
|
+
"no-tunnel": {
|
|
1614
|
+
"allowNo": false,
|
|
1615
|
+
"description": "Automatic creation of a tunnel is disabled. Service entry point will listen to localhost instead",
|
|
1616
|
+
"env": "SHOPIFY_FLAG_NO_TUNNEL",
|
|
1617
|
+
"exclusive": [
|
|
1618
|
+
"tunnel-url",
|
|
1619
|
+
"tunnel"
|
|
1620
|
+
],
|
|
1621
|
+
"hidden": true,
|
|
1622
|
+
"name": "no-tunnel",
|
|
1623
|
+
"type": "boolean"
|
|
1624
|
+
},
|
|
1625
|
+
"no-update": {
|
|
1626
|
+
"allowNo": false,
|
|
1627
|
+
"description": "Skips the Partners Dashboard URL update step.",
|
|
1628
|
+
"env": "SHOPIFY_FLAG_NO_UPDATE",
|
|
1629
|
+
"hidden": false,
|
|
1630
|
+
"name": "no-update",
|
|
1631
|
+
"type": "boolean"
|
|
1632
|
+
},
|
|
1633
|
+
"notify": {
|
|
1634
|
+
"description": "The file path or URL. The file path is to a file that you want updated on idle. The URL path is where you want a webhook posted to report on file changes.",
|
|
1635
|
+
"env": "SHOPIFY_FLAG_NOTIFY",
|
|
1636
|
+
"hasDynamicHelp": false,
|
|
1637
|
+
"multiple": false,
|
|
1638
|
+
"name": "notify",
|
|
1639
|
+
"type": "option"
|
|
1640
|
+
},
|
|
1641
|
+
"path": {
|
|
1642
|
+
"description": "The path to your app directory.",
|
|
1643
|
+
"env": "SHOPIFY_FLAG_PATH",
|
|
1644
|
+
"hasDynamicHelp": false,
|
|
1645
|
+
"multiple": false,
|
|
1646
|
+
"name": "path",
|
|
1647
|
+
"noCacheDefault": true,
|
|
1648
|
+
"type": "option"
|
|
1649
|
+
},
|
|
1650
|
+
"reset": {
|
|
1651
|
+
"allowNo": false,
|
|
1652
|
+
"description": "Reset all your settings.",
|
|
1653
|
+
"env": "SHOPIFY_FLAG_RESET",
|
|
1654
|
+
"exclusive": [
|
|
1655
|
+
"config"
|
|
1656
|
+
],
|
|
1657
|
+
"hidden": false,
|
|
1658
|
+
"name": "reset",
|
|
1659
|
+
"type": "boolean"
|
|
1660
|
+
},
|
|
1661
|
+
"skip-dependencies-installation": {
|
|
1662
|
+
"allowNo": false,
|
|
1663
|
+
"description": "Skips the installation of dependencies. Deprecated, use workspaces instead.",
|
|
1664
|
+
"env": "SHOPIFY_FLAG_SKIP_DEPENDENCIES_INSTALLATION",
|
|
1665
|
+
"hidden": false,
|
|
1666
|
+
"name": "skip-dependencies-installation",
|
|
1667
|
+
"type": "boolean"
|
|
1668
|
+
},
|
|
1669
|
+
"source": {
|
|
1670
|
+
"description": "Filters output to the specified log source.",
|
|
1671
|
+
"env": "SHOPIFY_FLAG_SOURCE",
|
|
1672
|
+
"hasDynamicHelp": false,
|
|
1673
|
+
"multiple": false,
|
|
1674
|
+
"name": "source",
|
|
1675
|
+
"type": "option"
|
|
1676
|
+
},
|
|
1677
|
+
"status": {
|
|
1678
|
+
"description": "Filters output to the specified status (success or failure).",
|
|
1679
|
+
"env": "SHOPIFY_FLAG_STATUS",
|
|
1680
|
+
"hasDynamicHelp": false,
|
|
1681
|
+
"multiple": false,
|
|
1682
|
+
"name": "status",
|
|
1683
|
+
"options": [
|
|
1684
|
+
"success",
|
|
1685
|
+
"failure"
|
|
1686
|
+
],
|
|
1687
|
+
"type": "option"
|
|
1688
|
+
},
|
|
1689
|
+
"store": {
|
|
1690
|
+
"char": "s",
|
|
1691
|
+
"description": "Store URL. Must be an existing development or Shopify Plus sandbox store.",
|
|
1692
|
+
"env": "SHOPIFY_FLAG_STORE",
|
|
1693
|
+
"hasDynamicHelp": false,
|
|
1694
|
+
"hidden": false,
|
|
1695
|
+
"multiple": false,
|
|
1696
|
+
"name": "store",
|
|
1697
|
+
"type": "option"
|
|
1698
|
+
},
|
|
1699
|
+
"subscription-product-url": {
|
|
1700
|
+
"description": "Resource URL for subscription UI extension. Format: \"/products/{productId}\"",
|
|
1701
|
+
"env": "SHOPIFY_FLAG_SUBSCRIPTION_PRODUCT_URL",
|
|
1702
|
+
"hasDynamicHelp": false,
|
|
1703
|
+
"hidden": false,
|
|
1704
|
+
"multiple": false,
|
|
1705
|
+
"name": "subscription-product-url",
|
|
1706
|
+
"type": "option"
|
|
1707
|
+
},
|
|
1708
|
+
"theme": {
|
|
1709
|
+
"char": "t",
|
|
1710
|
+
"description": "Theme ID or name of the theme app extension host theme.",
|
|
1711
|
+
"env": "SHOPIFY_FLAG_THEME",
|
|
1712
|
+
"hasDynamicHelp": false,
|
|
1713
|
+
"hidden": false,
|
|
1714
|
+
"multiple": false,
|
|
1715
|
+
"name": "theme",
|
|
1716
|
+
"type": "option"
|
|
1717
|
+
},
|
|
1718
|
+
"theme-app-extension-port": {
|
|
1719
|
+
"description": "Local port of the theme app extension development server.",
|
|
1720
|
+
"env": "SHOPIFY_FLAG_THEME_APP_EXTENSION_PORT",
|
|
1721
|
+
"hasDynamicHelp": false,
|
|
1722
|
+
"hidden": false,
|
|
1723
|
+
"multiple": false,
|
|
1724
|
+
"name": "theme-app-extension-port",
|
|
1725
|
+
"type": "option"
|
|
1726
|
+
},
|
|
1727
|
+
"tunnel-url": {
|
|
1728
|
+
"description": "Use a custom tunnel, it must be running before executing dev. Format: \"https://my-tunnel-url:port\".",
|
|
1729
|
+
"env": "SHOPIFY_FLAG_TUNNEL_URL",
|
|
1730
|
+
"exclusive": [
|
|
1731
|
+
"no-tunnel",
|
|
1732
|
+
"tunnel"
|
|
1733
|
+
],
|
|
1734
|
+
"hasDynamicHelp": false,
|
|
1735
|
+
"hidden": false,
|
|
1736
|
+
"multiple": false,
|
|
1737
|
+
"name": "tunnel-url",
|
|
1738
|
+
"type": "option"
|
|
1739
|
+
},
|
|
1740
|
+
"verbose": {
|
|
1741
|
+
"allowNo": false,
|
|
1742
|
+
"description": "Increase the verbosity of the output.",
|
|
1743
|
+
"env": "SHOPIFY_FLAG_VERBOSE",
|
|
1744
|
+
"hidden": false,
|
|
1745
|
+
"name": "verbose",
|
|
1746
|
+
"type": "boolean"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
"hasDynamicHelp": false,
|
|
1750
|
+
"hidden": true,
|
|
1751
|
+
"hiddenAliases": [
|
|
1752
|
+
],
|
|
1753
|
+
"id": "app:logs",
|
|
1754
|
+
"pluginAlias": "@shopify/cli",
|
|
1755
|
+
"pluginName": "@shopify/cli",
|
|
1756
|
+
"pluginType": "core",
|
|
1757
|
+
"strict": true,
|
|
1758
|
+
"summary": "Stream detailed logs for your Shopify app."
|
|
1759
|
+
},
|
|
1520
1760
|
"app:release": {
|
|
1521
1761
|
"aliases": [
|
|
1522
1762
|
],
|
|
@@ -2248,7 +2488,7 @@
|
|
|
2248
2488
|
"flags": {
|
|
2249
2489
|
"bundle-stats": {
|
|
2250
2490
|
"allowNo": true,
|
|
2251
|
-
"description": "
|
|
2491
|
+
"description": "Show a bundle size summary after building. Defaults to true, use `--no-bundle-stats` to disable.",
|
|
2252
2492
|
"name": "bundle-stats",
|
|
2253
2493
|
"type": "boolean"
|
|
2254
2494
|
},
|
|
@@ -2536,10 +2776,23 @@
|
|
|
2536
2776
|
"auth-bypass-token": {
|
|
2537
2777
|
"allowNo": false,
|
|
2538
2778
|
"description": "Generate an authentication bypass token, which can be used to perform end-to-end tests against the deployment.",
|
|
2779
|
+
"env": "AUTH_BYPASS_TOKEN",
|
|
2539
2780
|
"name": "auth-bypass-token",
|
|
2540
2781
|
"required": false,
|
|
2541
2782
|
"type": "boolean"
|
|
2542
2783
|
},
|
|
2784
|
+
"auth-bypass-token-duration": {
|
|
2785
|
+
"dependsOn": [
|
|
2786
|
+
"auth-bypass-token"
|
|
2787
|
+
],
|
|
2788
|
+
"description": "Specify the duration (in hours) up to 12 hours for the authentication bypass token. Defaults to `2`",
|
|
2789
|
+
"env": "AUTH_BYPASS_TOKEN_DURATION",
|
|
2790
|
+
"hasDynamicHelp": false,
|
|
2791
|
+
"multiple": false,
|
|
2792
|
+
"name": "auth-bypass-token-duration",
|
|
2793
|
+
"required": false,
|
|
2794
|
+
"type": "option"
|
|
2795
|
+
},
|
|
2543
2796
|
"build-command": {
|
|
2544
2797
|
"description": "Specify a build command to run before deploying. If not specified, `shopify hydrogen build` will be used.",
|
|
2545
2798
|
"hasDynamicHelp": false,
|
|
@@ -3252,6 +3505,14 @@
|
|
|
3252
3505
|
"name": "shortcut",
|
|
3253
3506
|
"type": "boolean"
|
|
3254
3507
|
},
|
|
3508
|
+
"styling": {
|
|
3509
|
+
"description": "Sets the styling strategy to use. One of `tailwind`, `vanilla-extract`, `css-modules`, `postcss`, `none`.",
|
|
3510
|
+
"env": "SHOPIFY_HYDROGEN_FLAG_STYLING",
|
|
3511
|
+
"hasDynamicHelp": false,
|
|
3512
|
+
"multiple": false,
|
|
3513
|
+
"name": "styling",
|
|
3514
|
+
"type": "option"
|
|
3515
|
+
},
|
|
3255
3516
|
"template": {
|
|
3256
3517
|
"description": "Scaffolds project based on an existing template or example from the Hydrogen repository.",
|
|
3257
3518
|
"env": "SHOPIFY_HYDROGEN_FLAG_TEMPLATE",
|
|
@@ -3614,12 +3875,12 @@
|
|
|
3614
3875
|
],
|
|
3615
3876
|
"args": {
|
|
3616
3877
|
"strategy": {
|
|
3617
|
-
"description": "The CSS strategy to setup. One of tailwind,css-modules,
|
|
3878
|
+
"description": "The CSS strategy to setup. One of tailwind,vanilla-extract,css-modules,postcss",
|
|
3618
3879
|
"name": "strategy",
|
|
3619
3880
|
"options": [
|
|
3620
3881
|
"tailwind",
|
|
3621
|
-
"css-modules",
|
|
3622
3882
|
"vanilla-extract",
|
|
3883
|
+
"css-modules",
|
|
3623
3884
|
"postcss"
|
|
3624
3885
|
]
|
|
3625
3886
|
}
|
|
@@ -6138,5 +6399,5 @@
|
|
|
6138
6399
|
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
|
|
6139
6400
|
}
|
|
6140
6401
|
},
|
|
6141
|
-
"version": "3.
|
|
6402
|
+
"version": "3.64.1"
|
|
6142
6403
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.64.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"keywords": [
|
|
@@ -88,19 +88,16 @@
|
|
|
88
88
|
"@ast-grep/napi": "0.11.0",
|
|
89
89
|
"esbuild": "0.19.8"
|
|
90
90
|
},
|
|
91
|
-
"optionalDependencies": {
|
|
92
|
-
"@parcel/watcher": "2.4.1"
|
|
93
|
-
},
|
|
94
91
|
"devDependencies": {
|
|
95
92
|
"@oclif/core": "3.26.5",
|
|
96
93
|
"@oclif/plugin-commands": "3.3.2",
|
|
97
94
|
"@oclif/plugin-plugins": "5.1.2",
|
|
98
|
-
"@shopify/app": "3.
|
|
99
|
-
"@shopify/cli-kit": "3.
|
|
100
|
-
"@shopify/plugin-cloudflare": "3.
|
|
101
|
-
"@shopify/plugin-did-you-mean": "3.
|
|
102
|
-
"@shopify/theme": "3.
|
|
103
|
-
"@shopify/cli-hydrogen": "
|
|
95
|
+
"@shopify/app": "3.64.1",
|
|
96
|
+
"@shopify/cli-kit": "3.64.1",
|
|
97
|
+
"@shopify/plugin-cloudflare": "3.64.1",
|
|
98
|
+
"@shopify/plugin-did-you-mean": "3.64.1",
|
|
99
|
+
"@shopify/theme": "3.64.1",
|
|
100
|
+
"@shopify/cli-hydrogen": "8.3.0",
|
|
104
101
|
"@types/node": "18.19.3",
|
|
105
102
|
"@vitest/coverage-istanbul": "^1.6.0",
|
|
106
103
|
"esbuild-plugin-copy": "^2.1.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._OuterContainer_15qjc_1{height:100vh;background:var(--dc-color-grey-900);overflow:hidden}._DevTool_15qjc_7{display:flex;flex-direction:column;height:100%;width:100%;color:var(--dc-color-white);font-weight:var(--dc-font-weight);overflow:hidden}._DevTool_15qjc_7 a{color:var(--dc-color-blue-400)}._DevTool_15qjc_7 a:hover,._DevTool_15qjc_7 a:focus{color:var(--dc-color-blue-500)}._DevTool_15qjc_7 main{display:flex;flex:1;overflow:hidden}._DevTool_15qjc_7 svg{width:1.8rem}._Header_15qjc_32{display:flex;justify-content:space-between;height:5.6rem;padding:1.5rem 1.6rem 1rem;background:var(--dc-color-grey-800)}._Header_15qjc_32 svg{fill:var(--dc-color-white)}._Header_15qjc_32 ._HeaderContent_15qjc_42{display:flex;align-items:center;gap:1.3rem}._Header_15qjc_32 h1{font-weight:var(--dc-font-weight-700);font-family:monospace;font-size:1.4rem}._Intro_q1kxd_1{height:5.6rem;padding:2.2rem 1.8rem 1.5rem;line-height:1.6rem;color:1px solid var(--dc-color-grey-100);border-bottom:1px solid var(--dc-color-grey-600)}._ExtensionList_q1kxd_9{width:100%;overflow:auto;flex:1}._ExtensionList_q1kxd_9 table{text-align:left;width:100%;border-collapse:collapse}._ExtensionList_q1kxd_9 th{vertical-align:middle}._WithIcon_q1kxd_23{display:inline-grid;grid-template-columns:auto auto;grid-gap:6px}._Empty_q1kxd_29{width:100%;text-align:center;padding:1.5rem}._ActionGroup_q1kxd_35{display:flex;justify-content:flex-end}._Button_s4bwx_1{all:unset;padding:.3rem .8rem;display:flex;gap:.6rem;line-height:2rem;font-weight:var(--dc-font-weight-500);background:var(--dc-color-grey-700);border-radius:var(--dc-border-radius);cursor:pointer}._Button_s4bwx_1._WithIcon_s4bwx_12{padding-right:1rem}._Button_s4bwx_1 ._Icon_s4bwx_15{position:relative;top:.1rem}._Button_s4bwx_1:hover,._Button_s4bwx_1:focus{background:var(--dc-color-grey-600)}._Button_s4bwx_1[aria-pressed=true]{background-color:var(--dc-color-blue-500)}._Icon_dakzz_1{display:block;height:2rem;width:2rem;max-height:100%;max-width:100%}svg{position:relative;display:block;max-width:100%;max-height:100%;fill:var(--dc-color-white);margin:0 auto}._Muted_dakzz_18{fill:var(--dc-color-grey-500)}._VisuallyHidden_1p9uv_1{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}._IconButton_wwtfg_1{all:unset;display:flex;align-items:center;width:2.4rem;height:2.4rem;background-color:var(--dc-color-grey-700);border-radius:var(--dc-border-radius);cursor:pointer}._IconButton_wwtfg_1:hover,._IconButton_wwtfg_1:focus{background-color:var(--dc-color-grey-600)}._IconButton_wwtfg_1 ._Icon_wwtfg_1{margin:0 auto;position:relative;top:.1rem}@keyframes _opacity_1yvdu_1{0%{opacity:0}to{opacity:.5}}._Backdrop_1yvdu_9{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:block;background-color:var(--dc-color-grey-900);animation:_opacity_1yvdu_1 .1s 1 forwards}._Container_rwtbo_1{position:fixed;z-index:11;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;pointer-events:none}._Dialog_rwtbo_14:focus{outline:0}._Modal_rwtbo_18{pointer-events:initial;position:relative;right:0;bottom:0;left:0;display:flex;flex-direction:column;width:62rem;margin:0 auto;max-height:calc(100vh - 6rem);border-radius:var(--dc-border-radius-2);background:var(--dc-color-grey-700);box-shadow:0 0 1px #0003,0 26px 80px #0003}._Modal_rwtbo_18._Width-large_rwtbo_33{width:62rem}._Modal_rwtbo_18._Width-small_rwtbo_36{width:45rem}._animateFadeUp_rwtbo_40{will-change:transform,opacity;opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}._animateFadeUp_rwtbo_40._entering_rwtbo_46,._animateFadeUp_rwtbo_40._exiting_rwtbo_46,._animateFadeUp_rwtbo_40._exited_rwtbo_46{opacity:0;transform:translateY(20rem)}._animateFadeUp_rwtbo_40._entered_rwtbo_50{opacity:1;transform:translateY(0)}._Header_rltzr_1{display:flex;align-items:center;flex-shrink:0;height:6.2rem;padding:2rem 2rem 1.8rem;border-bottom:1px solid var(--dc-color-grey-600)}._Title_rltzr_10{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;flex:1;align-self:center;font-size:1.6rem}._Title_rltzr_10 h2{font-weight:var(--dc-font-weight-600)}._BodyWrapper_11cpl_1{display:flex;flex-grow:1;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:2.6rem 2.4rem}._BodyWrapper_11cpl_1 button{background-color:var(--dc-color-grey-600)}._BodyWrapper_11cpl_1 button:hover,._BodyWrapper_11cpl_1 button:focus{background-color:var(--dc-color-grey-500)}._PreviewLinksTitle_w3znb_1{display:block;padding-bottom:1rem;font-weight:var(--dc-font-weight-500)}._PreviewLinks_w3znb_1{display:flex;flex-direction:column;gap:1rem;padding-left:.8rem;padding-right:.8rem}._PreviewLink_w3znb_1{display:flex;align-items:center;gap:2.6rem}._Title_mda4k_1{font-weight:var(--dc-font-weight-400)}._Instructions_eiqam_1{display:grid;gap:2.6rem;margin:0;padding:0 2rem;line-height:1.5rem}._Instructions_eiqam_1 a{color:var(--dc-color-white)}._Instructions_eiqam_1 a:hover,._Instructions_eiqam_1 a:focus{color:var(--dc-color-grey-400)}._UrlContainer_eiqam_16{display:flex;align-items:center;color:var(--dc-color-grey-400);margin-top:.8rem;border-radius:var(--dc-border-radius);align-items:top;line-height:2.4rem;background-color:var(--dc-color-grey-900);line-height:1.6rem}._Url_eiqam_16{border-right:1px solid var(--dc-color-grey-600);padding:.8rem 1.2rem}._CopyButton_eiqam_33{padding:.8rem 1.2rem}._NotApplicable_d2d93_1{font-weight:var(--dc-font-weight-200)}._PreviewLinksTitle_m62df_1{font-style:italic}._PreviewLinks_m62df_1{display:grid;padding-left:.6rem;padding-right:.6rem}._PreviewLink_m62df_1{display:flex;align-items:center;gap:.6rem;font-weight:var(--dc-font-weight-500);text-transform:capitalize}._Wrapper_1tz7v_1{display:flex;gap:2.4rem}._LeftColumn_1tz7v_6{width:17.5rem;display:flex;flex-direction:column;gap:1.2rem;line-height:1.4rem;font-size:1.2rem}._QRCode_1tz7v_15{display:block;padding:.2rem .2rem 0;background:var(--dc-color-white)}._RightColumn_1tz7v_21{font-size:1.2rem;line-height:1.8rem;display:flex;flex-direction:column;gap:.8rem}._UrlCta_1tz7v_29{display:flex;gap:.8rem;align-items:center}._Url_1tz7v_29{font-size:1.1rem;line-height:1.6rem;word-break:break-all;color:var(--dc-color-grey-400)}._Row_94ckx_1{border-bottom:1px solid var(--dc-color-grey-600)}._Row_94ckx_1 th{padding:1.2rem 6.9rem 1.2rem 0;line-height:1.6rem;font-weight:var(--dc-font-weight-600)}._Row_94ckx_1._Hoverable_94ckx_9:hover{cursor:pointer;background-color:#03123133}._Row_94ckx_1 th:first-child,._Row_94ckx_1 td:first-child{padding-left:1.8rem}._Row_94ckx_1 td{padding:1.6rem 6.9rem 1.5rem 0;vertical-align:top}._Row_94ckx_1 th:last-child,._Row_94ckx_1 td:last-child{padding-right:1.8rem}._Status_1aimo_1{display:flex;gap:.6rem;align-items:center;white-space:nowrap;font-weight:var(--dc-font-weight-500);color:var(--dc-color-grey-400)}._success_1aimo_10,._disconnected_1aimo_11,._error_1aimo_12{display:inline-block;width:1.2rem;height:1.2rem;border-radius:50%}._success_1aimo_10{background:var(--dc-color-green)}._disconnected_1aimo_11,._error_1aimo_12{background:var(--dc-color-red)}._Tooltip_ru6ke_1{display:inline-block}._Tooltip_ru6ke_1:hover{cursor:help}._TooltipUnderline_ru6ke_9{text-align:baseline;border-bottom:1px dotted var(--dc-color-grey-500);margin-bottom:-1px}:root{--tooltip-popover-max-width: 250px}._Popover_1ehpl_5{position:fixed;background-color:var(--dc-color-grey-600);color:var(--dc-color-white);font-weight:400;padding:1rem;border-radius:4px;width:max-content;max-width:var(--tooltip-popover-max-width);white-space:pre-wrap;word-break:break-word;word-wrap:break-word;z-index:9999;box-shadow:0 3px 6px -3px #17181814,0 8px 20px -4px #1718181f}._Toast_1qbvq_1{--toastify-color-dark: var(--dc-color-grey-700);--toastify-color-info: var(--dc-color-blue-400);--toastify-color-success: var(--dc-color-green);--toastify-color-warning: var(--dc-color-red);--toastify-color-error: var(--dc-color-red);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--dc-color-blue-400);--toastify-icon-color-success: var(--dc-color-green);--toastify-icon-color-warning: var(--dc-color-red);--toastify-icon-color-error: var(--dc-color-red);--toastify-toast-width: 32rem;--toastify-toast-background: var(--dc-color-white);--toastify-toast-min-height: 4.4rem;--toastify-toast-max-height: 4.4rem;--toastify-z-index: 9999;--toastify-text-color-dark: var(--dc-color-white);--toastify-text-color-info: var(--dc-color-white);--toastify-text-color-success: var(--dc-color-white);--toastify-text-color-warning: var(--dc-color-white);--toastify-text-color-error: var(--dc-color-white);--toastify-spinner-color: var(--dc-color-grey-500);--toastify-spinner-color-empty-area: var(--dc-color-white);--toastify-color-progress-dark: var(--dc-color-blue-400);--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--polaris-version-number: "6.6.0";--polaris-animation-skeleton-shimmer: polaris-SkeletonShimmerAnimation}html,body{font-size:1.3rem;line-height:2rem;text-transform:initial;letter-spacing:initial;font-weight:400;color:var(--p-text)}html,body,button{font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif}html{position:relative;font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility}body{min-height:100%;margin:0;padding:0;background-color:#f4f6f8}@media print{body{background-color:transparent!important}}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:1em;font-weight:400}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none}._Theme_1aigu_1{--dc-color-grey-900: rgb(13, 13, 13);--dc-color-grey-800: rgb(25, 25, 25);--dc-color-grey-700: rgb(36, 36, 36);--dc-color-grey-600: rgb(49, 51, 53);--dc-color-grey-500: rgb(120, 125, 129);--dc-color-grey-400: rgb(157, 161, 164);--dc-color-grey-100: rgb(235, 235, 235);--dc-color-blue-500: #36A3FF;--dc-color-blue-400: rgb(91, 206, 255);--dc-color-white: rgb(255, 255, 255);--dc-color-green: rgb(0, 244, 185);--dc-color-red: rgb(255, 87, 77);--dc-font-weight-400: 200;--dc-font-weight-400: 400;--dc-font-weight-500: 600;--dc-font-weight-600: 600;--dc-font-weight-700: 700;--dc-border-radius: .4rem;--dc-border-radius-2: .8rem}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
projects:
|
|
2
|
-
default:
|
|
3
|
-
schema: 'node_modules/@shopify/hydrogen/storefront.schema.json'
|
|
4
|
-
documents:
|
|
5
|
-
- '!*.d.ts'
|
|
6
|
-
- '*.{ts,tsx,js,jsx}'
|
|
7
|
-
- 'app/**/*.{ts,tsx,js,jsx}'
|
|
8
|
-
- '!app/graphql/**/*.{ts,tsx,js,jsx}'
|
|
9
|
-
customer-account:
|
|
10
|
-
schema: 'node_modules/@shopify/hydrogen/customer-account.schema.json'
|
|
11
|
-
documents:
|
|
12
|
-
- 'app/graphql/customer-account/**/*.{ts,tsx,js,jsx}'
|