@pronto-tools-and-more/components 14.45.0 → 14.46.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/dist/main.js CHANGED
@@ -740,6 +740,7 @@ var unrender7 = (element, renderElement) => {
740
740
  slug: `$functions.id($context, ${contentKey}, 'properties', 'slug')`,
741
741
  totalCount: "n/a",
742
742
  // TODO use real total count once supported
743
+ contentsCount: `$functions.id($context, ${contentKey}, 'contentsCount')`,
743
744
  language
744
745
  });
745
746
  const final = renderElement(node);
@@ -4,5 +4,6 @@ export interface IDossierListItem {
4
4
  readonly imageSrc: string;
5
5
  readonly slug: string;
6
6
  readonly totalCount: number;
7
+ readonly contentsCount: string;
7
8
  readonly language: string;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.45.0",
3
+ "version": "14.46.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",