@faststore/core 3.93.0-dev.3 → 3.93.0-dev.4

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 (36) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +22 -22
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/webpack/client-production/0.pack +0 -0
  6. package/.next/cache/webpack/client-production/index.pack +0 -0
  7. package/.next/cache/webpack/server-production/0.pack +0 -0
  8. package/.next/cache/webpack/server-production/index.pack +0 -0
  9. package/.next/prerender-manifest.js +1 -1
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/react-loadable-manifest.json +6 -6
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/chunks/9563.js +1 -1
  14. package/.next/server/middleware-build-manifest.js +1 -1
  15. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  16. package/.next/server/pages/[slug]/p.js +1 -1
  17. package/.next/server/pages/api/graphql.js +1 -1
  18. package/.next/server/pages/en-US/404.html +1 -1
  19. package/.next/server/pages/en-US/500.html +1 -1
  20. package/.next/server/pages/en-US/checkout.html +1 -1
  21. package/.next/server/pages/en-US/login.html +1 -1
  22. package/.next/server/pages/en-US/s.html +1 -1
  23. package/.next/server/pages/en-US.html +1 -1
  24. package/.next/server/pages-manifest.json +1 -1
  25. package/.next/static/{CeWoZMY82Pj6r4_Xn_-E8 → MboIr-zsCT7bH5aMl_ZPZ}/_buildManifest.js +1 -1
  26. package/.next/static/chunks/{9119.7c04db0834ab03e3.js → 9119.35c4fd1d22ff9635.js} +1 -1
  27. package/.next/static/chunks/{UIToast.2c00b9b5c62f9e33.js → UIToast.06abb13e005a0ba3.js} +1 -1
  28. package/.next/static/chunks/pages/[slug]/{p-7306839a04b9f1e2.js → p-2ef4d7b4e17e0dd6.js} +1 -1
  29. package/.next/static/chunks/{webpack-de5087bb872dc77e.js → webpack-9fbeba3895e9ad97.js} +1 -1
  30. package/.next/trace +138 -138
  31. package/.turbo/turbo-build.log +9 -9
  32. package/.turbo/turbo-test.log +5 -5
  33. package/CHANGELOG.md +6 -0
  34. package/package.json +2 -2
  35. package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +54 -50
  36. /package/.next/static/{CeWoZMY82Pj6r4_Xn_-E8 → MboIr-zsCT7bH5aMl_ZPZ}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- CeWoZMY82Pj6r4_Xn_-E8
