@akinon/projectzero 1.106.0 → 1.107.0-rc.86

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 (34) hide show
  1. package/CHANGELOG.md +233 -4
  2. package/app-template/.env.example +1 -0
  3. package/app-template/CHANGELOG.md +4955 -314
  4. package/app-template/README.md +25 -1
  5. package/app-template/package.json +20 -20
  6. package/app-template/public/locales/en/common.json +42 -1
  7. package/app-template/public/locales/tr/common.json +42 -1
  8. package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +9 -82
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/landing-page/[pk]/page.tsx +12 -1
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/product/[pk]/loading.tsx +67 -0
  11. package/app-template/src/app/api/image-proxy/route.ts +1 -0
  12. package/app-template/src/app/api/similar-product-list/route.ts +1 -0
  13. package/app-template/src/app/api/similar-products/route.ts +1 -0
  14. package/app-template/src/assets/fonts/pz-icon.css +3 -0
  15. package/app-template/src/components/input.tsx +2 -1
  16. package/app-template/src/hooks/index.ts +2 -0
  17. package/app-template/src/hooks/use-product-cart.ts +77 -0
  18. package/app-template/src/hooks/use-stock-alert.ts +74 -0
  19. package/app-template/src/plugins.js +2 -1
  20. package/app-template/src/settings.js +6 -1
  21. package/app-template/src/utils/variant-validation.ts +41 -0
  22. package/app-template/src/views/basket/basket-content.tsx +106 -0
  23. package/app-template/src/views/basket/basket-item.tsx +16 -13
  24. package/app-template/src/views/basket/summary.tsx +10 -7
  25. package/app-template/src/views/guest-login/index.tsx +6 -1
  26. package/app-template/src/views/header/search/index.tsx +17 -5
  27. package/app-template/src/views/product/product-actions.tsx +165 -0
  28. package/app-template/src/views/product/product-info.tsx +61 -263
  29. package/app-template/src/views/product/product-share.tsx +56 -0
  30. package/app-template/src/views/product/product-variants.tsx +26 -0
  31. package/app-template/src/views/product/slider.tsx +86 -73
  32. package/commands/plugins.ts +29 -2
  33. package/dist/commands/plugins.js +23 -2
  34. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.107.0-rc.86
4
+
5
+ ### Minor Changes
6
+
7
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
8
+ - c67942a4: ZERO-3423: Updated version control and debug messages for the package
9
+ - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
10
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
11
+ - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
12
+ - e974d8e8: ZERO-3406: Fix rc build
13
+ - 7eb51ca9: ZERO-3424 :Update package versions
14
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
15
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
16
+ - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
17
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
18
+ - 33d4d0c: ZERO-3615: remove custom not found
19
+
3
20
  ## 1.106.0
4
21
 
5
22
  ### Minor Changes
@@ -51,7 +68,161 @@
51
68
 
52
69
  ### Minor Changes
53
70
 
