shareneus 1.7.27 → 1.7.29

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.
@@ -426,7 +426,7 @@ function buildHeaderContentWithLogo(logoDataUrl, hasLogo, organizationStack, log
426
426
  image: logoDataUrl,
427
427
  // fit: [80, 80],
428
428
  height: 80,
429
- margin: [0, 0, 6, 0]
429
+ margin: [0, -10, 6, 0]
430
430
  };
431
431
  if (logoPosition === 'Top') {
432
432
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.7.27",
3
+ "version": "1.7.29",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -486,7 +486,7 @@ function buildHeaderContentWithLogo(
486
486
  image: logoDataUrl,
487
487
  // fit: [80, 80],
488
488
  height:80,
489
- margin: [0, 0, 6, 0]
489
+ margin: [0, -10, 6, 0]
490
490
  };
491
491
 
492
492
  if (logoPosition === 'Top') {