@pronto-tools-and-more/components 14.64.0 → 14.65.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.
@@ -3,6 +3,9 @@ export interface IDossierListItem {
3
3
  readonly description: string;
4
4
  readonly imageSrc: string;
5
5
  readonly slug: string;
6
+ /**
7
+ * @deprecated
8
+ */
6
9
  readonly totalCount: number;
7
10
  readonly contentsCount: string;
8
11
  readonly language: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.64.0",
3
+ "version": "14.65.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",