54
- - 942490f: ZERO-3295: move third party tailwind content list to akinon-next
71
+ - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
72
+ - c67942a4: ZERO-3423: Updated version control and debug messages for the package
73
+ - 5de751aa: ZERO-3428 :Add Hepsipay plugin to the list of available plugins
74
+ - 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
75
+ - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
76
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
77
+ - e974d8e8: ZERO-3406: Fix rc build
78
+ - 7eb51ca9: ZERO-3424 :Update package versions
79
+ - c806fad7: ZERO-3422: Add Flow Payment plugin to the defined plugins list
80
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
81
+ - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
82
+ - 72ad7bb1: ZERO-3422: Add Flow Payment to the list of available plugins
83
+ - 34578efc: ZERO-3419 :Add new payment plugins and update existing ones in the plugin list
84
+ - d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
85
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
86
+
87
+ ## 1.92.0-rc.41
88
+
89
+ ## 1.92.0-rc.40
90
+
91
+ ## 1.92.0-rc.39
92
+
93
+ ## 1.92.0-rc.38
94
+
95
+ ## 1.92.0-rc.37
96
+
97
+ ## 1.92.0-rc.36
98
+
99
+ ## 1.92.0-rc.35
100
+
101
+ ## 1.92.0-rc.34
102
+
103
+ ## 1.92.0-rc.33
104
+
105
+ ## 1.92.0-rc.32
106
+
107
+ ## 1.92.0-rc.31
108
+
109
+ ## 1.92.0-rc.30
110
+
111
+ ## 1.92.0-rc.29
112
+
113
+ ## 1.92.0-rc.28
114
+
115
+ ## 1.92.0-rc.27
116
+
117
+ ## 1.92.0-rc.26
118
+
119
+ ### Minor Changes
120
+
121
+ - 16aff54: ZERO-3431: Add test script for redirect utility in package.json
122
+
123
+ ## 1.92.0-rc.25
124
+
125
+ ## 1.92.0-rc.24
126
+
127
+ ## 1.92.0-rc.23
128
+
129
+ ## 1.92.0-rc.22
130
+
131
+ ### Minor Changes
132
+
133
+ - 143be2b: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
134
+
135
+ ## 1.92.0-rc.21
136
+
137
+ ### Minor Changes
138
+
139
+ - d99a6a7: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
140
+
141
+ ## 1.92.0-rc.20
142
+
143
+ ### Minor Changes
144
+
145
+ - 8b1d24e: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
146
+
147
+ ## 1.92.0-rc.19
148
+
149
+ ### Minor Changes
150
+
151
+ - d8be48f: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
152
+
153
+ ## 1.92.0-rc.18
154
+
155
+ ### Minor Changes
156
+
157
+ - c67942a: ZERO-3423: Updated version control and debug messages for the package
158
+
159
+ ## 1.92.0-rc.17
160
+
161
+ ## 1.92.0-rc.16
162
+
163
+ ## 1.92.0-rc.15
164
+
165
+ ### Minor Changes
166
+
167
+ - 5de751aa: ZERO-3428 :Add Hepsipay plugin to the list of available plugins
168
+
169
+ ## 1.92.0-rc.14
170
+
171
+ ## 1.92.0-rc.13
172
+
173
+ ## 1.92.0-rc.12
174
+
175
+ ## 1.92.0-rc.11
176
+
177
+ ## 1.92.0-rc.10
178
+
179
+ ## 1.92.0-rc.9
180
+
181
+ ### Minor Changes
182
+
183
+ - 72ad7bb: ZERO-3422: Add Flow Payment to the list of available plugins
184
+
185
+ ## 1.92.0-rc.8
186
+
187
+ ### Minor Changes
188
+
189
+ - c806fad: ZERO-3422: Add Flow Payment plugin to the defined plugins list
190
+
191
+ ## 1.92.0-rc.7
192
+
193
+ ## 1.91.0-rc.6
194
+
195
+ ## 1.91.0-rc.5
196
+
197
+ ## 1.91.0-rc.4
198
+
199
+ ### Minor Changes
200
+
201
+ - 7eb51ca: ZERO-3424 :Update package versions
202
+ - 34578ef: ZERO-3419 :Add new payment plugins and update existing ones in the plugin list
203
+
204
+ ## 1.91.0-rc.3
205
+
206
+ ### Minor Changes
207
+
208
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
209
+ - e974d8e8: ZERO-3406: Fix rc build
210
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
211
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
212
+ - 942490f2: ZERO-3295: move third party tailwind content list to akinon-next
213
+
214
+ ## 1.91.0-rc.2
215
+
216
+ ## 1.91.0-rc.1
217
+
218
+ ## 1.91.0-rc.0
219
+
220
+ ### Minor Changes
221
+
222
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
223
+ - e974d8e: ZERO-3406: Fix rc build
224
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
225
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
55
226
 
56
227
  ## 1.90.0
57
228
 
@@ -81,9 +252,67 @@
81
252
 
82
253
  ### Minor Changes
83
254
 
84
- - 7a1e1f7: ZERO-3138: Close the search input with the esc key
85
- - c82875b: ZERO-3140: Fix style layout size
86
- - 6c1dba7: ZERO-3174: update hash structure
255
+ - 33377cf: ZERO-3267: Refactor import statement for ROUTES in error-page component
256
+
257
+ ## 1.82.0-rc.18
258
+
259
+ ## 1.82.0-rc.17
260
+
261
+ ### Minor Changes
262
+
263
+ - e2583ac2: ZERO-3282: Switch to execSync for synchronous execution, enhance file checks, and add error page replacement script
264
+
265
+ ## 1.82.0-rc.16
266
+
267
+ ### Minor Changes
268
+
269
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
270
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
271
+
272
+ ## 1.82.0-rc.15
273
+
274
+ ## 1.82.0-rc.14
275
+
276
+ ## 1.82.0-rc.13
277
+
278
+ ## 1.82.0-rc.12
279
+
280
+ ## 1.82.0-rc.11
281
+
282
+ ## 1.82.0-rc.10
283
+
284
+ ## 1.82.0-rc.9
285
+
286
+ ## 1.82.0-rc.8
287
+
288
+ ## 1.82.0-rc.7
289
+
290
+ ## 1.82.0-rc.6
291
+
292
+ ## 1.82.0-rc.5
293
+
294
+ ## 1.82.0-rc.4
295
+
296
+ ## 1.82.0-rc.3
297
+
298
+ ## 1.82.0-rc.2
299
+
300
+ ### Minor Changes
301
+
302
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
303
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
304
+
305
+ ## 1.82.0-rc.1
306
+
307
+ ## 1.82.0-rc.0
308
+
309
+ ### Minor Changes
310
+
311
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
312
+ - 7a1e1f73: ZERO-3138: Close the search input with the esc key
313
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
314
+ - c82875bc: ZERO-3140: Fix style layout size
315
+ - 6c1dba75: ZERO-3174: update hash structure
87
316
 
88
317
  ## 1.81.0
89
318
 
@@ -6,6 +6,7 @@ NEXT_PUBLIC_GTM_KEY=GTM_KEY
6
6
  NEXT_PUBLIC_URL=http://localhost:3000
7
7
  SERVICE_BACKEND_URL=https://02fde10fee4440269e695aa10707dfaf.lb.akinoncloud.com
8
8
  SITEMAP_S3_BUCKET_NAME=0fb534
9
+ NEXT_PUBLIC_ENABLE_IMAGE_SEARCH=true
9
10
 
10
11
  # LOG_LEVEL_DEV=debug # For more details, please refer to the Logging documentation.
11
12