@akinon/projectzero 1.93.0-rc.49 → 1.93.0

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