1
+ MboIr-zsCT7bH5aMl_ZPZ
@@ -5,13 +5,13 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/CeWoZMY82Pj6r4_Xn_-E8/_buildManifest.js",
9
- "static/CeWoZMY82Pj6r4_Xn_-E8/_ssgManifest.js"
8
+ "static/MboIr-zsCT7bH5aMl_ZPZ/_buildManifest.js",
9
+ "static/MboIr-zsCT7bH5aMl_ZPZ/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [],
12
12
  "pages": {
13
13
  "/": [
14
- "static/chunks/webpack-de5087bb872dc77e.js",
14
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
15
15
  "static/chunks/framework-d514426edf885c68.js",
16
16
  "static/chunks/main-ec03882c4375091d.js",
17
17
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -22,7 +22,7 @@
22
22
  "static/chunks/pages/index-1f1f39eb95e7f338.js"
23
23
  ],
24
24
  "/404": [
25
- "static/chunks/webpack-de5087bb872dc77e.js",
25
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
26
26
  "static/chunks/framework-d514426edf885c68.js",
27
27
  "static/chunks/main-ec03882c4375091d.js",
28
28
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -32,7 +32,7 @@
32
32
  "static/chunks/pages/404-53889c821ee1f453.js"
33
33
  ],
34
34
  "/500": [
35
- "static/chunks/webpack-de5087bb872dc77e.js",
35
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
36
36
  "static/chunks/framework-d514426edf885c68.js",
37
37
  "static/chunks/main-ec03882c4375091d.js",
38
38
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -42,7 +42,7 @@
42
42
  "static/chunks/pages/500-1d25f09717ed911e.js"
43
43
  ],
44
44
  "/[...slug]": [
45
- "static/chunks/webpack-de5087bb872dc77e.js",
45
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
46
46
  "static/chunks/framework-d514426edf885c68.js",
47
47
  "static/chunks/main-ec03882c4375091d.js",
48
48
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -55,7 +55,7 @@
55
55
  "static/chunks/pages/[...slug]-ad5cb2a1ec98dce2.js"
56
56
  ],
57
57
  "/[slug]/p": [
58
- "static/chunks/webpack-de5087bb872dc77e.js",
58
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
59
59
  "static/chunks/framework-d514426edf885c68.js",
60
60
  "static/chunks/main-ec03882c4375091d.js",
61
61
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -66,23 +66,23 @@
66
66
  "static/css/837662922091162f.css",
67
67
  "static/css/05b6df3951ba7e9e.css",
68
68
  "static/css/146571b0d2ad7ca7.css",
69
- "static/chunks/pages/[slug]/p-7306839a04b9f1e2.js"
69
+ "static/chunks/pages/[slug]/p-2ef4d7b4e17e0dd6.js"
70
70
  ],
71
71
  "/_app": [
72
- "static/chunks/webpack-de5087bb872dc77e.js",
72
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
73
73
  "static/chunks/framework-d514426edf885c68.js",
74
74
  "static/chunks/main-ec03882c4375091d.js",
75
75
  "static/css/0f070d03aacd9cc5.css",
76
76
  "static/chunks/pages/_app-3cc57c1ad13155aa.js"
77
77
  ],
78
78
  "/_error": [
79
- "static/chunks/webpack-de5087bb872dc77e.js",
79
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
80
80
  "static/chunks/framework-d514426edf885c68.js",
81
81
  "static/chunks/main-ec03882c4375091d.js",
82
82
  "static/chunks/pages/_error-2b0148be56a716e9.js"
83
83
  ],
84
84
  "/checkout": [
85
- "static/chunks/webpack-de5087bb872dc77e.js",
85
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
86
86
  "static/chunks/framework-d514426edf885c68.js",
87
87
  "static/chunks/main-ec03882c4375091d.js",
88
88
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -91,7 +91,7 @@
91
91
  "static/chunks/pages/checkout-5916a950c301b651.js"
92
92
  ],
93
93
  "/login": [
94
- "static/chunks/webpack-de5087bb872dc77e.js",
94
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
95
95
  "static/chunks/framework-d514426edf885c68.js",
96
96
  "static/chunks/main-ec03882c4375091d.js",
97
97
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -101,13 +101,13 @@
101
101
  "static/chunks/pages/login-12ab250a5fc624b7.js"
102
102
  ],
103
103
  "/pvt/account": [
104
- "static/chunks/webpack-de5087bb872dc77e.js",
104
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
105
105
  "static/chunks/framework-d514426edf885c68.js",
106
106
  "static/chunks/main-ec03882c4375091d.js",
107
107
  "static/chunks/pages/pvt/account-65fefcc699344bdb.js"
108
108
  ],
109
109
  "/pvt/account/403": [
110
- "static/chunks/webpack-de5087bb872dc77e.js",
110
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
111
111
  "static/chunks/framework-d514426edf885c68.js",
112
112
  "static/chunks/main-ec03882c4375091d.js",
113
113
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -117,7 +117,7 @@
117
117
  "static/chunks/pages/pvt/account/403-09548297c2318050.js"
118
118
  ],
119
119
  "/pvt/account/404": [
120
- "static/chunks/webpack-de5087bb872dc77e.js",
120
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
121
121
  "static/chunks/framework-d514426edf885c68.js",
122
122
  "static/chunks/main-ec03882c4375091d.js",
123
123
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -127,13 +127,13 @@
127
127
  "static/chunks/pages/pvt/account/404-8debd567dbae7c56.js"
128
128
  ],
129
129
  "/pvt/account/[...unknown]": [
130
- "static/chunks/webpack-de5087bb872dc77e.js",
130
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
131
131
  "static/chunks/framework-d514426edf885c68.js",
132
132
  "static/chunks/main-ec03882c4375091d.js",
133
133
  "static/chunks/pages/pvt/account/[...unknown]-f80f645594d2740c.js"
134
134
  ],
135
135
  "/pvt/account/orders": [
136
- "static/chunks/webpack-de5087bb872dc77e.js",
136
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
137
137
  "static/chunks/framework-d514426edf885c68.js",
138
138
  "static/chunks/main-ec03882c4375091d.js",
139
139
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -143,7 +143,7 @@
143
143
  "static/chunks/pages/pvt/account/orders-2d0639616fa5f052.js"
144
144
  ],
145
145
  "/pvt/account/orders/[id]": [
146
- "static/chunks/webpack-de5087bb872dc77e.js",
146
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
147
147
  "static/chunks/framework-d514426edf885c68.js",
148
148
  "static/chunks/main-ec03882c4375091d.js",
149
149
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -153,7 +153,7 @@
153
153
  "static/chunks/pages/pvt/account/orders/[id]-5c25d5243cf18b83.js"
154
154
  ],
155
155
  "/pvt/account/profile": [
156
- "static/chunks/webpack-de5087bb872dc77e.js",
156
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
157
157
  "static/chunks/framework-d514426edf885c68.js",
158
158
  "static/chunks/main-ec03882c4375091d.js",
159
159
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -163,7 +163,7 @@
163
163
  "static/chunks/pages/pvt/account/profile-51fbfb2122192c76.js"
164
164
  ],
165
165
  "/pvt/account/security": [
166
- "static/chunks/webpack-de5087bb872dc77e.js",
166
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
167
167
  "static/chunks/framework-d514426edf885c68.js",
168
168
  "static/chunks/main-ec03882c4375091d.js",
169
169
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -173,7 +173,7 @@
173
173
  "static/chunks/pages/pvt/account/security-31141566358461e0.js"
174
174
  ],
175
175
  "/pvt/account/user-details": [
176
- "static/chunks/webpack-de5087bb872dc77e.js",
176
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
177
177
  "static/chunks/framework-d514426edf885c68.js",
178
178
  "static/chunks/main-ec03882c4375091d.js",
179
179
  "static/chunks/1402-c433bd9c1f385c55.js",
@@ -183,7 +183,7 @@
183
183
  "static/chunks/pages/pvt/account/user-details-a52c7b283cf9afab.js"
184
184
  ],
185
185
  "/s": [
186
- "static/chunks/webpack-de5087bb872dc77e.js",
186
+ "static/chunks/webpack-9fbeba3895e9ad97.js",
187
187
  "static/chunks/framework-d514426edf885c68.js",
188
188
  "static/chunks/main-ec03882c4375091d.js",
189
189
  "static/chunks/1402-c433bd9c1f385c55.js",