@midscene/visualizer 1.0.1-beta-20251217082334.0 → 1.0.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.
|
@@ -261,7 +261,32 @@
|
|
|
261
261
|
.prompt-input-wrapper .main-side-console-input.loading {
|
|
262
262
|
background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%) border-box;
|
|
263
263
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.prompt-input-wrapper .main-side-console-input.loading:before {
|
|
267
|
+
content: "";
|
|
268
|
+
-webkit-mask-composite: xor;
|
|
269
|
+
pointer-events: none;
|
|
270
|
+
z-index: -1;
|
|
271
|
+
background: linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%);
|
|
272
|
+
border-radius: 12px;
|
|
273
|
+
padding: 1px;
|
|
264
274
|
animation: 5s linear infinite hue-shift;
|
|
275
|
+
position: absolute;
|
|
276
|
+
top: -1px;
|
|
277
|
+
bottom: -1px;
|
|
278
|
+
left: -1px;
|
|
279
|
+
right: -1px;
|
|
280
|
+
-webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
|
|
281
|
+
-webkit-mask-position: 0 0, 0 0;
|
|
282
|
+
-webkit-mask-size: auto, auto;
|
|
283
|
+
-webkit-mask-repeat: repeat, repeat;
|
|
284
|
+
-webkit-mask-clip: content-box, border-box;
|
|
285
|
+
-webkit-mask-origin: content-box, border-box;
|
|
286
|
+
-webkit-mask-composite: xor;
|
|
287
|
+
mask-composite: exclude;
|
|
288
|
+
-webkit-mask-source-type: auto, auto;
|
|
289
|
+
mask-mode: match-source, match-source;
|
|
265
290
|
}
|
|
266
291
|
|
|
267
292
|
.prompt-input-wrapper .main-side-console-input.disabled .form-controller-wrapper {
|
|
@@ -217,7 +217,32 @@
|
|
|
217
217
|
.prompt-input-wrapper .main-side-console-input.loading {
|
|
218
218
|
background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%) border-box;
|
|
219
219
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.prompt-input-wrapper .main-side-console-input.loading:before {
|
|
223
|
+
content: "";
|
|
224
|
+
-webkit-mask-composite: xor;
|
|
225
|
+
pointer-events: none;
|
|
226
|
+
z-index: -1;
|
|
227
|
+
background: linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%);
|
|
228
|
+
border-radius: 12px;
|
|
229
|
+
padding: 1px;
|
|
220
230
|
animation: 5s linear infinite hue-shift;
|
|
231
|
+
position: absolute;
|
|
232
|
+
top: -1px;
|
|
233
|
+
bottom: -1px;
|
|
234
|
+
left: -1px;
|
|
235
|
+
right: -1px;
|
|
236
|
+
-webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
|
|
237
|
+
-webkit-mask-position: 0 0, 0 0;
|
|
238
|
+
-webkit-mask-size: auto, auto;
|
|
239
|
+
-webkit-mask-repeat: repeat, repeat;
|
|
240
|
+
-webkit-mask-clip: content-box, border-box;
|
|
241
|
+
-webkit-mask-origin: content-box, border-box;
|
|
242
|
+
-webkit-mask-composite: xor;
|
|
243
|
+
mask-composite: exclude;
|
|
244
|
+
-webkit-mask-source-type: auto, auto;
|
|
245
|
+
mask-mode: match-source, match-source;
|
|
221
246
|
}
|
|
222
247
|
|
|
223
248
|
.prompt-input-wrapper .main-side-console-input.disabled .form-controller-wrapper {
|
|
@@ -261,7 +261,32 @@
|
|
|
261
261
|
.prompt-input-wrapper .main-side-console-input.loading {
|
|
262
262
|
background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%) border-box;
|
|
263
263
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.prompt-input-wrapper .main-side-console-input.loading:before {
|
|
267
|
+
content: "";
|
|
268
|
+
-webkit-mask-composite: xor;
|
|
269
|
+
pointer-events: none;
|
|
270
|
+
z-index: -1;
|
|
271
|
+
background: linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%);
|
|
272
|
+
border-radius: 12px;
|
|
273
|
+
padding: 1px;
|
|
264
274
|
animation: 5s linear infinite hue-shift;
|
|
275
|
+
position: absolute;
|
|
276
|
+
top: -1px;
|
|
277
|
+
bottom: -1px;
|
|
278
|
+
left: -1px;
|
|
279
|
+
right: -1px;
|
|
280
|
+
-webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
|
|
281
|
+
-webkit-mask-position: 0 0, 0 0;
|
|
282
|
+
-webkit-mask-size: auto, auto;
|
|
283
|
+
-webkit-mask-repeat: repeat, repeat;
|
|
284
|
+
-webkit-mask-clip: content-box, border-box;
|
|
285
|
+
-webkit-mask-origin: content-box, border-box;
|
|
286
|
+
-webkit-mask-composite: xor;
|
|
287
|
+
mask-composite: exclude;
|
|
288
|
+
-webkit-mask-source-type: auto, auto;
|
|
289
|
+
mask-mode: match-source, match-source;
|
|
265
290
|
}
|
|
266
291
|
|
|
267
292
|
.prompt-input-wrapper .main-side-console-input.disabled .form-controller-wrapper {
|
|
@@ -217,7 +217,32 @@
|
|
|
217
217
|
.prompt-input-wrapper .main-side-console-input.loading {
|
|
218
218
|
background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%) border-box;
|
|
219
219
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.prompt-input-wrapper .main-side-console-input.loading:before {
|
|
223
|
+
content: "";
|
|
224
|
+
-webkit-mask-composite: xor;
|
|
225
|
+
pointer-events: none;
|
|
226
|
+
z-index: -1;
|
|
227
|
+
background: linear-gradient(135deg, #4285f4 0%, #06f 25%, #7b02c5 50%, #ea4335 75%, #ff7043 100%);
|
|
228
|
+
border-radius: 12px;
|
|
229
|
+
padding: 1px;
|
|
220
230
|
animation: 5s linear infinite hue-shift;
|
|
231
|
+
position: absolute;
|
|
232
|
+
top: -1px;
|
|
233
|
+
bottom: -1px;
|
|
234
|
+
left: -1px;
|
|
235
|
+
right: -1px;
|
|
236
|
+
-webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
|
|
237
|
+
-webkit-mask-position: 0 0, 0 0;
|
|
238
|
+
-webkit-mask-size: auto, auto;
|
|
239
|
+
-webkit-mask-repeat: repeat, repeat;
|
|
240
|
+
-webkit-mask-clip: content-box, border-box;
|
|
241
|
+
-webkit-mask-origin: content-box, border-box;
|
|
242
|
+
-webkit-mask-composite: xor;
|
|
243
|
+
mask-composite: exclude;
|
|
244
|
+
-webkit-mask-source-type: auto, auto;
|
|
245
|
+
mask-mode: match-source, match-source;
|
|
221
246
|
}
|
|
222
247
|
|
|
223
248
|
.prompt-input-wrapper .main-side-console-input.disabled .form-controller-wrapper {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/visualizer",
|
|
3
|
-
"version": "1.0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
5
5
|
"homepage": "https://midscenejs.com/",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"antd": "^5.21.6",
|
|
61
61
|
"buffer": "6.0.3",
|
|
62
62
|
"dayjs": "^1.11.11",
|
|
63
|
-
"@midscene/
|
|
64
|
-
"@midscene/
|
|
65
|
-
"@midscene/shared": "1.0.1
|
|
66
|
-
"@midscene/web": "1.0.1
|
|
63
|
+
"@midscene/core": "1.0.1",
|
|
64
|
+
"@midscene/playground": "1.0.1",
|
|
65
|
+
"@midscene/shared": "1.0.1",
|
|
66
|
+
"@midscene/web": "1.0.1"
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"scripts": {
|