@akinon/projectzero 2.0.58-beta.0 → 2.0.58
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.
- package/CHANGELOG.md +1 -1
- package/app-template/CHANGELOG.md +35 -32
- package/app-template/package.json +29 -29
- package/app-template/src/app/[pz]/layout.tsx +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
-
## 2.0.58
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- @akinon/pz-
|
|
12
|
-
- @akinon/
|
|
13
|
-
- @akinon/pz-
|
|
14
|
-
- @akinon/pz-
|
|
15
|
-
- @akinon/pz-
|
|
16
|
-
- @akinon/pz-
|
|
17
|
-
- @akinon/pz-
|
|
18
|
-
- @akinon/pz-
|
|
19
|
-
- @akinon/pz-
|
|
20
|
-
- @akinon/pz-
|
|
21
|
-
- @akinon/pz-
|
|
22
|
-
- @akinon/pz-
|
|
23
|
-
- @akinon/pz-
|
|
24
|
-
- @akinon/pz-
|
|
25
|
-
- @akinon/pz-
|
|
26
|
-
- @akinon/pz-
|
|
27
|
-
- @akinon/pz-
|
|
28
|
-
- @akinon/pz-
|
|
29
|
-
- @akinon/pz-
|
|
30
|
-
- @akinon/pz-
|
|
31
|
-
- @akinon/pz-
|
|
32
|
-
- @akinon/pz-
|
|
33
|
-
- @akinon/pz-
|
|
34
|
-
- @akinon/pz-
|
|
3
|
+
## 2.0.58
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e11783b]
|
|
8
|
+
- Updated dependencies [b992ca5]
|
|
9
|
+
- Updated dependencies [08f060d]
|
|
10
|
+
- Updated dependencies [7eb9396]
|
|
11
|
+
- @akinon/pz-theme@2.0.58
|
|
12
|
+
- @akinon/next@2.0.58
|
|
13
|
+
- @akinon/pz-akifast@2.0.58
|
|
14
|
+
- @akinon/pz-apple-pay@2.0.58
|
|
15
|
+
- @akinon/pz-b2b@2.0.58
|
|
16
|
+
- @akinon/pz-basket-gift-pack@2.0.58
|
|
17
|
+
- @akinon/pz-bkm@2.0.58
|
|
18
|
+
- @akinon/pz-checkout-gift-pack@2.0.58
|
|
19
|
+
- @akinon/pz-click-collect@2.0.58
|
|
20
|
+
- @akinon/pz-credit-payment@2.0.58
|
|
21
|
+
- @akinon/pz-cybersource-uc@2.0.58
|
|
22
|
+
- @akinon/pz-flow-payment@2.0.58
|
|
23
|
+
- @akinon/pz-google-pay@2.0.58
|
|
24
|
+
- @akinon/pz-gpay@2.0.58
|
|
25
|
+
- @akinon/pz-haso@2.0.58
|
|
26
|
+
- @akinon/pz-hepsipay@2.0.58
|
|
27
|
+
- @akinon/pz-masterpass@2.0.58
|
|
28
|
+
- @akinon/pz-masterpass-rest@2.0.58
|
|
29
|
+
- @akinon/pz-multi-basket@2.0.58
|
|
30
|
+
- @akinon/pz-one-click-checkout@2.0.58
|
|
31
|
+
- @akinon/pz-otp@2.0.58
|
|
32
|
+
- @akinon/pz-pay-on-delivery@2.0.58
|
|
33
|
+
- @akinon/pz-saved-card@2.0.58
|
|
34
|
+
- @akinon/pz-similar-products@2.0.58
|
|
35
|
+
- @akinon/pz-tabby-extension@2.0.58
|
|
36
|
+
- @akinon/pz-tamara-extension@2.0.58
|
|
37
|
+
- @akinon/pz-virtual-try-on@2.0.58
|
|
35
38
|
|
|
36
39
|
## 2.0.57
|
|
37
40
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "2.0.58
|
|
3
|
+
"version": "2.0.58",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -24,33 +24,33 @@
|
|
|
24
24
|
"test:middleware": "jest middleware-matcher.test.ts --bail"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@akinon/next": "2.0.58
|
|
28
|
-
"@akinon/pz-akifast": "2.0.58
|
|
29
|
-
"@akinon/pz-apple-pay": "2.0.58
|
|
30
|
-
"@akinon/pz-b2b": "2.0.58
|
|
31
|
-
"@akinon/pz-basket-gift-pack": "2.0.58
|
|
32
|
-
"@akinon/pz-bkm": "2.0.58
|
|
33
|
-
"@akinon/pz-checkout-gift-pack": "2.0.58
|
|
34
|
-
"@akinon/pz-click-collect": "2.0.58
|
|
35
|
-
"@akinon/pz-credit-payment": "2.0.58
|
|
36
|
-
"@akinon/pz-cybersource-uc": "2.0.58
|
|
37
|
-
"@akinon/pz-flow-payment": "2.0.58
|
|
38
|
-
"@akinon/pz-google-pay": "2.0.58
|
|
39
|
-
"@akinon/pz-gpay": "2.0.58
|
|
40
|
-
"@akinon/pz-haso": "2.0.58
|
|
41
|
-
"@akinon/pz-hepsipay": "2.0.58
|
|
42
|
-
"@akinon/pz-masterpass": "2.0.58
|
|
43
|
-
"@akinon/pz-masterpass-rest": "2.0.58
|
|
44
|
-
"@akinon/pz-multi-basket": "2.0.58
|
|
45
|
-
"@akinon/pz-one-click-checkout": "2.0.58
|
|
46
|
-
"@akinon/pz-otp": "2.0.58
|
|
47
|
-
"@akinon/pz-pay-on-delivery": "2.0.58
|
|
48
|
-
"@akinon/pz-saved-card": "2.0.58
|
|
49
|
-
"@akinon/pz-similar-products": "2.0.58
|
|
50
|
-
"@akinon/pz-tabby-extension": "2.0.58
|
|
51
|
-
"@akinon/pz-tamara-extension": "2.0.58
|
|
52
|
-
"@akinon/pz-theme": "2.0.58
|
|
53
|
-
"@akinon/pz-virtual-try-on": "2.0.58
|
|
27
|
+
"@akinon/next": "2.0.58",
|
|
28
|
+
"@akinon/pz-akifast": "2.0.58",
|
|
29
|
+
"@akinon/pz-apple-pay": "2.0.58",
|
|
30
|
+
"@akinon/pz-b2b": "2.0.58",
|
|
31
|
+
"@akinon/pz-basket-gift-pack": "2.0.58",
|
|
32
|
+
"@akinon/pz-bkm": "2.0.58",
|
|
33
|
+
"@akinon/pz-checkout-gift-pack": "2.0.58",
|
|
34
|
+
"@akinon/pz-click-collect": "2.0.58",
|
|
35
|
+
"@akinon/pz-credit-payment": "2.0.58",
|
|
36
|
+
"@akinon/pz-cybersource-uc": "2.0.58",
|
|
37
|
+
"@akinon/pz-flow-payment": "2.0.58",
|
|
38
|
+
"@akinon/pz-google-pay": "2.0.58",
|
|
39
|
+
"@akinon/pz-gpay": "2.0.58",
|
|
40
|
+
"@akinon/pz-haso": "2.0.58",
|
|
41
|
+
"@akinon/pz-hepsipay": "2.0.58",
|
|
42
|
+
"@akinon/pz-masterpass": "2.0.58",
|
|
43
|
+
"@akinon/pz-masterpass-rest": "2.0.58",
|
|
44
|
+
"@akinon/pz-multi-basket": "2.0.58",
|
|
45
|
+
"@akinon/pz-one-click-checkout": "2.0.58",
|
|
46
|
+
"@akinon/pz-otp": "2.0.58",
|
|
47
|
+
"@akinon/pz-pay-on-delivery": "2.0.58",
|
|
48
|
+
"@akinon/pz-saved-card": "2.0.58",
|
|
49
|
+
"@akinon/pz-similar-products": "2.0.58",
|
|
50
|
+
"@akinon/pz-tabby-extension": "2.0.58",
|
|
51
|
+
"@akinon/pz-tamara-extension": "2.0.58",
|
|
52
|
+
"@akinon/pz-theme": "2.0.58",
|
|
53
|
+
"@akinon/pz-virtual-try-on": "2.0.58",
|
|
54
54
|
"@hookform/resolvers": "2.9.0",
|
|
55
55
|
"@next/third-parties": "16.2.6",
|
|
56
56
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"yup": "0.32.11"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@akinon/eslint-plugin-projectzero": "2.0.58
|
|
77
|
+
"@akinon/eslint-plugin-projectzero": "2.0.58",
|
|
78
78
|
"@semantic-release/changelog": "6.0.2",
|
|
79
79
|
"@semantic-release/exec": "6.0.3",
|
|
80
80
|
"@semantic-release/git": "10.0.1",
|
|
@@ -18,6 +18,7 @@ import settings from '@theme/settings';
|
|
|
18
18
|
import RouteHandler from '@theme/components/route-handler';
|
|
19
19
|
import { PreviewAuthStateReporter } from '@akinon/pz-theme/src/chrome/preview-auth-state';
|
|
20
20
|
import ChromeSlot from '@akinon/pz-theme/src/chrome/chrome-slot';
|
|
21
|
+
import ThemeModals from '@akinon/pz-theme/src/overlays/theme-modals';
|
|
21
22
|
import { PLACEHOLDER_SLUGS } from '@akinon/pz-theme/src/chrome/placeholder-slugs';
|
|
22
23
|
import './configure-page-context';
|
|
23
24
|
|
|
@@ -83,6 +84,11 @@ async function RootLayout({
|
|
|
83
84
|
<InstallPrompt />
|
|
84
85
|
</MobileAppToggler>
|
|
85
86
|
</div>
|
|
87
|
+
{/* Outside the clipping wrapper above: a composed modal is a fixed
|
|
88
|
+
layer over the whole page, and it belongs to the layout rather
|
|
89
|
+
than to any one route because its trigger may be in the header
|
|
90
|
+
on a page it never appears on. */}
|
|
91
|
+
<ThemeModals />
|
|
86
92
|
</ClientRoot>
|
|
87
93
|
</PzRoot>
|
|
88
94
|
</body>
|