@pie-element/complex-rubric 2.16.2-next.0 → 2.16.2-next.1

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.
@@ -113418,9 +113418,9 @@ const require$$17$3 = _dll_pie_lib__pie_toolbox_config_ui;
113418
113418
  (0, _createClass2["default"])(Main, [{
113419
113419
  key: "componentDidMount",
113420
113420
  value: function componentDidMount() {
113421
- this.updateDivWidth();
113422
113421
  window.addEventListener('resize', this.updateDivWidth);
113423
113422
  window.addEventListener('load', this.updateDivWidth);
113423
+ setTimeout(this.updateDivWidth, 0);
113424
113424
  }
113425
113425
  }, {
113426
113426
  key: "componentWillUnmount",
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "2.16.2-next.0+02a42aaaa",
4
+ "version": "2.16.2-next.1+ccaa944dd",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^3.16.2-next.0+02a42aaaa",
11
- "@pie-element/rubric": "^3.16.2-next.0+02a42aaaa",
10
+ "@pie-element/multi-trait-rubric": "^3.16.2-next.1+ccaa944dd",
11
+ "@pie-element/rubric": "^3.16.2-next.1+ccaa944dd",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "02a42aaaa416df585b64c23d468ebfc3aba7c6f6",
18
+ "gitHead": "ccaa944dd1175c64ea486bb00482a726dadd3ab5",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },