@openfin/core-web 0.44.60 → 0.45.17

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/out/styles.css CHANGED
@@ -980,4 +980,8 @@ div.placeholder_image img {
980
980
  .lm_splitter {
981
981
  pointer-events: none;
982
982
  }
983
- }
983
+ }
984
+
985
+ div[id^='openfin-layout-shadow-container'] {
986
+ line-height: 0;
987
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core-web",
3
- "version": "0.44.60",
3
+ "version": "0.45.17",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "files": [
@@ -41,9 +41,9 @@
41
41
  "postdev": "npm run postbuild",
42
42
  "dev": "run-p dev:worker build:rollup build:docs",
43
43
  "watch": "echo [WARNING] Web Interop does not support watch due to ApiExtractor incompatibility",
44
- "ci:prepublish": "of-npm prepublish",
45
- "ci:postpublish": "of-npm postpublish",
46
- "ci:publish": "npm publish",
44
+ "ci:prepack": "of-npm prepack",
45
+ "ci:pack": "npm pack",
46
+ "ci:postpack": "of-npm postpack",
47
47
  "version:update": "of-npm version --bump patch '$MAJOR.$RMAJOR.$PATCH'"
48
48
  },
49
49
  "author": "",
@@ -56,6 +56,6 @@
56
56
  "uuid": "^8.3.2"
57
57
  },
58
58
  "peerDependencies": {
59
- "@openfin/core": "44.100.61"
59
+ "@openfin/core": "45.100.18"
60
60
  }
61
61
  }