shareneus 1.7.27 → 1.7.30

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, -15, 6, 0]
430
430
  };
431
431
  if (logoPosition === 'Top') {
432
432
  return {
@@ -453,7 +453,7 @@ function buildHeaderContentWithLogo(logoDataUrl, hasLogo, organizationStack, log
453
453
  logoBlock,
454
454
  {
455
455
  width: '*',
456
- marginLeft: textAlignment === 'center' ? -90 : 0,
456
+ marginLeft: textAlignment === 'center' ? -100 : 0,
457
457
  stack: safeOrganizationStack
458
458
  }
459
459
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.7.27",
3
+ "version": "1.7.30",
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, -15, 6, 0]
490
490
  };
491
491
 
492
492
  if (logoPosition === 'Top') {
@@ -519,7 +519,7 @@ function buildHeaderContentWithLogo(
519
519
  logoBlock,
520
520
  {
521
521
  width: '*',
522
- marginLeft: textAlignment === 'center' ? -90 : 0,
522
+ marginLeft: textAlignment === 'center' ? -100 : 0,
523
523
  stack: safeOrganizationStack
524
524
  }
525
525
  ],