@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.es6.js +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +17 -17
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { classID2Meta, hashSum, isArray } from '@hpcc-js/util';
|
|
2
2
|
|
|
3
3
|
var PKG_NAME = "@hpcc-js/common";
|
|
4
|
-
var PKG_VERSION = "2.71.
|
|
5
|
-
var BUILD_VERSION = "2.104.
|
|
4
|
+
var PKG_VERSION = "2.71.14";
|
|
5
|
+
var BUILD_VERSION = "2.104.35";
|
|
6
6
|
|
|
7
7
|
/******************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -10577,7 +10577,7 @@ var Text = /** @class */ (function (_super) {
|
|
|
10577
10577
|
var width = Math.max.apply(Math, widths);
|
|
10578
10578
|
var retVal = {
|
|
10579
10579
|
x: -width / 2,
|
|
10580
|
-
y: -height / 2 - lineHeight / (this.fontFamily() === "FontAwesome" ? 4 : 6),
|
|
10580
|
+
y: -height / 2 - lineHeight / (this.fontFamily() === "FontAwesome" ? 4 : 6), // baseLine offset
|
|
10581
10581
|
width: width,
|
|
10582
10582
|
height: height
|
|
10583
10583
|
};
|