@pronto-tools-and-more/components 13.6.0 → 13.7.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
@@ -866,6 +866,7 @@ var ErrorPage = ({
866
866
  const json = {
867
867
  render,
868
868
  unrender: unrender7,
869
+ language,
869
870
  type: "section",
870
871
  class: "errorMessage"
871
872
  };
@@ -1,3 +1,4 @@
1
1
  export interface ErrorData {
2
2
  readonly statusCode: string;
3
+ readonly language: string;
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "13.6.0",
3
+ "version": "13.7.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",