@pronto-tools-and-more/components 10.54.0 → 10.55.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 +20 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1327,6 +1327,26 @@ var SearchResultsNews = ({
1327
1327
  template: "grid",
1328
1328
  tapEntry: {
1329
1329
  type: "openContent"
1330
+ },
1331
+ condition: {
1332
+ AND: [
1333
+ {
1334
+ value: "$context.phrase",
1335
+ operation: "NOT_EMPTY"
1336
+ },
1337
+ {
1338
+ OR: [
1339
+ {
1340
+ value: "$context.searchtype",
1341
+ compareValue: "news"
1342
+ },
1343
+ {
1344
+ value: "$context.searchtype",
1345
+ operation: "NOT_SET"
1346
+ }
1347
+ ]
1348
+ }
1349
+ ]
1330
1350
  }
1331
1351
  };
1332
1352
  return /* @__PURE__ */ React.createElement("div", { className: "SearchResults" }, /* @__PURE__ */ React.createElement(JsonComponent, { json }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "10.54.0",
3
+ "version": "10.55.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",