@steedos/service-core-objects 3.0.0-beta.28 → 3.0.0-beta.29

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/public/topic.css +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.0-beta.28",
3
+ "version": "3.0.0-beta.29",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,12 +10,12 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/service-package-loader": "3.0.0-beta.28",
13
+ "@steedos/service-package-loader": "3.0.0-beta.29",
14
14
  "json2xls": "^0.1.2",
15
15
  "lodash": "^4.17.21"
16
16
  },
17
17
  "description": "steedos package",
18
18
  "repository": {},
19
19
  "license": "MIT",
20
- "gitHead": "4207c8008fd2300470b8b04e8913b003365c943e"
20
+ "gitHead": "9a9a8b8bbab234f5d6666ca88063d53ad0cd2c4f"
21
21
  }
package/public/topic.css CHANGED
@@ -162,4 +162,9 @@ body a:hover {
162
162
 
163
163
  .antd-PdfViewer-Tool{
164
164
  bottom: 10px !important;
165
+ }
166
+
167
+
168
+ .ant-notification{
169
+ z-index: 1900 !important;
165
170
  }