@blocklet/ui-react 2.9.88 → 2.9.90

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.
@@ -104,7 +104,7 @@ function BlockletStudio({
104
104
  padding: 0,
105
105
  margin: 0,
106
106
  pointerEvents: opened ? "auto" : "none",
107
- opacity: opened ? 1 : 0.5,
107
+ opacity: opened ? 1 : 0,
108
108
  ...style
109
109
  },
110
110
  ...rest
@@ -105,7 +105,7 @@ function BlockletStudio({
105
105
  padding: 0,
106
106
  margin: 0,
107
107
  pointerEvents: opened ? "auto" : "none",
108
- opacity: opened ? 1 : 0.5,
108
+ opacity: opened ? 1 : 0,
109
109
  ...style
110
110
  },
111
111
  ...rest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/ui-react",
3
- "version": "2.9.88",
3
+ "version": "2.9.90",
4
4
  "description": "Some useful front-end web components that can be used in Blocklets.",
5
5
  "keywords": [
6
6
  "react",
@@ -62,8 +62,8 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@arcblock/bridge": "^2.9.88",
66
- "@arcblock/react-hooks": "^2.9.88",
65
+ "@arcblock/bridge": "^2.9.90",
66
+ "@arcblock/react-hooks": "^2.9.90",
67
67
  "@blocklet/js-sdk": "1.16.27-beta-c450492a",
68
68
  "@iconify-icons/logos": "^1.2.36",
69
69
  "@iconify-icons/material-symbols": "^1.2.58",
@@ -108,5 +108,5 @@
108
108
  "jest": "^28.1.3",
109
109
  "unbuild": "^2.0.0"
110
110
  },
111
- "gitHead": "4b25a950bb1e6486a5e955385e727a675b44a3a7"
111
+ "gitHead": "cd1b054b69c0e9ed66e375d73fe1ec0bbb36870c"
112
112
  }
@@ -135,7 +135,7 @@ function BlockletStudio({
135
135
  padding: 0,
136
136
  margin: 0,
137
137
  pointerEvents: opened ? 'auto' : 'none',
138
- opacity: opened ? 1 : 0.5,
138
+ opacity: opened ? 1 : 0,
139
139
  ...style,
140
140
  }}
141
141
  {...rest}