@faststore/core 3.85.0 → 3.86.1
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +69 -69
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/948.js +2 -2
- package/.next/server/chunks/9563.js +1 -1
- package/.next/server/chunks/ButtonSignIn.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/404.json +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages/pvt/account/403.js +1 -0
- package/.next/server/pages/pvt/account/404.js +1 -0
- package/.next/server/pages/pvt/account/404.js.nft.json +1 -0
- package/.next/server/pages/pvt/account/[...unknown].js +1 -0
- package/.next/server/pages/pvt/account/[...unknown].js.nft.json +1 -0
- package/.next/server/pages/pvt/account/orders/[id].js +1 -0
- package/.next/server/pages/pvt/account/orders/[id].js.nft.json +1 -0
- package/.next/server/pages/pvt/account/orders.js +1 -0
- package/.next/server/pages/pvt/account/orders.js.nft.json +1 -0
- package/.next/server/pages/{account → pvt/account}/profile.js +1 -1
- package/.next/server/pages/pvt/account/profile.js.nft.json +1 -0
- package/.next/server/pages/{account → pvt/account}/security.js +1 -1
- package/.next/server/pages/pvt/account/security.js.nft.json +1 -0
- package/.next/server/pages/pvt/account/user-details.js +1 -0
- package/.next/server/pages/pvt/account/user-details.js.nft.json +1 -0
- package/.next/server/pages/pvt/account.js +1 -0
- package/.next/server/pages/pvt/account.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/9173-6ba58fe0a7512261.js +1 -0
- package/.next/static/chunks/ButtonSignIn.c9bc322071e80856.js +1 -0
- package/.next/static/chunks/pages/{account/403-b65f508af4df4904.js → pvt/account/403-a1c5772740914141.js} +1 -1
- package/.next/static/chunks/pages/pvt/account/404-eaed7a7c92d499ff.js +1 -0
- package/.next/static/chunks/pages/pvt/account/[...unknown]-a8bcdec2e6ed7b0e.js +1 -0
- package/.next/static/chunks/pages/{account/orders/[id]-c2d355a49d409bb0.js → pvt/account/orders/[id]-3bdaf71be192669b.js} +1 -1
- package/.next/static/chunks/pages/pvt/account/orders-10475517a29223cb.js +1 -0
- package/.next/static/chunks/pages/pvt/account/profile-449314f16e1c132c.js +1 -0
- package/.next/static/chunks/pages/{account/security-7d12dd7a4ca973e6.js → pvt/account/security-8b024c8877f125d0.js} +1 -1
- package/.next/static/chunks/pages/pvt/account/user-details-0caf3ce4cb6df66e.js +1 -0
- package/.next/static/chunks/pages/pvt/account-412a3bb2b0f22dea.js +1 -0
- package/.next/static/chunks/webpack-7e1828f4509e6ef7.js +1 -0
- package/.next/static/vtFRLtUdhc-CxhM8gqg-U/_buildManifest.js +1 -0
- package/.next/static/vtFRLtUdhc-CxhM8gqg-U/_ssgManifest.js +1 -0
- package/.next/trace +136 -136
- package/.turbo/turbo-build.log +23 -23
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawer.tsx +1 -1
- package/src/components/account/MyAccountDrawer/OrganizationDrawer/OrganizationDrawerHeader.tsx +1 -1
- package/src/components/account/MyAccountDrawer/ProfileSummary/ProfileSummary.tsx +1 -1
- package/src/components/account/orders/MyAccountListOrders/MyAccountFilterSlider/MyAccountFilterSlider.tsx +1 -1
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrders.tsx +4 -4
- package/src/components/account/orders/MyAccountListOrders/MyAccountListOrdersTable/MyAccountListOrdersTable.tsx +3 -5
- package/src/components/account/orders/MyAccountOrderDetails/MyAccountOrderDetails.tsx +1 -1
- package/src/components/ui/Button/ButtonSignIn/ButtonSignIn.tsx +1 -1
- package/src/pages/{account → pvt/account}/403.tsx +1 -1
- package/src/pages/{account → pvt/account}/[...unknown].tsx +1 -1
- package/src/pages/{account → pvt/account}/index.tsx +2 -2
- package/src/pages/{account → pvt/account}/orders/[id].tsx +2 -2
- package/src/pages/{account → pvt/account}/orders/index.tsx +2 -2
- package/src/pages/{account → pvt/account}/profile.tsx +2 -2
- package/src/pages/{account → pvt/account}/security.tsx +2 -2
- package/src/pages/{account → pvt/account}/user-details.tsx +3 -3
- package/src/sdk/account/getMyAccountRoutes.ts +11 -5
- package/.next/server/pages/account/403.js +0 -1
- package/.next/server/pages/account/403.js.nft.json +0 -1
- package/.next/server/pages/account/404.js +0 -1
- package/.next/server/pages/account/404.js.nft.json +0 -1
- package/.next/server/pages/account/[...unknown].js +0 -1
- package/.next/server/pages/account/[...unknown].js.nft.json +0 -1
- package/.next/server/pages/account/orders/[id].js +0 -1
- package/.next/server/pages/account/orders.js +0 -1
- package/.next/server/pages/account/orders.js.nft.json +0 -1
- package/.next/server/pages/account/profile.js.nft.json +0 -1
- package/.next/server/pages/account/security.js.nft.json +0 -1
- package/.next/server/pages/account/user-details.js +0 -1
- package/.next/server/pages/account/user-details.js.nft.json +0 -1
- package/.next/server/pages/account.js +0 -1
- package/.next/server/pages/account.js.nft.json +0 -1
- package/.next/static/2_pXL-ObRK0Pi5fwqWEUX/_buildManifest.js +0 -1
- package/.next/static/2_pXL-ObRK0Pi5fwqWEUX/_ssgManifest.js +0 -1
- package/.next/static/chunks/9173-8f06a93da67de94e.js +0 -1
- package/.next/static/chunks/ButtonSignIn.e767fc25322cf230.js +0 -1
- package/.next/static/chunks/pages/account/404-9a7f4c3464751182.js +0 -1
- package/.next/static/chunks/pages/account/[...unknown]-aad8638fc7323b61.js +0 -1
- package/.next/static/chunks/pages/account/orders-5dcb988493ad1770.js +0 -1
- package/.next/static/chunks/pages/account/profile-29f93f4c5a55bd87.js +0 -1
- package/.next/static/chunks/pages/account/user-details-143cb45d5080d1d9.js +0 -1
- package/.next/static/chunks/pages/account-377dfe7a5276ceca.js +0 -1
- package/.next/static/chunks/webpack-9c6d4ec20632d72a.js +0 -1
- /package/.next/server/pages/{account/orders/[id].js.nft.json → pvt/account/403.js.nft.json} +0 -0
- /package/src/pages/{account → pvt/account}/404.tsx +0 -0
- /package/src/pages/{account → pvt/account}/orders/styles.module.scss +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
vtFRLtUdhc-CxhM8gqg-U
|
|
@@ -5,59 +5,59 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/vtFRLtUdhc-CxhM8gqg-U/_buildManifest.js",
|
|
9
|
+
"static/vtFRLtUdhc-CxhM8gqg-U/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
15
15
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
16
16
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
17
17
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
18
18
|
"static/css/0f990bb4836247c7.css",
|
|
19
|
-
"static/chunks/9173-
|
|
19
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
20
20
|
"static/css/b1806cbafd0c1f81.css",
|
|
21
21
|
"static/chunks/pages/index-004d6444cfaf59cb.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
25
25
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
26
26
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
27
27
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
28
28
|
"static/css/0f990bb4836247c7.css",
|
|
29
|
-
"static/chunks/9173-
|
|
29
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
30
30
|
"static/css/2980acad3f8e1028.css",
|
|
31
31
|
"static/chunks/pages/404-cc5de07438cb53b5.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
35
35
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
36
36
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
37
37
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
38
38
|
"static/css/0f990bb4836247c7.css",
|
|
39
|
-
"static/chunks/9173-
|
|
39
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
40
40
|
"static/css/2980acad3f8e1028.css",
|
|
41
41
|
"static/chunks/pages/500-926ab913425651bc.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
45
45
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
46
46
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
47
47
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
48
48
|
"static/css/0f990bb4836247c7.css",
|
|
49
|
-
"static/chunks/9173-
|
|
49
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
50
50
|
"static/css/fe0bcc13a2b68605.css",
|
|
51
51
|
"static/chunks/7191-d39597fc204602cb.js",
|
|
52
52
|
"static/chunks/pages/[...slug]-1e68a914dfca7da9.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
56
56
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
57
57
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
58
58
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
59
59
|
"static/css/0f990bb4836247c7.css",
|
|
60
|
-
"static/chunks/9173-
|
|
60
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
61
61
|
"static/chunks/9666-9be3f1e484eeb148.js",
|
|
62
62
|
"static/css/6cd282d958f613bc.css",
|
|
63
63
|
"static/css/3d7be7043aee15df.css",
|
|
@@ -66,126 +66,126 @@
|
|
|
66
66
|
"static/chunks/pages/[slug]/p-60dd0938ba92424b.js"
|
|
67
67
|
],
|
|
68
68
|
"/_app": [
|
|
69
|
-
"static/chunks/webpack-
|
|
69
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
70
70
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
71
71
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
72
72
|
"static/css/24a5e8f6808266fe.css",
|
|
73
73
|
"static/chunks/pages/_app-02ac96e27a9cbbb4.js"
|
|
74
74
|
],
|
|
75
75
|
"/_error": [
|
|
76
|
-
"static/chunks/webpack-
|
|
76
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
77
77
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
78
78
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
79
79
|
"static/chunks/pages/_error-d820b4586477c368.js"
|
|
80
80
|
],
|
|
81
|
-
"/
|
|
82
|
-
"static/chunks/webpack-
|
|
83
|
-
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
84
|
-
"static/chunks/main-f658704b53a96ab1.js",
|
|
85
|
-
"static/chunks/pages/account-377dfe7a5276ceca.js"
|
|
86
|
-
],
|
|
87
|
-
"/account/403": [
|
|
88
|
-
"static/chunks/webpack-9c6d4ec20632d72a.js",
|
|
81
|
+
"/checkout": [
|
|
82
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
89
83
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
90
84
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
91
85
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
92
86
|
"static/css/0f990bb4836247c7.css",
|
|
93
|
-
"static/chunks/9173-
|
|
94
|
-
"static/
|
|
95
|
-
"static/chunks/pages/account/403-b65f508af4df4904.js"
|
|
87
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
88
|
+
"static/chunks/pages/checkout-b0637ee59b1cdca8.js"
|
|
96
89
|
],
|
|
97
|
-
"/
|
|
98
|
-
"static/chunks/webpack-
|
|
90
|
+
"/login": [
|
|
91
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
99
92
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
100
93
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
101
94
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
102
95
|
"static/css/0f990bb4836247c7.css",
|
|
103
|
-
"static/chunks/9173-
|
|
104
|
-
"static/css/
|
|
105
|
-
"static/chunks/pages/
|
|
96
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
97
|
+
"static/css/2980acad3f8e1028.css",
|
|
98
|
+
"static/chunks/pages/login-3043634ec00661a8.js"
|
|
106
99
|
],
|
|
107
|
-
"/account
|
|
108
|
-
"static/chunks/webpack-
|
|
100
|
+
"/pvt/account": [
|
|
101
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
109
102
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
110
103
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
111
|
-
"static/chunks/pages/account
|
|
104
|
+
"static/chunks/pages/pvt/account-412a3bb2b0f22dea.js"
|
|
112
105
|
],
|
|
113
|
-
"/account/
|
|
114
|
-
"static/chunks/webpack-
|
|
106
|
+
"/pvt/account/403": [
|
|
107
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
115
108
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
116
109
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
117
110
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
118
111
|
"static/css/0f990bb4836247c7.css",
|
|
119
|
-
"static/chunks/9173-
|
|
120
|
-
"static/css/
|
|
121
|
-
"static/chunks/pages/account/
|
|
112
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
113
|
+
"static/css/b7bba8fce075688b.css",
|
|
114
|
+
"static/chunks/pages/pvt/account/403-a1c5772740914141.js"
|
|
122
115
|
],
|
|
123
|
-
"/account/
|
|
124
|
-
"static/chunks/webpack-
|
|
116
|
+
"/pvt/account/404": [
|
|
117
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
125
118
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
126
119
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
127
120
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
128
121
|
"static/css/0f990bb4836247c7.css",
|
|
129
|
-
"static/chunks/9173-
|
|
130
|
-
"static/css/
|
|
131
|
-
"static/chunks/pages/account/
|
|
122
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
123
|
+
"static/css/5347dbc8b71de47d.css",
|
|
124
|
+
"static/chunks/pages/pvt/account/404-eaed7a7c92d499ff.js"
|
|
125
|
+
],
|
|
126
|
+
"/pvt/account/[...unknown]": [
|
|
127
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
128
|
+
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
129
|
+
"static/chunks/main-f658704b53a96ab1.js",
|
|
130
|
+
"static/chunks/pages/pvt/account/[...unknown]-a8bcdec2e6ed7b0e.js"
|
|
132
131
|
],
|
|
133
|
-
"/account/
|
|
134
|
-
"static/chunks/webpack-
|
|
132
|
+
"/pvt/account/orders": [
|
|
133
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
135
134
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
136
135
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
137
136
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
138
137
|
"static/css/0f990bb4836247c7.css",
|
|
139
|
-
"static/chunks/9173-
|
|
140
|
-
"static/css/
|
|
141
|
-
"static/chunks/pages/account/
|
|
138
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
139
|
+
"static/css/b7fc24e8f1eb011f.css",
|
|
140
|
+
"static/chunks/pages/pvt/account/orders-10475517a29223cb.js"
|
|
142
141
|
],
|
|
143
|
-
"/account/
|
|
144
|
-
"static/chunks/webpack-
|
|
142
|
+
"/pvt/account/orders/[id]": [
|
|
143
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
145
144
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
146
145
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
147
146
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
148
147
|
"static/css/0f990bb4836247c7.css",
|
|
149
|
-
"static/chunks/9173-
|
|
150
|
-
"static/css/
|
|
151
|
-
"static/chunks/pages/account/
|
|
148
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
149
|
+
"static/css/297be4be3be36ff0.css",
|
|
150
|
+
"static/chunks/pages/pvt/account/orders/[id]-3bdaf71be192669b.js"
|
|
152
151
|
],
|
|
153
|
-
"/account/
|
|
154
|
-
"static/chunks/webpack-
|
|
152
|
+
"/pvt/account/profile": [
|
|
153
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
155
154
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
156
155
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
157
156
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
158
157
|
"static/css/0f990bb4836247c7.css",
|
|
159
|
-
"static/chunks/9173-
|
|
160
|
-
"static/css/
|
|
161
|
-
"static/chunks/pages/account/
|
|
158
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
159
|
+
"static/css/831a1f72fe4b2d80.css",
|
|
160
|
+
"static/chunks/pages/pvt/account/profile-449314f16e1c132c.js"
|
|
162
161
|
],
|
|
163
|
-
"/
|
|
164
|
-
"static/chunks/webpack-
|
|
162
|
+
"/pvt/account/security": [
|
|
163
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
165
164
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
166
165
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
167
166
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
168
167
|
"static/css/0f990bb4836247c7.css",
|
|
169
|
-
"static/chunks/9173-
|
|
170
|
-
"static/
|
|
168
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
169
|
+
"static/css/ec7fdad03808422d.css",
|
|
170
|
+
"static/chunks/pages/pvt/account/security-8b024c8877f125d0.js"
|
|
171
171
|
],
|
|
172
|
-
"/
|
|
173
|
-
"static/chunks/webpack-
|
|
172
|
+
"/pvt/account/user-details": [
|
|
173
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
174
174
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
175
175
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
176
176
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
177
177
|
"static/css/0f990bb4836247c7.css",
|
|
178
|
-
"static/chunks/9173-
|
|
179
|
-
"static/css/
|
|
180
|
-
"static/chunks/pages/
|
|
178
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
179
|
+
"static/css/e46393a76c5d93a9.css",
|
|
180
|
+
"static/chunks/pages/pvt/account/user-details-0caf3ce4cb6df66e.js"
|
|
181
181
|
],
|
|
182
182
|
"/s": [
|
|
183
|
-
"static/chunks/webpack-
|
|
183
|
+
"static/chunks/webpack-7e1828f4509e6ef7.js",
|
|
184
184
|
"static/chunks/framework-807b0f81cbc129f0.js",
|
|
185
185
|
"static/chunks/main-f658704b53a96ab1.js",
|
|
186
186
|
"static/chunks/6031-18797e7ebff417ab.js",
|
|
187
187
|
"static/css/0f990bb4836247c7.css",
|
|
188
|
-
"static/chunks/9173-
|
|
188
|
+
"static/chunks/9173-6ba58fe0a7512261.js",
|
|
189
189
|
"static/css/fe0bcc13a2b68605.css",
|
|
190
190
|
"static/chunks/7191-d39597fc204602cb.js",
|
|
191
191
|
"static/css/2980acad3f8e1028.css",
|