@midscene/visualizer 0.29.6 → 0.29.7-beta-20250930035234.0

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.
@@ -159,6 +159,7 @@
159
159
 
160
160
  .prompt-input-wrapper .mode-radio-group-wrapper .action-icons {
161
161
  z-index: 10;
162
+ pointer-events: none;
162
163
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .95) 60%, #fff 70%);
163
164
  flex-shrink: 0;
164
165
  justify-content: flex-end;
@@ -173,6 +174,10 @@
173
174
  transform: translateY(-50%);
174
175
  }
175
176
 
177
+ .prompt-input-wrapper .mode-radio-group-wrapper .action-icons > * {
178
+ pointer-events: auto;
179
+ }
180
+
176
181
  .prompt-input-wrapper .main-side-console-input {
177
182
  margin-top: 10px;
178
183
  position: relative;
@@ -125,6 +125,7 @@
125
125
 
126
126
  .prompt-input-wrapper .mode-radio-group-wrapper .action-icons {
127
127
  z-index: 10;
128
+ pointer-events: none;
128
129
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .95) 60%, #fff 70%);
129
130
  flex-shrink: 0;
130
131
  justify-content: flex-end;
@@ -139,6 +140,10 @@
139
140
  transform: translateY(-50%);
140
141
  }
141
142
 
143
+ .prompt-input-wrapper .mode-radio-group-wrapper .action-icons > * {
144
+ pointer-events: auto;
145
+ }
146
+
142
147
  .prompt-input-wrapper .main-side-console-input {
143
148
  margin-top: 10px;
144
149
  position: relative;
@@ -159,6 +159,7 @@
159
159
 
160
160
  .prompt-input-wrapper .mode-radio-group-wrapper .action-icons {
161
161
  z-index: 10;
162
+ pointer-events: none;
162
163
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .95) 60%, #fff 70%);
163
164
  flex-shrink: 0;
164
165
  justify-content: flex-end;
@@ -173,6 +174,10 @@
173
174
  transform: translateY(-50%);
174
175
  }
175
176
 
177
+ .prompt-input-wrapper .mode-radio-group-wrapper .action-icons > * {
178
+ pointer-events: auto;
179
+ }
180
+
176
181
  .prompt-input-wrapper .main-side-console-input {
177
182
  margin-top: 10px;
178
183
  position: relative;
@@ -125,6 +125,7 @@
125
125
 
126
126
  .prompt-input-wrapper .mode-radio-group-wrapper .action-icons {
127
127
  z-index: 10;
128
+ pointer-events: none;
128
129
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .95) 60%, #fff 70%);
129
130
  flex-shrink: 0;
130
131
  justify-content: flex-end;
@@ -139,6 +140,10 @@
139
140
  transform: translateY(-50%);
140
141
  }
141
142
 
143
+ .prompt-input-wrapper .mode-radio-group-wrapper .action-icons > * {
144
+ pointer-events: auto;
145
+ }
146
+
142
147
  .prompt-input-wrapper .main-side-console-input {
143
148
  margin-top: 10px;
144
149
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/visualizer",
3
- "version": "0.29.6",
3
+ "version": "0.29.7-beta-20250930035234.0",
4
4
  "repository": "https://github.com/web-infra-dev/midscene",
5
5
  "homepage": "https://midscenejs.com/",
6
6
  "types": "./dist/types/index.d.ts",
@@ -70,10 +70,10 @@
70
70
  "antd": "^5.21.6",
71
71
  "buffer": "6.0.3",
72
72
  "dayjs": "^1.11.11",
73
- "@midscene/core": "0.29.6",
74
- "@midscene/playground": "0.29.6",
75
- "@midscene/shared": "0.29.6",
76
- "@midscene/web": "0.29.6"
73
+ "@midscene/core": "0.29.7-beta-20250930035234.0",
74
+ "@midscene/playground": "0.29.7-beta-20250930035234.0",
75
+ "@midscene/shared": "0.29.7-beta-20250930035234.0",
76
+ "@midscene/web": "0.29.7-beta-20250930035234.0"
77
77
  },
78
78
  "license": "MIT",
79
79
  "scripts": {