@shopify/cli-hydrogen 4.0.0-alpha.8 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/dist/commands/hydrogen/build.d.ts +20 -0
  2. package/dist/commands/hydrogen/build.js +42 -37
  3. package/dist/commands/hydrogen/check.d.ts +18 -0
  4. package/dist/commands/hydrogen/check.js +35 -0
  5. package/dist/commands/hydrogen/dev.d.ts +14 -0
  6. package/dist/commands/hydrogen/dev.js +57 -61
  7. package/dist/commands/hydrogen/generate/route.d.ts +34 -0
  8. package/dist/commands/hydrogen/generate/route.js +165 -0
  9. package/dist/commands/hydrogen/generate/route.test.d.ts +1 -0
  10. package/dist/commands/hydrogen/generate/route.test.js +126 -0
  11. package/dist/commands/hydrogen/generate/routes.d.ts +16 -0
  12. package/dist/commands/hydrogen/generate/routes.js +22 -0
  13. package/dist/commands/hydrogen/init.d.ts +22 -0
  14. package/dist/commands/hydrogen/init.js +169 -25
  15. package/dist/commands/hydrogen/preview.d.ts +17 -0
  16. package/dist/commands/hydrogen/preview.js +2 -2
  17. package/dist/create-app.d.ts +1 -0
  18. package/dist/create-app.js +4 -0
  19. package/dist/{templates/demo-store/app → generator-templates}/routes/[robots.txt].tsx +2 -1
  20. package/dist/{templates/demo-store/app → generator-templates}/routes/[sitemap.xml].tsx +6 -4
  21. package/dist/generator-templates/routes/account/login.tsx +74 -0
  22. package/dist/generator-templates/routes/account/register.tsx +74 -0
  23. package/dist/generator-templates/routes/cart.tsx +43 -0
  24. package/dist/generator-templates/routes/collections/$collectionHandle.tsx +65 -0
  25. package/dist/{templates/demo-store/app → generator-templates}/routes/graphiql.tsx +0 -0
  26. package/dist/{templates/hello-world/app → generator-templates}/routes/index.tsx +0 -0
  27. package/dist/generator-templates/routes/pages/$pageHandle.tsx +74 -0
  28. package/dist/{templates/demo-store/app → generator-templates}/routes/policies/$policyHandle.tsx +8 -37
  29. package/dist/generator-templates/routes/policies/index.tsx +65 -0
  30. package/dist/generator-templates/routes/products/$productHandle.tsx +57 -0
  31. package/dist/hooks/init.d.ts +5 -0
  32. package/dist/utils/check-lockfile.d.ts +3 -0
  33. package/dist/utils/check-lockfile.js +78 -0
  34. package/dist/utils/check-version.d.ts +3 -0
  35. package/dist/utils/check-version.js +50 -0
  36. package/dist/utils/config.d.ts +18 -0
  37. package/dist/utils/config.js +116 -43
  38. package/dist/utils/flags.d.ts +10 -0
  39. package/dist/utils/flags.js +15 -3
  40. package/dist/utils/flags.test.d.ts +1 -0
  41. package/dist/utils/flags.test.js +18 -0
  42. package/dist/utils/log.d.ts +5 -0
  43. package/dist/utils/mini-oxygen.d.ts +11 -0
  44. package/dist/utils/mini-oxygen.js +7 -4
  45. package/dist/utils/missing-routes.d.ts +6 -0
  46. package/dist/utils/missing-routes.js +71 -0
  47. package/dist/utils/template-downloader.d.ts +11 -0
  48. package/dist/utils/template-downloader.js +66 -0
  49. package/dist/utils/transpile-ts.d.ts +16 -0
  50. package/dist/utils/transpile-ts.js +161 -0
  51. package/dist/utils/virtual-routes.d.ts +7 -0
  52. package/dist/utils/virtual-routes.js +47 -0
  53. package/dist/utils/virtual-routes.test.d.ts +1 -0
  54. package/dist/utils/virtual-routes.test.js +46 -0
  55. package/dist/virtual-routes/assets/dummy.d.ts +1 -0
  56. package/dist/virtual-routes/assets/dummy.js +1 -0
  57. package/dist/virtual-routes/assets/dummy.ts +1 -0
  58. package/dist/{templates/demo-store/dist/client → virtual-routes/assets}/favicon.svg +0 -0
  59. package/dist/virtual-routes/assets/styles.css +207 -0
  60. package/dist/virtual-routes/components/HydrogenLogoBaseBW.jsx +7 -0
  61. package/dist/virtual-routes/components/HydrogenLogoBaseColor.jsx +13 -0
  62. package/dist/virtual-routes/components/IconBanner.jsx +47 -0
  63. package/dist/virtual-routes/components/IconDiscord.jsx +4 -0
  64. package/dist/virtual-routes/components/IconError.jsx +20 -0
  65. package/dist/virtual-routes/components/IconGithub.jsx +4 -0
  66. package/dist/virtual-routes/components/IconTwitter.jsx +4 -0
  67. package/dist/virtual-routes/components/Layout.jsx +6 -0
  68. package/dist/virtual-routes/routes/graphiql.jsx +5 -0
  69. package/dist/virtual-routes/routes/index.jsx +140 -0
  70. package/dist/virtual-routes/virtual-root.jsx +38 -0
  71. package/oclif.manifest.json +1 -131
  72. package/package.json +36 -7
  73. package/dist/templates/demo-store/.cache/content-v2/sha512/00/06/24c89d558123b63259495c8099c0f959320fa2e54d907b3544baca5e0e6116c6c817c33423097ae1ba93f9506f6870cc37df232b376f8c264573b7aa72b5 +0 -1
  74. package/dist/templates/demo-store/.cache/content-v2/sha512/02/76/13bbea15bb42b81a204b0dc5f14726e0bfa8d012a7b284f887cc2e3c92195d6b07a78f199f990b311ca5fafa9079563503cdd81808cd9b7e496d86c72732 +0 -1
  75. package/dist/templates/demo-store/.cache/content-v2/sha512/08/56/c9a478b8c5c2fbfb6eed219f0861db568eceecbb45155124491ca25125ca421aac7e1b10d29151e5294a776ae10e02e01dc2da3561da793d111c4f908502 +0 -1
  76. package/dist/templates/demo-store/.cache/content-v2/sha512/11/0c/195071c290a61e22dd825b300c9f93e5315b2effefc3e5545440ac704d629e177bc877333ce73232ac72703bcc69fb425632d84b3caefe7f5c0fd12537ee +0 -1
  77. package/dist/templates/demo-store/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  78. package/dist/templates/demo-store/.cache/content-v2/sha512/15/61/a4cf6ccc2120c217346ecee6299fddf06e5555f6c9371305f118fdb382ff88588b31ec36b034ed785d36e3b18a8e8751702bbed4e101a97396f92ea35612 +0 -1
  79. package/dist/templates/demo-store/.cache/content-v2/sha512/17/08/03dabbacd40d4a2b132018a520d1dbcf29ffb2c659bbe01cb91f700202d5016ab4104831b95a05b98535549be4a6520ddcd6504ba361692549a5cd0458ee +0 -1
  80. package/dist/templates/demo-store/.cache/content-v2/sha512/27/a0/d277ff364ced6a2d01639f1e2b8675ef95eff3a4aa4d2fda0990392526e0f18def66116a8623096d1bdafabe1dc8efc56ef0956054b3370dfa9ad6596a29 +0 -1
  81. package/dist/templates/demo-store/.cache/content-v2/sha512/28/53/96d2a5c3d4b08a7191e545d4d961f7690f814a331dc8efcc11e45854fbccd04f825ec8d3a1070b05aca51dd63e06c778316395446055cc3cfc90c8b30615 +0 -1
  82. package/dist/templates/demo-store/.cache/content-v2/sha512/28/7c/c71b0c6367bdf7307a8061fe1c4568c9f1e9603d835b6fc917fe8042535a867c37154e35376a01ad6bdb3c2d6f29b88b41902fd6f20b1227e02081682d01 +0 -1
  83. package/dist/templates/demo-store/.cache/content-v2/sha512/29/2e/db501d168869cc6b7d5e51bfbf399e920773ed905b9e2b782ebfb29c5260f05b67d0b7d4599e8c5666253789d545ecfdfdb9e020da8ac262d99d0e69e5b0 +0 -1
  84. package/dist/templates/demo-store/.cache/content-v2/sha512/2b/05/f4684d5f729778c589ac1c471d21826137034b5f1163d67118f6cd0e1672e92cc3e2408a50da44d156bd3e574f7512a2245558ecdce896af8924cf966c73 +0 -1
  85. package/dist/templates/demo-store/.cache/content-v2/sha512/32/c2/8f62057f7082cddef5cd3d912d1a4c2c8eb9be28edefeb3d398181606f5bed84eac45a2edd8bb390d05278ca3ff6964e7594d8be9a0200cc8193f3dbb025 +0 -1
  86. package/dist/templates/demo-store/.cache/content-v2/sha512/35/3c/f46f8adbcf210210bac8ab00267ab16c16393ab4a95920f69c4452b298a83c9785d3d2c2bb4a63937cb4eed028197a18f0d2929024ebae18b0751f07ebf5 +0 -1
  87. package/dist/templates/demo-store/.cache/content-v2/sha512/36/3e/ece5cc6633a23301aa4f05fc1efddd8876aec2d8bf7afe504526e2866ed67263e99bffbb1e0d99a65622a7246f9d662217032aca47f70b6f0f13b75e7df1 +0 -1
  88. package/dist/templates/demo-store/.cache/content-v2/sha512/37/19/de54f68ea7b2a79f86d12ec1107e99d04217817fb6de9a5ba2dc5cdd16d16e1dda4cc9f7cf2b6ece5a6330f47ca20fa27a08aeffc17eb23fd11399e601fd +0 -1
  89. package/dist/templates/demo-store/.cache/content-v2/sha512/39/3e/7839c7699ead2ece5a07c6f0116dcbdd4cd5fce00cb6fafb349d3ab4ff6fdb626f056c05f1dd25ad453996209e5a1870f7b937714791c3fe2c43887d8dfa +0 -1
  90. package/dist/templates/demo-store/.cache/content-v2/sha512/46/04/af285aee74d96b28b24f75d7911de65e6c7bb26475ab5219fe5308028fda55060cf45650dfa09c0731ec73ece453c1e24e0c38715e8d4c5c80fd6365a1f4 +0 -1
  91. package/dist/templates/demo-store/.cache/content-v2/sha512/46/1c/c69c5b9150a9f76dff13c0d6a768540636e6569f4f3f56795d1b4c494045d5908674f292815212ac52e6d8a597b4ad35783506113f195a09f1057f09f00c +0 -1
  92. package/dist/templates/demo-store/.cache/content-v2/sha512/46/70/1f052bc78bf18274412ed7e7305d42fb50cbe5a6a0fbf62e0f9a775e667a541bc17352850fa8759a26f51b3459cfc6834fbf4a8b15527dc432be6ca76852 +0 -1
  93. package/dist/templates/demo-store/.cache/content-v2/sha512/4b/48/ca635670e7d1b1a5550d32f51389a5754234da55c6d7c900f348c8bf1ccc84bdcefc620e08979b7aa1d04a49a1138b46346f126d20c0126eb0c3261deb5b +0 -1
  94. package/dist/templates/demo-store/.cache/content-v2/sha512/51/ab/e165384df6374c7b2d0ebebc8642ecb0e0c14f7c5b57970ec5d2e17f7d1643e0b01eda69e5ffbefde85ecba6d613bcc5175c5564e36bfb73d966c8ea4153 +0 -1
  95. package/dist/templates/demo-store/.cache/content-v2/sha512/54/86/917224aeb3e04e19a51534244f5ed28f3529d85276452f52af9af3657798246c97a0948bcf62c707394ab80f0062a87e7079bd71c05e0d16f927091617d2 +0 -1
  96. package/dist/templates/demo-store/.cache/content-v2/sha512/56/bf/57423492125064302f4b06c3e3ebb8c0263ad049865c299eedb7026b56de4cc3d0790bc370d0fe1bc448cb8df31f38a8fe3f6644b91d9f88e85764205ef2 +0 -1
  97. package/dist/templates/demo-store/.cache/content-v2/sha512/65/a8/8322f339f24b58dc82746c373ccaff8847aa0f315db64e6efa4ae357e8a24d36d2664cf60d387582a6d60155940e6c72c6edd5a68ca3066d6173d4e04f13 +0 -1
  98. package/dist/templates/demo-store/.cache/content-v2/sha512/69/8b/226dd183d716cf3d632e447afc7dfab45d90664f1d0cbb51c9d69a65e9811484c7ba5940e045306824d1dffeb4abb8f2e51b4a3289d4afeee445cfc4e6af +0 -1
  99. package/dist/templates/demo-store/.cache/content-v2/sha512/69/e4/b067c1beb51c176168380eef47aee15632f7e50c24c8a66d9675fdecd8ac5bd6a294a634228e926894cc8b96789432103a7e6e01f3d58daf793178fc85ff +0 -1
  100. package/dist/templates/demo-store/.cache/content-v2/sha512/6b/6d/71211d4cebfd1e1c86788ede5784a53cf366a85f4e2646a300c820958a5219bfa5492b169d1cca1b431e946b41d15a526ee7f77db65a6e730dead281f777 +0 -1
  101. package/dist/templates/demo-store/.cache/content-v2/sha512/6e/ae/615197316ce9be03e9d63a85984c0752583325087b827210d5e681f52dd532738371a0dab76a42d3eb68c2f21808974d13847b5514a92450af40d578e973 +0 -1
  102. package/dist/templates/demo-store/.cache/content-v2/sha512/70/ec/37e2f634bc66cf777929488d19db018d338d1a1d2ccd338b1cb99d2d67a23dcaad2e46f77f63ce1280b7125038523a5d3ea42873780e8fb04cf408c08a4c +0 -1
  103. package/dist/templates/demo-store/.cache/content-v2/sha512/73/40/c822831f11f08a9ceea944d0145b072ba6164a3e2e75f98fda5437cda6dfddf9ca9450445c1f3236228d6259ac95e4cde9bb6e5996490ed00b7b13b06121 +0 -1
  104. package/dist/templates/demo-store/.cache/content-v2/sha512/75/02/c799e50ebd6988abb7b1090074668ce459a711a347069f905971e11126c3779d0f6c14b89f8350b7bf4f0712e8fbf48290205b1b5c2d427f21a80c32190c +0 -1
  105. package/dist/templates/demo-store/.cache/content-v2/sha512/77/fd/28951020ad9dc57df6e80976e714302d5b639eb69e28a184d9e4a4ee1322f39980bf3906f4176d62ab97d899bbced462187ea2a71a750694ac743c99cd9e +0 -1
  106. package/dist/templates/demo-store/.cache/content-v2/sha512/7a/4d/47fb716aef6fb90bd6883dccba9e1359e409cf1291762a0a2c6b7ad56097e67267b617ab8ebf3cb57ef256c00d22f778a8d6688df388ed181b866fcda132 +0 -1
  107. package/dist/templates/demo-store/.cache/content-v2/sha512/7b/15/d1749be8fa73f2f123e5e9a0807f343cdfa14fd263f9073fe7cd73352b7318b976a43687096a06acbbed2a2f0f86119d45cdd1e9ad6d09208c06b6232db2 +0 -1
  108. package/dist/templates/demo-store/.cache/content-v2/sha512/87/97/27cde85115daefca4a74cd9a2e87c66cf71e68ad7ca1a53c3d8a95f0b78dc50e89cc2d73aa293747b1b10650c9c703a97e17ecad24b46a50eac73aa0602f +0 -1
  109. package/dist/templates/demo-store/.cache/content-v2/sha512/88/76/d18fdfbb05293909609d42368642fc6da4bd138c5864ec2f721212b52e595b84ae46f48021ed3e6240edf443f78bdea557d56d700e3da848459ea3077a80 +0 -1
  110. package/dist/templates/demo-store/.cache/content-v2/sha512/8a/d1/ca384452cdc8a2fb92fa1c70a4db303dd5f9887475e0e4ddf4bc711b5ebceb684ba5fd8bf596c3d491ab8598bd52ffe20f98564f8110da0730f46f39e790 +0 -1
  111. package/dist/templates/demo-store/.cache/content-v2/sha512/8c/51/88e1fc4d8365cb6ad1a755e8bca81fbb64abb1c8ef08a8314471952910e0e29eadfa283d482233d500893a57b57470171ab98ebacb4b93780b37e7a87c93 +0 -1
  112. package/dist/templates/demo-store/.cache/content-v2/sha512/8f/81/8e238bb1d4654dcc554d661194c9415fe36dc6f20624dd26e47c0043f06ee69d1abd49947b11954508bfd01823fdf97a3ca9196521f05cb471473095c5c5 +0 -1
  113. package/dist/templates/demo-store/.cache/content-v2/sha512/91/39/2d6842760bb34dde16e9aad46162f546e8cab25d2440a69cb01bf4b2ed8fb3122490666d3eb9b70225259f7ed47e182bc6b83fe455647dde30d61cefa07d +0 -1
  114. package/dist/templates/demo-store/.cache/content-v2/sha512/93/6b/e60098157f6bff8ba570cab2ffd97a14983109006f7fa87e4432728366f96dfb19e957d28754daa45f1b6cb2421d26ab59bbd5ce5a448d6102e8e662403d +0 -1
  115. package/dist/templates/demo-store/.cache/content-v2/sha512/94/4a/a539de5a6348e4ecc4e05ea18301c0077a30ed452550660f8b13440a40f7e3858a03ef0aad25b559c49dbbe51455cc5d8e2a7b6c2b0c57e31875b5f8e6be +0 -1
  116. package/dist/templates/demo-store/.cache/content-v2/sha512/9e/2e/945fdc4a4fb8c2186645c71b48ef341e6f0da2a6b3ddd38761210fcf713c2249160f87387ac66547fa30732269fbf9ad6b24b6c6a50ae914284b96be8571 +0 -1
  117. package/dist/templates/demo-store/.cache/content-v2/sha512/9e/42/2999364d90a1a410573f5de0dea3765defcb24ccf54937c92995a3fcaf1fffe8fca06c15ab433d60b595617e89707ba1a292b66cbb9aae8d8e617bc59879 +0 -1
  118. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/76/504ec4500726300092be4c0d162b3694e388778e8a59ace118572149b8f31da4661b3bee2f950ea6608154f0cc105422f39f92f8fddda49053712b5cc81d +0 -1
  119. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/e5/f8840af1702b9e2e9005708f2513779d889a88d8d7379d5d93cf28390fd6c0300ba5cac0fe429d67a22ddeb884f85917c73f4ae286328a5cf437f568b73f +0 -1
  120. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/f7/d8f3eb03a1a2eefae7d7e52b2a15391b7012eab4507c37385ccfcfcad13c095c93a99dcfc2a6a44b73ab2fa50be0e3b64ab1153f56bd833536b7a3f06852 +0 -1
  121. package/dist/templates/demo-store/.cache/content-v2/sha512/a0/92/dc5bc315864cebde3ccd84e2a2e4228d8f467aa14efdcc3ef13b8815abbf495afeccb531cc4e049fe4d81d0b3e5afc0139b4450fb2cfca2b2c82cdd450ac +0 -1
  122. package/dist/templates/demo-store/.cache/content-v2/sha512/ad/44/f00b1b89c5d7778be4cd40cff421c77e97a937e945491777256fafa6ac80cc334b7118b4248fd13c3cb7fb37d86e1b54afaf688b295542694f276d359082 +0 -1
  123. package/dist/templates/demo-store/.cache/content-v2/sha512/b0/02/9ef55507e114e4391048df8e43101c006d5b3852e33450030d3ba974d438dd3ac489b084b15445ff5e1747e642eda2d969a13c8ba5a778669f9ab019789a +0 -1
  124. package/dist/templates/demo-store/.cache/content-v2/sha512/ba/08/9238d2f1bec0536eed757ab6583e384da966814a1c83896409f032bb673a056d62bb6f3b8a5bef36d61daf0e15617154b106b3bbc721354690bc930bb649 +0 -1
  125. package/dist/templates/demo-store/.cache/content-v2/sha512/bb/58/6a8a15508eab54d23bb1ae0dc4e28925c945258fffbf51d126a8ad3413d5396b3b2211493be551641d5b55dbf0c84d34cc06de906c3127e84b04eb46080d +0 -1
  126. package/dist/templates/demo-store/.cache/content-v2/sha512/bc/33/6e26ece5ac53d9eac9ac8a192ef39faf2a587a5808253c659fb1d371c477fc8074d428c8d1929b0d85dd1fec66fc79ea6b9fcb01507e2efec75fb7fbc2cc +0 -1
  127. package/dist/templates/demo-store/.cache/content-v2/sha512/c2/66/bc5f0b229dcdcab36104e3a3b531e3adc88a84622db081d73664f13cd7f6f4639d94e0d85ec075309735d51aa30bb26ea05ccff534f7e1ced5bf8115077a +0 -1
  128. package/dist/templates/demo-store/.cache/content-v2/sha512/c3/02/833766a7cfde6705e73ecd14cfa40f18bb470af44b39b856473411d00b9bda679d93ff62e49267263318aba287a74a1395b7e1559e786d955a19d8ba5ad7 +0 -1
  129. package/dist/templates/demo-store/.cache/content-v2/sha512/c9/bf/f82a49d275c8c16097122d6c71e3e64e45902413b6973b56974ed0f03bf8e0974328cfb006067036348f9473ef241927a68562848a1bdb2a8a9ce7d3cd9d +0 -1
  130. package/dist/templates/demo-store/.cache/content-v2/sha512/d1/fd/7a54f9c08d3a6e60f396a8033b49ce9c1129e877eef39bfa18467b04cd39c6c94423ef7e099fde8a8cca3a2b405d4725d7b2d51abf2be59853454afebfc5 +0 -1
  131. package/dist/templates/demo-store/.cache/content-v2/sha512/da/84/b6d27e02f9b109d7cff3095b08e2e2ed1802c8b6829c98f6e297d1c404059f8bacfdc278afd07e2f81cbc487318396a3775037b678ab6aff9a5231c94c0d +0 -1
  132. package/dist/templates/demo-store/.cache/content-v2/sha512/e8/ae/9b467e1d23913d4584d9417875b3cdc25f6dfed8b228f3a0c818129010b778aae1af1eb200b015ab428e79afe0ef1061262392fbdb96ed7da95efbe7f758 +0 -1
  133. package/dist/templates/demo-store/.cache/content-v2/sha512/ec/30/c2d6a93b0ab69c9d176e1db911bc276c6b81ef13d4ac2241bf2b6824979a157817f26c8a508ca87697f89b98afd86e8d7203878bb02e60e8442ab4620d8c +0 -1
  134. package/dist/templates/demo-store/.cache/content-v2/sha512/ed/15/aabcbf6d4b36151e7bb25d8751396c6c22a4a38b0505f9b244a060634e97399617ba8936870dc4ad25a3a1ad1fb1e4428d9989b2d52ff61070bfbca5ef1a +0 -1
  135. package/dist/templates/demo-store/.cache/content-v2/sha512/fd/f3/986b7ee5ea5ad1d89af5c08de69d43c025b54381092e0a19fd7e7a1e0352552aa85c056315ce5e11a46ec75a252b1a44e2083abb73cd6df8407dfdb0ac48 +0 -1
  136. package/dist/templates/demo-store/.cache/index-v5/06/7e/7376a38676aa7f0543ab03fc451602dab8ad66e6ddebc44d94ee6f5c1df2 +0 -2
  137. package/dist/templates/demo-store/.cache/index-v5/06/84/719070270981ac7d003eefa98569d499d2d93dd2f1828da9825b87d03160 +0 -2
  138. package/dist/templates/demo-store/.cache/index-v5/08/b4/0d9cf6db265587df0990c07ef4bc1e61fa9fe85d6cfe4d6cbbf839c2313c +0 -2
  139. package/dist/templates/demo-store/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  140. package/dist/templates/demo-store/.cache/index-v5/0a/75/d3baf53012b62018cb60557f47601d810ec57c564bdc0b24c4990c73a833 +0 -2
  141. package/dist/templates/demo-store/.cache/index-v5/0c/43/721b2c2b054af973286c2ea3c51c612d347365682b5aae5b9e98554f91e1 +0 -2
  142. package/dist/templates/demo-store/.cache/index-v5/12/83/1a44e36774d9014fe186e18a3691e1ec3f37f2c30c22d38787a3cd157d7f +0 -2
  143. package/dist/templates/demo-store/.cache/index-v5/13/bd/14a326bd4cb6fb280eb85ecca60d6519738bf7e80df5285ec626d129baf3 +0 -2
  144. package/dist/templates/demo-store/.cache/index-v5/19/b1/b0877b4141a2ee6f7c173e2407c0b26958c0919238934a89a03049397aec +0 -2
  145. package/dist/templates/demo-store/.cache/index-v5/1b/6a/418ff1309326b48db3963d5ad40eacb0728d138b7f24896390e484b34c50 +0 -2
  146. package/dist/templates/demo-store/.cache/index-v5/24/d9/e0e8006f3c8deb17314475a674698161e207f116d9056bf0e1aabfa6c430 +0 -2
  147. package/dist/templates/demo-store/.cache/index-v5/28/f4/466108ec4c6619222c94f178cc3962ed49f5f9a1e3783ad55335de0cdad3 +0 -2
  148. package/dist/templates/demo-store/.cache/index-v5/2e/ae/45167cd92f49c852d660e05a29b7484c886b3c0579fb9c148162b1a88fb6 +0 -2
  149. package/dist/templates/demo-store/.cache/index-v5/35/95/be51ab071b6bd2259e4acb91185c5e0affeee223c15a822ba226607d5616 +0 -2
  150. package/dist/templates/demo-store/.cache/index-v5/36/74/12368a4a642be74c83dfdb5eaca244dc624ca78c3528edc49262807f9f96 +0 -2
  151. package/dist/templates/demo-store/.cache/index-v5/37/56/4cbfef349acf26ffb05aa7f17742913d7bd956c920a5bb1941ca0dda3a22 +0 -2
  152. package/dist/templates/demo-store/.cache/index-v5/3b/e5/5841b3445af43a34c7b560d6cf329ade1bfb64584b85fbb10ac4a7313ef4 +0 -2
  153. package/dist/templates/demo-store/.cache/index-v5/40/67/0807c50d176836338cf5fe4864622d377a143dc97f0a86a702bf11dd7d72 +0 -2
  154. package/dist/templates/demo-store/.cache/index-v5/45/4b/1a3af253b3e2ef123d3872ad54d71865cc788ff5373a00414d2ae0243421 +0 -2
  155. package/dist/templates/demo-store/.cache/index-v5/4f/8a/4672c73b9b76b90b7b378fbf9bc1a09426d0b5dbe97404e1f1f5a354013c +0 -2
  156. package/dist/templates/demo-store/.cache/index-v5/51/da/70f3331e7c62bab563cf9f86297b1bda6f6215420807d7710aaee0b8ca5d +0 -2
  157. package/dist/templates/demo-store/.cache/index-v5/55/0e/4666f091383137a5168d8052b246b3a7a28e05215dc7d8ff7f6b921f0142 +0 -2
  158. package/dist/templates/demo-store/.cache/index-v5/58/93/287077465c80a2bfba306f218e51893019895137562df4a116326a0b222a +0 -2
  159. package/dist/templates/demo-store/.cache/index-v5/68/63/f781b7764101dfe1c192f68e1083513974e2396c9db609adf220a983bd88 +0 -2
  160. package/dist/templates/demo-store/.cache/index-v5/68/f1/4a98caa6e2ab43e78781b99c7833cab4e722cd716bf9718e001a43efb27b +0 -2
  161. package/dist/templates/demo-store/.cache/index-v5/7d/de/0d76288297eecd2ad4b07dd881631b481b19a83f7c9d36cfa4f967332943 +0 -2
  162. package/dist/templates/demo-store/.cache/index-v5/7e/12/528dc5a6aebfe1fb1d5b4b7d56097f25291dd9454e0ab8faa0a26f296815 +0 -2
  163. package/dist/templates/demo-store/.cache/index-v5/7e/bf/17c5f07b52df7946e14e733afa8f3880a40c1032bd3fb307cae4319e0fa8 +0 -2
  164. package/dist/templates/demo-store/.cache/index-v5/81/59/14da935263d86e18f99d2391d6731d29cd2d5c0d8c81c65293816e6ad32a +0 -2
  165. package/dist/templates/demo-store/.cache/index-v5/85/85/0475166b36ce12e75c5a6352b12ea2fa872f696b8161dd08fdfab09a7273 +0 -2
  166. package/dist/templates/demo-store/.cache/index-v5/88/bd/84904435de02c12b5b01c5aadd782e65a48d44006d98b864e01961a109dc +0 -2
  167. package/dist/templates/demo-store/.cache/index-v5/88/f6/729e4bad26ebd2b792dee6d1f96f87546ff9c4fa95518f603627fdd1126f +0 -2
  168. package/dist/templates/demo-store/.cache/index-v5/8a/7c/f5287da63fd3884889fef7019b2679f9a53ce5a268097295682ddad5131b +0 -2
  169. package/dist/templates/demo-store/.cache/index-v5/95/40/bed10ab9e6081915bc6dc1ffb23a589f407c22ab7d254453f0b3ce53e5f5 +0 -2
  170. package/dist/templates/demo-store/.cache/index-v5/96/b8/090abc56d6e9489d08af9564fb75d34477730aa1ece14ad85ba516549f2b +0 -2
  171. package/dist/templates/demo-store/.cache/index-v5/9b/e4/8aa4e95d52644490afdb862c05cb2dccb9f5c1aa45157f3af5c37aad080a +0 -2
  172. package/dist/templates/demo-store/.cache/index-v5/a1/e7/85ee850c85c329791d2123dd8231464fa27317290756b459012830d0f57e +0 -2
  173. package/dist/templates/demo-store/.cache/index-v5/a2/27/f2e299e50a8a3b2b54a89bb3be85f3118081b3c6cfed704bb7d2802e2a49 +0 -2
  174. package/dist/templates/demo-store/.cache/index-v5/a2/88/971871174c14875c70ca7bc9cea8d6b01465c1716d99440b059fa493947c +0 -2
  175. package/dist/templates/demo-store/.cache/index-v5/aa/57/05b67f08f71909d263fe9c357786097f5683394dbd65b0e4da2f9aa25288 +0 -2
  176. package/dist/templates/demo-store/.cache/index-v5/ac/25/d778b282ab78dbafcc1b4fb19695aed368081c76fa680140b89af08b07b1 +0 -2
  177. package/dist/templates/demo-store/.cache/index-v5/af/79/e80586a8b4bd0086246d97823d95bd64c77ad44b1fae591fdcd3883f776e +0 -2
  178. package/dist/templates/demo-store/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  179. package/dist/templates/demo-store/.cache/index-v5/b8/22/805af62bf21b63052b47f2f85322cb615ee786c214c0abc63b593a9f80ac +0 -2
  180. package/dist/templates/demo-store/.cache/index-v5/b8/67/17d551f86553b2a3a30c80b1d9797cbfcaa3d00f5239f39c1727c4d4fe8e +0 -2
  181. package/dist/templates/demo-store/.cache/index-v5/bc/52/538f70c9e2857f944f17c9121f6018d5c26ba916801b78d75484b130cd78 +0 -2
  182. package/dist/templates/demo-store/.cache/index-v5/c1/77/182e74b8e456fd321a98e8b23f5616eaf2968ccc0dd0eeff016624a89534 +0 -2
  183. package/dist/templates/demo-store/.cache/index-v5/c2/b6/58c9b05294374187ca9a342d46ed1b1f9e0afaf619acf88014f7f1a5dd8b +0 -2
  184. package/dist/templates/demo-store/.cache/index-v5/c6/72/887059f60c91b6fa41fbdab6bc1e1b6f4e3596cadd7a22457466fc1c2f67 +0 -2
  185. package/dist/templates/demo-store/.cache/index-v5/c8/52/09bfbca72b45aec745fc339c27986edefa85e40bd69113275a6ecd6495e9 +0 -2
  186. package/dist/templates/demo-store/.cache/index-v5/cb/f3/c8983d3f6b148ff6b70a42e0c3ccc4ca2f368df0aca086b8f0279d49f5be +0 -2
  187. package/dist/templates/demo-store/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  188. package/dist/templates/demo-store/.cache/index-v5/d2/7b/9476cfbc06c75a311a1951bcdea3b843d3f8763c916468901c3cd85ae7a4 +0 -2
  189. package/dist/templates/demo-store/.cache/index-v5/d7/2f/11fb6fd9a383d1edb40e2a774ca2de45a4f4b2c02e3f10d772427ef813d1 +0 -2
  190. package/dist/templates/demo-store/.cache/index-v5/d7/a8/e21243c97a68bff4874453358b21815d4dc4c804b63fce7cba9cc567c3d6 +0 -2
  191. package/dist/templates/demo-store/.cache/index-v5/db/34/e258d66ddeae0e8df2f3a92f0fc0a0472adc9b48c8d2f38087a828da4bc0 +0 -2
  192. package/dist/templates/demo-store/.cache/index-v5/de/8a/31224d2c63a17ccc13c25e35f4e5882c9a5f5553a3ffeb916c84aa73a15d +0 -2
  193. package/dist/templates/demo-store/.cache/index-v5/e0/9c/a50143959e2a05f23db12f6e7f9982a0889c4105004c9f58115f9fdb19e0 +0 -2
  194. package/dist/templates/demo-store/.cache/index-v5/f3/45/ed5a71628f7babbcd96f9d316ba1a9a7cdea5be1ef54d931ed5d6fcbfc21 +0 -2
  195. package/dist/templates/demo-store/.cache/index-v5/f4/20/fefac33b4499a27824ee7ef5a84779df38eca55b00ec3046fcb028efb593 +0 -2
  196. package/dist/templates/demo-store/.cache/index-v5/f6/1d/25c4d10714262d4559d2c43d3e64ebfc038d37b0edbbf02246bdd6dcdacb +0 -2
  197. package/dist/templates/demo-store/.cache/index-v5/f8/f2/017d33a8105299b5a1d72ea80b7cce0d4bafbcd8409437a212735325631a +0 -2
  198. package/dist/templates/demo-store/.cache/index-v5/fd/f2/f7f55dae9bf6b65ea883eb44dc2fd24a2d2a97c5b68cb559255c6574d239 +0 -2
  199. package/dist/templates/demo-store/.editorconfig +0 -8
  200. package/dist/templates/demo-store/.eslintignore +0 -4
  201. package/dist/templates/demo-store/.eslintrc.js +0 -16
  202. package/dist/templates/demo-store/.graphqlrc.yml +0 -1
  203. package/dist/templates/demo-store/.prettierignore +0 -2
  204. package/dist/templates/demo-store/_env +0 -6
  205. package/dist/templates/demo-store/_gitignore +0 -13
  206. package/dist/templates/demo-store/app/components/AccountAddressBook.tsx +0 -97
  207. package/dist/templates/demo-store/app/components/AccountDetails.tsx +0 -41
  208. package/dist/templates/demo-store/app/components/AddToCartButton.tsx +0 -42
  209. package/dist/templates/demo-store/app/components/Breadcrumbs.tsx +0 -36
  210. package/dist/templates/demo-store/app/components/Button.tsx +0 -56
  211. package/dist/templates/demo-store/app/components/Cart.tsx +0 -431
  212. package/dist/templates/demo-store/app/components/CartLoading.tsx +0 -50
  213. package/dist/templates/demo-store/app/components/CountrySelector.tsx +0 -180
  214. package/dist/templates/demo-store/app/components/Drawer.tsx +0 -115
  215. package/dist/templates/demo-store/app/components/FeaturedCollections.tsx +0 -54
  216. package/dist/templates/demo-store/app/components/FeaturedProducts.tsx +0 -116
  217. package/dist/templates/demo-store/app/components/FeaturedSection.tsx +0 -39
  218. package/dist/templates/demo-store/app/components/GenericError.tsx +0 -58
  219. package/dist/templates/demo-store/app/components/Grid.tsx +0 -44
  220. package/dist/templates/demo-store/app/components/Hero.tsx +0 -130
  221. package/dist/templates/demo-store/app/components/Icon.tsx +0 -253
  222. package/dist/templates/demo-store/app/components/Input.tsx +0 -24
  223. package/dist/templates/demo-store/app/components/Layout.tsx +0 -492
  224. package/dist/templates/demo-store/app/components/Link.tsx +0 -46
  225. package/dist/templates/demo-store/app/components/Modal.tsx +0 -46
  226. package/dist/templates/demo-store/app/components/NotFound.tsx +0 -22
  227. package/dist/templates/demo-store/app/components/OrderCard.tsx +0 -85
  228. package/dist/templates/demo-store/app/components/Pagination.tsx +0 -277
  229. package/dist/templates/demo-store/app/components/ProductCard.tsx +0 -145
  230. package/dist/templates/demo-store/app/components/ProductGallery.tsx +0 -114
  231. package/dist/templates/demo-store/app/components/ProductGrid.tsx +0 -93
  232. package/dist/templates/demo-store/app/components/ProductSwimlane.tsx +0 -30
  233. package/dist/templates/demo-store/app/components/Skeleton.tsx +0 -24
  234. package/dist/templates/demo-store/app/components/SortFilter.tsx +0 -411
  235. package/dist/templates/demo-store/app/components/Text.tsx +0 -192
  236. package/dist/templates/demo-store/app/components/index.ts +0 -28
  237. package/dist/templates/demo-store/app/data/countries.ts +0 -194
  238. package/dist/templates/demo-store/app/data/index.ts +0 -1027
  239. package/dist/templates/demo-store/app/entry.client.tsx +0 -4
  240. package/dist/templates/demo-store/app/entry.server.tsx +0 -26
  241. package/dist/templates/demo-store/app/hooks/useCartFetchers.tsx +0 -14
  242. package/dist/templates/demo-store/app/hooks/useIsHydrated.tsx +0 -12
  243. package/dist/templates/demo-store/app/lib/const.ts +0 -10
  244. package/dist/templates/demo-store/app/lib/placeholders.ts +0 -242
  245. package/dist/templates/demo-store/app/lib/seo/common.tsx +0 -367
  246. package/dist/templates/demo-store/app/lib/seo/debugger.tsx +0 -175
  247. package/dist/templates/demo-store/app/lib/seo/image.tsx +0 -32
  248. package/dist/templates/demo-store/app/lib/seo/index.ts +0 -4
  249. package/dist/templates/demo-store/app/lib/seo/seo.tsx +0 -24
  250. package/dist/templates/demo-store/app/lib/seo/types.ts +0 -84
  251. package/dist/templates/demo-store/app/lib/session.server.ts +0 -57
  252. package/dist/templates/demo-store/app/lib/type.ts +0 -21
  253. package/dist/templates/demo-store/app/lib/utils.ts +0 -310
  254. package/dist/templates/demo-store/app/root.tsx +0 -279
  255. package/dist/templates/demo-store/app/routes/$.tsx +0 -7
  256. package/dist/templates/demo-store/app/routes/$lang/$.tsx +0 -1
  257. package/dist/templates/demo-store/app/routes/$lang/[robots.txt].tsx +0 -1
  258. package/dist/templates/demo-store/app/routes/$lang/[sitemap.xml].tsx +0 -1
  259. package/dist/templates/demo-store/app/routes/$lang/account/__private/address/$id.tsx +0 -1
  260. package/dist/templates/demo-store/app/routes/$lang/account/__private/edit.tsx +0 -1
  261. package/dist/templates/demo-store/app/routes/$lang/account/__private/logout.ts +0 -1
  262. package/dist/templates/demo-store/app/routes/$lang/account/__private/orders.$id.tsx +0 -1
  263. package/dist/templates/demo-store/app/routes/$lang/account/__public/activate.$id.$activationToken.tsx +0 -6
  264. package/dist/templates/demo-store/app/routes/$lang/account/__public/login.tsx +0 -7
  265. package/dist/templates/demo-store/app/routes/$lang/account/__public/recover.tsx +0 -1
  266. package/dist/templates/demo-store/app/routes/$lang/account/__public/register.tsx +0 -6
  267. package/dist/templates/demo-store/app/routes/$lang/account/__public/reset.$id.$resetToken.tsx +0 -5
  268. package/dist/templates/demo-store/app/routes/$lang/account.tsx +0 -1
  269. package/dist/templates/demo-store/app/routes/$lang/api/countries.tsx +0 -1
  270. package/dist/templates/demo-store/app/routes/$lang/api/products.tsx +0 -1
  271. package/dist/templates/demo-store/app/routes/$lang/cart.tsx +0 -1
  272. package/dist/templates/demo-store/app/routes/$lang/collections/$collectionHandle.tsx +0 -1
  273. package/dist/templates/demo-store/app/routes/$lang/collections/all.tsx +0 -1
  274. package/dist/templates/demo-store/app/routes/$lang/collections/index.tsx +0 -1
  275. package/dist/templates/demo-store/app/routes/$lang/featured-products.tsx +0 -1
  276. package/dist/templates/demo-store/app/routes/$lang/index.tsx +0 -6
  277. package/dist/templates/demo-store/app/routes/$lang/journal/$journalHandle.tsx +0 -7
  278. package/dist/templates/demo-store/app/routes/$lang/journal/index.tsx +0 -1
  279. package/dist/templates/demo-store/app/routes/$lang/og-image.tsx +0 -1
  280. package/dist/templates/demo-store/app/routes/$lang/pages/$pageHandle.tsx +0 -1
  281. package/dist/templates/demo-store/app/routes/$lang/policies/$policyHandle.tsx +0 -1
  282. package/dist/templates/demo-store/app/routes/$lang/policies/index.tsx +0 -1
  283. package/dist/templates/demo-store/app/routes/$lang/products/$productHandle.tsx +0 -1
  284. package/dist/templates/demo-store/app/routes/$lang/products/index.tsx +0 -1
  285. package/dist/templates/demo-store/app/routes/$lang/search.tsx +0 -1
  286. package/dist/templates/demo-store/app/routes/account/__private/address/$id.tsx +0 -320
  287. package/dist/templates/demo-store/app/routes/account/__private/edit.tsx +0 -273
  288. package/dist/templates/demo-store/app/routes/account/__private/logout.ts +0 -25
  289. package/dist/templates/demo-store/app/routes/account/__private/orders.$id.tsx +0 -324
  290. package/dist/templates/demo-store/app/routes/account/__public/activate.$id.$activationToken.tsx +0 -218
  291. package/dist/templates/demo-store/app/routes/account/__public/login.tsx +0 -197
  292. package/dist/templates/demo-store/app/routes/account/__public/recover.tsx +0 -144
  293. package/dist/templates/demo-store/app/routes/account/__public/register.tsx +0 -184
  294. package/dist/templates/demo-store/app/routes/account/__public/reset.$id.$resetToken.tsx +0 -214
  295. package/dist/templates/demo-store/app/routes/account.tsx +0 -188
  296. package/dist/templates/demo-store/app/routes/api/countries.tsx +0 -22
  297. package/dist/templates/demo-store/app/routes/api/products.tsx +0 -116
  298. package/dist/templates/demo-store/app/routes/cart.tsx +0 -510
  299. package/dist/templates/demo-store/app/routes/collections/$collectionHandle.tsx +0 -301
  300. package/dist/templates/demo-store/app/routes/collections/all.tsx +0 -5
  301. package/dist/templates/demo-store/app/routes/collections/index.tsx +0 -188
  302. package/dist/templates/demo-store/app/routes/discounts.$code.tsx +0 -60
  303. package/dist/templates/demo-store/app/routes/featured-products.tsx +0 -58
  304. package/dist/templates/demo-store/app/routes/index.tsx +0 -241
  305. package/dist/templates/demo-store/app/routes/journal/$journalHandle.tsx +0 -141
  306. package/dist/templates/demo-store/app/routes/journal/index.tsx +0 -149
  307. package/dist/templates/demo-store/app/routes/og-image.tsx +0 -19
  308. package/dist/templates/demo-store/app/routes/pages/$pageHandle.tsx +0 -75
  309. package/dist/templates/demo-store/app/routes/policies/index.tsx +0 -97
  310. package/dist/templates/demo-store/app/routes/products/$productHandle.tsx +0 -551
  311. package/dist/templates/demo-store/app/routes/products/index.tsx +0 -148
  312. package/dist/templates/demo-store/app/routes/search.tsx +0 -198
  313. package/dist/templates/demo-store/app/styles/app.css +0 -4203
  314. package/dist/templates/demo-store/app/styles/custom-font.css +0 -13
  315. package/dist/templates/demo-store/dist/client/build/_assets/app-QCTC5PWY.css +0 -4203
  316. package/dist/templates/demo-store/dist/client/build/_assets/custom-font-COCMVHUB.css +0 -13
  317. package/dist/templates/demo-store/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  318. package/dist/templates/demo-store/dist/client/build/_shared/chunk-3HDCZC7Z.js +0 -2
  319. package/dist/templates/demo-store/dist/client/build/_shared/chunk-3HDCZC7Z.js.map +0 -7
  320. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6DT2GXU6.js +0 -2
  321. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6DT2GXU6.js.map +0 -7
  322. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6IZ7NY57.js +0 -2
  323. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6IZ7NY57.js.map +0 -7
  324. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KICVRFE.js +0 -32
  325. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KICVRFE.js.map +0 -7
  326. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KPVFOMZ.js +0 -2
  327. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KPVFOMZ.js.map +0 -7
  328. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6RKYTPO7.js +0 -27
  329. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6RKYTPO7.js.map +0 -7
  330. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6SSSJOFL.js +0 -68
  331. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6SSSJOFL.js.map +0 -7
  332. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AOOMA6GB.js +0 -2
  333. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AOOMA6GB.js.map +0 -7
  334. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYENMH4R.js +0 -2
  335. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYENMH4R.js.map +0 -7
  336. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js +0 -2
  337. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js.map +0 -7
  338. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DHA7C3MW.js +0 -2
  339. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DHA7C3MW.js.map +0 -7
  340. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DIIFYFWW.js +0 -2
  341. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DIIFYFWW.js.map +0 -7
  342. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DS7W4L22.js +0 -2
  343. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DS7W4L22.js.map +0 -7
  344. package/dist/templates/demo-store/dist/client/build/_shared/chunk-GHUOM4KB.js +0 -7
  345. package/dist/templates/demo-store/dist/client/build/_shared/chunk-GHUOM4KB.js.map +0 -7
  346. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ISW2I2ME.js +0 -2
  347. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ISW2I2ME.js.map +0 -7
  348. package/dist/templates/demo-store/dist/client/build/_shared/chunk-J43VR2R2.js +0 -133
  349. package/dist/templates/demo-store/dist/client/build/_shared/chunk-J43VR2R2.js.map +0 -7
  350. package/dist/templates/demo-store/dist/client/build/_shared/chunk-KSKV5IK6.js +0 -20
  351. package/dist/templates/demo-store/dist/client/build/_shared/chunk-KSKV5IK6.js.map +0 -7
  352. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MENU2OIC.js +0 -25
  353. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MENU2OIC.js.map +0 -7
  354. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MMBB6JJY.js +0 -2
  355. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MMBB6JJY.js.map +0 -7
  356. package/dist/templates/demo-store/dist/client/build/_shared/chunk-RESK5RQB.js +0 -54
  357. package/dist/templates/demo-store/dist/client/build/_shared/chunk-RESK5RQB.js.map +0 -7
  358. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TVK2D2ZT.js +0 -83
  359. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TVK2D2ZT.js.map +0 -7
  360. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TZEM5AYX.js +0 -2
  361. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TZEM5AYX.js.map +0 -7
  362. package/dist/templates/demo-store/dist/client/build/_shared/chunk-US5NIJUM.js +0 -105
  363. package/dist/templates/demo-store/dist/client/build/_shared/chunk-US5NIJUM.js.map +0 -7
  364. package/dist/templates/demo-store/dist/client/build/_shared/chunk-V66AOKO6.js +0 -2
  365. package/dist/templates/demo-store/dist/client/build/_shared/chunk-V66AOKO6.js.map +0 -7
  366. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WFLLVPNQ.js +0 -2
  367. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WFLLVPNQ.js.map +0 -7
  368. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYHUKY3H.js +0 -2
  369. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYHUKY3H.js.map +0 -7
  370. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYLDLOSN.js +0 -2
  371. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYLDLOSN.js.map +0 -7
  372. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X2L7EU2T.js +0 -2
  373. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X2L7EU2T.js.map +0 -7
  374. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X4LCECW4.js +0 -2
  375. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X4LCECW4.js.map +0 -7
  376. package/dist/templates/demo-store/dist/client/build/_shared/chunk-XDBJQDOE.js +0 -2
  377. package/dist/templates/demo-store/dist/client/build/_shared/chunk-XDBJQDOE.js.map +0 -7
  378. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YGLSE5Z5.js +0 -2
  379. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YGLSE5Z5.js.map +0 -7
  380. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YPGAXYYV.js +0 -24
  381. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YPGAXYYV.js.map +0 -7
  382. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ZNLABNO4.js +0 -66
  383. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ZNLABNO4.js.map +0 -7
  384. package/dist/templates/demo-store/dist/client/build/entry.client-UGG4BFNY.js +0 -2
  385. package/dist/templates/demo-store/dist/client/build/entry.client-UGG4BFNY.js.map +0 -7
  386. package/dist/templates/demo-store/dist/client/build/manifest-483612AE.js +0 -1
  387. package/dist/templates/demo-store/dist/client/build/root-FWYSHVLP.js +0 -32
  388. package/dist/templates/demo-store/dist/client/build/root-FWYSHVLP.js.map +0 -7
  389. package/dist/templates/demo-store/dist/client/build/routes/$-T6CCBQXB.js +0 -2
  390. package/dist/templates/demo-store/dist/client/build/routes/$-T6CCBQXB.js.map +0 -7
  391. package/dist/templates/demo-store/dist/client/build/routes/$lang/$-RML44FPI.js +0 -2
  392. package/dist/templates/demo-store/dist/client/build/routes/$lang/$-RML44FPI.js.map +0 -7
  393. package/dist/templates/demo-store/dist/client/build/routes/$lang/[robots.txt]-Q6A4ELVO.js +0 -2
  394. package/dist/templates/demo-store/dist/client/build/routes/$lang/[robots.txt]-Q6A4ELVO.js.map +0 -7
  395. package/dist/templates/demo-store/dist/client/build/routes/$lang/[sitemap.xml]-XRXAWWFM.js +0 -2
  396. package/dist/templates/demo-store/dist/client/build/routes/$lang/[sitemap.xml]-XRXAWWFM.js.map +0 -7
  397. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/address/$id-NA5FIOXG.js +0 -2
  398. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/address/$id-NA5FIOXG.js.map +0 -7
  399. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/edit-IFFD5E3I.js +0 -2
  400. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/edit-IFFD5E3I.js.map +0 -7
  401. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/logout-W2VRZWGS.js +0 -2
  402. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/logout-W2VRZWGS.js.map +0 -7
  403. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/orders.$id-JLCBC7CQ.js +0 -2
  404. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/orders.$id-JLCBC7CQ.js.map +0 -7
  405. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/activate.$id.$activationToken-SKVJFAYX.js +0 -2
  406. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/activate.$id.$activationToken-SKVJFAYX.js.map +0 -7
  407. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/login-J6JGOFW4.js +0 -2
  408. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/login-J6JGOFW4.js.map +0 -7
  409. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/recover-ELRPFD3J.js +0 -2
  410. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/recover-ELRPFD3J.js.map +0 -7
  411. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/register-PBVQNHER.js +0 -2
  412. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/register-PBVQNHER.js.map +0 -7
  413. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/reset.$id.$resetToken-5AF75Z6H.js +0 -2
  414. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/reset.$id.$resetToken-5AF75Z6H.js.map +0 -7
  415. package/dist/templates/demo-store/dist/client/build/routes/$lang/account-XVIGQX2R.js +0 -2
  416. package/dist/templates/demo-store/dist/client/build/routes/$lang/account-XVIGQX2R.js.map +0 -7
  417. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/countries-D74K7HOY.js +0 -2
  418. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/countries-D74K7HOY.js.map +0 -7
  419. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/products-WTFHLYFB.js +0 -2
  420. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/products-WTFHLYFB.js.map +0 -7
  421. package/dist/templates/demo-store/dist/client/build/routes/$lang/cart-SGDEGK6Q.js +0 -2
  422. package/dist/templates/demo-store/dist/client/build/routes/$lang/cart-SGDEGK6Q.js.map +0 -7
  423. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/$collectionHandle-JIY2JRDZ.js +0 -2
  424. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/$collectionHandle-JIY2JRDZ.js.map +0 -7
  425. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/all-I3ZQ3MBD.js +0 -2
  426. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/all-I3ZQ3MBD.js.map +0 -7
  427. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/index-JM35U6E2.js +0 -2
  428. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/index-JM35U6E2.js.map +0 -7
  429. package/dist/templates/demo-store/dist/client/build/routes/$lang/featured-products-UU24CXMU.js +0 -2
  430. package/dist/templates/demo-store/dist/client/build/routes/$lang/featured-products-UU24CXMU.js.map +0 -7
  431. package/dist/templates/demo-store/dist/client/build/routes/$lang/index-Z4YYZ6FV.js +0 -2
  432. package/dist/templates/demo-store/dist/client/build/routes/$lang/index-Z4YYZ6FV.js.map +0 -7
  433. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/$journalHandle-VTU5XZ3X.js +0 -2
  434. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/$journalHandle-VTU5XZ3X.js.map +0 -7
  435. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/index-GJ635OK2.js +0 -2
  436. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/index-GJ635OK2.js.map +0 -7
  437. package/dist/templates/demo-store/dist/client/build/routes/$lang/og-image-JHBOIC2Z.js +0 -2
  438. package/dist/templates/demo-store/dist/client/build/routes/$lang/og-image-JHBOIC2Z.js.map +0 -7
  439. package/dist/templates/demo-store/dist/client/build/routes/$lang/pages/$pageHandle-56OQSRT6.js +0 -2
  440. package/dist/templates/demo-store/dist/client/build/routes/$lang/pages/$pageHandle-56OQSRT6.js.map +0 -7
  441. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/$policyHandle-FT77Q33E.js +0 -2
  442. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/$policyHandle-FT77Q33E.js.map +0 -7
  443. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/index-7VIBEBDP.js +0 -2
  444. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/index-7VIBEBDP.js.map +0 -7
  445. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/$productHandle-TD3SUUAT.js +0 -2
  446. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/$productHandle-TD3SUUAT.js.map +0 -7
  447. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/index-VQNYHSDW.js +0 -2
  448. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/index-VQNYHSDW.js.map +0 -7
  449. package/dist/templates/demo-store/dist/client/build/routes/$lang/search-TCZIEYJL.js +0 -2
  450. package/dist/templates/demo-store/dist/client/build/routes/$lang/search-TCZIEYJL.js.map +0 -7
  451. package/dist/templates/demo-store/dist/client/build/routes/[robots.txt]-JOBE7OD7.js +0 -2
  452. package/dist/templates/demo-store/dist/client/build/routes/[robots.txt]-JOBE7OD7.js.map +0 -7
  453. package/dist/templates/demo-store/dist/client/build/routes/[sitemap.xml]-UQB7RN5M.js +0 -2
  454. package/dist/templates/demo-store/dist/client/build/routes/[sitemap.xml]-UQB7RN5M.js.map +0 -7
  455. package/dist/templates/demo-store/dist/client/build/routes/account/__private/address/$id-JZNTMKYB.js +0 -2
  456. package/dist/templates/demo-store/dist/client/build/routes/account/__private/address/$id-JZNTMKYB.js.map +0 -7
  457. package/dist/templates/demo-store/dist/client/build/routes/account/__private/edit-VVTK3HGS.js +0 -2
  458. package/dist/templates/demo-store/dist/client/build/routes/account/__private/edit-VVTK3HGS.js.map +0 -7
  459. package/dist/templates/demo-store/dist/client/build/routes/account/__private/logout-MRH6DVPZ.js +0 -2
  460. package/dist/templates/demo-store/dist/client/build/routes/account/__private/logout-MRH6DVPZ.js.map +0 -7
  461. package/dist/templates/demo-store/dist/client/build/routes/account/__private/orders.$id-IUXEUMTN.js +0 -2
  462. package/dist/templates/demo-store/dist/client/build/routes/account/__private/orders.$id-IUXEUMTN.js.map +0 -7
  463. package/dist/templates/demo-store/dist/client/build/routes/account/__public/activate.$id.$activationToken-XRNXDJJR.js +0 -2
  464. package/dist/templates/demo-store/dist/client/build/routes/account/__public/activate.$id.$activationToken-XRNXDJJR.js.map +0 -7
  465. package/dist/templates/demo-store/dist/client/build/routes/account/__public/login-BC3LC2DV.js +0 -2
  466. package/dist/templates/demo-store/dist/client/build/routes/account/__public/login-BC3LC2DV.js.map +0 -7
  467. package/dist/templates/demo-store/dist/client/build/routes/account/__public/recover-YTA3AC27.js +0 -2
  468. package/dist/templates/demo-store/dist/client/build/routes/account/__public/recover-YTA3AC27.js.map +0 -7
  469. package/dist/templates/demo-store/dist/client/build/routes/account/__public/register-WKKKPNUZ.js +0 -2
  470. package/dist/templates/demo-store/dist/client/build/routes/account/__public/register-WKKKPNUZ.js.map +0 -7
  471. package/dist/templates/demo-store/dist/client/build/routes/account/__public/reset.$id.$resetToken-6JGBLMXT.js +0 -2
  472. package/dist/templates/demo-store/dist/client/build/routes/account/__public/reset.$id.$resetToken-6JGBLMXT.js.map +0 -7
  473. package/dist/templates/demo-store/dist/client/build/routes/account-TPCHO77K.js +0 -2
  474. package/dist/templates/demo-store/dist/client/build/routes/account-TPCHO77K.js.map +0 -7
  475. package/dist/templates/demo-store/dist/client/build/routes/api/countries-FOQSZPCF.js +0 -2
  476. package/dist/templates/demo-store/dist/client/build/routes/api/countries-FOQSZPCF.js.map +0 -7
  477. package/dist/templates/demo-store/dist/client/build/routes/api/products-DX4VJAR6.js +0 -2
  478. package/dist/templates/demo-store/dist/client/build/routes/api/products-DX4VJAR6.js.map +0 -7
  479. package/dist/templates/demo-store/dist/client/build/routes/cart-JKTAKPRZ.js +0 -2
  480. package/dist/templates/demo-store/dist/client/build/routes/cart-JKTAKPRZ.js.map +0 -7
  481. package/dist/templates/demo-store/dist/client/build/routes/collections/$collectionHandle-WHEXWZAQ.js +0 -2
  482. package/dist/templates/demo-store/dist/client/build/routes/collections/$collectionHandle-WHEXWZAQ.js.map +0 -7
  483. package/dist/templates/demo-store/dist/client/build/routes/collections/all-EXLOY5Y6.js +0 -2
  484. package/dist/templates/demo-store/dist/client/build/routes/collections/all-EXLOY5Y6.js.map +0 -7
  485. package/dist/templates/demo-store/dist/client/build/routes/collections/index-OA2FOHWI.js +0 -2
  486. package/dist/templates/demo-store/dist/client/build/routes/collections/index-OA2FOHWI.js.map +0 -7
  487. package/dist/templates/demo-store/dist/client/build/routes/discounts.$code-ORRT2Y6X.js +0 -2
  488. package/dist/templates/demo-store/dist/client/build/routes/discounts.$code-ORRT2Y6X.js.map +0 -7
  489. package/dist/templates/demo-store/dist/client/build/routes/featured-products-ECR7IJXB.js +0 -2
  490. package/dist/templates/demo-store/dist/client/build/routes/featured-products-ECR7IJXB.js.map +0 -7
  491. package/dist/templates/demo-store/dist/client/build/routes/graphiql-5V34JTF6.js +0 -2
  492. package/dist/templates/demo-store/dist/client/build/routes/graphiql-5V34JTF6.js.map +0 -7
  493. package/dist/templates/demo-store/dist/client/build/routes/index-7ZRVAEPC.js +0 -2
  494. package/dist/templates/demo-store/dist/client/build/routes/index-7ZRVAEPC.js.map +0 -7
  495. package/dist/templates/demo-store/dist/client/build/routes/journal/$journalHandle-HH345EW5.js +0 -2
  496. package/dist/templates/demo-store/dist/client/build/routes/journal/$journalHandle-HH345EW5.js.map +0 -7
  497. package/dist/templates/demo-store/dist/client/build/routes/journal/index-QRHMDGSX.js +0 -2
  498. package/dist/templates/demo-store/dist/client/build/routes/journal/index-QRHMDGSX.js.map +0 -7
  499. package/dist/templates/demo-store/dist/client/build/routes/og-image-DYICG2WR.js +0 -2
  500. package/dist/templates/demo-store/dist/client/build/routes/og-image-DYICG2WR.js.map +0 -7
  501. package/dist/templates/demo-store/dist/client/build/routes/pages/$pageHandle-SOTJN3BG.js +0 -2
  502. package/dist/templates/demo-store/dist/client/build/routes/pages/$pageHandle-SOTJN3BG.js.map +0 -7
  503. package/dist/templates/demo-store/dist/client/build/routes/policies/$policyHandle-2E6C2YSR.js +0 -2
  504. package/dist/templates/demo-store/dist/client/build/routes/policies/$policyHandle-2E6C2YSR.js.map +0 -7
  505. package/dist/templates/demo-store/dist/client/build/routes/policies/index-3U7GEIT5.js +0 -2
  506. package/dist/templates/demo-store/dist/client/build/routes/policies/index-3U7GEIT5.js.map +0 -7
  507. package/dist/templates/demo-store/dist/client/build/routes/products/$productHandle-N365DTJW.js +0 -2
  508. package/dist/templates/demo-store/dist/client/build/routes/products/$productHandle-N365DTJW.js.map +0 -7
  509. package/dist/templates/demo-store/dist/client/build/routes/products/index-ZYSA55SB.js +0 -2
  510. package/dist/templates/demo-store/dist/client/build/routes/products/index-ZYSA55SB.js.map +0 -7
  511. package/dist/templates/demo-store/dist/client/build/routes/search-4CEESFTV.js +0 -2
  512. package/dist/templates/demo-store/dist/client/build/routes/search-4CEESFTV.js.map +0 -7
  513. package/dist/templates/demo-store/dist/client/fonts/IBMPlexSerif-Text.woff2 +0 -0
  514. package/dist/templates/demo-store/dist/client/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  515. package/dist/templates/demo-store/dist/worker/_assets/app-QCTC5PWY.css +0 -4203
  516. package/dist/templates/demo-store/dist/worker/_assets/custom-font-COCMVHUB.css +0 -13
  517. package/dist/templates/demo-store/dist/worker/_assets/favicon-5FIZBM2K.svg +0 -28
  518. package/dist/templates/demo-store/dist/worker/index.js +0 -1563
  519. package/dist/templates/demo-store/dist/worker/index.js.map +0 -7
  520. package/dist/templates/demo-store/package.json +0 -67
  521. package/dist/templates/demo-store/playwright.config.ts +0 -109
  522. package/dist/templates/demo-store/postcss.config.js +0 -10
  523. package/dist/templates/demo-store/public/favicon.svg +0 -28
  524. package/dist/templates/demo-store/public/fonts/IBMPlexSerif-Text.woff2 +0 -0
  525. package/dist/templates/demo-store/public/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  526. package/dist/templates/demo-store/remix.env.d.ts +0 -40
  527. package/dist/templates/demo-store/remix.init/index.js +0 -25
  528. package/dist/templates/demo-store/remix.init/package.json +0 -7
  529. package/dist/templates/demo-store/server.ts +0 -73
  530. package/dist/templates/demo-store/styles/app.css +0 -182
  531. package/dist/templates/demo-store/tailwind.config.js +0 -70
  532. package/dist/templates/demo-store/tests/cart.test.ts +0 -70
  533. package/dist/templates/demo-store/tests/seo.test.ts +0 -36
  534. package/dist/templates/demo-store/tests/utils.ts +0 -100
  535. package/dist/templates/demo-store/tsconfig.json +0 -25
  536. package/dist/templates/hello-world/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  537. package/dist/templates/hello-world/.cache/content-v2/sha512/e5/8f/bcb6cb6a00ef5f377be15d4ce4a8fe978d42eafa3bab9c28a0fe5540568df35c0975de5060ad2a25f4a23bf58ee2e472068854ce7d6904d6e7fa4b784f33 +0 -1
  538. package/dist/templates/hello-world/.cache/content-v2/sha512/fa/dd/9bc10a1cb1f145eabd96bdba509178e20484197fefd8469ace9f53bf277e875751db3c4dddf229807c48cbe8db19494fe2a5aab7d2a4b7ae8bebbd67509c +0 -1
  539. package/dist/templates/hello-world/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  540. package/dist/templates/hello-world/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  541. package/dist/templates/hello-world/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  542. package/dist/templates/hello-world/.eslintignore +0 -4
  543. package/dist/templates/hello-world/.eslintrc.js +0 -6
  544. package/dist/templates/hello-world/.graphqlrc.yml +0 -1
  545. package/dist/templates/hello-world/README.md +0 -20
  546. package/dist/templates/hello-world/_env +0 -6
  547. package/dist/templates/hello-world/_gitignore +0 -8
  548. package/dist/templates/hello-world/app/components/Layout.tsx +0 -15
  549. package/dist/templates/hello-world/app/components/index.ts +0 -1
  550. package/dist/templates/hello-world/app/entry.client.tsx +0 -4
  551. package/dist/templates/hello-world/app/entry.server.tsx +0 -21
  552. package/dist/templates/hello-world/app/root.tsx +0 -212
  553. package/dist/templates/hello-world/app/routes/graphiql.tsx +0 -10
  554. package/dist/templates/hello-world/app/styles/app.css +0 -38
  555. package/dist/templates/hello-world/dist/client/build/_assets/app-2MJQXVFI.css +0 -38
  556. package/dist/templates/hello-world/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  557. package/dist/templates/hello-world/dist/client/build/_shared/chunk-HGED52H5.js +0 -66
  558. package/dist/templates/hello-world/dist/client/build/_shared/chunk-HGED52H5.js.map +0 -7
  559. package/dist/templates/hello-world/dist/client/build/_shared/chunk-KSKV5IK6.js +0 -20
  560. package/dist/templates/hello-world/dist/client/build/_shared/chunk-KSKV5IK6.js.map +0 -7
  561. package/dist/templates/hello-world/dist/client/build/_shared/chunk-X4LCECW4.js +0 -2
  562. package/dist/templates/hello-world/dist/client/build/_shared/chunk-X4LCECW4.js.map +0 -7
  563. package/dist/templates/hello-world/dist/client/build/entry.client-JOU7NZGC.js +0 -27
  564. package/dist/templates/hello-world/dist/client/build/entry.client-JOU7NZGC.js.map +0 -7
  565. package/dist/templates/hello-world/dist/client/build/manifest-A04F2945.js +0 -1
  566. package/dist/templates/hello-world/dist/client/build/root-QUDT4I4G.js +0 -2
  567. package/dist/templates/hello-world/dist/client/build/root-QUDT4I4G.js.map +0 -7
  568. package/dist/templates/hello-world/dist/client/build/routes/graphiql-5V34JTF6.js +0 -2
  569. package/dist/templates/hello-world/dist/client/build/routes/graphiql-5V34JTF6.js.map +0 -7
  570. package/dist/templates/hello-world/dist/client/build/routes/index-4WJ36H3A.js +0 -2
  571. package/dist/templates/hello-world/dist/client/build/routes/index-4WJ36H3A.js.map +0 -7
  572. package/dist/templates/hello-world/dist/client/favicon.svg +0 -28
  573. package/dist/templates/hello-world/dist/worker/_assets/app-2MJQXVFI.css +0 -38
  574. package/dist/templates/hello-world/dist/worker/_assets/favicon-5FIZBM2K.svg +0 -28
  575. package/dist/templates/hello-world/dist/worker/index.js +0 -267
  576. package/dist/templates/hello-world/dist/worker/index.js.map +0 -7
  577. package/dist/templates/hello-world/package.json +0 -41
  578. package/dist/templates/hello-world/public/favicon.svg +0 -28
  579. package/dist/templates/hello-world/remix.env.d.ts +0 -35
  580. package/dist/templates/hello-world/remix.init/index.js +0 -25
  581. package/dist/templates/hello-world/remix.init/package.json +0 -7
  582. package/dist/templates/hello-world/server.ts +0 -129
  583. package/dist/templates/hello-world/tsconfig.json +0 -25
  584. package/dist/tmp-create-app.js +0 -33
