@steedos/service-core-objects 3.0.2-beta.9 → 3.0.3-beta.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.
@@ -13,7 +13,7 @@
13
13
  {
14
14
  "type": "wrapper",
15
15
  "size": "none",
16
- "className": "space-users-list-sidebar-wrapper flex-shrink-0 min-w-[220px] overflow-y-auto sm:rounded shadow bg-white my-4 ml-4 mr-1 lg:order-first lg:flex lg:flex-col ",
16
+ "className": "space-users-list-sidebar-wrapper flex-shrink-0 min-w-[260px] overflow-y-auto bg-white border-r lg:order-first lg:flex lg:flex-col ",
17
17
  "body": [
18
18
  {
19
19
  "type": "input-tree",
@@ -275,7 +275,7 @@
275
275
  "width": "0px"
276
276
  },
277
277
  ".space-users-list-custom-page.space-users-list-pc.space-users-list-sidebar-open .space-users-list-sidebar-wrapper": {
278
- "min-width": "220px"
278
+ "min-width": "260px"
279
279
  },
280
280
  ".space-users-list-custom-page.space-users-list-pc .space-users-list-sidebar-wrapper .antd-Form-item .antd-Tree": {
281
281
  "max-height": "none"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.2-beta.9",
3
+ "version": "3.0.3-beta.1",
4
4
  "main": "package.service.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "steedos"
10
10
  ],
11
11
  "dependencies": {
12
- "@steedos/service-package-loader": "3.0.2-beta.9",
12
+ "@steedos/service-package-loader": "3.0.3-beta.1",
13
13
  "bcryptjs": "^3.0.3",
14
14
  "json2xls": "^0.1.2",
15
15
  "lodash": "^4.17.21"
@@ -17,5 +17,5 @@
17
17
  "description": "steedos package",
18
18
  "repository": {},
19
19
  "license": "MIT",
20
- "gitHead": "a5e81c96b611a087822e32334546f8247b541131"
20
+ "gitHead": "e5cbf2415d4a1efef6ec7ab9c39dc1037772781a"
21
21
  }