@hpcc-js/phosphor 2.20.0 → 2.20.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/phosphor",
3
- "version": "2.20.0",
3
+ "version": "2.20.2",
4
4
  "description": "hpcc-js - Viz Phosphor",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -38,15 +38,15 @@
38
38
  "update": "npx --yes npm-check-updates -u -t minor"
39
39
  },
40
40
  "dependencies": {
41
- "@hpcc-js/common": "^2.73.0",
42
- "@hpcc-js/other": "^2.17.0",
41
+ "@hpcc-js/common": "^2.73.1",
42
+ "@hpcc-js/other": "^2.17.1",
43
43
  "@hpcc-js/phosphor-shim": "^2.16.0",
44
- "@hpcc-js/util": "^2.53.0"
44
+ "@hpcc-js/util": "^2.53.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@hpcc-js/bundle": "^2.12.0",
48
48
  "d3-selection": "^1",
49
- "tslib": "2.7.0"
49
+ "tslib": "2.8.1"
50
50
  },
51
51
  "repository": {
52
52
  "type": "git",
@@ -59,5 +59,5 @@
59
59
  "url": "https://github.com/hpcc-systems/Visualization/issues"
60
60
  },
61
61
  "homepage": "https://github.com/hpcc-systems/Visualization",
62
- "gitHead": "fbbef050700b0e9d76ef99714856383d95155149"
62
+ "gitHead": "9f7febd34d32c62d1785e7863334773e1967d738"
63
63
  }
package/src/DockPanel.ts CHANGED
@@ -89,7 +89,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo
89
89
  this._pPlaceholder
90
90
  .style("width", this.width() + "px")
91
91
  .style("height", this.height() + "px")
92
- .style("overflow", "auto")
92
+ .style("overflow", "hidden")
93
93
  ;
94
94
 
95
95
  element.select(".p-Widget")
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/phosphor";
2
- export const PKG_VERSION = "2.20.0";
3
- export const BUILD_VERSION = "2.107.0";
2
+ export const PKG_VERSION = "2.20.2";
3
+ export const BUILD_VERSION = "2.108.2";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/phosphor";
2
- export declare const PKG_VERSION = "2.20.0";
3
- export declare const BUILD_VERSION = "2.107.0";
2
+ export declare const PKG_VERSION = "2.20.2";
3
+ export declare const BUILD_VERSION = "2.108.2";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/phosphor";
2
- export declare const PKG_VERSION = "2.20.0";
3
- export declare const BUILD_VERSION = "2.107.0";
2
+ export declare const PKG_VERSION = "2.20.2";
3
+ export declare const BUILD_VERSION = "2.108.2";
4
4
  //# sourceMappingURL=__package__.d.ts.map