@akinon/projectzero 1.103.0-rc.80 → 1.103.0-snapshot-ZERO-3648-20250930133222

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