@pronto-tools-and-more/components 10.2.0 → 10.3.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
@@ -47,7 +47,7 @@ var createFilterFromProperties = ({
47
47
  content: {
48
48
  value: {
49
49
  id: {
50
- value: authorId
50
+ value: categoryId
51
51
  }
52
52
  }
53
53
  }
@@ -1,6 +1,6 @@
1
1
  import { ArticleListItemRenderer } from "../ArticleListItemRenderer/ArticleListItemRenderer.ts";
2
2
  export declare const ArticleList: ({ properties, render, authorId, categoryId, bundleId, }: {
3
- properties: any;
3
+ properties?: any;
4
4
  authorId?: string;
5
5
  categoryId?: string;
6
6
  bundleId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",