@akinon/projectzero 1.80.0-rc.7 → 1.80.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 (28) hide show
  1. package/CHANGELOG.md +2 -36
  2. package/app-template/.gitignore +0 -2
  3. package/app-template/CHANGELOG.md +181 -2882
  4. package/app-template/package.json +19 -19
  5. package/app-template/public/locales/en/common.json +0 -4
  6. package/app-template/public/locales/tr/common.json +0 -4
  7. package/app-template/sentry.edge.config.ts +3 -0
  8. package/app-template/sentry.server.config.ts +3 -0
  9. package/app-template/src/app/[commerce]/[locale]/[currency]/account/orders/[id]/cancellation/page.tsx +5 -94
  10. package/app-template/src/app/[commerce]/[locale]/[currency]/basket/page.tsx +82 -9
  11. package/app-template/src/app/[commerce]/[locale]/[currency]/orders/checkout/page.tsx +4 -7
  12. package/app-template/src/components/button.tsx +35 -50
  13. package/app-template/src/components/file-input.tsx +2 -44
  14. package/app-template/src/components/types/index.ts +1 -4
  15. package/app-template/src/middleware.ts +0 -1
  16. package/app-template/src/settings.js +1 -6
  17. package/app-template/src/views/account/address-form.tsx +2 -2
  18. package/app-template/src/views/account/contact-form.tsx +8 -3
  19. package/app-template/src/views/account/orders/order-cancellation-item.tsx +3 -23
  20. package/app-template/src/views/basket/basket-item.tsx +13 -16
  21. package/app-template/src/views/basket/summary.tsx +7 -10
  22. package/app-template/src/views/category/category-header.tsx +5 -11
  23. package/app-template/src/views/header/search/index.tsx +1 -13
  24. package/app-template/src/views/login/index.tsx +4 -28
  25. package/app-template/src/views/register/index.tsx +5 -30
  26. package/package.json +1 -1
  27. package/app-template/src/components/widget/widget-placeholder.tsx +0 -12
  28. package/app-template/src/views/basket/basket-content.tsx +0 -106
package/CHANGELOG.md CHANGED
@@ -1,42 +1,8 @@
1
1
  # @akinon/projectzero
2
2
 
3
- ## 1.80.0-rc.7
3
+ ## 1.80.0
4
4
 
5
- ### Minor Changes
6
-
7
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
8
- - 7a1e1f73: ZERO-3138: Close the search input with the esc key
9
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
10
- - c82875bc: ZERO-3140: Fix style layout size
11
-
12
- ## 1.79.0-rc.6
13
-
14
- ## 1.79.0-rc.5
15
-
16
- ## 1.79.0-rc.4
17
-
18
- ### Minor Changes
19
-
20
- - 7a1e1f73: ZERO-3138: Close the search input with the esc key
21
- - c82875bc: ZERO-3140: Fix style layout size
22
-
23
- ## 1.79.0-rc.3
24
-
25
- ### Minor Changes
26
-
27
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
28
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
29
-
30
- ## 1.79.0-rc.2
31
-
32
- ## 1.79.0-rc.1
33
-
34
- ## 1.79.0-rc.0
35
-
36
- ### Minor Changes
37
-
38
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
39
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
5
+ ## 1.79.0
40
6
 
41
7
  ## 1.78.0
42
8
 
@@ -65,5 +65,3 @@ next.config.wizardcopy.js
65
65
 
66
66
  certificates
67
67
  public/locales/*/index.json
68
-
69
- certificates