@pronto-tools-and-more/components 13.0.1 → 13.1.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
@@ -637,7 +637,7 @@ var unrender6 = (element, renderElement) => {
637
637
  description: `$functions.id($context, ${contentKey}, 'description')`,
638
638
  imageSrc: `$functions.id($context, ${contentKey}, 'thumbnails', 'default')`,
639
639
  slug: `$functions.id($context, ${contentKey}, 'properties', 'slug')`,
640
- totalCount: 12,
640
+ totalCount: "n/a",
641
641
  // TODO use real total count once supported
642
642
  language
643
643
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "13.0.1",
3
+ "version": "13.1.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",