@faststore/core 2.1.1 → 2.1.3

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 (163) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/build-manifest.json +123 -0
  3. package/.next/cache/.tsbuildinfo +1 -0
  4. package/.next/cache/config.json +7 -0
  5. package/.next/cache/eslint/.cache_1gneedd +1 -0
  6. package/.next/cache/next-server.js.nft.json +1 -0
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/index.pack +0 -0
  9. package/.next/cache/webpack/server-production/0.pack +0 -0
  10. package/.next/cache/webpack/server-production/index.pack +0 -0
  11. package/.next/export-marker.json +1 -0
  12. package/.next/images-manifest.json +1 -0
  13. package/.next/next-server.js.nft.json +1 -0
  14. package/.next/package.json +1 -0
  15. package/.next/prerender-manifest.json +1 -0
  16. package/.next/react-loadable-manifest.json +44 -0
  17. package/.next/required-server-files.json +1 -0
  18. package/.next/routes-manifest.json +1 -0
  19. package/.next/server/chunks/123.js +58 -0
  20. package/.next/server/chunks/143.js +106 -0
  21. package/.next/server/chunks/183.js +90 -0
  22. package/.next/server/chunks/184.js +61 -0
  23. package/.next/server/chunks/205.js +722 -0
  24. package/.next/server/chunks/247.js +61 -0
  25. package/.next/server/chunks/253.js +535 -0
  26. package/.next/server/chunks/269.js +516 -0
  27. package/.next/server/chunks/287.js +58 -0
  28. package/.next/server/chunks/289.js +242 -0
  29. package/.next/server/chunks/312.js +697 -0
  30. package/.next/server/chunks/350.js +143 -0
  31. package/.next/server/chunks/378.js +326 -0
  32. package/.next/server/chunks/487.js +9142 -0
  33. package/.next/server/chunks/502.js +626 -0
  34. package/.next/server/chunks/513.js +257 -0
  35. package/.next/server/chunks/576.js +90 -0
  36. package/.next/server/chunks/597.js +211 -0
  37. package/.next/server/chunks/650.js +9142 -0
  38. package/.next/server/chunks/676.js +32 -0
  39. package/.next/server/chunks/701.js +87 -0
  40. package/.next/server/chunks/74.js +3949 -0
  41. package/.next/server/chunks/825.js +4039 -0
  42. package/.next/server/chunks/854.js +72 -0
  43. package/.next/server/chunks/859.js +959 -0
  44. package/.next/server/chunks/886.js +120 -0
  45. package/.next/server/chunks/907.js +1957 -0
  46. package/.next/server/chunks/98.js +124 -0
  47. package/.next/server/chunks/font-manifest.json +1 -0
  48. package/.next/server/font-manifest.json +1 -0
  49. package/.next/server/middleware-build-manifest.js +1 -0
  50. package/.next/server/middleware-manifest.json +6 -0
  51. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  52. package/.next/server/pages/404.js +386 -0
  53. package/.next/server/pages/404.js.nft.json +1 -0
  54. package/.next/server/pages/500.js +388 -0
  55. package/.next/server/pages/500.js.nft.json +1 -0
  56. package/.next/server/pages/[...slug].js +778 -0
  57. package/.next/server/pages/[...slug].js.nft.json +1 -0
  58. package/.next/server/pages/[slug]/p.js +2366 -0
  59. package/.next/server/pages/[slug]/p.js.nft.json +1 -0
  60. package/.next/server/pages/_app.js +281 -0
  61. package/.next/server/pages/_app.js.nft.json +1 -0
  62. package/.next/server/pages/_document.js +340 -0
  63. package/.next/server/pages/_document.js.nft.json +1 -0
  64. package/.next/server/pages/_error.js +164 -0
  65. package/.next/server/pages/_error.js.nft.json +1 -0
  66. package/.next/server/pages/account.js +363 -0
  67. package/.next/server/pages/account.js.nft.json +1 -0
  68. package/.next/server/pages/api/graphql.js +365 -0
  69. package/.next/server/pages/api/graphql.js.nft.json +1 -0
  70. package/.next/server/pages/api/preview.js +119 -0
  71. package/.next/server/pages/api/preview.js.nft.json +1 -0
  72. package/.next/server/pages/checkout.js +363 -0
  73. package/.next/server/pages/checkout.js.nft.json +1 -0
  74. package/.next/server/pages/en-US/404.html +81 -0
  75. package/.next/server/pages/en-US/404.json +1 -0
  76. package/.next/server/pages/en-US/500.html +81 -0
  77. package/.next/server/pages/en-US/500.json +1 -0
  78. package/.next/server/pages/en-US/account.html +81 -0
  79. package/.next/server/pages/en-US/account.json +1 -0
  80. package/.next/server/pages/en-US/checkout.html +81 -0
  81. package/.next/server/pages/en-US/checkout.json +1 -0
  82. package/.next/server/pages/en-US/login.html +81 -0
  83. package/.next/server/pages/en-US/login.json +1 -0
  84. package/.next/server/pages/en-US/s.html +81 -0
  85. package/.next/server/pages/en-US/s.json +1 -0
  86. package/.next/server/pages/en-US.html +81 -0
  87. package/.next/server/pages/en-US.json +1 -0
  88. package/.next/server/pages/index.js +1018 -0
  89. package/.next/server/pages/index.js.nft.json +1 -0
  90. package/.next/server/pages/login.js +368 -0
  91. package/.next/server/pages/login.js.nft.json +1 -0
  92. package/.next/server/pages/s.js +466 -0
  93. package/.next/server/pages/s.js.nft.json +1 -0
  94. package/.next/server/pages-manifest.json +16 -0
  95. package/.next/server/webpack-api-runtime.js +229 -0
  96. package/.next/server/webpack-runtime.js +229 -0
  97. package/.next/static/chunks/143.dd8a556e6957baa1.js +1 -0
  98. package/.next/static/chunks/234-7d72b0ee52936c13.js +1 -0
  99. package/.next/static/chunks/495.0ecd099878b2a36d.js +1 -0
  100. package/.next/static/chunks/502.ec90d1859d393d34.js +1 -0
  101. package/.next/static/chunks/597.f8d0595b113c70af.js +1 -0
  102. package/.next/static/chunks/64.7ea3677ac3a10e00.js +1 -0
  103. package/.next/static/chunks/651.7142f31ce1e052b3.js +1 -0
  104. package/.next/static/chunks/682-5cfea9ed52851ed1.js +1 -0
  105. package/.next/static/chunks/738-a5ff304828f20cbf.js +1 -0
  106. package/.next/static/chunks/741.52f7fb873418346f.js +1 -0
  107. package/.next/static/chunks/791-727eda8f766aa791.js +1 -0
  108. package/.next/static/chunks/98.97381d2021f86cd9.js +1 -0
  109. package/.next/static/chunks/framework-dfd14d7ce6600b03.js +1 -0
  110. package/.next/static/chunks/main-fd466221927468fd.js +1 -0
  111. package/.next/static/chunks/pages/404-c3b320b915df45bb.js +1 -0
  112. package/.next/static/chunks/pages/500-d37a3a2e931f6995.js +1 -0
  113. package/.next/static/chunks/pages/[...slug]-d4e0a671c6248369.js +1 -0
  114. package/.next/static/chunks/pages/[slug]/p-2ad8b84fd5d98814.js +1 -0
  115. package/.next/static/chunks/pages/_app-79d333aa6001a806.js +1 -0
  116. package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +1 -0
  117. package/.next/static/chunks/pages/account-86a1b6e7db03bab6.js +1 -0
  118. package/.next/static/chunks/pages/checkout-c77dbc66c0b35ec3.js +1 -0
  119. package/.next/static/chunks/pages/index-2912eeade1da43bf.js +1 -0
  120. package/.next/static/chunks/pages/login-bbf85bc59afce37c.js +1 -0
  121. package/.next/static/chunks/pages/s-dd486933e8ba7fbf.js +1 -0
  122. package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +1 -0
  123. package/.next/static/chunks/webpack-c5cf5350bcb7f6f4.js +1 -0
  124. package/.next/static/css/0f8ce5203de8ae6f.css +1 -0
  125. package/.next/static/css/104f0f3ce3be32c6.css +1 -0
  126. package/.next/static/css/23a9d5dfc051ec6e.css +1 -0
  127. package/.next/static/css/287f5ba239375052.css +1 -0
  128. package/.next/static/css/2e00f7ba49c754b3.css +1 -0
  129. package/.next/static/css/6e41f1b6078c14c1.css +1 -0
  130. package/.next/static/css/7d822a137c54a781.css +1 -0
  131. package/.next/static/css/c7fc1f563fa33060.css +1 -0
  132. package/.next/static/css/d4a0d9df8c6df555.css +1 -0
  133. package/.next/static/css/e02cdad8fc000339.css +1 -0
  134. package/.next/static/hHM-WaPbC6D9MU3Qh2tZ1/_buildManifest.js +1 -0
  135. package/.next/static/hHM-WaPbC6D9MU3Qh2tZ1/_ssgManifest.js +1 -0
  136. package/.next/trace +72 -0
  137. package/.turbo/turbo-build.log +5 -5
  138. package/package.json +2 -2
  139. package/public/~partytown/debug/partytown-atomics.js +556 -0
  140. package/public/~partytown/debug/partytown-media.js +374 -0
  141. package/public/~partytown/debug/partytown-sandbox-sw.js +543 -0
  142. package/public/~partytown/debug/partytown-sw.js +59 -0
  143. package/public/~partytown/debug/partytown-ww-atomics.js +1789 -0
  144. package/public/~partytown/debug/partytown-ww-sw.js +1781 -0
  145. package/public/~partytown/debug/partytown.js +72 -0
  146. package/public/~partytown/partytown-atomics.js +2 -0
  147. package/public/~partytown/partytown-media.js +2 -0
  148. package/public/~partytown/partytown-sw.js +2 -0
  149. package/public/~partytown/partytown.js +2 -0
  150. package/src/components/product/ProductGrid/ProductGrid.tsx +22 -6
  151. package/src/components/search/Filter/Filter.tsx +12 -3
  152. package/src/components/sections/ProductDetails/Overrides.tsx +38 -2
  153. package/src/components/sections/ProductDetails/ProductDetails.tsx +45 -16
  154. package/src/components/sections/ProductDetails/section.module.scss +1 -0
  155. package/src/components/sections/ProductGallery/Overrides.tsx +52 -0
  156. package/src/components/ui/ImageGallery/ImageGallery.tsx +25 -14
  157. package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +32 -18
  158. package/src/components/ui/ProductGallery/ProductGallery.tsx +77 -37
  159. package/src/components/ui/ProductShelf/ProductShelf.tsx +1 -1
  160. package/src/components/ui/ShippingSimulation/ShippingSimulation.tsx +1 -2
  161. package/src/customizations/components/overrides/ProductDetails.tsx +15 -1
  162. package/src/customizations/components/overrides/ProductGallery.tsx +24 -0
  163. package/src/typings/overrides.d.ts +23 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "telemetry": {
3
+ "notifiedAt": "1685756327940",
4
+ "anonymousId": "dce5ce72314214b0fb405fe7db5df83888fd0ef33283c117e28331151df7763b",
5
+ "salt": "a22f5b3e093b5430681fb1295ee3eb2d"
6
+ }
7
+ }
@@ -0,0 +1 @@
1
+ [{"/home/runner/work/faststore/faststore/packages/core/src/Layout.tsx":"1","/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/GoogleTagManager.tsx":"2","/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/ThirdPartyScripts.tsx":"3","/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/index.ts":"4","/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/vtex.tsx":"5","/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartItem/CartItem.tsx":"6","/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartItem/index.ts":"7","/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartSidebar/CartSidebar.tsx":"8","/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartSidebar/index.ts":"9","/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartToggle/CartToggle.tsx":"10","/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartToggle/index.ts":"11","/home/runner/work/faststore/faststore/packages/core/src/components/cart/EmptyCart/EmptyCart.tsx":"12","/home/runner/work/faststore/faststore/packages/core/src/components/cart/EmptyCart/index.ts":"13","/home/runner/work/faststore/faststore/packages/core/src/components/cart/OrderSummary/OrderSummary.tsx":"14","/home/runner/work/faststore/faststore/packages/core/src/components/cart/OrderSummary/index.ts":"15","/home/runner/work/faststore/faststore/packages/core/src/components/cms/GlobalSections.tsx":"16","/home/runner/work/faststore/faststore/packages/core/src/components/cms/RenderSections.tsx":"17","/home/runner/work/faststore/faststore/packages/core/src/components/cms/SectionBoundary.tsx":"18","/home/runner/work/faststore/faststore/packages/core/src/components/common/Alert/Alert.tsx":"19","/home/runner/work/faststore/faststore/packages/core/src/components/common/Alert/index.ts":"20","/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/Footer.tsx":"21","/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/FooterLinks.tsx":"22","/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/FooterSocial.tsx":"23","/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/index.ts":"24","/home/runner/work/faststore/faststore/packages/core/src/components/common/Toast/Toast.tsx":"25","/home/runner/work/faststore/faststore/packages/core/src/components/common/Toast/index.ts":"26","/home/runner/work/faststore/faststore/packages/core/src/components/navigation/Navbar/Navbar.tsx":"27","/home/runner/work/faststore/faststore/packages/core/src/components/navigation/Navbar/index.ts":"28","/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarLinks/NavbarLinks.tsx":"29","/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarLinks/index.ts":"30","/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarSlider/NavbarSlider.tsx":"31","/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarSlider/index.ts":"32","/home/runner/work/faststore/faststore/packages/core/src/components/product/OutOfStock/OutOfStock.tsx":"33","/home/runner/work/faststore/faststore/packages/core/src/components/product/OutOfStock/index.ts":"34","/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductCard/ProductCard.tsx":"35","/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductCard/index.ts":"36","/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductGrid/ProductGrid.tsx":"37","/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductGrid/index.ts":"38","/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionBar/RegionBar.tsx":"39","/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionBar/index.ts":"40","/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionButton/RegionButton.tsx":"41","/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionButton/index.ts":"42","/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionModal/RegionModal.tsx":"43","/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionModal/index.ts":"44","/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/Filter.tsx":"45","/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/FilterDesktop.tsx":"46","/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/FilterSlider.tsx":"47","/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/index.ts":"48","/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/useFilter.ts":"49","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchDropdown/SearchDropdown.tsx":"50","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchDropdown/index.ts":"51","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchHistory/SearchHistory.tsx":"52","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchHistory/index.ts":"53","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchInput/SearchInput.tsx":"54","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchInput/index.ts":"55","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchProductItem/SearchProductItem.tsx":"56","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchProductItem/index.ts":"57","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchTop/SearchTop.tsx":"58","/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchTop/index.ts":"59","/home/runner/work/faststore/faststore/packages/core/src/components/search/Sort/Sort.tsx":"60","/home/runner/work/faststore/faststore/packages/core/src/components/search/Sort/index.ts":"61","/home/runner/work/faststore/faststore/packages/core/src/components/search/searchMock.ts":"62","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Alert/Alert.tsx":"63","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Alert/index.ts":"64","/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerNewsletter/BannerNewsletter.tsx":"65","/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerText/BannerText.tsx":"66","/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerText/Overrides.tsx":"67","/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerText/index.ts":"68","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Breadcrumb/Breadcrumb.tsx":"69","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Breadcrumb/Overrides.tsx":"70","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Breadcrumb/index.ts":"71","/home/runner/work/faststore/faststore/packages/core/src/components/sections/CrossSellingShelf/CrossSellingShelf.tsx":"72","/home/runner/work/faststore/faststore/packages/core/src/components/sections/CrossSellingShelf/index.tsx":"73","/home/runner/work/faststore/faststore/packages/core/src/components/sections/EmptyState/EmptyState.tsx":"74","/home/runner/work/faststore/faststore/packages/core/src/components/sections/EmptyState/index.ts":"75","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Footer/Footer.tsx":"76","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Footer/index.ts":"77","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Hero/Hero.tsx":"78","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Hero/Overrides.tsx":"79","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Hero/index.ts":"80","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Incentives/Incentives.tsx":"81","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Incentives/index.ts":"82","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Navbar/Navbar.tsx":"83","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Navbar/Overrides.tsx":"84","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Navbar/index.ts":"85","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Newsletter/Newsletter.tsx":"86","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Newsletter/index.ts":"87","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductDetails/Overrides.tsx":"88","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductDetails/ProductDetails.tsx":"89","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductDetails/index.ts":"90","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/EmptyGallery.tsx":"91","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/Overrides.tsx":"92","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/ProductGallery.tsx":"93","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/index.ts":"94","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/useGalleryQuery.ts":"95","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductShelf/Overrides.tsx":"96","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductShelf/ProductShelf.tsx":"97","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductShelf/index.ts":"98","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductTiles/ProductTiles.tsx":"99","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductTiles/index.ts":"100","/home/runner/work/faststore/faststore/packages/core/src/components/sections/RegionBar/RegionBar.tsx":"101","/home/runner/work/faststore/faststore/packages/core/src/components/sections/RegionBar/index.ts":"102","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ScrollToTopButton/ScrollToTopButton.tsx":"103","/home/runner/work/faststore/faststore/packages/core/src/components/sections/ScrollToTopButton/index.ts":"104","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Section/Section.tsx":"105","/home/runner/work/faststore/faststore/packages/core/src/components/sections/Section/index.ts":"106","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/FilterSkeleton/FilterSkeleton.tsx":"107","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/FilterSkeleton/index.ts":"108","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductCardSkeleton/ProductCardSkeleton.tsx":"109","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductCardSkeleton/index.ts":"110","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductGridSkeleton/ProductGridSkeleton.tsx":"111","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductGridSkeleton/index.ts":"112","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductShelfSkeleton/ProductShelfSkeleton.tsx":"113","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductShelfSkeleton/index.ts":"114","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/ProductTileSkeleton/ProductTileSkeleton.tsx":"115","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/ProductTileSkeleton/index.ts":"116","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/ProductTilesSkeleton.tsx":"117","/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/index.ts":"118","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Breadcrumb/Breadcrumb.tsx":"119","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Breadcrumb/index.ts":"120","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/ButtonSignIn.tsx":"121","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/ButtonSignInFallback/ButtonSignInFallback.tsx":"122","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/ButtonSignInFallback/index.ts":"123","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/index.ts":"124","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/index.ts":"125","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Carousel/Carousel.tsx":"126","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Carousel/index.ts":"127","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Gift/Gift.tsx":"128","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Gift/index.ts":"129","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Image/Image.tsx":"130","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Image/index.ts":"131","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Image/loader.ts":"132","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ImageGallery/ImageGallery.tsx":"133","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ImageGallery/index.ts":"134","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Incentives/Incentives.tsx":"135","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Incentives/index.ts":"136","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Link/Link.tsx":"137","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Link/index.ts":"138","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Logo/Logo.tsx":"139","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Logo/index.ts":"140","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDescription/ProductDescription.tsx":"141","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDescription/index.ts":"142","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDetails/AddToCartLoadingSkeleton.tsx":"143","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDetails/ProductDetailsSettings.tsx":"144","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDetails/index.ts":"145","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/ProductGallery.tsx":"146","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/ProductGalleryPage.tsx":"147","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/index.ts":"148","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/useDelayedFacets.ts":"149","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/useDelayedPagination.ts":"150","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/usePageProducts.ts":"151","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductShelf/ProductShelf.tsx":"152","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductShelf/index.ts":"153","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ShippingSimulation/ShippingSimulation.tsx":"154","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ShippingSimulation/index.ts":"155","/home/runner/work/faststore/faststore/packages/core/src/components/ui/ShippingSimulation/useShippingSimulation.ts":"156","/home/runner/work/faststore/faststore/packages/core/src/components/ui/SkuSelector/Selectors.tsx":"157","/home/runner/work/faststore/faststore/packages/core/src/components/ui/SkuSelector/index.ts":"158","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Tiles/Tiles.tsx":"159","/home/runner/work/faststore/faststore/packages/core/src/components/ui/Tiles/index.ts":"160","/home/runner/work/faststore/faststore/packages/core/src/constants.ts":"161","/home/runner/work/faststore/faststore/packages/core/src/customizations/GlobalOverrides.tsx":"162","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/CustomComponent.tsx":"163","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/index.tsx":"164","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/BannerText.tsx":"165","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/Breadcrumb.tsx":"166","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/Hero.tsx":"167","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/Navbar.tsx":"168","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/ProductDetails.tsx":"169","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/ProductGallery.tsx":"170","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/ProductShelf.tsx":"171","/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/WebFonts.tsx":"172","/home/runner/work/faststore/faststore/packages/core/src/customizations/fonts/WebFonts.tsx":"173","/home/runner/work/faststore/faststore/packages/core/src/fonts/WebFonts.tsx":"174","/home/runner/work/faststore/faststore/packages/core/src/pages/404.tsx":"175","/home/runner/work/faststore/faststore/packages/core/src/pages/500.tsx":"176","/home/runner/work/faststore/faststore/packages/core/src/pages/[...slug].tsx":"177","/home/runner/work/faststore/faststore/packages/core/src/pages/[slug]/p.tsx":"178","/home/runner/work/faststore/faststore/packages/core/src/pages/_app.tsx":"179","/home/runner/work/faststore/faststore/packages/core/src/pages/_document.tsx":"180","/home/runner/work/faststore/faststore/packages/core/src/pages/account.tsx":"181","/home/runner/work/faststore/faststore/packages/core/src/pages/api/graphql.ts":"182","/home/runner/work/faststore/faststore/packages/core/src/pages/api/preview.ts":"183","/home/runner/work/faststore/faststore/packages/core/src/pages/checkout.tsx":"184","/home/runner/work/faststore/faststore/packages/core/src/pages/index.tsx":"185","/home/runner/work/faststore/faststore/packages/core/src/pages/login.tsx":"186","/home/runner/work/faststore/faststore/packages/core/src/pages/s.tsx":"187","/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/hooks/useViewItemListEvent.ts":"188","/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/index.tsx":"189","/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/platform/vtex/index.ts":"190","/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/platform/vtex/search.ts":"191","/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/types.ts":"192","/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/index.ts":"193","/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useBuyButton.ts":"194","/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useCartToggleButton.ts":"195","/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useCheckoutButton.ts":"196","/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useRemoveButton.ts":"197","/home/runner/work/faststore/faststore/packages/core/src/sdk/error/ErrorBoundary/ErrorBoundary.tsx":"198","/home/runner/work/faststore/faststore/packages/core/src/sdk/error/ErrorBoundary/index.ts":"199","/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/prefetchQuery.ts":"200","/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/request.ts":"201","/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/useLazyQuery.ts":"202","/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/useQuery.ts":"203","/home/runner/work/faststore/faststore/packages/core/src/sdk/newsletter/useNewsletter.ts":"204","/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useDiscountPercent.ts":"205","/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useFormattedPrice.ts":"206","/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useProduct.ts":"207","/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useProductLink.ts":"208","/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useProductsQuery.ts":"209","/home/runner/work/faststore/faststore/packages/core/src/sdk/search/Sentinel.tsx":"210","/home/runner/work/faststore/faststore/packages/core/src/sdk/search/formatSearchPath.ts":"211","/home/runner/work/faststore/faststore/packages/core/src/sdk/search/state.ts":"212","/home/runner/work/faststore/faststore/packages/core/src/sdk/search/useSearchHistory.ts":"213","/home/runner/work/faststore/faststore/packages/core/src/sdk/search/useSuggestions.ts":"214","/home/runner/work/faststore/faststore/packages/core/src/sdk/search/useTopSearch.ts":"215","/home/runner/work/faststore/faststore/packages/core/src/sdk/session/index.ts":"216","/home/runner/work/faststore/faststore/packages/core/src/sdk/shipping/index.ts":"217","/home/runner/work/faststore/faststore/packages/core/src/sdk/tests/mark.tsx":"218","/home/runner/work/faststore/faststore/packages/core/src/sdk/ui/useOnClickOutside.ts":"219","/home/runner/work/faststore/faststore/packages/core/src/sdk/useStore.ts":"220","/home/runner/work/faststore/faststore/packages/core/src/server/cms.ts":"221","/home/runner/work/faststore/faststore/packages/core/src/server/index.ts":"222","/home/runner/work/faststore/faststore/packages/core/src/typings/global.d.ts":"223","/home/runner/work/faststore/faststore/packages/core/src/typings/module.css.d.ts":"224","/home/runner/work/faststore/faststore/packages/core/src/typings/overrides.d.ts":"225","/home/runner/work/faststore/faststore/packages/core/src/utils/utilities.ts":"226"},{"size":149,"mtime":1685756203330,"results":"227","hashOfConfig":"228"},{"size":2047,"mtime":1685756203330,"results":"229","hashOfConfig":"228"},{"size":1080,"mtime":1685756203330,"results":"230","hashOfConfig":"228"},{"size":46,"mtime":1685756203330,"results":"231","hashOfConfig":"228"},{"size":474,"mtime":1685756203330,"results":"232","hashOfConfig":"228"},{"size":3423,"mtime":1685756203330,"results":"233","hashOfConfig":"228"},{"size":37,"mtime":1685756203330,"results":"234","hashOfConfig":"228"},{"size":4768,"mtime":1685756203330,"results":"235","hashOfConfig":"228"},{"size":40,"mtime":1685756203330,"results":"236","hashOfConfig":"228"},{"size":589,"mtime":1685756203330,"results":"237","hashOfConfig":"228"},{"size":39,"mtime":1685756203330,"results":"238","hashOfConfig":"228"},{"size":592,"mtime":1685756203330,"results":"239","hashOfConfig":"228"},{"size":38,"mtime":1685756203330,"results":"240","hashOfConfig":"228"},{"size":843,"mtime":1685756203330,"results":"241","hashOfConfig":"228"},{"size":41,"mtime":1685756203330,"results":"242","hashOfConfig":"228"},{"size":1709,"mtime":1685756203330,"results":"243","hashOfConfig":"228"},{"size":1888,"mtime":1685756203330,"results":"244","hashOfConfig":"228"},{"size":817,"mtime":1685756203330,"results":"245","hashOfConfig":"228"},{"size":1080,"mtime":1685756203330,"results":"246","hashOfConfig":"228"},{"size":76,"mtime":1685756203330,"results":"247","hashOfConfig":"228"},{"size":664,"mtime":1685756203330,"results":"248","hashOfConfig":"228"},{"size":2028,"mtime":1685756203330,"results":"249","hashOfConfig":"228"},{"size":891,"mtime":1685756203330,"results":"250","hashOfConfig":"228"},{"size":315,"mtime":1685756203330,"results":"251","hashOfConfig":"228"},{"size":836,"mtime":1685756203330,"results":"252","hashOfConfig":"228"},{"size":34,"mtime":1685756203330,"results":"253","hashOfConfig":"228"},{"size":4544,"mtime":1685756203330,"results":"254","hashOfConfig":"228"},{"size":79,"mtime":1685756203330,"results":"255","hashOfConfig":"228"},{"size":1625,"mtime":1685756203330,"results":"256","hashOfConfig":"228"},{"size":40,"mtime":1685756203330,"results":"257","hashOfConfig":"228"},{"size":2120,"mtime":1685756203334,"results":"258","hashOfConfig":"228"},{"size":41,"mtime":1685756203334,"results":"259","hashOfConfig":"228"},{"size":1324,"mtime":1685756203334,"results":"260","hashOfConfig":"228"},{"size":39,"mtime":1685756203334,"results":"261","hashOfConfig":"228"},{"size":3481,"mtime":1685756203334,"results":"262","hashOfConfig":"228"},{"size":94,"mtime":1685756203334,"results":"263","hashOfConfig":"228"},{"size":1838,"mtime":1685756203334,"results":"264","hashOfConfig":"228"},{"size":40,"mtime":1685756203334,"results":"265","hashOfConfig":"228"},{"size":1222,"mtime":1685756203334,"results":"266","hashOfConfig":"228"},{"size":38,"mtime":1685756203334,"results":"267","hashOfConfig":"228"},{"size":564,"mtime":1685756203334,"results":"268","hashOfConfig":"228"},{"size":41,"mtime":1685756203334,"results":"269","hashOfConfig":"228"},{"size":3078,"mtime":1685756203334,"results":"270","hashOfConfig":"228"},{"size":40,"mtime":1685756203334,"results":"271","hashOfConfig":"228"},{"size":2183,"mtime":1685756203334,"results":"272","hashOfConfig":"228"},{"size":3274,"mtime":1685756203334,"results":"273","hashOfConfig":"228"},{"size":4193,"mtime":1685756203334,"results":"274","hashOfConfig":"228"},{"size":92,"mtime":1685756203334,"results":"275","hashOfConfig":"228"},{"size":2793,"mtime":1685756203334,"results":"276","hashOfConfig":"228"},{"size":1926,"mtime":1685756203334,"results":"277","hashOfConfig":"228"},{"size":43,"mtime":1685756203334,"results":"278","hashOfConfig":"228"},{"size":838,"mtime":1685756203334,"results":"279","hashOfConfig":"228"},{"size":59,"mtime":1685756203334,"results":"280","hashOfConfig":"228"},{"size":3572,"mtime":1685756203334,"results":"281","hashOfConfig":"228"},{"size":110,"mtime":1685756203334,"results":"282","hashOfConfig":"228"},{"size":1733,"mtime":1685756203334,"results":"283","hashOfConfig":"228"},{"size":46,"mtime":1685756203334,"results":"284","hashOfConfig":"228"},{"size":1514,"mtime":1685756203334,"results":"285","hashOfConfig":"228"},{"size":101,"mtime":1685756203334,"results":"286","hashOfConfig":"228"},{"size":1359,"mtime":1685756203334,"results":"287","hashOfConfig":"228"},{"size":33,"mtime":1685756203334,"results":"288","hashOfConfig":"228"},{"size":1042,"mtime":1685756203334,"results":"289","hashOfConfig":"228"},{"size":581,"mtime":1685756203334,"results":"290","hashOfConfig":"228"},{"size":34,"mtime":1685756203334,"results":"291","hashOfConfig":"228"},{"size":1074,"mtime":1685756203334,"results":"292","hashOfConfig":"228"},{"size":1303,"mtime":1685756203334,"results":"293","hashOfConfig":"228"},{"size":790,"mtime":1685756203334,"results":"294","hashOfConfig":"228"},{"size":91,"mtime":1685756203334,"results":"295","hashOfConfig":"228"},{"size":1370,"mtime":1685756203334,"results":"296","hashOfConfig":"228"},{"size":765,"mtime":1685756203334,"results":"297","hashOfConfig":"228"},{"size":39,"mtime":1685756203334,"results":"298","hashOfConfig":"228"},{"size":1030,"mtime":1685756203334,"results":"299","hashOfConfig":"228"},{"size":46,"mtime":1685756203334,"results":"300","hashOfConfig":"228"},{"size":634,"mtime":1685756203334,"results":"301","hashOfConfig":"228"},{"size":91,"mtime":1685756203334,"results":"302","hashOfConfig":"228"},{"size":2116,"mtime":1685756203334,"results":"303","hashOfConfig":"228"},{"size":35,"mtime":1685756203334,"results":"304","hashOfConfig":"228"},{"size":1611,"mtime":1685756203334,"results":"305","hashOfConfig":"228"},{"size":764,"mtime":1685756203334,"results":"306","hashOfConfig":"228"},{"size":73,"mtime":1685756203334,"results":"307","hashOfConfig":"228"},{"size":478,"mtime":1685756203334,"results":"308","hashOfConfig":"228"},{"size":39,"mtime":1685756203334,"results":"309","hashOfConfig":"228"},{"size":1502,"mtime":1685756203334,"results":"310","hashOfConfig":"228"},{"size":1408,"mtime":1685756203338,"results":"311","hashOfConfig":"228"},{"size":79,"mtime":1685756203338,"results":"312","hashOfConfig":"228"},{"size":4469,"mtime":1685756203338,"results":"313","hashOfConfig":"228"},{"size":91,"mtime":1685756203338,"results":"314","hashOfConfig":"228"},{"size":1695,"mtime":1685756203338,"results":"315","hashOfConfig":"228"},{"size":8281,"mtime":1685756203338,"results":"316","hashOfConfig":"228"},{"size":43,"mtime":1685756203338,"results":"317","hashOfConfig":"228"},{"size":979,"mtime":1685756203338,"results":"318","hashOfConfig":"228"},{"size":1447,"mtime":1685756203338,"results":"319","hashOfConfig":"228"},{"size":2455,"mtime":1685756203338,"results":"320","hashOfConfig":"228"},{"size":43,"mtime":1685756203338,"results":"321","hashOfConfig":"228"},{"size":1249,"mtime":1685756203338,"results":"322","hashOfConfig":"228"},{"size":974,"mtime":1685756203338,"results":"323","hashOfConfig":"228"},{"size":575,"mtime":1685756203338,"results":"324","hashOfConfig":"228"},{"size":41,"mtime":1685756203338,"results":"325","hashOfConfig":"228"},{"size":3014,"mtime":1685756203338,"results":"326","hashOfConfig":"228"},{"size":41,"mtime":1685756203338,"results":"327","hashOfConfig":"228"},{"size":986,"mtime":1685756203338,"results":"328","hashOfConfig":"228"},{"size":38,"mtime":1685756203338,"results":"329","hashOfConfig":"228"},{"size":1049,"mtime":1685756203338,"results":"330","hashOfConfig":"228"},{"size":46,"mtime":1685756203338,"results":"331","hashOfConfig":"228"},{"size":547,"mtime":1685756203338,"results":"332","hashOfConfig":"228"},{"size":36,"mtime":1685756203338,"results":"333","hashOfConfig":"228"},{"size":1078,"mtime":1685756203338,"results":"334","hashOfConfig":"228"},{"size":43,"mtime":1685756203338,"results":"335","hashOfConfig":"228"},{"size":1950,"mtime":1685756203338,"results":"336","hashOfConfig":"228"},{"size":48,"mtime":1685756203338,"results":"337","hashOfConfig":"228"},{"size":682,"mtime":1685756203338,"results":"338","hashOfConfig":"228"},{"size":48,"mtime":1685756203338,"results":"339","hashOfConfig":"228"},{"size":923,"mtime":1685756203338,"results":"340","hashOfConfig":"228"},{"size":49,"mtime":1685756203338,"results":"341","hashOfConfig":"228"},{"size":1514,"mtime":1685756203338,"results":"342","hashOfConfig":"228"},{"size":48,"mtime":1685756203338,"results":"343","hashOfConfig":"228"},{"size":1156,"mtime":1685756203338,"results":"344","hashOfConfig":"228"},{"size":120,"mtime":1685756203338,"results":"345","hashOfConfig":"228"},{"size":1114,"mtime":1685756203338,"results":"346","hashOfConfig":"228"},{"size":91,"mtime":1685756203338,"results":"347","hashOfConfig":"228"},{"size":820,"mtime":1685756203338,"results":"348","hashOfConfig":"228"},{"size":419,"mtime":1685756203338,"results":"349","hashOfConfig":"228"},{"size":49,"mtime":1685756203338,"results":"350","hashOfConfig":"228"},{"size":41,"mtime":1685756203338,"results":"351","hashOfConfig":"228"},{"size":143,"mtime":1685756203338,"results":"352","hashOfConfig":"228"},{"size":706,"mtime":1685756203338,"results":"353","hashOfConfig":"228"},{"size":85,"mtime":1685756203338,"results":"354","hashOfConfig":"228"},{"size":1058,"mtime":1685756203338,"results":"355","hashOfConfig":"228"},{"size":69,"mtime":1685756203338,"results":"356","hashOfConfig":"228"},{"size":676,"mtime":1685756203338,"results":"357","hashOfConfig":"228"},{"size":85,"mtime":1685756203338,"results":"358","hashOfConfig":"228"},{"size":622,"mtime":1685756203338,"results":"359","hashOfConfig":"228"},{"size":1661,"mtime":1685756203338,"results":"360","hashOfConfig":"228"},{"size":97,"mtime":1685756203338,"results":"361","hashOfConfig":"228"},{"size":1666,"mtime":1685756203338,"results":"362","hashOfConfig":"228"},{"size":102,"mtime":1685756203338,"results":"363","hashOfConfig":"228"},{"size":1262,"mtime":1685756203338,"results":"364","hashOfConfig":"228"},{"size":73,"mtime":1685756203338,"results":"365","hashOfConfig":"228"},{"size":517,"mtime":1685756203338,"results":"366","hashOfConfig":"228"},{"size":33,"mtime":1685756203338,"results":"367","hashOfConfig":"228"},{"size":1995,"mtime":1685756203338,"results":"368","hashOfConfig":"228"},{"size":47,"mtime":1685756203338,"results":"369","hashOfConfig":"228"},{"size":1600,"mtime":1685756203338,"results":"370","hashOfConfig":"228"},{"size":3798,"mtime":1685756203338,"results":"371","hashOfConfig":"228"},{"size":158,"mtime":1685756203338,"results":"372","hashOfConfig":"228"},{"size":8620,"mtime":1685756203338,"results":"373","hashOfConfig":"228"},{"size":869,"mtime":1685756203338,"results":"374","hashOfConfig":"228"},{"size":43,"mtime":1685756203338,"results":"375","hashOfConfig":"228"},{"size":401,"mtime":1685756203338,"results":"376","hashOfConfig":"228"},{"size":404,"mtime":1685756203342,"results":"377","hashOfConfig":"228"},{"size":985,"mtime":1685756203342,"results":"378","hashOfConfig":"228"},{"size":3051,"mtime":1685756203342,"results":"379","hashOfConfig":"228"},{"size":97,"mtime":1685756203342,"results":"380","hashOfConfig":"228"},{"size":2406,"mtime":1685756203342,"results":"381","hashOfConfig":"228"},{"size":47,"mtime":1685756203342,"results":"382","hashOfConfig":"228"},{"size":4522,"mtime":1685756203342,"results":"383","hashOfConfig":"228"},{"size":1687,"mtime":1685756203342,"results":"384","hashOfConfig":"228"},{"size":38,"mtime":1685756203342,"results":"385","hashOfConfig":"228"},{"size":227,"mtime":1685756203342,"results":"386","hashOfConfig":"228"},{"size":167,"mtime":1685756203342,"results":"387","hashOfConfig":"228"},{"size":68,"mtime":1685756203342,"results":"388","hashOfConfig":"228"},{"size":299,"mtime":1685756203342,"results":"389","hashOfConfig":"228"},{"size":250,"mtime":1685756203342,"results":"390","hashOfConfig":"228"},{"size":81,"mtime":1685756203342,"results":"391","hashOfConfig":"228"},{"size":337,"mtime":1685756203342,"results":"392","hashOfConfig":"228"},{"size":332,"mtime":1685756203342,"results":"393","hashOfConfig":"228"},{"size":356,"mtime":1685756203342,"results":"394","hashOfConfig":"228"},{"size":646,"mtime":1685756203342,"results":"395","hashOfConfig":"228"},{"size":751,"mtime":1685756203342,"results":"396","hashOfConfig":"228"},{"size":693,"mtime":1685756203342,"results":"397","hashOfConfig":"228"},{"size":400,"mtime":1685756203342,"results":"398","hashOfConfig":"228"},{"size":178,"mtime":1685756203342,"results":"399","hashOfConfig":"228"},{"size":204,"mtime":1685756203342,"results":"400","hashOfConfig":"228"},{"size":343,"mtime":1685756203342,"results":"401","hashOfConfig":"228"},{"size":1365,"mtime":1685756203342,"results":"402","hashOfConfig":"228"},{"size":1432,"mtime":1685756203342,"results":"403","hashOfConfig":"228"},{"size":6272,"mtime":1685756203342,"results":"404","hashOfConfig":"228"},{"size":5827,"mtime":1685756203342,"results":"405","hashOfConfig":"228"},{"size":853,"mtime":1685756203342,"results":"406","hashOfConfig":"228"},{"size":477,"mtime":1685756203342,"results":"407","hashOfConfig":"228"},{"size":928,"mtime":1685756203342,"results":"408","hashOfConfig":"228"},{"size":1914,"mtime":1685756203342,"results":"409","hashOfConfig":"228"},{"size":1629,"mtime":1685756203342,"results":"410","hashOfConfig":"228"},{"size":899,"mtime":1685756203342,"results":"411","hashOfConfig":"228"},{"size":3270,"mtime":1685756203342,"results":"412","hashOfConfig":"228"},{"size":1086,"mtime":1685756203342,"results":"413","hashOfConfig":"228"},{"size":4216,"mtime":1685756203342,"results":"414","hashOfConfig":"228"},{"size":1501,"mtime":1685756203342,"results":"415","hashOfConfig":"228"},{"size":965,"mtime":1685756203342,"results":"416","hashOfConfig":"228"},{"size":272,"mtime":1685756203342,"results":"417","hashOfConfig":"228"},{"size":2538,"mtime":1685756203342,"results":"418","hashOfConfig":"228"},{"size":466,"mtime":1685756203342,"results":"419","hashOfConfig":"228"},{"size":4333,"mtime":1685756203342,"results":"420","hashOfConfig":"228"},{"size":1830,"mtime":1685756203342,"results":"421","hashOfConfig":"228"},{"size":501,"mtime":1685756203342,"results":"422","hashOfConfig":"228"},{"size":472,"mtime":1685756203342,"results":"423","hashOfConfig":"228"},{"size":1693,"mtime":1685756203342,"results":"424","hashOfConfig":"228"},{"size":1791,"mtime":1685756203342,"results":"425","hashOfConfig":"228"},{"size":42,"mtime":1685756203342,"results":"426","hashOfConfig":"228"},{"size":547,"mtime":1685756203342,"results":"427","hashOfConfig":"228"},{"size":604,"mtime":1685756203342,"results":"428","hashOfConfig":"228"},{"size":712,"mtime":1685756203342,"results":"429","hashOfConfig":"228"},{"size":1032,"mtime":1685756203342,"results":"430","hashOfConfig":"228"},{"size":687,"mtime":1685756203342,"results":"431","hashOfConfig":"228"},{"size":285,"mtime":1685756203342,"results":"432","hashOfConfig":"228"},{"size":686,"mtime":1685756203342,"results":"433","hashOfConfig":"228"},{"size":1120,"mtime":1685756203342,"results":"434","hashOfConfig":"228"},{"size":1860,"mtime":1685756203342,"results":"435","hashOfConfig":"228"},{"size":2535,"mtime":1685756203342,"results":"436","hashOfConfig":"228"},{"size":2215,"mtime":1685756203342,"results":"437","hashOfConfig":"228"},{"size":424,"mtime":1685756203342,"results":"438","hashOfConfig":"228"},{"size":254,"mtime":1685756203342,"results":"439","hashOfConfig":"228"},{"size":863,"mtime":1685756203342,"results":"440","hashOfConfig":"228"},{"size":1173,"mtime":1685756203342,"results":"441","hashOfConfig":"228"},{"size":1115,"mtime":1685756203342,"results":"442","hashOfConfig":"228"},{"size":1935,"mtime":1685756203342,"results":"443","hashOfConfig":"228"},{"size":1219,"mtime":1685756203342,"results":"444","hashOfConfig":"228"},{"size":314,"mtime":1685756203342,"results":"445","hashOfConfig":"228"},{"size":1082,"mtime":1685756203342,"results":"446","hashOfConfig":"228"},{"size":609,"mtime":1685756203342,"results":"447","hashOfConfig":"228"},{"size":1867,"mtime":1685756203342,"results":"448","hashOfConfig":"228"},{"size":2924,"mtime":1685756203346,"results":"449","hashOfConfig":"228"},{"size":162,"mtime":1685756203346,"results":"450","hashOfConfig":"228"},{"size":150,"mtime":1685756203346,"results":"451","hashOfConfig":"228"},{"size":1684,"mtime":1685756203346,"results":"452","hashOfConfig":"228"},{"size":369,"mtime":1685756203346,"results":"453","hashOfConfig":"228"},{"filePath":"454","messages":"455","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"nlx2ee",{"filePath":"456","messages":"457","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"458","messages":"459","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"460","messages":"461","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"462","messages":"463","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"464","messages":"465","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"466","messages":"467","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"468","messages":"469","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"470","messages":"471","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"472","messages":"473","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"474","messages":"475","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"476","messages":"477","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"478","messages":"479","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"480","messages":"481","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"482","messages":"483","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"484","messages":"485","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"486","messages":"487","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"488","messages":"489","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"490","messages":"491","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"492","messages":"493","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"494","messages":"495","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"496","messages":"497","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"498","messages":"499","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"500","messages":"501","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"502","messages":"503","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"504","messages":"505","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"506","messages":"507","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"508","messages":"509","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"510","messages":"511","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"512","messages":"513","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"514","messages":"515","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"516","messages":"517","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"518","messages":"519","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"520","messages":"521","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"522","messages":"523","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"524","messages":"525","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"526","messages":"527","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"528","messages":"529","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"530","messages":"531","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"532","messages":"533","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"534","messages":"535","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"536","messages":"537","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"538","messages":"539","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"540","messages":"541","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"542","messages":"543","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"544","messages":"545","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"546","messages":"547","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"548","messages":"549","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"550","messages":"551","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"552","messages":"553","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"554","messages":"555","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"556","messages":"557","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"558","messages":"559","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"560","messages":"561","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"562","messages":"563","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"564","messages":"565","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"566","messages":"567","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"568","messages":"569","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"570","messages":"571","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"572","messages":"573","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"574","messages":"575","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"576","messages":"577","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"578","messages":"579","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"580","messages":"581","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"582","messages":"583","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"584","messages":"585","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"586","messages":"587","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"588","messages":"589","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"590","messages":"591","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"592","messages":"593","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"594","messages":"595","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"596","messages":"597","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"598","messages":"599","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"600","messages":"601","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"602","messages":"603","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"604","messages":"605","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"606","messages":"607","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"608","messages":"609","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"610","messages":"611","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"612","messages":"613","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"614","messages":"615","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"616","messages":"617","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"618","messages":"619","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"620","messages":"621","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"622","messages":"623","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"624","messages":"625","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"626","messages":"627","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"628","messages":"629","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"630","messages":"631","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"632","messages":"633","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"634","messages":"635","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"636","messages":"637","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"638","messages":"639","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"640","messages":"641","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"642","messages":"643","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"644","messages":"645","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"646","messages":"647","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"648","messages":"649","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"650","messages":"651","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"652","messages":"653","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"654","messages":"655","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"656","messages":"657","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"658","messages":"659","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"660","messages":"661","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"662","messages":"663","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"664","messages":"665","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"666","messages":"667","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"668","messages":"669","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"670","messages":"671","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"672","messages":"673","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"674","messages":"675","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"676","messages":"677","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"678","messages":"679","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"680","messages":"681","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"682","messages":"683","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"684","messages":"685","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"686","messages":"687","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"688","messages":"689","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"690","messages":"691","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"692","messages":"693","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"694","messages":"695","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"696","messages":"697","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"698","messages":"699","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"700","messages":"701","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"702","messages":"703","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"704","messages":"705","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"706","messages":"707","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"708","messages":"709","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"710","messages":"711","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"712","messages":"713","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"714","messages":"715","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"716","messages":"717","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"718","messages":"719","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"720","messages":"721","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"722","messages":"723","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"724","messages":"725","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"726","messages":"727","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"728","messages":"729","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"730","messages":"731","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"732","messages":"733","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"734","messages":"735","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"736","messages":"737","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"738","messages":"739","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"740","messages":"741","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"742","messages":"743","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"744","messages":"745","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"746","messages":"747","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"748","messages":"749","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"750","messages":"751","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"752","messages":"753","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"754","messages":"755","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"756","messages":"757","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"758","messages":"759","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"760","messages":"761","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"762","messages":"763","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"764","messages":"765","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"766","messages":"767","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"768","messages":"769","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"770","messages":"771","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"772","messages":"773","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"774","messages":"775","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"776","messages":"777","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"778","messages":"779","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"780","messages":"781","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"782","messages":"783","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"784","messages":"785","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"786","messages":"787","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"788","messages":"789","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"790","messages":"791","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"792","messages":"793","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"794","messages":"795","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"796","messages":"797","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"798","messages":"799","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"800","messages":"801","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"802","messages":"803","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"804","messages":"805","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"806","messages":"807","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"808","messages":"809","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"810","messages":"811","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"812","messages":"813","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"814","messages":"815","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"816","messages":"817","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"818","messages":"819","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"820","messages":"821","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"822","messages":"823","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"824","messages":"825","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"826","messages":"827","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"828","messages":"829","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"830","messages":"831","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"832","messages":"833","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"834","messages":"835","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"836","messages":"837","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"838","messages":"839","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"840","messages":"841","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"842","messages":"843","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"844","messages":"845","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"846","messages":"847","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"848","messages":"849","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"850","messages":"851","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"852","messages":"853","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"854","messages":"855","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"856","messages":"857","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"858","messages":"859","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"860","messages":"861","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"862","messages":"863","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"864","messages":"865","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"866","messages":"867","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"868","messages":"869","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"870","messages":"871","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"872","messages":"873","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"874","messages":"875","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"876","messages":"877","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"878","messages":"879","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"880","messages":"881","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"882","messages":"883","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"884","messages":"885","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"886","messages":"887","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"888","messages":"889","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"890","messages":"891","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"892","messages":"893","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"894","messages":"895","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"896","messages":"897","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"898","messages":"899","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"900","messages":"901","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"902","messages":"903","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"904","messages":"905","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/faststore/faststore/packages/core/src/Layout.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/GoogleTagManager.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/ThirdPartyScripts.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ThirdPartyScripts/vtex.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartItem/CartItem.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartItem/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartSidebar/CartSidebar.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartSidebar/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartToggle/CartToggle.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/CartToggle/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/EmptyCart/EmptyCart.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/EmptyCart/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/OrderSummary/OrderSummary.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cart/OrderSummary/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cms/GlobalSections.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cms/RenderSections.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/cms/SectionBoundary.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Alert/Alert.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Alert/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/Footer.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/FooterLinks.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/FooterSocial.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Footer/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Toast/Toast.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/common/Toast/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/navigation/Navbar/Navbar.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/navigation/Navbar/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarLinks/NavbarLinks.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarLinks/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarSlider/NavbarSlider.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/navigation/NavbarSlider/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/product/OutOfStock/OutOfStock.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/product/OutOfStock/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductCard/ProductCard.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductCard/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductGrid/ProductGrid.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/product/ProductGrid/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionBar/RegionBar.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionBar/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionButton/RegionButton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionButton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionModal/RegionModal.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/region/RegionModal/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/Filter.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/FilterDesktop.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/FilterSlider.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Filter/useFilter.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchDropdown/SearchDropdown.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchDropdown/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchHistory/SearchHistory.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchHistory/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchInput/SearchInput.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchInput/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchProductItem/SearchProductItem.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchProductItem/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchTop/SearchTop.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/SearchTop/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Sort/Sort.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/Sort/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/search/searchMock.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Alert/Alert.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Alert/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerNewsletter/BannerNewsletter.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerText/BannerText.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerText/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/BannerText/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Breadcrumb/Breadcrumb.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Breadcrumb/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Breadcrumb/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/CrossSellingShelf/CrossSellingShelf.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/CrossSellingShelf/index.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/EmptyState/EmptyState.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/EmptyState/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Footer/Footer.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Footer/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Hero/Hero.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Hero/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Hero/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Incentives/Incentives.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Incentives/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Navbar/Navbar.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Navbar/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Navbar/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Newsletter/Newsletter.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Newsletter/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductDetails/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductDetails/ProductDetails.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductDetails/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/EmptyGallery.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/ProductGallery.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductGallery/useGalleryQuery.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductShelf/Overrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductShelf/ProductShelf.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductShelf/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductTiles/ProductTiles.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ProductTiles/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/RegionBar/RegionBar.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/RegionBar/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ScrollToTopButton/ScrollToTopButton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/ScrollToTopButton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Section/Section.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/sections/Section/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/FilterSkeleton/FilterSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/FilterSkeleton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductCardSkeleton/ProductCardSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductCardSkeleton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductGridSkeleton/ProductGridSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductGridSkeleton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductShelfSkeleton/ProductShelfSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductShelfSkeleton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/ProductTileSkeleton/ProductTileSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/ProductTileSkeleton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/ProductTilesSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/skeletons/ProductTilesSkeleton/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Breadcrumb/Breadcrumb.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Breadcrumb/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/ButtonSignIn.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/ButtonSignInFallback/ButtonSignInFallback.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/ButtonSignInFallback/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/ButtonSignIn/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Button/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Carousel/Carousel.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Carousel/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Gift/Gift.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Gift/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Image/Image.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Image/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Image/loader.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ImageGallery/ImageGallery.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ImageGallery/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Incentives/Incentives.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Incentives/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Link/Link.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Link/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Logo/Logo.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Logo/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDescription/ProductDescription.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDescription/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDetails/AddToCartLoadingSkeleton.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDetails/ProductDetailsSettings.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductDetails/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/ProductGallery.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/ProductGalleryPage.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/useDelayedFacets.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/useDelayedPagination.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductGallery/usePageProducts.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductShelf/ProductShelf.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ProductShelf/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ShippingSimulation/ShippingSimulation.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ShippingSimulation/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/ShippingSimulation/useShippingSimulation.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/SkuSelector/Selectors.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/SkuSelector/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Tiles/Tiles.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/components/ui/Tiles/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/constants.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/GlobalOverrides.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/CustomComponent.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/index.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/BannerText.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/Breadcrumb.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/Hero.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/Navbar.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/ProductDetails.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/ProductGallery.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/ProductShelf.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/components/overrides/WebFonts.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/customizations/fonts/WebFonts.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/fonts/WebFonts.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/404.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/500.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/[...slug].tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/[slug]/p.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/_app.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/_document.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/account.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/api/graphql.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/api/preview.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/checkout.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/index.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/login.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/pages/s.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/hooks/useViewItemListEvent.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/index.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/platform/vtex/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/platform/vtex/search.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/analytics/types.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useBuyButton.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useCartToggleButton.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useCheckoutButton.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/cart/useRemoveButton.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/error/ErrorBoundary/ErrorBoundary.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/error/ErrorBoundary/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/prefetchQuery.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/request.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/useLazyQuery.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/graphql/useQuery.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/newsletter/useNewsletter.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useDiscountPercent.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useFormattedPrice.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useProduct.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useProductLink.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/product/useProductsQuery.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/search/Sentinel.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/search/formatSearchPath.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/search/state.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/search/useSearchHistory.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/search/useSuggestions.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/search/useTopSearch.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/session/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/shipping/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/tests/mark.tsx",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/ui/useOnClickOutside.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/sdk/useStore.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/server/cms.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/server/index.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/typings/global.d.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/typings/module.css.d.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/typings/overrides.d.ts",[],"/home/runner/work/faststore/faststore/packages/core/src/utils/utilities.ts",[]]
@@ -0,0 +1 @@
1
+ {"version":1,"cacheKey":"278b7836cfbc185b35f9a80f50c6853f34a837bc4da1deb29a4a4c7a3586a314","files":["../node_modules/next/dist/server/next-server.js","../node_modules/next/package.json","../node_modules/next/dist/server/node-polyfill-fetch.js","../node_modules/next/dist/server/node-polyfill-web-streams.js","../node_modules/next/dist/server/request-meta.js","../node_modules/next/dist/server/server-route-utils.js","../node_modules/next/dist/server/serve-static.js","../node_modules/next/dist/server/render.js","../node_modules/next/dist/server/app-render.js","../node_modules/next/dist/server/base-server.js","../node_modules/next/dist/server/require.js","../node_modules/next/dist/server/load-components.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/server/utils.js","../node_modules/next/dist/server/image-optimizer.js","../node_modules/next/dist/server/lib/recursive-readdir-sync.js","../node_modules/next/dist/server/base-http/node.js","../node_modules/next/dist/server/api-utils/node.js","../node_modules/next/dist/lib/is-error.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/shared/lib/utils.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/shared/lib/router/utils/path-match.js","../node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js","../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","../node_modules/next/dist/shared/lib/router/utils/parse-url.js","../node_modules/next/dist/build/output/log.js","../node_modules/next/dist/build/webpack/require-hook.js","../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","../node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","../node_modules/next/dist/shared/lib/router/utils/relativize-url.js","../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","../node_modules/next/dist/shared/lib/router/utils/route-matcher.js","../node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js","../node_modules/next/dist/shared/lib/router/utils/querystring.js","../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","../node_modules/next/dist/build/webpack/loaders/next-serverless-loader/utils.js","../node_modules/next/dist/shared/lib/router/utils/route-regex.js","../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../node_modules/next/dist/server/send-payload/index.js","../node_modules/next/dist/server/api-utils/index.js","../node_modules/next/dist/server/response-cache/index.js","../node_modules/next/dist/server/web/sandbox/index.js","../node_modules/next/dist/server/lib/incremental-cache/index.js","../node_modules/next/dist/shared/lib/router/utils/index.js","../node_modules/next/dist/lib/redirect-status.js","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/lib/is-serializable-props.js","../node_modules/next/dist/shared/lib/amp-mode.js","../node_modules/next/dist/shared/lib/amp-context.js","../node_modules/next/dist/shared/lib/head.js","../node_modules/next/dist/shared/lib/head-manager-context.js","../node_modules/next/dist/shared/lib/loadable.js","../node_modules/next/dist/shared/lib/loadable-context.js","../node_modules/next/dist/shared/lib/router-context.js","../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","../node_modules/next/dist/shared/lib/html-context.js","../node_modules/next/dist/server/render-result.js","../node_modules/next/dist/server/node-web-streams-helper.js","../node_modules/next/dist/shared/lib/image-config-context.js","../node_modules/next/dist/server/internal-utils.js","../node_modules/next/dist/server/post-process.js","../node_modules/next/dist/server/htmlescape.js","../node_modules/next/dist/shared/lib/flush-effects.js","../node_modules/next/dist/lib/interop-default.js","../node_modules/next/dist/server/lib/mock-request.js","../node_modules/next/dist/shared/lib/match-remote-pattern.js","../node_modules/next/dist/shared/lib/image-blur-svg.js","../node_modules/next/dist/shared/lib/is-plain-object.js","../node_modules/next/dist/server/lib/squoosh/main.js","../node_modules/next/dist/server/base-http/index.js","../node_modules/next/dist/server/crypto-utils.js","../node_modules/next/dist/server/lib/etag.js","../node_modules/next/dist/client/components/match-segments.js","../node_modules/next/dist/client/components/hooks-server-context.js","../node_modules/next/dist/client/components/hooks-server.js","../node_modules/next/dist/lib/chalk.js","../node_modules/next/dist/shared/lib/runtime-config.js","../node_modules/next/dist/server/router.js","../node_modules/next/dist/server/send-payload/revalidate-headers.js","../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js","../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js","../node_modules/next/dist/shared/lib/get-hostname.js","../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","../node_modules/next/dist/shared/lib/escape-regexp.js","../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","../node_modules/next/dist/server/accept-header.js","../node_modules/next/dist/shared/lib/i18n/detect-locale-cookie.js","../node_modules/next/dist/server/response-cache/types.js","../node_modules/next/dist/server/web/sandbox/sandbox.js","../node_modules/next/dist/server/web/sandbox/context.js","../node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js","../node_modules/next/dist/lib/non-nullable.js","../node_modules/next/dist/server/optimize-amp.js","../node_modules/next/dist/server/font-utils.js","../node_modules/next/dist/shared/lib/isomorphic/path.js","../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","../node_modules/next/dist/shared/lib/side-effect.js","../node_modules/next/dist/shared/lib/image-config.js","../node_modules/next/dist/compiled/react-server-dom-webpack/writer.browser.server.js","../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","../node_modules/next/dist/lib/web/chalk.js","../node_modules/next/dist/compiled/react-server-dom-webpack/package.json","../node_modules/next/dist/compiled/@edge-runtime/primitives/streams.js","../node_modules/next/dist/shared/lib/router/utils/format-url.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/package.json","../node_modules/next/dist/compiled/@next/react-dev-overlay/dist/middleware.js","../node_modules/next/dist/server/google-font-metrics.json","../node_modules/styled-jsx/package.json","../node_modules/next/dist/shared/lib/router/utils/parse-path.js","../node_modules/next/dist/compiled/react-server-dom-webpack/index.js","../node_modules/next/dist/compiled/node-fetch/package.json","../node_modules/next/dist/compiled/node-fetch/index.js","../node_modules/next/dist/compiled/get-orientation/package.json","../node_modules/next/dist/compiled/get-orientation/index.js","../node_modules/next/dist/compiled/image-size/package.json","../node_modules/next/dist/compiled/image-size/index.js","../node_modules/next/dist/compiled/is-animated/package.json","../node_modules/next/dist/compiled/is-animated/index.js","../node_modules/next/dist/compiled/content-disposition/package.json","../node_modules/next/dist/compiled/content-disposition/index.js","../node_modules/next/dist/compiled/chalk/package.json","../node_modules/next/dist/compiled/chalk/index.js","../node_modules/next/dist/compiled/compression/package.json","../node_modules/next/dist/compiled/compression/index.js","../node_modules/next/dist/compiled/http-proxy/package.json","../node_modules/next/dist/compiled/http-proxy/index.js","../node_modules/next/dist/compiled/send/package.json","../node_modules/next/dist/compiled/send/index.js","../node_modules/next/dist/compiled/strip-ansi/package.json","../node_modules/next/dist/compiled/strip-ansi/index.js","../node_modules/next/dist/compiled/@next/react-dev-overlay/package.json","../node_modules/next/dist/compiled/react-is/package.json","../node_modules/next/dist/compiled/react-is/index.js","../node_modules/@next/env/package.json","../node_modules/@next/env/dist/index.js","../node_modules/next/dist/lib/pick.js","../node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js","../node_modules/styled-jsx/index.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-writer.browser.production.min.server.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-writer.browser.development.server.js","../node_modules/next/dist/compiled/@hapi/accept/package.json","../node_modules/next/dist/compiled/@hapi/accept/index.js","../node_modules/next/dist/compiled/bytes/package.json","../node_modules/next/dist/compiled/bytes/index.js","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/compiled/content-type/package.json","../node_modules/next/dist/compiled/content-type/index.js","../node_modules/next/dist/compiled/raw-body/package.json","../node_modules/next/dist/compiled/raw-body/index.js","../node_modules/next/dist/compiled/cookie/package.json","../node_modules/next/dist/compiled/cookie/index.js","../node_modules/@swc/helpers/lib/_async_to_generator.js","../node_modules/@swc/helpers/lib/_extends.js","../node_modules/@swc/helpers/lib/_interop_require_default.js","../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack.development.js","../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../node_modules/next/dist/shared/lib/router/utils/add-locale.js","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/compiled/path-to-regexp/index.js","../node_modules/next/dist/compiled/fresh/package.json","../node_modules/next/dist/compiled/fresh/index.js","../node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js","../node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","../node_modules/next/dist/compiled/node-html-parser/package.json","../node_modules/next/dist/compiled/node-html-parser/index.js","../node_modules/next/dist/compiled/micromatch/package.json","../node_modules/next/dist/compiled/micromatch/index.js","../node_modules/styled-jsx/dist/index/index.js","../node_modules/next/dist/compiled/jest-worker/package.json","../node_modules/next/dist/compiled/jest-worker/index.js","../node_modules/next/dist/compiled/edge-runtime/package.json","../node_modules/next/dist/compiled/edge-runtime/index.js","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/next/dist/compiled/path-browserify/package.json","../node_modules/next/dist/compiled/path-browserify/index.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/console.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/url.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/cache.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/events.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js"]}
@@ -0,0 +1 @@
1
+ {"version":1,"hasExportPathMap":false,"exportTrailingSlash":false,"isNextImageImported":true}
@@ -0,0 +1 @@
1
+ {"version":1,"images":{"deviceSizes":[360,540,768,1280,1440],"imageSizes":[34,68,154,320],"path":"/_next/image","loader":"default","domains":["storeframework.vtexassets.com"],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","remotePatterns":[],"unoptimized":false,"sizes":[360,540,768,1280,1440,34,68,154,320]}}
@@ -0,0 +1 @@
1
+ {"version":1,"cacheKey":"278b7836cfbc185b35f9a80f50c6853f34a837bc4da1deb29a4a4c7a3586a314","files":["../node_modules/next/dist/server/next-server.js","../node_modules/next/package.json","../node_modules/next/dist/server/node-polyfill-fetch.js","../node_modules/next/dist/server/node-polyfill-web-streams.js","../node_modules/next/dist/server/request-meta.js","../node_modules/next/dist/server/server-route-utils.js","../node_modules/next/dist/server/serve-static.js","../node_modules/next/dist/server/render.js","../node_modules/next/dist/server/app-render.js","../node_modules/next/dist/server/base-server.js","../node_modules/next/dist/server/require.js","../node_modules/next/dist/server/load-components.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/server/utils.js","../node_modules/next/dist/server/image-optimizer.js","../node_modules/next/dist/server/lib/recursive-readdir-sync.js","../node_modules/next/dist/server/base-http/node.js","../node_modules/next/dist/server/api-utils/node.js","../node_modules/next/dist/lib/is-error.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/shared/lib/utils.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/shared/lib/router/utils/path-match.js","../node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js","../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","../node_modules/next/dist/shared/lib/router/utils/parse-url.js","../node_modules/next/dist/build/output/log.js","../node_modules/next/dist/build/webpack/require-hook.js","../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","../node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","../node_modules/next/dist/shared/lib/router/utils/relativize-url.js","../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","../node_modules/next/dist/shared/lib/router/utils/route-matcher.js","../node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js","../node_modules/next/dist/shared/lib/router/utils/querystring.js","../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","../node_modules/next/dist/build/webpack/loaders/next-serverless-loader/utils.js","../node_modules/next/dist/shared/lib/router/utils/route-regex.js","../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../node_modules/next/dist/server/send-payload/index.js","../node_modules/next/dist/server/api-utils/index.js","../node_modules/next/dist/server/response-cache/index.js","../node_modules/next/dist/server/web/sandbox/index.js","../node_modules/next/dist/server/lib/incremental-cache/index.js","../node_modules/next/dist/shared/lib/router/utils/index.js","../node_modules/next/dist/lib/redirect-status.js","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/lib/is-serializable-props.js","../node_modules/next/dist/shared/lib/amp-mode.js","../node_modules/next/dist/shared/lib/amp-context.js","../node_modules/next/dist/shared/lib/head.js","../node_modules/next/dist/shared/lib/head-manager-context.js","../node_modules/next/dist/shared/lib/loadable.js","../node_modules/next/dist/shared/lib/loadable-context.js","../node_modules/next/dist/shared/lib/router-context.js","../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","../node_modules/next/dist/shared/lib/html-context.js","../node_modules/next/dist/server/render-result.js","../node_modules/next/dist/server/node-web-streams-helper.js","../node_modules/next/dist/shared/lib/image-config-context.js","../node_modules/next/dist/server/internal-utils.js","../node_modules/next/dist/server/post-process.js","../node_modules/next/dist/server/htmlescape.js","../node_modules/next/dist/shared/lib/flush-effects.js","../node_modules/next/dist/lib/interop-default.js","../node_modules/next/dist/server/lib/mock-request.js","../node_modules/next/dist/shared/lib/match-remote-pattern.js","../node_modules/next/dist/shared/lib/image-blur-svg.js","../node_modules/next/dist/shared/lib/is-plain-object.js","../node_modules/next/dist/server/lib/squoosh/main.js","../node_modules/next/dist/server/base-http/index.js","../node_modules/next/dist/server/crypto-utils.js","../node_modules/next/dist/server/lib/etag.js","../node_modules/next/dist/client/components/match-segments.js","../node_modules/next/dist/client/components/hooks-server-context.js","../node_modules/next/dist/client/components/hooks-server.js","../node_modules/next/dist/lib/chalk.js","../node_modules/next/dist/shared/lib/runtime-config.js","../node_modules/next/dist/server/router.js","../node_modules/next/dist/server/send-payload/revalidate-headers.js","../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js","../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js","../node_modules/next/dist/shared/lib/get-hostname.js","../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","../node_modules/next/dist/shared/lib/escape-regexp.js","../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","../node_modules/next/dist/server/accept-header.js","../node_modules/next/dist/shared/lib/i18n/detect-locale-cookie.js","../node_modules/next/dist/server/response-cache/types.js","../node_modules/next/dist/server/web/sandbox/sandbox.js","../node_modules/next/dist/server/web/sandbox/context.js","../node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js","../node_modules/next/dist/lib/non-nullable.js","../node_modules/next/dist/server/optimize-amp.js","../node_modules/next/dist/server/font-utils.js","../node_modules/next/dist/shared/lib/isomorphic/path.js","../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","../node_modules/next/dist/shared/lib/side-effect.js","../node_modules/next/dist/shared/lib/image-config.js","../node_modules/next/dist/compiled/react-server-dom-webpack/writer.browser.server.js","../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","../node_modules/next/dist/lib/web/chalk.js","../node_modules/next/dist/compiled/react-server-dom-webpack/package.json","../node_modules/next/dist/compiled/@edge-runtime/primitives/streams.js","../node_modules/next/dist/shared/lib/router/utils/format-url.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/package.json","../node_modules/next/dist/compiled/@next/react-dev-overlay/dist/middleware.js","../node_modules/next/dist/server/google-font-metrics.json","../node_modules/styled-jsx/package.json","../node_modules/next/dist/shared/lib/router/utils/parse-path.js","../node_modules/next/dist/compiled/react-server-dom-webpack/index.js","../node_modules/next/dist/compiled/node-fetch/package.json","../node_modules/next/dist/compiled/node-fetch/index.js","../node_modules/next/dist/compiled/get-orientation/package.json","../node_modules/next/dist/compiled/get-orientation/index.js","../node_modules/next/dist/compiled/image-size/package.json","../node_modules/next/dist/compiled/image-size/index.js","../node_modules/next/dist/compiled/is-animated/package.json","../node_modules/next/dist/compiled/is-animated/index.js","../node_modules/next/dist/compiled/content-disposition/package.json","../node_modules/next/dist/compiled/content-disposition/index.js","../node_modules/next/dist/compiled/chalk/package.json","../node_modules/next/dist/compiled/chalk/index.js","../node_modules/next/dist/compiled/compression/package.json","../node_modules/next/dist/compiled/compression/index.js","../node_modules/next/dist/compiled/http-proxy/package.json","../node_modules/next/dist/compiled/http-proxy/index.js","../node_modules/next/dist/compiled/send/package.json","../node_modules/next/dist/compiled/send/index.js","../node_modules/next/dist/compiled/strip-ansi/package.json","../node_modules/next/dist/compiled/strip-ansi/index.js","../node_modules/next/dist/compiled/@next/react-dev-overlay/package.json","../node_modules/next/dist/compiled/react-is/package.json","../node_modules/next/dist/compiled/react-is/index.js","../node_modules/@next/env/package.json","../node_modules/@next/env/dist/index.js","../node_modules/next/dist/lib/pick.js","../node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js","../node_modules/styled-jsx/index.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-writer.browser.production.min.server.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-writer.browser.development.server.js","../node_modules/next/dist/compiled/@hapi/accept/package.json","../node_modules/next/dist/compiled/@hapi/accept/index.js","../node_modules/next/dist/compiled/bytes/package.json","../node_modules/next/dist/compiled/bytes/index.js","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/compiled/content-type/package.json","../node_modules/next/dist/compiled/content-type/index.js","../node_modules/next/dist/compiled/raw-body/package.json","../node_modules/next/dist/compiled/raw-body/index.js","../node_modules/next/dist/compiled/cookie/package.json","../node_modules/next/dist/compiled/cookie/index.js","../node_modules/@swc/helpers/lib/_async_to_generator.js","../node_modules/@swc/helpers/lib/_extends.js","../node_modules/@swc/helpers/lib/_interop_require_default.js","../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js","../node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack.development.js","../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../node_modules/next/dist/shared/lib/router/utils/add-locale.js","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/compiled/path-to-regexp/index.js","../node_modules/next/dist/compiled/fresh/package.json","../node_modules/next/dist/compiled/fresh/index.js","../node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js","../node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","../node_modules/next/dist/compiled/node-html-parser/package.json","../node_modules/next/dist/compiled/node-html-parser/index.js","../node_modules/next/dist/compiled/micromatch/package.json","../node_modules/next/dist/compiled/micromatch/index.js","../node_modules/styled-jsx/dist/index/index.js","../node_modules/next/dist/compiled/jest-worker/package.json","../node_modules/next/dist/compiled/jest-worker/index.js","../node_modules/next/dist/compiled/edge-runtime/package.json","../node_modules/next/dist/compiled/edge-runtime/index.js","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/next/dist/compiled/path-browserify/package.json","../node_modules/next/dist/compiled/path-browserify/index.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/console.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/url.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/cache.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/events.js","../node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js"]}
@@ -0,0 +1 @@
1
+ {"type": "commonjs"}
@@ -0,0 +1 @@
1
+ {"version":3,"routes":{"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/404.json"},"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/500.json"},"/en-US/account":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/account.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/s.json"}},"dynamicRoutes":{"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/(.+?)\\.json$"},"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/hHM-WaPbC6D9MU3Qh2tZ1/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/([^/]+?)/p\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"5b7550370f666d13c0baac237e88ffe4","previewModeSigningKey":"144a0c06c6df5e44853097d632cba4e32e6f861b6c0e4832513924ad3d9aa5b2","previewModeEncryptionKey":"0d816aa0ab7c87bee7d1b0866e7b2da54cf9c6b63182a1fe0fef46dd71a8767c"}}
@@ -0,0 +1,44 @@
1
+ {
2
+ "../../node_modules/next/dist/client/index.js -> ../pages/_app": {
3
+ "id": 2741,
4
+ "files": [
5
+ "static/chunks/741.52f7fb873418346f.js"
6
+ ]
7
+ },
8
+ "../../node_modules/next/dist/client/index.js -> ../pages/_error": {
9
+ "id": 9651,
10
+ "files": [
11
+ "static/chunks/651.7142f31ce1e052b3.js"
12
+ ]
13
+ },
14
+ "../components/cms/GlobalSections.tsx -> src/components/cart/CartSidebar": {
15
+ "id": 2502,
16
+ "files": [
17
+ "static/css/2e00f7ba49c754b3.css",
18
+ "static/chunks/502.ec90d1859d393d34.js"
19
+ ]
20
+ },
21
+ "../components/cms/GlobalSections.tsx -> src/components/region/RegionModal": {
22
+ "id": 1597,
23
+ "files": [
24
+ "static/css/7d822a137c54a781.css",
25
+ "static/chunks/597.f8d0595b113c70af.js"
26
+ ]
27
+ },
28
+ "../components/search/SearchInput/SearchInput.tsx -> src/components/search/SearchDropdown": {
29
+ "id": 495,
30
+ "files": [
31
+ "static/chunks/495.0ecd099878b2a36d.js"
32
+ ]
33
+ },
34
+ "../components/sections/ProductGallery/Overrides.tsx -> src/components/search/Filter/FilterSlider": {
35
+ "id": 4256,
36
+ "files": []
37
+ },
38
+ "../components/ui/ProductGallery/ProductGallery.tsx -> ./ProductGalleryPage": {
39
+ "id": 1064,
40
+ "files": [
41
+ "static/chunks/64.7ea3677ac3a10e00.js"
42
+ ]
43
+ }
44
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"config":{"env":{},"webpackDevMiddleware":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"distDir":".next","cleanDistDir":true,"assetPrefix":"","configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"target":"server","poweredByHeader":true,"compress":true,"analyticsId":"","images":{"deviceSizes":[360,540,768,1280,1440],"imageSizes":[34,68,154,320],"path":"/_next/image","loader":"default","domains":["storeframework.vtexassets.com"],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","remotePatterns":[],"unoptimized":false},"devIndicators":{"buildActivity":true,"buildActivityPosition":"bottom-right"},"onDemandEntries":{"maxInactiveAge":15000,"pagesBufferLength":2},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{"additionalData":"@import \"@faststore/ui/src/styles/base/utilities.scss\";"},"trailingSlash":false,"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"productionBrowserSourceMaps":false,"optimizeFonts":true,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactStrictMode":false,"httpAgentOptions":{"keepAlive":true},"outputFileTracing":true,"staticPageGenerationTimeout":60,"swcMinify":false,"experimental":{"optimisticClientCache":true,"manualClientBasePath":false,"legacyBrowsers":true,"browsersListForSwc":false,"newNextLinkBehavior":false,"cpus":1,"sharedPool":true,"profiling":false,"isrFlushToDisk":true,"workerThreads":false,"pageEnv":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"swcFileReading":true,"craCompat":false,"esmExternals":true,"appDir":false,"isrMemoryCacheSize":52428800,"serverComponents":false,"fullySpecified":false,"outputFileTracingRoot":"","swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"adjustFontFallbacks":false,"trustHostHeader":false},"configFileName":"next.config.js"},"appDir":"/home/runner/work/faststore/faststore/packages/core","files":[".next/routes-manifest.json",".next/server/pages-manifest.json",".next/build-manifest.json",".next/prerender-manifest.json",".next/server/middleware-manifest.json",".next/react-loadable-manifest.json",".next/server/font-manifest.json",".next/BUILD_ID"],"ignore":["node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"]}
@@ -0,0 +1 @@
1
+ {"version":3,"pages404":true,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"slug":"slug"},"namedRegex":"^/(?<slug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"slug":"slug"},"namedRegex":"^/(?<slug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/500.json$"},{"page":"/account","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/account.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/login.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/s.json$"},{"page":"/[slug]/p","routeKeys":{"slug":"slug"},"dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/(?<slug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"slug":"slug"},"dataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/hHM\\-WaPbC6D9MU3Qh2tZ1/(?<slug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rewrites":[]}