@pronto-tools-and-more/components 14.61.0 → 14.62.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 +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2047,7 +2047,7 @@ var SearchResultsEPaper = () => {
2047
2047
  type: "list",
2048
2048
  emptyMessage: {
2049
2049
  message: "SEARCH_RESULT_NO_RESULT",
2050
- variables: ["hmm"]
2050
+ variables: ["$context.phrase"]
2051
2051
  },
2052
2052
  errorMessage: "SEARCH_ERROR",
2053
2053
  errorButtonLabel: "SEARCH_ERROR_RETRY"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.61.0",
3
+ "version": "14.62.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",