@faststore/core 4.1.0 → 4.1.1-dev.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/.turbo/turbo-generate.log +3 -3
- package/.turbo/turbo-test.log +22 -22
- package/AGENTS.md +167 -0
- package/CHANGELOG.md +48 -0
- package/README.md +108 -167
- package/cms/faststore/pages/cms_content_type__globalfootersections.jsonc +1 -59
- package/cms/faststore/pages/cms_content_type__globalheadersections.jsonc +1 -59
- package/cms/faststore/pages/cms_content_type__globalsections.jsonc +1 -59
- package/cms/faststore/pages/cms_content_type__home.jsonc +1 -59
- package/cms/faststore/pages/cms_content_type__landingpage.jsonc +1 -62
- package/cms/faststore/pages/cms_content_type__pdp.jsonc +1 -68
- package/cms/faststore/pages/cms_content_type__plp.jsonc +1 -68
- package/cms/faststore/pages/cms_content_type__search.jsonc +1 -68
- package/cms/faststore/schema.json +124 -644
- package/index.ts +1 -1
- package/package.json +9 -7
- package/src/components/cms/RenderSections.tsx +38 -3
- package/vitest.config.ts +15 -0
|
@@ -51,68 +51,7 @@
|
|
|
51
51
|
"$componentTitle": "SEO"
|
|
52
52
|
},
|
|
53
53
|
"sections": {
|
|
54
|
-
"
|
|
55
|
-
"items": {
|
|
56
|
-
"anyOf": [
|
|
57
|
-
{
|
|
58
|
-
"$ref": "#/components/Search"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"$ref": "#/components/Navbar"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"$ref": "#/components/Alert"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"$ref": "#/components/Footer"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"$ref": "#/components/BannerText"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"$ref": "#/components/Hero"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"$ref": "#/components/Incentives"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"$ref": "#/components/ProductShelf"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"$ref": "#/components/CrossSellingShelf"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"$ref": "#/components/ProductTiles"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"$ref": "#/components/Newsletter"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"$ref": "#/components/Children"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"$ref": "#/components/BannerNewsletter"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"$ref": "#/components/CartSidebar"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"$ref": "#/components/RegionBar"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"$ref": "#/components/RegionModal"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"$ref": "#/components/RegionPopover"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"$ref": "#/components/EmptyState"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"$ref": "#/components/ShoppingAssistant"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|
|
54
|
+
"$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
|
|
116
55
|
}
|
|
117
56
|
},
|
|
118
57
|
"readOnly": false,
|
|
@@ -45,74 +45,7 @@
|
|
|
45
45
|
"$componentTitle": "SEO"
|
|
46
46
|
},
|
|
47
47
|
"sections": {
|
|
48
|
-
"
|
|
49
|
-
"items": {
|
|
50
|
-
"anyOf": [
|
|
51
|
-
{
|
|
52
|
-
"$ref": "#/components/Search"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"$ref": "#/components/Navbar"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"$ref": "#/components/Alert"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"$ref": "#/components/Footer"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"$ref": "#/components/BannerText"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"$ref": "#/components/Hero"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"$ref": "#/components/Incentives"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"$ref": "#/components/ProductShelf"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"$ref": "#/components/CrossSellingShelf"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"$ref": "#/components/ProductTiles"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"$ref": "#/components/Newsletter"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"$ref": "#/components/Children"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"$ref": "#/components/BannerNewsletter"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"$ref": "#/components/Breadcrumb"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"$ref": "#/components/ProductDetails"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"$ref": "#/components/CartSidebar"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"$ref": "#/components/RegionBar"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"$ref": "#/components/RegionModal"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"$ref": "#/components/RegionPopover"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"$ref": "#/components/EmptyState"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"$ref": "#/components/ShoppingAssistant"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|
|
48
|
+
"$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
|
|
116
49
|
}
|
|
117
50
|
},
|
|
118
51
|
"readOnly": false,
|
|
@@ -71,74 +71,7 @@
|
|
|
71
71
|
"$componentTitle": "Product Gallery"
|
|
72
72
|
},
|
|
73
73
|
"sections": {
|
|
74
|
-
"
|
|
75
|
-
"items": {
|
|
76
|
-
"anyOf": [
|
|
77
|
-
{
|
|
78
|
-
"$ref": "#/components/Search"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"$ref": "#/components/Navbar"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"$ref": "#/components/Alert"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"$ref": "#/components/Footer"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"$ref": "#/components/BannerText"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"$ref": "#/components/Hero"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"$ref": "#/components/Incentives"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"$ref": "#/components/ProductShelf"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"$ref": "#/components/ProductTiles"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"$ref": "#/components/Newsletter"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"$ref": "#/components/Children"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"$ref": "#/components/BannerNewsletter"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"$ref": "#/components/Breadcrumb"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"$ref": "#/components/ProductGallery"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"$ref": "#/components/CartSidebar"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"$ref": "#/components/RegionBar"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"$ref": "#/components/RegionModal"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"$ref": "#/components/RegionPopover"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"$ref": "#/components/EmptyState"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"$ref": "#/components/ScrollToTopButton"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"$ref": "#/components/ShoppingAssistant"
|
|
139
|
-
}
|
|
140
|
-
]
|
|
141
|
-
}
|
|
74
|
+
"$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
|
|
142
75
|
}
|
|
143
76
|
},
|
|
144
77
|
"readOnly": false,
|
|
@@ -59,74 +59,7 @@
|
|
|
59
59
|
"$componentTitle": "Product Gallery"
|
|
60
60
|
},
|
|
61
61
|
"sections": {
|
|
62
|
-
"
|
|
63
|
-
"items": {
|
|
64
|
-
"anyOf": [
|
|
65
|
-
{
|
|
66
|
-
"$ref": "#/components/Search"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"$ref": "#/components/Navbar"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"$ref": "#/components/Alert"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"$ref": "#/components/Footer"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"$ref": "#/components/BannerText"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"$ref": "#/components/Hero"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"$ref": "#/components/Incentives"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"$ref": "#/components/ProductShelf"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"$ref": "#/components/ProductTiles"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"$ref": "#/components/Newsletter"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"$ref": "#/components/Children"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"$ref": "#/components/BannerNewsletter"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"$ref": "#/components/Breadcrumb"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"$ref": "#/components/ProductGallery"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"$ref": "#/components/CartSidebar"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"$ref": "#/components/RegionBar"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"$ref": "#/components/RegionModal"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"$ref": "#/components/RegionPopover"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"$ref": "#/components/EmptyState"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"$ref": "#/components/ScrollToTopButton"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"$ref": "#/components/ShoppingAssistant"
|
|
127
|
-
}
|
|
128
|
-
]
|
|
129
|
-
}
|
|
62
|
+
"$ref": "#/$defs/$ALLOW_ALL_COMPONENTS"
|
|
130
63
|
}
|
|
131
64
|
},
|
|
132
65
|
"readOnly": false,
|