@faststore/core 2.2.57 → 2.2.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +37 -37
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +2 -2
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/74.js +1593 -166
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +30 -1278
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/checkout.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +3 -3
- package/.next/static/chunks/158-3ad2d91ade721ede.js +1 -0
- package/.next/static/chunks/497-e24ad9b81a2b2cba.js +1 -0
- package/.next/static/chunks/{585.4e673e43d8daf336.js → 585.f056dcd6e8625c41.js} +1 -1
- package/.next/static/chunks/988.a57dac6501fb5184.js +1 -0
- package/.next/static/chunks/pages/{[...slug]-b82b56ce1651ea4f.js → [...slug]-73ed6192e9f16de9.js} +1 -1
- package/.next/static/chunks/pages/[slug]/p-0006885a8666b680.js +1 -0
- package/.next/static/chunks/pages/index-eb26d4cf53e13666.js +1 -0
- package/.next/static/chunks/{webpack-ec84ae4e89cebb1f.js → webpack-3382def1b25b17f8.js} +1 -1
- package/.next/static/css/4729e602d10c1332.css +1 -0
- package/.next/static/css/f2ab72459fcdabcc.css +1 -0
- package/.next/static/{sToiuT4rncwaUIk2owcIX → kWyk6RSC1bsGWTDX1FSk5}/_buildManifest.js +1 -1
- package/.next/trace +81 -81
- package/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-test.log +9 -9
- package/package.json +2 -2
- package/public/icons.svg +3 -1
- package/src/components/sections/ProductDetails/DefaultComponents.ts +34 -0
- package/src/components/sections/ProductDetails/OverriddenDefaultProductDetails.ts +12 -0
- package/src/components/sections/ProductDetails/ProductDetails.tsx +33 -34
- package/src/components/ui/ImageGallery/ImageGallery.tsx +10 -6
- package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +12 -13
- package/src/components/ui/ShippingSimulation/ShippingSimulation.tsx +4 -2
- package/src/components/ui/SkuSelector/Selectors.tsx +3 -1
- package/src/pages/[slug]/p.tsx +1 -1
- package/src/sdk/overrides/sections.tsx +5 -1
- package/src/typings/overrides.ts +1 -1
- package/.next/server/chunks/693.js +0 -58
- package/.next/server/chunks/779.js +0 -58
- package/.next/static/chunks/158-ef35da4842083552.js +0 -1
- package/.next/static/chunks/497-37c1e4e1d862b354.js +0 -1
- package/.next/static/chunks/988.afda042dd9ba11d1.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-39599bd4d6faeeb6.js +0 -1
- package/.next/static/chunks/pages/index-84457d91d9060925.js +0 -1
- package/.next/static/css/0cb5d7afb952bb02.css +0 -1
- package/.next/static/css/cbccabebb36f7f92.css +0 -1
- package/src/components/sections/ProductDetails/Overrides.tsx +0 -73
- /package/.next/static/{sToiuT4rncwaUIk2owcIX → kWyk6RSC1bsGWTDX1FSk5}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
kWyk6RSC1bsGWTDX1FSk5
|
|
@@ -5,113 +5,113 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/kWyk6RSC1bsGWTDX1FSk5/_buildManifest.js",
|
|
9
|
+
"static/kWyk6RSC1bsGWTDX1FSk5/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
17
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
18
|
-
"static/css/
|
|
19
|
-
"static/chunks/158-
|
|
18
|
+
"static/css/4729e602d10c1332.css",
|
|
19
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
20
20
|
"static/css/cf062feb79245123.css",
|
|
21
|
-
"static/chunks/pages/index-
|
|
21
|
+
"static/chunks/pages/index-eb26d4cf53e13666.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
25
25
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
26
26
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
27
27
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
28
|
-
"static/css/
|
|
29
|
-
"static/chunks/158-
|
|
28
|
+
"static/css/4729e602d10c1332.css",
|
|
29
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
30
30
|
"static/css/df588bb98c0b0ca6.css",
|
|
31
31
|
"static/chunks/pages/404-0bacd82dcf801c94.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
35
35
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
36
36
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
37
37
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
38
|
-
"static/css/
|
|
39
|
-
"static/chunks/158-
|
|
38
|
+
"static/css/4729e602d10c1332.css",
|
|
39
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
40
40
|
"static/css/df588bb98c0b0ca6.css",
|
|
41
41
|
"static/chunks/pages/500-4dceb834e001d990.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
45
45
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
46
46
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
47
47
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
48
|
-
"static/css/
|
|
49
|
-
"static/chunks/158-
|
|
48
|
+
"static/css/4729e602d10c1332.css",
|
|
49
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
50
50
|
"static/css/723835bce380750d.css",
|
|
51
|
-
"static/chunks/497-
|
|
51
|
+
"static/chunks/497-e24ad9b81a2b2cba.js",
|
|
52
52
|
"static/css/0dc997f9da3027b7.css",
|
|
53
|
-
"static/chunks/pages/[...slug]-
|
|
53
|
+
"static/chunks/pages/[...slug]-73ed6192e9f16de9.js"
|
|
54
54
|
],
|
|
55
55
|
"/[slug]/p": [
|
|
56
|
-
"static/chunks/webpack-
|
|
56
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
57
57
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
58
58
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
59
59
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
60
|
-
"static/css/
|
|
61
|
-
"static/chunks/158-
|
|
62
|
-
"static/css/
|
|
63
|
-
"static/chunks/pages/[slug]/p-
|
|
60
|
+
"static/css/4729e602d10c1332.css",
|
|
61
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
62
|
+
"static/css/f2ab72459fcdabcc.css",
|
|
63
|
+
"static/chunks/pages/[slug]/p-0006885a8666b680.js"
|
|
64
64
|
],
|
|
65
65
|
"/_app": [
|
|
66
|
-
"static/chunks/webpack-
|
|
66
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
67
67
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
68
68
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
69
69
|
"static/css/5d1f64b61ea581f4.css",
|
|
70
70
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
71
71
|
],
|
|
72
72
|
"/_error": [
|
|
73
|
-
"static/chunks/webpack-
|
|
73
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
74
74
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
75
75
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
76
76
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
77
77
|
],
|
|
78
78
|
"/account": [
|
|
79
|
-
"static/chunks/webpack-
|
|
79
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
80
80
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
81
81
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
82
82
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
83
|
-
"static/css/
|
|
84
|
-
"static/chunks/158-
|
|
83
|
+
"static/css/4729e602d10c1332.css",
|
|
84
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
85
85
|
"static/chunks/pages/account-57c0c1f70eed76a6.js"
|
|
86
86
|
],
|
|
87
87
|
"/checkout": [
|
|
88
|
-
"static/chunks/webpack-
|
|
88
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
89
89
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
90
90
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
91
91
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
92
|
-
"static/css/
|
|
93
|
-
"static/chunks/158-
|
|
92
|
+
"static/css/4729e602d10c1332.css",
|
|
93
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
94
94
|
"static/chunks/pages/checkout-e5db8918e7c9c75e.js"
|
|
95
95
|
],
|
|
96
96
|
"/login": [
|
|
97
|
-
"static/chunks/webpack-
|
|
97
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
98
98
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
99
99
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
100
100
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
101
|
-
"static/css/
|
|
102
|
-
"static/chunks/158-
|
|
101
|
+
"static/css/4729e602d10c1332.css",
|
|
102
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
103
103
|
"static/css/df588bb98c0b0ca6.css",
|
|
104
104
|
"static/chunks/pages/login-39000c786b4f6222.js"
|
|
105
105
|
],
|
|
106
106
|
"/s": [
|
|
107
|
-
"static/chunks/webpack-
|
|
107
|
+
"static/chunks/webpack-3382def1b25b17f8.js",
|
|
108
108
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
109
109
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
110
110
|
"static/chunks/897-b07932d813bb7dac.js",
|
|
111
|
-
"static/css/
|
|
112
|
-
"static/chunks/158-
|
|
111
|
+
"static/css/4729e602d10c1332.css",
|
|
112
|
+
"static/chunks/158-3ad2d91ade721ede.js",
|
|
113
113
|
"static/css/723835bce380750d.css",
|
|
114
|
-
"static/chunks/497-
|
|
114
|
+
"static/chunks/497-e24ad9b81a2b2cba.js",
|
|
115
115
|
"static/chunks/pages/s-e195109f5acced7c.js"
|
|
116
116
|
]
|
|
117
117
|
},
|