@akinon/projectzero 1.99.0-rc.70 → 1.99.0-snapshot-ZERO-3640-20250919140314

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