@pronto-tools-and-more/components 14.48.0 → 14.49.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
@@ -1794,6 +1794,7 @@ var getNodeInfo3 = (element) => {
1794
1794
  return {
1795
1795
  title: `$functions.id($context, ${contentKey}, 'issue', 'name')`,
1796
1796
  name: `$functions.id($context, ${contentKey}, 'issue', 'name')`,
1797
+ id: `$functions.id($context, ${contentKey}, 'issue', 'id')`,
1797
1798
  description: `$functions.id($context, ${contentKey}, 'issue', 'description')`,
1798
1799
  imageSrc: getImageSrc(fallbackImage),
1799
1800
  language: `$functions.getLanguage($functions.id($context, ${contentKey}, 'issue'))`,
@@ -3,8 +3,10 @@ export interface ISearchResult {
3
3
  readonly primaryCategoryId?: string;
4
4
  readonly primaryCategoryLanguage?: string;
5
5
  readonly label: string;
6
- readonly readtime: string;
6
+ readonly readTime: string;
7
7
  readonly title: string;
8
+ readonly id: string;
9
+ readonly name: string;
8
10
  readonly description: string;
9
11
  readonly imageSrc: string;
10
12
  readonly slug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.48.0",
3
+ "version": "14.49.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",