@blocklet/launcher-layout 2.10.20 → 2.10.22

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/lib/index.js +2 -1
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -276,8 +276,9 @@ const Root = styled.div`
276
276
  }
277
277
 
278
278
  .layout-content {
279
+ width: 100%;
279
280
  min-width: 0;
280
- flex: 1;
281
+ flex-grow: 1;
281
282
  height: 100%;
282
283
  padding: 32px;
283
284
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "2.10.20",
3
+ "version": "2.10.22",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,7 +44,7 @@
44
44
  "react": "^18.2.0"
45
45
  },
46
46
  "dependencies": {
47
- "@arcblock/icons": "^2.10.20",
47
+ "@arcblock/icons": "^2.10.22",
48
48
  "@blocklet/launcher-util": "2.3.45",
49
49
  "@blocklet/launcher-ux": "2.3.45",
50
50
  "@blocklet/meta": "1.16.29",
@@ -67,5 +67,5 @@
67
67
  "babel-plugin-inline-react-svg": "^2.0.2",
68
68
  "glob": "^10.4.5"
69
69
  },
70
- "gitHead": "e824874fc5c195246c96fcb8da7308b46d77236f"
70
+ "gitHead": "9fff4ecb5be75faeb708d0de193144e199fea46d"
71
71
  }