@@ -1,551 +0,0 @@
1
- import {type ReactNode, useRef, Suspense, useMemo} from 'react';
2
- import {Disclosure, Listbox} from '@headlessui/react';
3
- import {defer, type LoaderArgs} from '@shopify/remix-oxygen';
4
- import {
5
- useLoaderData,
6
- Await,
7
- useSearchParams,
8
- useLocation,
9
- useTransition,
10
- } from '@remix-run/react';
11
- import {Money, ShopPayButton} from '@shopify/hydrogen-react';
12
- import {
13
- Heading,
14
- IconCaret,
15
- IconCheck,
16
- IconClose,
17
- ProductGallery,
18
- ProductSwimlane,
19
- Section,
20
- Skeleton,
21
- Text,
22
- Link,
23
- AddToCartButton,
24
- } from '~/components';
25
- import {getExcerpt} from '~/lib/utils';
26
- import invariant from 'tiny-invariant';
27
- import clsx from 'clsx';
28
- import type {
29
- ProductVariant,
30
- SelectedOptionInput,
31
- Product as ProductType,
32
- Shop,
33
- ProductConnection,
34
- } from '@shopify/hydrogen-react/storefront-api-types';
35
- import {
36
- MEDIA_FRAGMENT,
37
- PRODUCT_CARD_FRAGMENT,
38
- PRODUCT_VARIANT_FRAGMENT,
39
- } from '~/data';
40
-
41
- export async function loader({params, request, context}: LoaderArgs) {
42
- const {productHandle} = params;
43
- invariant(productHandle, 'Missing productHandle param, check route filename');
44
-
45
- const searchParams = new URL(request.url).searchParams;
46
-
47
- const selectedOptions: SelectedOptionInput[] = [];
48
- searchParams.forEach((value, name) => {
49
- selectedOptions.push({name, value});
50
- });
51
-
52
- const {shop, product} = await context.storefront.query<{
53
- product: ProductType & {selectedVariant?: ProductVariant};
54
- shop: Shop;
55
- }>(PRODUCT_QUERY, {
56
- variables: {
57
- handle: productHandle,
58
- selectedOptions,
59
- country: context.storefront.i18n.country,
60
- language: context.storefront.i18n.language,
61
- },
62
- });
63
-
64
- if (!product?.id) {
65
- throw new Response(null, {status: 404});
66
- }
67
-
68
- const recommended = getRecommendedProducts(context.storefront, product.id);
69
-
70
- return defer({
71
- product,
72
- shop,
73
- recommended,
74
- });
75
- }
76
-
77
- export default function Product() {
78
- const {product, shop, recommended} = useLoaderData<typeof loader>();
79
- const {media, title, vendor, descriptionHtml} = product;
80
- const {shippingPolicy, refundPolicy} = shop;
81
-
82
- return (
83
- <>
84
- <Section padding="x" className="px-0">
85
- <div className="grid items-start md:gap-6 lg:gap-20 md:grid-cols-2 lg:grid-cols-3">
86
- <ProductGallery
87
- media={media.nodes}
88
- className="w-screen md:w-full lg:col-span-2"
89
- />
90
- <div className="sticky md:-mb-nav md:top-nav md:-translate-y-nav md:h-screen md:pt-nav hiddenScroll md:overflow-y-scroll">
91
- <section className="flex flex-col w-full max-w-xl gap-8 p-6 md:mx-auto md:max-w-sm md:px-0">
92
- <div className="grid gap-2">
93
- <Heading as="h1" format className="whitespace-normal">
94
- {title}
95
- </Heading>
96
- {vendor && (
97
- <Text className={'opacity-50 font-medium'}>{vendor}</Text>
98
- )}
99
- </div>
100
- <ProductForm />
101
- <div className="grid gap-4 py-4">
102
- {descriptionHtml && (
103
- <ProductDetail
104
- title="Product Details"
105
- content={descriptionHtml}
106
- />
107
- )}
108
- {shippingPolicy?.body && (
109
- <ProductDetail
110
- title="Shipping"
111
- content={getExcerpt(shippingPolicy.body)}
112
- learnMore={`/policies/${shippingPolicy.handle}`}
113
- />
114
- )}
115
- {refundPolicy?.body && (
116
- <ProductDetail
117
- title="Returns"
118
- content={getExcerpt(refundPolicy.body)}
119
- learnMore={`/policies/${refundPolicy.handle}`}
120
- />
121
- )}
122
- </div>
123
- </section>
124
- </div>
125
- </div>
126
- </Section>
127
- <Suspense fallback={<Skeleton className="h-32" />}>
128
- <Await
129
- errorElement="There was a problem loading related products"
130
- resolve={recommended}
131
- >
132
- {(products) => (
133
- <ProductSwimlane title="Related Products" products={products} />
134
- )}
135
- </Await>
136
- </Suspense>
137
- </>
138
- );
139
- }
140
-
141
- export function ProductForm() {
142
- const {product} = useLoaderData<typeof loader>();
143
-
144
- const [currentSearchParams] = useSearchParams();
145
- const transition = useTransition();
146
-
147
- /**
148
- * We update `searchParams` with in-flight request data from `transition` (if available)
149
- * to create an optimistic UI, e.g. check the product option before the
150
- * request has completed.
151
- */
152
- const searchParams = useMemo(() => {
153
- return transition.location
154
- ? new URLSearchParams(transition.location.search)
155
- : currentSearchParams;
156
- }, [currentSearchParams, transition]);
157
-
158
- const firstVariant = product.variants.nodes[0];
159
-
160
- /**
161
- * We're making an explicit choice here to display the product options
162
- * UI with a default variant, rather than wait for the user to select
163
- * options first. Developers are welcome to opt-out of this behavior.
164
- * By default, the first variant's options are used.
165
- */
166
- const searchParamsWithDefaults = useMemo<URLSearchParams>(() => {
167
- const clonedParams = new URLSearchParams(searchParams);
168
-
169
- for (const {name, value} of firstVariant.selectedOptions) {
170
- if (!searchParams.has(name)) {
171
- clonedParams.set(name, value);
172
- }
173
- }
174
-
175
- return clonedParams;
176
- }, [searchParams, firstVariant.selectedOptions]);
177
-
178
- /**
179
- * Likewise, we're defaulting to the first variant for purposes
180
- * of add to cart if there is none returned from the loader.
181
- * A developer can opt out of this, too.
182
- */
183
- const selectedVariant = product.selectedVariant ?? firstVariant;
184
- const isOutOfStock = !selectedVariant?.availableForSale;
185
-
186
- const isOnSale =
187
- selectedVariant?.price?.amount &&
188
- selectedVariant?.compareAtPrice?.amount &&
189
- selectedVariant?.price?.amount < selectedVariant?.compareAtPrice?.amount;
190
-
191
- const lines = [
192
- {
193
- merchandiseId: selectedVariant.id,
194
- quantity: 1,
195
- },
196
- ];
197
-
198
- return (
199
- <div className="grid gap-10">
200
- <div className="grid gap-4">
201
- <ProductOptions
202
- options={product.options}
203
- searchParamsWithDefaults={searchParamsWithDefaults}
204
- />
205
- {selectedVariant && (
206
- <div className="grid items-stretch gap-4">
207
- <AddToCartButton
208
- lines={[
209
- {
210
- merchandiseId: selectedVariant.id,
211
- quantity: 1,
212
- },
213
- ]}
214
- variant={isOutOfStock ? 'secondary' : 'primary'}
215
- data-test="add-to-cart"
216
- >
217
- {isOutOfStock ? (
218
- <Text>Sold out</Text>
219
- ) : (
220
- <Text
221
- as="span"
222
- className="flex items-center justify-center gap-2"
223
- >
224
- <span>Add to Bag</span> <span>·</span>{' '}
225
- <Money
226
- withoutTrailingZeros
227
- data={selectedVariant?.price!}
228
- as="span"
229
- />
230
- {isOnSale && (
231
- <Money
232
- withoutTrailingZeros
233
- data={selectedVariant?.compareAtPrice!}
234
- as="span"
235
- className="opacity-50 strike"
236
- />
237
- )}
238
- </Text>
239
- )}
240
- </AddToCartButton>
241
- {!isOutOfStock && (
242
- <ShopPayButton variantIds={[selectedVariant?.id!]} />
243
- )}
244
- </div>
245
- )}
246
- </div>
247
- </div>
248
- );
249
- }
250
-
251
- function ProductOptions({
252
- options,
253
- searchParamsWithDefaults,
254
- }: {
255
- options: ProductType['options'];
256
- searchParamsWithDefaults: URLSearchParams;
257
- }) {
258
- const closeRef = useRef<HTMLButtonElement>(null);
259
- return (
260
- <>
261
- {options
262
- .filter((option) => option.values.length > 1)
263
- .map((option) => (
264
- <div
265
- key={option.name}
266
- className="flex flex-col flex-wrap mb-4 gap-y-2 last:mb-0"
267
- >
268
- <Heading as="legend" size="lead" className="min-w-[4rem]">
269
- {option.name}
270
- </Heading>
271
- <div className="flex flex-wrap items-baseline gap-4">
272
- {/**
273
- * First, we render a bunch of <Link> elements for each option value.
274
- * When the user clicks one of these buttons, it will hit the loader
275
- * to get the new data.
276
- *
277
- * If there are more than 7 values, we render a dropdown.
278
- * Otherwise, we just render plain links.
279
- */}
280
- {option.values.length > 7 ? (
281
- <div className="relative w-full">
282
- <Listbox>
283
- {({open}) => (
284
- <>
285
- <Listbox.Button
286
- ref={closeRef}
287
- className={clsx(
288
- 'flex items-center justify-between w-full py-3 px-4 border border-primary',
289
- open
290
- ? 'rounded-b md:rounded-t md:rounded-b-none'
291
- : 'rounded',
292
- )}
293
- >
294
- <span>
295
- {searchParamsWithDefaults.get(option.name)}
296
- </span>
297
- <IconCaret direction={open ? 'up' : 'down'} />
298
- </Listbox.Button>
299
- <Listbox.Options
300
- className={clsx(
301
- 'border-primary bg-contrast absolute bottom-12 z-30 grid h-48 w-full overflow-y-scroll rounded-t border px-2 py-2 transition-[max-height] duration-150 sm:bottom-auto md:rounded-b md:rounded-t-none md:border-t-0 md:border-b',
302
- open ? 'max-h-48' : 'max-h-0',
303
- )}
304
- >
305
- {option.values.map((value) => (
306
- <Listbox.Option
307
- key={`option-${option.name}-${value}`}
308
- value={value}
309
- >
310
- {({active}) => (
311
- <ProductOptionLink
312
- optionName={option.name}
313
- optionValue={value}
314
- className={clsx(
315
- 'text-primary w-full p-2 transition rounded flex justify-start items-center text-left cursor-pointer',
316
- active && 'bg-primary/10',
317
- )}
318
- searchParams={searchParamsWithDefaults}
319
- onClick={() => {
320
- if (!closeRef?.current) return;
321
- closeRef.current.click();
322
- }}
323
- >
324
- {value}
325
- {searchParamsWithDefaults.get(option.name) ===
326
- value && (
327
- <span className="ml-2">
328
- <IconCheck />
329
- </span>
330
- )}
331
- </ProductOptionLink>
332
- )}
333
- </Listbox.Option>
334
- ))}
335
- </Listbox.Options>
336
- </>
337
- )}
338
- </Listbox>
339
- </div>
340
- ) : (
341
- <>
342
- {option.values.map((value) => {
343
- const checked =
344
- searchParamsWithDefaults.get(option.name) === value;
345
- const id = `option-${option.name}-${value}`;
346
-
347
- return (
348
- <Text key={id}>
349
- <ProductOptionLink
350
- optionName={option.name}
351
- optionValue={value}
352
- searchParams={searchParamsWithDefaults}
353
- className={clsx(
354
- 'leading-none py-1 border-b-[1.5px] cursor-pointer transition-all duration-200',
355
- checked ? 'border-primary/50' : 'border-primary/0',
356
- )}
357
- />
358
- </Text>
359
- );
360
- })}
361
- </>
362
- )}
363
- </div>
364
- </div>
365
- ))}
366
- </>
367
- );
368
- }
369
-
370
- function ProductOptionLink({
371
- optionName,
372
- optionValue,
373
- searchParams,
374
- children,
375
- ...props
376
- }: {
377
- optionName: string;
378
- optionValue: string;
379
- searchParams: URLSearchParams;
380
- children?: ReactNode;
381
- [key: string]: any;
382
- }) {
383
- const {pathname} = useLocation();
384
- const isLangPathname = /\/[a-zA-Z]{2}-[a-zA-Z]{2}\//g.test(pathname);
385
- // fixes internalized pathname
386
- const path = isLangPathname
387
- ? `/${pathname.split('/').slice(2).join('/')}`
388
- : pathname;
389
-
390
- const clonedSearchParams = new URLSearchParams(searchParams);
391
- clonedSearchParams.set(optionName, optionValue);
392
-
393
- return (
394
- <Link
395
- {...props}
396
- prefetch="intent"
397
- replace
398
- to={`${path}?${clonedSearchParams.toString()}`}
399
- >
400
- {children ?? optionValue}
401
- </Link>
402
- );
403
- }
404
-
405
- function ProductDetail({
406
- title,
407
- content,
408
- learnMore,
409
- }: {
410
- title: string;
411
- content: string;
412
- learnMore?: string;
413
- }) {
414
- return (
415
- <Disclosure key={title} as="div" className="grid w-full gap-2">
416
- {({open}) => (
417
- <>
418
- <Disclosure.Button className="text-left">
419
- <div className="flex justify-between">
420
- <Text size="lead" as="h4">
421
- {title}
422
- </Text>
423
- <IconClose
424
- className={clsx(
425
- 'transition-transform transform-gpu duration-200',
426
- !open && 'rotate-[45deg]',
427
- )}
428
- />
429
- </div>
430
- </Disclosure.Button>
431
-
432
- <Disclosure.Panel className={'pb-4 pt-2 grid gap-2'}>
433
- <div
434
- className="prose dark:prose-invert"
435
- dangerouslySetInnerHTML={{__html: content}}
436
- />
437
- {learnMore && (
438
- <div className="">
439
- <Link
440
- className="pb-px border-b border-primary/30 text-primary/50"
441
- to={learnMore}
442
- >
443
- Learn more
444
- </Link>
445
- </div>
446
- )}
447
- </Disclosure.Panel>
448
- </>
449
- )}
450
- </Disclosure>
451
- );
452
- }
453
-
454
- const PRODUCT_QUERY = `#graphql
455
- ${MEDIA_FRAGMENT}
456
- ${PRODUCT_VARIANT_FRAGMENT}
457
- query Product(
458
- $country: CountryCode
459
- $language: LanguageCode
460
- $handle: String!
461
- $selectedOptions: [SelectedOptionInput!]!
462
- ) @inContext(country: $country, language: $language) {
463
- product(handle: $handle) {
464
- id
465
- title
466
- vendor
467
- handle
468
- descriptionHtml
469
- options {
470
- name
471
- values
472
- }
473
- selectedVariant: variantBySelectedOptions(selectedOptions: $selectedOptions) {
474
- ...ProductVariantFragment
475
- }
476
- media(first: 7) {
477
- nodes {
478
- ...Media
479
- }
480
- }
481
- variants(first: 1) {
482
- nodes {
483
- ...ProductVariantFragment
484
- }
485
- }
486
- seo {
487
- description
488
- title
489
- }
490
- }
491
- shop {
492
- name
493
- shippingPolicy {
494
- body
495
- handle
496
- }
497
- refundPolicy {
498
- body
499
- handle
500
- }
501
- }
502
- }
503
- `;
504
-
505
- const RECOMMENDED_PRODUCTS_QUERY = `#graphql
506
- ${PRODUCT_CARD_FRAGMENT}
507
- query productRecommendations(
508
- $productId: ID!
509
- $count: Int
510
- $country: CountryCode
511
- $language: LanguageCode
512
- ) @inContext(country: $country, language: $language) {
513
- recommended: productRecommendations(productId: $productId) {
514
- ...ProductCard
515
- }
516
- additional: products(first: $count, sortKey: BEST_SELLING) {
517
- nodes {
518
- ...ProductCard
519
- }
520
- }
521
- }
522
- `;
523
-
524
- async function getRecommendedProducts(
525
- storefront: LoaderArgs['context']['storefront'],
526
- productId: string,
527
- ) {
528
- const products = await storefront.query<{
529
- recommended: ProductType[];
530
- additional: ProductConnection;
531
- }>(RECOMMENDED_PRODUCTS_QUERY, {
532
- variables: {productId, count: 12},
533
- });
534
-
535
- invariant(products, 'No data returned from Shopify API');
536
-
537
- const mergedProducts = products.recommended
538
- .concat(products.additional.nodes)
539
- .filter(
540
- (value, index, array) =>
541
- array.findIndex((value2) => value2.id === value.id) === index,
542
- );
543
-
544
- const originalProduct = mergedProducts
545
- .map((item: ProductType) => item.id)
546
- .indexOf(productId);
547
-
548
- mergedProducts.splice(originalProduct, 1);
549
-
550
- return mergedProducts;
551
- }
@@ -1,148 +0,0 @@
1
- import {type MetaFunction, type LoaderArgs} from '@shopify/remix-oxygen';
2
- import {useLoaderData} from '@remix-run/react';
3
- import type {ProductConnection} from '@shopify/hydrogen-react/storefront-api-types';
4
- import invariant from 'tiny-invariant';
5
- import {
6
- PageHeader,
7
- Section,
8
- ProductCard,
9
- Grid,
10
- Pagination,
11
- getPaginationVariables,
12
- Button,
13
- } from '~/components';
14
- import {PRODUCT_CARD_FRAGMENT} from '~/data';
15
- import {getImageLoadingPriority} from '~/lib/const';
16
-
17
- const PAGE_BY = 8;
18
-
19
- export async function loader({request, context: {storefront}}: LoaderArgs) {
20
- const variables = getPaginationVariables(request, PAGE_BY);
21
-
22
- const data = await storefront.query<{
23
- products: ProductConnection;
24
- }>(ALL_PRODUCTS_QUERY, {
25
- variables: {
26
- ...variables,
27
- country: storefront.i18n.country,
28
- language: storefront.i18n.language,
29
- },
30
- });
31
-
32
- invariant(data, 'No data returned from Shopify API');
33
-
34
- return data.products;
35
- }
36
-
37
- export const meta: MetaFunction = () => {
38
- return {
39
- title: 'All Products',
40
- description: 'All Products',
41
- };
42
- };
43
-
44
- export default function AllProducts() {
45
- const products = useLoaderData<typeof loader>();
46
-
47
- return (
48
- <>
49
- <PageHeader heading="All Products" variant="allCollections" />
50
- <Section>
51
- <Pagination connection={products}>
52
- {({
53
- endCursor,
54
- hasNextPage,
55
- hasPreviousPage,
56
- nextPageUrl,
57
- nodes,
58
- prevPageUrl,
59
- startCursor,
60
- nextLinkRef,
61
- isLoading,
62
- }) => {
63
- const itemsMarkup = nodes.map((product, i) => (
64
- <ProductCard
65
- key={product.id}
66
- product={product}
67
- loading={getImageLoadingPriority(i)}
68
- />
69
- ));
70
-
71
- return (
72
- <>
73
- {hasPreviousPage && (
74
- <div className="flex items-center justify-center mt-6">
75
- <Button
76
- to={prevPageUrl}
77
- variant="secondary"
78
- prefetch="intent"
79
- width="full"
80
- disabled={!isLoading}
81
- state={{
82
- pageInfo: {
83
- endCursor,
84
- hasNextPage,
85
- startCursor,
86
- },
87
- nodes,
88
- }}
89
- >
90
- {isLoading ? 'Loading...' : 'Previous'}
91
- </Button>
92
- </div>
93
- )}
94
- <Grid data-test="product-grid">{itemsMarkup}</Grid>
95
- {hasNextPage && (
96
- <div className="flex items-center justify-center mt-6">
97
- <Button
98
- ref={nextLinkRef}
99
- to={nextPageUrl}
100
- variant="secondary"
101
- prefetch="intent"
102
- width="full"
103
- disabled={!isLoading}
104
- state={{
105
- pageInfo: {
106
- endCursor,
107
- hasPreviousPage,
108
- startCursor,
109
- },
110
- nodes,
111
- }}
112
- >
113
- {isLoading ? 'Loading...' : 'Next'}
114
- </Button>
115
- </div>
116
- )}
117
- </>
118
- );
119
- }}
120
- </Pagination>
121
- </Section>
122
- </>
123
- );
124
- }
125
-
126
- const ALL_PRODUCTS_QUERY = `#graphql
127
- ${PRODUCT_CARD_FRAGMENT}
128
- query AllProducts(
129
- $country: CountryCode
130
- $language: LanguageCode
131
- $first: Int
132
- $last: Int
133
- $startCursor: String
134
- $endCursor: String
135
- ) @inContext(country: $country, language: $language) {
136
- products(first: $first, last: $last, before: $startCursor, after: $endCursor) {
137
- nodes {
138
- ...ProductCard
139
- }
140
- pageInfo {
141
- hasPreviousPage
142
- hasNextPage
143
- startCursor
144
- endCursor
145
- }
146
- }
147
- }
148
- `;