@pronto-tools-and-more/components 14.10.0 → 14.12.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -266,7 +266,7 @@ var getArticleListDataSource = ({
266
266
  // src/parts/ArticleList/ArticleList.tsx
267
267
  var getContentKey = (element) => {
268
268
  if (element.dataSource.contextKey) {
269
- return element.dataSource.contextKey;
269
+ return `'${element.dataSource.contextKey}'`;
270
270
  }
271
271
  if (element.dataSource.type === "collection-content") {
272
272
  return "'collection-content'";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.10.0",
3
+ "version": "14.12.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",