@hpcc-js/common 2.71.13 → 2.71.14

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/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports, util) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/common";
8
- var PKG_VERSION = "2.71.13";
9
- var BUILD_VERSION = "2.104.32";
8
+ var PKG_VERSION = "2.71.14";
9
+ var BUILD_VERSION = "2.104.35";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -10581,7 +10581,7 @@
10581
10581
  var width = Math.max.apply(Math, widths);
10582
10582
  var retVal = {
10583
10583
  x: -width / 2,
10584
- y: -height / 2 - lineHeight / (this.fontFamily() === "FontAwesome" ? 4 : 6),
10584
+ y: -height / 2 - lineHeight / (this.fontFamily() === "FontAwesome" ? 4 : 6), // baseLine offset
10585
10585
  width: width,
10586
10586
  height: height
10587
10587
  };