@akinon/projectzero 1.79.0-rc.4 → 1.79.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 +1 -24
  2. package/app-template/.gitignore +0 -2
  3. package/app-template/CHANGELOG.md +165 -2783
  4. package/app-template/package.json +18 -18
  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,29 +1,6 @@
1
1
  # @akinon/projectzero
2
2
 
3
- ## 1.79.0-rc.4
4
-
5
- ### Minor Changes
6
-
7
- - 7a1e1f73: ZERO-3138: Close the search input with the esc key
8
- - c82875bc: ZERO-3140: Fix style layout size
9
-
10
- ## 1.79.0-rc.3
11
-
12
- ### Minor Changes
13
-
14
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
15
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
16
-
17
- ## 1.79.0-rc.2
18
-
19
- ## 1.79.0-rc.1
20
-
21
- ## 1.79.0-rc.0
22
-
23
- ### Minor Changes
24
-
25
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
26
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
3
+ ## 1.79.0
27
4
 
28
5
  ## 1.78.0
29
6
 
@@ -65,5 +65,3 @@ next.config.wizardcopy.js
65
65
 
66
66
  certificates
67
67
  public/locales/*/index.json
68
-
69
- certificates