@faststore/core 2.1.31 → 2.1.35
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 +67 -67
- 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 +3 -3
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/186.js +16 -39
- package/.next/server/chunks/253.js +22 -48
- package/.next/server/chunks/289.js +4 -7
- package/.next/server/chunks/350.js +1 -1
- package/.next/server/chunks/721.js +22 -51
- package/.next/server/chunks/74.js +154 -215
- package/.next/server/chunks/81.js +88 -172
- package/.next/server/chunks/907.js +54 -100
- 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.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +82 -135
- 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/api/graphql.js +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.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +2 -2
- package/.next/static/chunks/209-d1d2eeaeefbc68f7.js +1 -0
- package/.next/static/chunks/548-6b23e7ad82cd22b9.js +1 -0
- package/.next/static/chunks/{64.7ea3677ac3a10e00.js → 64.2f385ef39cd5877d.js} +1 -1
- package/.next/static/chunks/706-1020d118bb59b204.js +1 -0
- package/.next/static/chunks/{738-67a288ca3569cdbb.js → 738-a5ff304828f20cbf.js} +1 -1
- package/.next/static/chunks/791-681afeb766a9098f.js +1 -0
- package/.next/static/chunks/pages/404-14d27e3706f3d2c3.js +1 -0
- package/.next/static/chunks/pages/500-250ccf5c9626e451.js +1 -0
- package/.next/static/chunks/pages/[...slug]-bcfaf0c5d60b57a0.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-c1f2b05344981f12.js +1 -0
- package/.next/static/chunks/pages/index-bdbfb082027ed2b7.js +1 -0
- package/.next/static/chunks/pages/login-b1bdf30c951bb60d.js +1 -0
- package/.next/static/chunks/webpack-73cade94715ad9e1.js +1 -0
- package/.next/static/css/208b7dd52a0981bd.css +1 -0
- package/.next/static/css/41ef280537acec50.css +1 -0
- package/.next/static/css/4ad5a6bd11a9f8d8.css +1 -0
- package/.next/static/css/5330ae3076254840.css +1 -0
- package/.next/static/css/5972921daee792bb.css +1 -0
- package/.next/static/css/6e1a7434f061d0ef.css +1 -0
- package/.next/static/css/82a475e147f4b2ee.css +1 -0
- package/.next/static/css/af5ef0767b748cb3.css +1 -0
- package/.next/static/css/cb7d1fcea42fab9c.css +1 -0
- package/.next/static/css/d67fbe2a613293c1.css +1 -0
- package/.next/static/uXS-aZT8ClbPcIudKFF0d/_buildManifest.js +1 -0
- package/.next/trace +80 -80
- package/.turbo/turbo-build.log +10 -19
- package/package.json +8 -8
- package/src/components/common/Alert/Alert.tsx +5 -8
- package/src/components/navigation/Navbar/Navbar.tsx +22 -22
- package/src/components/navigation/NavbarLinks/NavbarLinks.tsx +8 -7
- package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +15 -14
- package/src/components/product/ProductGrid/ProductGrid.tsx +5 -10
- package/src/components/region/RegionBar/RegionBar.tsx +27 -13
- package/src/components/search/Filter/Filter.tsx +6 -11
- package/src/components/sections/Alert/Alert.tsx +17 -13
- package/src/components/sections/Alert/Overrides.tsx +13 -25
- package/src/components/sections/BannerText/BannerText.tsx +24 -20
- package/src/components/sections/BannerText/Overrides.tsx +11 -23
- package/src/components/sections/Breadcrumb/Overrides.tsx +13 -25
- package/src/components/sections/EmptyState/EmptyState.tsx +6 -8
- package/src/components/sections/EmptyState/Overrides.tsx +12 -24
- package/src/components/sections/Hero/Hero.tsx +15 -12
- package/src/components/sections/Hero/Overrides.tsx +12 -24
- package/src/components/sections/Navbar/Overrides.tsx +43 -31
- package/src/components/sections/Newsletter/Overrides.tsx +28 -26
- package/src/components/sections/ProductDetails/Overrides.tsx +51 -38
- package/src/components/sections/ProductDetails/ProductDetails.tsx +22 -30
- package/src/components/sections/ProductGallery/Overrides.tsx +44 -35
- package/src/components/sections/ProductShelf/Overrides.tsx +14 -28
- package/src/components/sections/RegionBar/Overrides.tsx +12 -24
- package/src/components/ui/Breadcrumb/Breadcrumb.tsx +9 -7
- package/src/components/ui/ImageGallery/ImageGallery.tsx +13 -19
- package/src/components/ui/Newsletter/Newsletter.tsx +23 -24
- package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +21 -17
- package/src/components/ui/ProductGallery/ProductGallery.tsx +31 -38
- package/src/components/ui/ProductShelf/ProductShelf.tsx +11 -16
- package/src/components/ui/ShippingSimulation/ShippingSimulation.tsx +2 -3
- package/src/components/ui/SkuSelector/Selectors.tsx +8 -7
- package/src/customizations/components/overrides/Alert.tsx +3 -7
- package/src/customizations/components/overrides/BannerText.tsx +3 -7
- package/src/customizations/components/overrides/Breadcrumb.tsx +3 -7
- package/src/customizations/components/overrides/EmptyState.tsx +3 -6
- package/src/customizations/components/overrides/Hero.tsx +3 -8
- package/src/customizations/components/overrides/Navbar.tsx +3 -16
- package/src/customizations/components/overrides/Newsletter.tsx +3 -11
- package/src/customizations/components/overrides/ProductDetails.tsx +3 -18
- package/src/customizations/components/overrides/ProductGallery.tsx +3 -16
- package/src/customizations/components/overrides/ProductShelf.tsx +3 -8
- package/src/customizations/components/overrides/RegionBar.tsx +3 -8
- package/src/typings/overrideDefinitionUtils.ts +40 -0
- package/src/typings/overrides.ts +267 -0
- package/src/utils/overrides.ts +53 -0
- package/.next/static/chunks/209-9a50f2317fccb202.js +0 -1
- package/.next/static/chunks/548-ab84e9e8b49413ab.js +0 -1
- package/.next/static/chunks/706-5aea41dd07970d2d.js +0 -1
- package/.next/static/chunks/791-63b1ccf9964b6517.js +0 -1
- package/.next/static/chunks/pages/404-d5f20744ecd83121.js +0 -1
- package/.next/static/chunks/pages/500-3911549ab88d0378.js +0 -1
- package/.next/static/chunks/pages/[...slug]-2232ce78cb672654.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-16595182cbda6bb9.js +0 -1
- package/.next/static/chunks/pages/index-7c2ec2e4b6081dbc.js +0 -1
- package/.next/static/chunks/pages/login-4cc4b8e52608f076.js +0 -1
- package/.next/static/chunks/webpack-a86bbea19dfdfd35.js +0 -1
- package/.next/static/css/08e3fc80f9bad95d.css +0 -1
- package/.next/static/css/1b23beb5af203ffb.css +0 -1
- package/.next/static/css/4b19e1e142e038b0.css +0 -1
- package/.next/static/css/584640ffee46aa49.css +0 -1
- package/.next/static/css/7486a2a5fcda5283.css +0 -1
- package/.next/static/css/7d822a137c54a781.css +0 -1
- package/.next/static/css/a49f71ae6bb528e0.css +0 -1
- package/.next/static/css/d1ad1d89f8d5c7a1.css +0 -1
- package/.next/static/css/e02cdad8fc000339.css +0 -1
- package/.next/static/css/f9d59f597a4d8f82.css +0 -1
- package/.next/static/xYGxa3PwWTjNHEfOkCiX-/_buildManifest.js +0 -1
- package/src/typings/overrides.d.ts +0 -97
- /package/.next/static/{xYGxa3PwWTjNHEfOkCiX- → uXS-aZT8ClbPcIudKFF0d}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
uXS-aZT8ClbPcIudKFF0d
|
|
@@ -5,123 +5,123 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/uXS-aZT8ClbPcIudKFF0d/_buildManifest.js",
|
|
9
|
+
"static/uXS-aZT8ClbPcIudKFF0d/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-fd466221927468fd.js",
|
|
17
|
-
"static/chunks/738-
|
|
18
|
-
"static/chunks/548-
|
|
19
|
-
"static/css/
|
|
20
|
-
"static/chunks/706-
|
|
21
|
-
"static/css/
|
|
22
|
-
"static/chunks/209-
|
|
23
|
-
"static/css/
|
|
24
|
-
"static/chunks/pages/index-
|
|
17
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
18
|
+
"static/chunks/548-6b23e7ad82cd22b9.js",
|
|
19
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
20
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
21
|
+
"static/css/41ef280537acec50.css",
|
|
22
|
+
"static/chunks/209-d1d2eeaeefbc68f7.js",
|
|
23
|
+
"static/css/5330ae3076254840.css",
|
|
24
|
+
"static/chunks/pages/index-bdbfb082027ed2b7.js"
|
|
25
25
|
],
|
|
26
26
|
"/404": [
|
|
27
|
-
"static/chunks/webpack-
|
|
27
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
28
28
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
29
29
|
"static/chunks/main-fd466221927468fd.js",
|
|
30
|
-
"static/chunks/738-
|
|
31
|
-
"static/css/
|
|
32
|
-
"static/chunks/706-
|
|
33
|
-
"static/css/
|
|
34
|
-
"static/chunks/pages/404-
|
|
30
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
31
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
32
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
33
|
+
"static/css/af5ef0767b748cb3.css",
|
|
34
|
+
"static/chunks/pages/404-14d27e3706f3d2c3.js"
|
|
35
35
|
],
|
|
36
36
|
"/500": [
|
|
37
|
-
"static/chunks/webpack-
|
|
37
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
38
38
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
39
39
|
"static/chunks/main-fd466221927468fd.js",
|
|
40
|
-
"static/chunks/738-
|
|
41
|
-
"static/css/
|
|
42
|
-
"static/chunks/706-
|
|
43
|
-
"static/css/
|
|
44
|
-
"static/chunks/pages/500-
|
|
40
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
41
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
42
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
43
|
+
"static/css/af5ef0767b748cb3.css",
|
|
44
|
+
"static/chunks/pages/500-250ccf5c9626e451.js"
|
|
45
45
|
],
|
|
46
46
|
"/[...slug]": [
|
|
47
|
-
"static/chunks/webpack-
|
|
47
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
48
48
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
49
49
|
"static/chunks/main-fd466221927468fd.js",
|
|
50
|
-
"static/chunks/738-
|
|
51
|
-
"static/chunks/548-
|
|
52
|
-
"static/css/
|
|
53
|
-
"static/chunks/706-
|
|
54
|
-
"static/css/
|
|
55
|
-
"static/chunks/209-
|
|
56
|
-
"static/css/
|
|
57
|
-
"static/chunks/791-
|
|
58
|
-
"static/css/
|
|
59
|
-
"static/css/
|
|
60
|
-
"static/chunks/pages/[...slug]-
|
|
50
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
51
|
+
"static/chunks/548-6b23e7ad82cd22b9.js",
|
|
52
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
53
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
54
|
+
"static/css/41ef280537acec50.css",
|
|
55
|
+
"static/chunks/209-d1d2eeaeefbc68f7.js",
|
|
56
|
+
"static/css/82a475e147f4b2ee.css",
|
|
57
|
+
"static/chunks/791-681afeb766a9098f.js",
|
|
58
|
+
"static/css/5330ae3076254840.css",
|
|
59
|
+
"static/css/d67fbe2a613293c1.css",
|
|
60
|
+
"static/chunks/pages/[...slug]-bcfaf0c5d60b57a0.js"
|
|
61
61
|
],
|
|
62
62
|
"/[slug]/p": [
|
|
63
|
-
"static/chunks/webpack-
|
|
63
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
64
64
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
65
65
|
"static/chunks/main-fd466221927468fd.js",
|
|
66
|
-
"static/chunks/738-
|
|
67
|
-
"static/chunks/548-
|
|
68
|
-
"static/css/
|
|
69
|
-
"static/chunks/706-
|
|
70
|
-
"static/css/
|
|
71
|
-
"static/chunks/209-
|
|
72
|
-
"static/css/
|
|
73
|
-
"static/chunks/pages/[slug]/p-
|
|
66
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
67
|
+
"static/chunks/548-6b23e7ad82cd22b9.js",
|
|
68
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
69
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
70
|
+
"static/css/41ef280537acec50.css",
|
|
71
|
+
"static/chunks/209-d1d2eeaeefbc68f7.js",
|
|
72
|
+
"static/css/5972921daee792bb.css",
|
|
73
|
+
"static/chunks/pages/[slug]/p-c1f2b05344981f12.js"
|
|
74
74
|
],
|
|
75
75
|
"/_app": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
77
77
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
78
78
|
"static/chunks/main-fd466221927468fd.js",
|
|
79
|
-
"static/css/
|
|
79
|
+
"static/css/208b7dd52a0981bd.css",
|
|
80
80
|
"static/chunks/pages/_app-babcc4d7b80d8f4a.js"
|
|
81
81
|
],
|
|
82
82
|
"/_error": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
84
84
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
85
85
|
"static/chunks/main-fd466221927468fd.js",
|
|
86
86
|
"static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"
|
|
87
87
|
],
|
|
88
88
|
"/account": [
|
|
89
|
-
"static/chunks/webpack-
|
|
89
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
90
90
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
91
91
|
"static/chunks/main-fd466221927468fd.js",
|
|
92
|
-
"static/chunks/738-
|
|
93
|
-
"static/css/
|
|
94
|
-
"static/chunks/706-
|
|
92
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
93
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
94
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
95
95
|
"static/chunks/pages/account-d248acc931146694.js"
|
|
96
96
|
],
|
|
97
97
|
"/checkout": [
|
|
98
|
-
"static/chunks/webpack-
|
|
98
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
99
99
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
100
100
|
"static/chunks/main-fd466221927468fd.js",
|
|
101
|
-
"static/chunks/738-
|
|
102
|
-
"static/css/
|
|
103
|
-
"static/chunks/706-
|
|
101
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
102
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
103
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
104
104
|
"static/chunks/pages/checkout-97f6d6f36f041a6f.js"
|
|
105
105
|
],
|
|
106
106
|
"/login": [
|
|
107
|
-
"static/chunks/webpack-
|
|
107
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
108
108
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
109
109
|
"static/chunks/main-fd466221927468fd.js",
|
|
110
|
-
"static/chunks/738-
|
|
111
|
-
"static/css/
|
|
112
|
-
"static/chunks/706-
|
|
113
|
-
"static/css/
|
|
114
|
-
"static/chunks/pages/login-
|
|
110
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
111
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
112
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
113
|
+
"static/css/af5ef0767b748cb3.css",
|
|
114
|
+
"static/chunks/pages/login-b1bdf30c951bb60d.js"
|
|
115
115
|
],
|
|
116
116
|
"/s": [
|
|
117
|
-
"static/chunks/webpack-
|
|
117
|
+
"static/chunks/webpack-73cade94715ad9e1.js",
|
|
118
118
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
119
119
|
"static/chunks/main-fd466221927468fd.js",
|
|
120
|
-
"static/chunks/738-
|
|
121
|
-
"static/css/
|
|
122
|
-
"static/chunks/706-
|
|
123
|
-
"static/css/
|
|
124
|
-
"static/chunks/791-
|
|
120
|
+
"static/chunks/738-a5ff304828f20cbf.js",
|
|
121
|
+
"static/css/4ad5a6bd11a9f8d8.css",
|
|
122
|
+
"static/chunks/706-1020d118bb59b204.js",
|
|
123
|
+
"static/css/82a475e147f4b2ee.css",
|
|
124
|
+
"static/chunks/791-681afeb766a9098f.js",
|
|
125
125
|
"static/chunks/pages/s-aabfa5c08338974a.js"
|
|
126
126
|
]
|
|
127
127
|
},
|