@pronto-tools-and-more/components 13.11.0 → 13.13.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 +6 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1910,7 +1910,12 @@ var Seo = ({
1910
1910
  seo: {
1911
1911
  og_title: actualTitle,
1912
1912
  og_description: description,
1913
- og_image: image,
1913
+ og_image: image ? {
1914
+ url: image,
1915
+ width: "100",
1916
+ height: "100",
1917
+ type: ""
1918
+ } : void 0,
1914
1919
  description,
1915
1920
  title: actualTitle,
1916
1921
  keywords,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "13.11.0",
3
+ "version": "13.13.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",