@faststore/core 3.78.0 → 3.79.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 +2 -2
- 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/routes-manifest.json +1 -1
- package/.next/server/chunks/9563.js +2 -2
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/api/graphql.js +2 -2
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages/en-US.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/trace +136 -136
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +10 -0
- package/cms/faststore/sections.json +46 -46
- package/package.json +3 -3
- package/src/pages/index.tsx +5 -1
- /package/.next/static/{6VSKTBCq7vRe86nXQK6nv → a36FMARzjEcUkw-8uDPfv}/_buildManifest.js +0 -0
- /package/.next/static/{6VSKTBCq7vRe86nXQK6nv → a36FMARzjEcUkw-8uDPfv}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.
|
|
2
|
+
> @faststore/core@3.79.0 prebuild /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> na run partytown && na run generate
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @faststore/core@3.
|
|
6
|
+
> @faststore/core@3.79.0 partytown /home/runner/work/faststore/faststore/packages/core
|
|
7
7
|
> partytown copylib ./public/~partytown
|
|
8
8
|
|
|
9
9
|
Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
|
|
10
10
|
|
|
11
|
-
> @faststore/core@3.
|
|
11
|
+
> @faststore/core@3.79.0 generate /home/runner/work/faststore/faststore/packages/core
|
|
12
12
|
> na run generate:schema && na run generate:codegen && na run format:generated
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
> @faststore/core@3.
|
|
15
|
+
> @faststore/core@3.79.0 generate:schema /home/runner/work/faststore/faststore/packages/core
|
|
16
16
|
> tsx src/server/generator/generateGraphQLSchemaFile.ts
|
|
17
17
|
|
|
18
18
|
Schema GraphQL file generated successfully
|
|
19
19
|
|
|
20
|
-
> @faststore/core@3.
|
|
20
|
+
> @faststore/core@3.79.0 generate:codegen /home/runner/work/faststore/faststore/packages/core
|
|
21
21
|
> graphql-codegen
|
|
22
22
|
|
|
23
23
|
[STARTED] Parse Configuration
|
|
@@ -37,11 +37,11 @@ Running lifecycle hook "afterStart" scripts...
|
|
|
37
37
|
[CLI] Loading Documents
|
|
38
38
|
[CLI] Generating output
|
|
39
39
|
|
|
40
|
-
> @faststore/core@3.
|
|
40
|
+
> @faststore/core@3.79.0 format:generated /home/runner/work/faststore/faststore/packages/core
|
|
41
41
|
> prettier --write "@generated/**/*.{ts,js,tsx,jsx,json}" --loglevel error
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
> @faststore/core@3.
|
|
44
|
+
> @faststore/core@3.79.0 build /home/runner/work/faststore/faststore/packages/core
|
|
45
45
|
> next build
|
|
46
46
|
|
|
47
47
|
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
|
|
@@ -65,8 +65,8 @@ Browserslist: browsers data (caniuse-lite) is 8 months old. Please run:
|
|
|
65
65
|
Collecting page data ...
|
|
66
66
|
Generating static pages (0/6) ...
|
|
67
67
|
|
|
68
68
|
Generating static pages (1/6)
|
|
69
|
-
Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.
|
|
70
69
|
|
|
71
70
|
Generating static pages (2/6)
|
|
71
|
+
Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.
|
|
72
72
|
|
|
73
73
|
Generating static pages (4/6)
|
|
74
74
|
|
|
75
75
|
✓ Generating static pages (6/6)
|
|
76
76
|
Finalizing page optimization ...
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @faststore/core@3.
|
|
2
|
+
> @faststore/core@3.79.0 test /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS test/
|
|
6
|
-
PASS test/
|
|
5
|
+
PASS test/utils/multipleTemplates.test.ts (26.485 s)
|
|
6
|
+
PASS test/server/cms/global.test.ts (26.747 s)
|
|
7
7
|
PASS test/server/cms/index.test.ts
|
|
8
|
-
PASS test/server/index.test.ts (30.
|
|
8
|
+
PASS test/server/index.test.ts (30.253 s)
|
|
9
9
|
|
|
10
10
|
Test Suites: 4 passed, 4 total
|
|
11
11
|
Tests: 22 passed, 22 total
|
|
12
12
|
Snapshots: 0 total
|
|
13
|
-
Time: 31.
|
|
13
|
+
Time: 31.444 s
|
|
14
14
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.79.1](https://github.com/vtex/faststore/compare/v3.79.0...v3.79.1) (2025-09-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @faststore/core
|
|
9
|
+
|
|
10
|
+
# [3.79.0](https://github.com/vtex/faststore/compare/v3.78.0...v3.79.0) (2025-09-03)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- Add appkey and apptoken to VtexCommerce and Page components ([#3008](https://github.com/vtex/faststore/issues/3008)) ([e99a132](https://github.com/vtex/faststore/commit/e99a1321ea27ed9baadd87fbce4fd5798a9d0d25))
|
|
15
|
+
|
|
6
16
|
# [3.78.0](https://github.com/vtex/faststore/compare/v3.77.3...v3.78.0) (2025-09-02)
|
|
7
17
|
|
|
8
18
|
### Features
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"placeholder": {
|
|
21
21
|
"title": "Placeholder",
|
|
22
22
|
"type": "string",
|
|
23
|
-
"default": "Search
|
|
23
|
+
"default": "Search everything in the store"
|
|
24
24
|
},
|
|
25
25
|
"icon": {
|
|
26
26
|
"title": "Search Icon",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"alt": {
|
|
37
37
|
"title": "Alternative Label",
|
|
38
38
|
"type": "string",
|
|
39
|
-
"default": "Magnifying
|
|
39
|
+
"default": "Magnifying glass"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"clearButtonLabel": {
|
|
55
55
|
"type": "string",
|
|
56
56
|
"title": "Clear Button Label",
|
|
57
|
-
"default": "Clear
|
|
57
|
+
"default": "Clear history"
|
|
58
58
|
},
|
|
59
59
|
"icon": {
|
|
60
60
|
"title": "Icon",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"title": {
|
|
89
89
|
"title": "Title",
|
|
90
90
|
"type": "string",
|
|
91
|
-
"default": "Top
|
|
91
|
+
"default": "Top search"
|
|
92
92
|
},
|
|
93
93
|
"maxItems": {
|
|
94
94
|
"title": "Maximum Number of Top Search Items",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"alt": {
|
|
115
115
|
"type": "string",
|
|
116
116
|
"title": "Alternative Label",
|
|
117
|
-
"default": "Magnifying
|
|
117
|
+
"default": "Magnifying glass"
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
},
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"title": {
|
|
133
133
|
"title": "Title",
|
|
134
134
|
"type": "string",
|
|
135
|
-
"default": "Suggested
|
|
135
|
+
"default": "Suggested products"
|
|
136
136
|
},
|
|
137
137
|
"maxItems": {
|
|
138
138
|
"title": "Maximum Number of Suggested Products",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"placeholder": {
|
|
196
196
|
"title": "Placeholder for Search Bar",
|
|
197
197
|
"type": "string",
|
|
198
|
-
"default": "Search everything
|
|
198
|
+
"default": "Search everything in the store"
|
|
199
199
|
},
|
|
200
200
|
"sort": {
|
|
201
201
|
"title": "Results default sort value",
|
|
@@ -334,12 +334,12 @@
|
|
|
334
334
|
"label": {
|
|
335
335
|
"title": "Call to Action",
|
|
336
336
|
"type": "string",
|
|
337
|
-
"default": "Sign
|
|
337
|
+
"default": "Sign in"
|
|
338
338
|
},
|
|
339
339
|
"myAccountLabel": {
|
|
340
340
|
"title": "My Account Label",
|
|
341
341
|
"type": "string",
|
|
342
|
-
"default": "My
|
|
342
|
+
"default": "My account"
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
},
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"alt": {
|
|
358
358
|
"title": "Alternative Label",
|
|
359
359
|
"type": "string",
|
|
360
|
-
"default": "Shopping
|
|
360
|
+
"default": "Shopping cart"
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
},
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
"title": {
|
|
607
607
|
"title": "Title",
|
|
608
608
|
"type": "string",
|
|
609
|
-
"default": "Follow
|
|
609
|
+
"default": "Follow us"
|
|
610
610
|
},
|
|
611
611
|
"socialLinks": {
|
|
612
612
|
"title": "Social Media",
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"title": {
|
|
703
703
|
"title": "Title",
|
|
704
704
|
"type": "string",
|
|
705
|
-
"default": "Payment
|
|
705
|
+
"default": "Payment methods"
|
|
706
706
|
},
|
|
707
707
|
"paymentMethods": {
|
|
708
708
|
"title": "Payment Methods",
|
|
@@ -1226,12 +1226,12 @@
|
|
|
1226
1226
|
"title": {
|
|
1227
1227
|
"title": "Title",
|
|
1228
1228
|
"type": "string",
|
|
1229
|
-
"default": "
|
|
1229
|
+
"default": "Subscribe to the newsletter"
|
|
1230
1230
|
},
|
|
1231
1231
|
"description": {
|
|
1232
1232
|
"title": "Description",
|
|
1233
1233
|
"type": "string",
|
|
1234
|
-
"default": "
|
|
1234
|
+
"default": "Get news and special offers!"
|
|
1235
1235
|
},
|
|
1236
1236
|
"privacyPolicy": {
|
|
1237
1237
|
"title": "Privacy Policy Disclaimer",
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
"emailInputLabel": {
|
|
1244
1244
|
"title": "Email input label",
|
|
1245
1245
|
"type": "string",
|
|
1246
|
-
"default": "
|
|
1246
|
+
"default": "Email"
|
|
1247
1247
|
},
|
|
1248
1248
|
"displayNameInput": {
|
|
1249
1249
|
"title": "Request name?",
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
"nameInputLabel": {
|
|
1254
1254
|
"title": "Name input label",
|
|
1255
1255
|
"type": "string",
|
|
1256
|
-
"default": "
|
|
1256
|
+
"default": "Name"
|
|
1257
1257
|
},
|
|
1258
1258
|
"subscribeButtonLabel": {
|
|
1259
1259
|
"title": "Subscribe button label",
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
"title": "Message",
|
|
1292
1292
|
"description": "Message",
|
|
1293
1293
|
"type": "string",
|
|
1294
|
-
"default": "
|
|
1294
|
+
"default": "Thanks for your subscription."
|
|
1295
1295
|
},
|
|
1296
1296
|
"icon": {
|
|
1297
1297
|
"title": "Icon",
|
|
@@ -1310,13 +1310,13 @@
|
|
|
1310
1310
|
"title": "Title",
|
|
1311
1311
|
"description": "Message Title",
|
|
1312
1312
|
"type": "string",
|
|
1313
|
-
"default": "Oops
|
|
1313
|
+
"default": "Oops!"
|
|
1314
1314
|
},
|
|
1315
1315
|
"message": {
|
|
1316
1316
|
"title": "Message",
|
|
1317
1317
|
"description": "Message",
|
|
1318
1318
|
"type": "string",
|
|
1319
|
-
"default": "Something went wrong. Please
|
|
1319
|
+
"default": "Something went wrong. Please try again."
|
|
1320
1320
|
},
|
|
1321
1321
|
"icon": {
|
|
1322
1322
|
"title": "Icon",
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
"title": {
|
|
1356
1356
|
"title": "Title",
|
|
1357
1357
|
"type": "string",
|
|
1358
|
-
"default": "
|
|
1358
|
+
"default": "Check out our next release"
|
|
1359
1359
|
},
|
|
1360
1360
|
"caption": {
|
|
1361
1361
|
"title": "Caption",
|
|
@@ -1421,12 +1421,12 @@
|
|
|
1421
1421
|
"title": {
|
|
1422
1422
|
"title": "Title",
|
|
1423
1423
|
"type": "string",
|
|
1424
|
-
"default": "
|
|
1424
|
+
"default": "Subscribe to the newsletter"
|
|
1425
1425
|
},
|
|
1426
1426
|
"description": {
|
|
1427
1427
|
"title": "Description",
|
|
1428
1428
|
"type": "string",
|
|
1429
|
-
"default": "
|
|
1429
|
+
"default": "Get news and special offers!"
|
|
1430
1430
|
},
|
|
1431
1431
|
"privacyPolicy": {
|
|
1432
1432
|
"title": "Privacy Policy Disclaimer",
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
"emailInputLabel": {
|
|
1439
1439
|
"title": "Email input label",
|
|
1440
1440
|
"type": "string",
|
|
1441
|
-
"default": "
|
|
1441
|
+
"default": "Email"
|
|
1442
1442
|
},
|
|
1443
1443
|
"displayNameInput": {
|
|
1444
1444
|
"title": "Request name?",
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"nameInputLabel": {
|
|
1449
1449
|
"title": "Name input label",
|
|
1450
1450
|
"type": "string",
|
|
1451
|
-
"default": "
|
|
1451
|
+
"default": "Name"
|
|
1452
1452
|
},
|
|
1453
1453
|
"subscribeButtonLabel": {
|
|
1454
1454
|
"title": "Subscribe button label",
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
"title": "Message",
|
|
1482
1482
|
"description": "Message",
|
|
1483
1483
|
"type": "string",
|
|
1484
|
-
"default": "
|
|
1484
|
+
"default": "Thanks for your subscription."
|
|
1485
1485
|
},
|
|
1486
1486
|
"icon": {
|
|
1487
1487
|
"title": "Icon",
|
|
@@ -1500,13 +1500,13 @@
|
|
|
1500
1500
|
"title": "Title",
|
|
1501
1501
|
"description": "Message Title",
|
|
1502
1502
|
"type": "string",
|
|
1503
|
-
"default": "Oops
|
|
1503
|
+
"default": "Oops!"
|
|
1504
1504
|
},
|
|
1505
1505
|
"message": {
|
|
1506
1506
|
"title": "Message",
|
|
1507
1507
|
"description": "Message",
|
|
1508
1508
|
"type": "string",
|
|
1509
|
-
"default": "Something went wrong. Please
|
|
1509
|
+
"default": "Something went wrong. Please try again."
|
|
1510
1510
|
},
|
|
1511
1511
|
"icon": {
|
|
1512
1512
|
"title": "Icon",
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"title": {
|
|
1588
1588
|
"title": "Title",
|
|
1589
1589
|
"type": "string",
|
|
1590
|
-
"default": "Add to
|
|
1590
|
+
"default": "Add to cart"
|
|
1591
1591
|
},
|
|
1592
1592
|
"icon": {
|
|
1593
1593
|
"title": "Icon",
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
"alt": {
|
|
1603
1603
|
"type": "string",
|
|
1604
1604
|
"title": "Alternative Label",
|
|
1605
|
-
"default": "Shopping
|
|
1605
|
+
"default": "Shopping cart"
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
1608
1608
|
}
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
"title": {
|
|
1617
1617
|
"title": "Title",
|
|
1618
1618
|
"type": "string",
|
|
1619
|
-
"default": "
|
|
1619
|
+
"default": "Unavailable"
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
1622
1622
|
},
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
"inputLabel": {
|
|
1633
1633
|
"title": "Input Label",
|
|
1634
1634
|
"type": "string",
|
|
1635
|
-
"default": "Postal
|
|
1635
|
+
"default": "Postal code"
|
|
1636
1636
|
},
|
|
1637
1637
|
"link": {
|
|
1638
1638
|
"title": "Postal Code Discovery",
|
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
"text": {
|
|
1642
1642
|
"title": "Link Text",
|
|
1643
1643
|
"type": "string",
|
|
1644
|
-
"default": "I don't know my
|
|
1644
|
+
"default": "I don't know my postal code"
|
|
1645
1645
|
},
|
|
1646
1646
|
"to": {
|
|
1647
1647
|
"title": "URL",
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
"label": {
|
|
1837
1837
|
"title": "Previous page button",
|
|
1838
1838
|
"type": "string",
|
|
1839
|
-
"default": "Previous
|
|
1839
|
+
"default": "Previous page"
|
|
1840
1840
|
}
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
"alt": {
|
|
1897
1897
|
"title": "Alternative label",
|
|
1898
1898
|
"type": "string",
|
|
1899
|
-
"default": "Open
|
|
1899
|
+
"default": "Open filters"
|
|
1900
1900
|
}
|
|
1901
1901
|
}
|
|
1902
1902
|
}
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
"clearButtonLabel": {
|
|
1906
1906
|
"title": "Clear button label",
|
|
1907
1907
|
"type": "string",
|
|
1908
|
-
"default": "Clear
|
|
1908
|
+
"default": "Clear all"
|
|
1909
1909
|
},
|
|
1910
1910
|
"applyButtonLabel": {
|
|
1911
1911
|
"title": "Apply button label",
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
"title": {
|
|
1961
1961
|
"title": "Title",
|
|
1962
1962
|
"type": "string",
|
|
1963
|
-
"default": "Nothing matches
|
|
1963
|
+
"default": "Nothing matches your search"
|
|
1964
1964
|
},
|
|
1965
1965
|
"firstButton": {
|
|
1966
1966
|
"title": "First Button",
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
"label": {
|
|
1970
1970
|
"type": "string",
|
|
1971
1971
|
"title": "Label",
|
|
1972
|
-
"default": "Browse
|
|
1972
|
+
"default": "Browse offers"
|
|
1973
1973
|
},
|
|
1974
1974
|
"url": {
|
|
1975
1975
|
"type": "string",
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
"label": {
|
|
1991
1991
|
"type": "string",
|
|
1992
1992
|
"title": "Label",
|
|
1993
|
-
"default": "Just
|
|
1993
|
+
"default": "Just arrived"
|
|
1994
1994
|
},
|
|
1995
1995
|
"url": {
|
|
1996
1996
|
"type": "string",
|
|
@@ -2119,7 +2119,7 @@
|
|
|
2119
2119
|
"title": {
|
|
2120
2120
|
"title": "Title text",
|
|
2121
2121
|
"type": "string",
|
|
2122
|
-
"default": "Your
|
|
2122
|
+
"default": "Your cart"
|
|
2123
2123
|
},
|
|
2124
2124
|
"alert": {
|
|
2125
2125
|
"title": "Alert",
|
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
"text": {
|
|
2162
2162
|
"type": "string",
|
|
2163
2163
|
"title": "Text",
|
|
2164
|
-
"default": "Free shipping
|
|
2164
|
+
"default": "Free shipping on orders $300+"
|
|
2165
2165
|
}
|
|
2166
2166
|
}
|
|
2167
2167
|
},
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
},
|
|
2330
2330
|
"noProductsAvailableErrorMessage": {
|
|
2331
2331
|
"title": "Input field error message for the scenario of no products available for a given location",
|
|
2332
|
-
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections The '%s' is replaced by the postal code value.",
|
|
2332
|
+
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections. The '%s' is replaced by the postal code value.",
|
|
2333
2333
|
"type": "string"
|
|
2334
2334
|
},
|
|
2335
2335
|
"buttonActionText": {
|
|
@@ -2344,9 +2344,9 @@
|
|
|
2344
2344
|
"type": "object",
|
|
2345
2345
|
"properties": {
|
|
2346
2346
|
"text": {
|
|
2347
|
-
"type": "string",
|
|
2348
2347
|
"title": "Link Text",
|
|
2349
|
-
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections"
|
|
2348
|
+
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
|
|
2349
|
+
"type": "string"
|
|
2350
2350
|
},
|
|
2351
2351
|
"to": {
|
|
2352
2352
|
"type": "string",
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
},
|
|
2411
2411
|
"noProductsAvailableErrorMessage": {
|
|
2412
2412
|
"title": "Input field error message for the scenario of no products available for a given location",
|
|
2413
|
-
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections The '%s' is replaced by the postal code value.",
|
|
2413
|
+
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections. The '%s' is replaced by the postal code value.",
|
|
2414
2414
|
"type": "string"
|
|
2415
2415
|
},
|
|
2416
2416
|
"buttonActionText": {
|
|
@@ -2442,9 +2442,9 @@
|
|
|
2442
2442
|
"type": "object",
|
|
2443
2443
|
"properties": {
|
|
2444
2444
|
"text": {
|
|
2445
|
-
"type": "string",
|
|
2446
2445
|
"title": "Link Text",
|
|
2447
|
-
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections"
|
|
2446
|
+
"description": "[Deprecated] Use the fields from the Settings tab in Global Sections",
|
|
2447
|
+
"type": "string"
|
|
2448
2448
|
},
|
|
2449
2449
|
"to": {
|
|
2450
2450
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.79.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@envelop/graphql-jit": "^8.0.3",
|
|
45
45
|
"@envelop/parser-cache": "^6.0.2",
|
|
46
46
|
"@envelop/validation-cache": "^6.0.2",
|
|
47
|
-
"@faststore/api": "^3.
|
|
47
|
+
"@faststore/api": "^3.79.0",
|
|
48
48
|
"@faststore/graphql-utils": "^3.56.1",
|
|
49
49
|
"@faststore/lighthouse": "^3.56.1",
|
|
50
50
|
"@faststore/sdk": "^3.77.2",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"ts-jest": "29.1.1",
|
|
109
109
|
"typescript": "5.3.2"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "29d128164ecb75d8b8fac190e61849a2a034601e"
|
|
112
112
|
}
|
package/src/pages/index.tsx
CHANGED
|
@@ -198,7 +198,11 @@ export const getStaticProps: GetStaticProps<
|
|
|
198
198
|
})
|
|
199
199
|
|
|
200
200
|
return {
|
|
201
|
-
props: {
|
|
201
|
+
props: {
|
|
202
|
+
page,
|
|
203
|
+
globalSections: globalSectionsResult,
|
|
204
|
+
serverData,
|
|
205
|
+
},
|
|
202
206
|
}
|
|
203
207
|
}
|
|
204
208
|
|
|
File without changes
|
|
File without changes
|