@faststore/core 2.0.129-alpha.0 → 2.0.130-alpha.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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -17,8 +17,6 @@ info - Generating static pages (0/7)
|
|
|
17
17
|
info - Generating static pages (1/7)
|
|
18
18
|
info - Generating static pages (3/7)
|
|
19
19
|
warn - CallToAction not found. Add a new component for this section or remove it from the CMS
|
|
20
|
-
warn - CallToAction not found. Add a new component for this section or remove it from the CMS
|
|
21
|
-
warn - CallToAction not found. Add a new component for this section or remove it from the CMS
|
|
22
20
|
info - Generating static pages (5/7)
|
|
23
21
|
info - Generating static pages (7/7)
|
|
24
22
|
info - Finalizing page optimization...
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
## [2.0.130-alpha.0](https://github.com/vtex/faststore/compare/v2.0.129-alpha.0...v2.0.130-alpha.0) (2023-05-04)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- Add PLP Content-type e refacts sections to use CamelCase ([#1745](https://github.com/vtex/faststore/issues/1745)) ([00e17d5](https://github.com/vtex/faststore/commit/00e17d500c070137e7704a35adf4949dcc06f7c6))
|
|
11
|
+
|
|
6
12
|
## [2.0.129-alpha.0](https://github.com/vtex/faststore/compare/v2.0.128-alpha.0...v2.0.129-alpha.0) (2023-05-04)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"type": "object",
|
|
7
7
|
"description": "Search Bar Configuration",
|
|
8
8
|
"required": [
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
9
|
+
"searchInput",
|
|
10
|
+
"searchHistory",
|
|
11
|
+
"searchTop",
|
|
12
|
+
"searchAutocomplete"
|
|
13
13
|
],
|
|
14
14
|
"properties": {
|
|
15
|
-
"
|
|
15
|
+
"searchInput": {
|
|
16
16
|
"title": "Input Field",
|
|
17
17
|
"type": "object",
|
|
18
18
|
"properties": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"
|
|
44
|
+
"searchHistory": {
|
|
45
45
|
"title": "Search History",
|
|
46
46
|
"type": "object",
|
|
47
47
|
"properties": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"type": "string",
|
|
51
51
|
"default": "History"
|
|
52
52
|
},
|
|
53
|
-
"
|
|
53
|
+
"clearButtonLabel": {
|
|
54
54
|
"type": "string",
|
|
55
55
|
"title": "Clear Button Label",
|
|
56
56
|
"default": "Clear History"
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"
|
|
76
|
+
"maxItems": {
|
|
77
77
|
"title": "Maximum Number of History Items",
|
|
78
78
|
"type": "integer",
|
|
79
79
|
"default": 5
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"searchTop": {
|
|
84
84
|
"title": "Top Search",
|
|
85
85
|
"type": "object",
|
|
86
86
|
"properties": {
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
"type": "string",
|
|
90
90
|
"default": "Top Search"
|
|
91
91
|
},
|
|
92
|
-
"
|
|
92
|
+
"maxItems": {
|
|
93
93
|
"title": "Maximum Number of Top Search Items",
|
|
94
94
|
"type": "integer",
|
|
95
95
|
"default": 5
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
"
|
|
99
|
+
"searchAutocomplete": {
|
|
100
100
|
"title": "Autocomplete",
|
|
101
101
|
"type": "object",
|
|
102
102
|
"properties": {
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
"
|
|
120
|
+
"maxItems": {
|
|
121
121
|
"title": "Maximum Number of Autocomplete Items",
|
|
122
122
|
"type": "integer",
|
|
123
123
|
"default": 5
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
"
|
|
127
|
+
"searchProducts": {
|
|
128
128
|
"title": "Suggested Products",
|
|
129
129
|
"type": "object",
|
|
130
130
|
"properties": {
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"type": "string",
|
|
134
134
|
"default": "Suggested Products"
|
|
135
135
|
},
|
|
136
|
-
"
|
|
136
|
+
"maxItems": {
|
|
137
137
|
"title": "Maximum Number of Suggested Products",
|
|
138
138
|
"type": "integer",
|
|
139
139
|
"default": 5
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"signInButton": {
|
|
172
172
|
"title": "Sign In Button",
|
|
173
173
|
"type": "object",
|
|
174
174
|
"properties": {
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"cartIcon": {
|
|
201
201
|
"title": "Cart Icon",
|
|
202
202
|
"type": "object",
|
|
203
203
|
"properties": {
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
|
-
"
|
|
256
|
+
"pageLinks": {
|
|
257
257
|
"title": "Links",
|
|
258
258
|
"type": "array",
|
|
259
259
|
"maxItems": 8,
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
},
|
|
382
|
-
"
|
|
382
|
+
"footerLinks": {
|
|
383
383
|
"title": "Footer Links Sections",
|
|
384
384
|
"type": "array",
|
|
385
385
|
"maxItems": 4,
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"title": "Footer Links Section",
|
|
388
388
|
"type": "object",
|
|
389
389
|
"properties": {
|
|
390
|
-
"
|
|
390
|
+
"sectionTitle": {
|
|
391
391
|
"title": "Section Title",
|
|
392
392
|
"type": "string"
|
|
393
393
|
},
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"footerSocial": {
|
|
420
420
|
"title": "Social Media Links",
|
|
421
421
|
"type": "object",
|
|
422
422
|
"properties": {
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"type": "string",
|
|
426
426
|
"default": "Follow Us"
|
|
427
427
|
},
|
|
428
|
-
"
|
|
428
|
+
"socialLinks": {
|
|
429
429
|
"title": "Social Media",
|
|
430
430
|
"type": "array",
|
|
431
431
|
"minItems": 0,
|
|
@@ -487,16 +487,16 @@
|
|
|
487
487
|
}
|
|
488
488
|
}
|
|
489
489
|
},
|
|
490
|
-
"
|
|
490
|
+
"copyrightInfo": {
|
|
491
491
|
"title": "Copyright Message",
|
|
492
492
|
"type": "string"
|
|
493
493
|
},
|
|
494
|
-
"
|
|
494
|
+
"acceptedPaymentMethods": {
|
|
495
495
|
"title": "Payment Methods Sections",
|
|
496
496
|
"type": "object",
|
|
497
|
-
"required": ["
|
|
497
|
+
"required": ["showPaymentMethods"],
|
|
498
498
|
"properties": {
|
|
499
|
-
"
|
|
499
|
+
"showPaymentMethods": {
|
|
500
500
|
"title": "Display Payment Methods",
|
|
501
501
|
"type": "boolean",
|
|
502
502
|
"default": true
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"type": "string",
|
|
507
507
|
"default": "Payment Methods"
|
|
508
508
|
},
|
|
509
|
-
"
|
|
509
|
+
"paymentMethods": {
|
|
510
510
|
"title": "Payment Methods",
|
|
511
511
|
"type": "array",
|
|
512
512
|
"items": {
|
|
@@ -797,21 +797,21 @@
|
|
|
797
797
|
}
|
|
798
798
|
}
|
|
799
799
|
},
|
|
800
|
-
"
|
|
800
|
+
"productCardConfiguration": {
|
|
801
801
|
"title": "Product Card Configuration",
|
|
802
802
|
"type": "object",
|
|
803
803
|
"properties": {
|
|
804
|
-
"
|
|
804
|
+
"showDiscountBadge": {
|
|
805
805
|
"title": "Show discount badge?",
|
|
806
806
|
"type": "boolean",
|
|
807
807
|
"default": true
|
|
808
808
|
},
|
|
809
|
-
"
|
|
809
|
+
"showBuyButton": {
|
|
810
810
|
"title": "Show buy button?",
|
|
811
811
|
"type": "boolean",
|
|
812
812
|
"default": true
|
|
813
813
|
},
|
|
814
|
-
"
|
|
814
|
+
"buyButtonTitle": {
|
|
815
815
|
"title": "Buy Button Text",
|
|
816
816
|
"type": "string",
|
|
817
817
|
"default": "Buy"
|
|
@@ -963,26 +963,26 @@
|
|
|
963
963
|
"type": "string",
|
|
964
964
|
"default": "Receive our news and promotions in advance"
|
|
965
965
|
},
|
|
966
|
-
"
|
|
966
|
+
"privacyPolicy": {
|
|
967
967
|
"title": "Privacy Policy Disclaimer",
|
|
968
968
|
"type": "string"
|
|
969
969
|
},
|
|
970
|
-
"
|
|
970
|
+
"emailInputLabel": {
|
|
971
971
|
"title": "Email input label",
|
|
972
972
|
"type": "string",
|
|
973
973
|
"default": "Your Email"
|
|
974
974
|
},
|
|
975
|
-
"
|
|
975
|
+
"displayNameInput": {
|
|
976
976
|
"title": "Request name?",
|
|
977
977
|
"type": "boolean",
|
|
978
978
|
"default": true
|
|
979
979
|
},
|
|
980
|
-
"
|
|
980
|
+
"nameInputLabel": {
|
|
981
981
|
"title": "Name input label",
|
|
982
982
|
"type": "string",
|
|
983
983
|
"default": "Your Name"
|
|
984
984
|
},
|
|
985
|
-
"
|
|
985
|
+
"subscribeButtonLabel": {
|
|
986
986
|
"title": "Subscribe button label",
|
|
987
987
|
"type": "string",
|
|
988
988
|
"default": "Subscribe"
|
|
@@ -1096,23 +1096,23 @@
|
|
|
1096
1096
|
"type": "object",
|
|
1097
1097
|
"description": "Display Product Details Section",
|
|
1098
1098
|
"properties": {
|
|
1099
|
-
"
|
|
1099
|
+
"productTitle": {
|
|
1100
1100
|
"title": "Product Title",
|
|
1101
1101
|
"type": "object",
|
|
1102
1102
|
"properties": {
|
|
1103
|
-
"
|
|
1103
|
+
"discountBadge": {
|
|
1104
1104
|
"title": "Show Discount Badge?",
|
|
1105
1105
|
"type": "boolean",
|
|
1106
1106
|
"default": false
|
|
1107
1107
|
},
|
|
1108
|
-
"
|
|
1108
|
+
"refNumber": {
|
|
1109
1109
|
"title": "Show Reference Number?",
|
|
1110
1110
|
"type": "boolean",
|
|
1111
1111
|
"default": false
|
|
1112
1112
|
}
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
|
-
"
|
|
1115
|
+
"buyButton": {
|
|
1116
1116
|
"title": "Buy Button",
|
|
1117
1117
|
"type": "object",
|
|
1118
1118
|
"properties": {
|
|
@@ -1140,7 +1140,7 @@
|
|
|
1140
1140
|
}
|
|
1141
1141
|
}
|
|
1142
1142
|
},
|
|
1143
|
-
"
|
|
1143
|
+
"shippingSimulator": {
|
|
1144
1144
|
"title": "Shipping Simulation",
|
|
1145
1145
|
"type": "object",
|
|
1146
1146
|
"properties": {
|
|
@@ -1149,7 +1149,7 @@
|
|
|
1149
1149
|
"type": "string",
|
|
1150
1150
|
"default": "Shipping"
|
|
1151
1151
|
},
|
|
1152
|
-
"
|
|
1152
|
+
"inputLabel": {
|
|
1153
1153
|
"title": "Input Label",
|
|
1154
1154
|
"type": "string",
|
|
1155
1155
|
"default": "Postal Code"
|
|
@@ -1169,17 +1169,17 @@
|
|
|
1169
1169
|
}
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
|
-
"
|
|
1172
|
+
"shippingOptionsTableTitle": {
|
|
1173
1173
|
"title": "Shipping Options Table Header",
|
|
1174
1174
|
"type": "string"
|
|
1175
1175
|
}
|
|
1176
1176
|
}
|
|
1177
1177
|
},
|
|
1178
|
-
"
|
|
1178
|
+
"productDetailsContent": {
|
|
1179
1179
|
"title": "Product Details Content",
|
|
1180
1180
|
"type": "object",
|
|
1181
1181
|
"properties": {
|
|
1182
|
-
"
|
|
1182
|
+
"initiallyExpanded": {
|
|
1183
1183
|
"type": "string",
|
|
1184
1184
|
"title": "Initially Expanded?",
|
|
1185
1185
|
"enumNames": ["First", "All", "None"],
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"details": {
|
|
1189
1189
|
"type": "object",
|
|
1190
1190
|
"properties": {
|
|
1191
|
-
"
|
|
1191
|
+
"displayDescription": {
|
|
1192
1192
|
"title": "Should display description?",
|
|
1193
1193
|
"type": "boolean",
|
|
1194
1194
|
"default": true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.130-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"scripts": {
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"msw": {
|
|
109
109
|
"workerDirectory": "public"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "1f98570bc7c6833f90b658356f074febbba01d2c"
|
|
112
112
|
}
|