@midscene/visualizer 1.0.1-beta-20251118060105.0 → 1.0.1-beta-20251119084156.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.
- package/dist/es/component/env-config-reminder/index.css +1 -1
- package/dist/es/component/history-selector/index.css +1 -1
- package/dist/es/component/nav-actions/style.css +1 -1
- package/dist/es/component/player/index.css +4 -3
- package/dist/es/component/playground/index.css +10 -10
- package/dist/es/component/playground-result/index.css +2 -2
- package/dist/es/component/prompt-input/index.css +8 -8
- package/dist/es/component/universal-playground/index.css +6 -14
- package/dist/es/components/screenshot-viewer/index.css +6 -10
- package/dist/es/utils/replay-scripts.mjs +0 -1
- package/dist/lib/component/env-config-reminder/index.css +1 -1
- package/dist/lib/component/history-selector/index.css +1 -1
- package/dist/lib/component/nav-actions/style.css +1 -1
- package/dist/lib/component/player/index.css +4 -3
- package/dist/lib/component/playground/index.css +10 -10
- package/dist/lib/component/playground-result/index.css +2 -2
- package/dist/lib/component/prompt-input/index.css +8 -8
- package/dist/lib/component/universal-playground/index.css +6 -14
- package/dist/lib/components/screenshot-viewer/index.css +6 -10
- package/dist/lib/utils/replay-scripts.js +0 -1
- package/package.json +5 -5
|
@@ -185,11 +185,12 @@
|
|
|
185
185
|
|
|
186
186
|
[data-theme="dark"] .player-container {
|
|
187
187
|
background: #141414;
|
|
188
|
-
border-color: #
|
|
188
|
+
border-color: #292929;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
[data-theme="dark"] .player-container[data-fit-mode="height"] {
|
|
192
|
-
background: #
|
|
192
|
+
background: #292929;
|
|
193
|
+
border-color: #292929;
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
[data-theme="dark"] .player-container[data-fit-mode="height"] .canvas-container {
|
|
@@ -201,7 +202,7 @@
|
|
|
201
202
|
}
|
|
202
203
|
|
|
203
204
|
[data-theme="dark"] .player-container .player-tools, [data-theme="dark"] .player-container .player-tools .ant-spin, [data-theme="dark"] .player-container .player-tools .status-icon svg {
|
|
204
|
-
color:
|
|
205
|
+
color: #f8fafd;
|
|
205
206
|
}
|
|
206
207
|
|
|
207
208
|
[data-theme="dark"] .player-container .player-tools .status-icon:hover {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
[data-theme="dark"] .result-wrapper .loading-container .loading-progress-text {
|
|
36
|
-
color:
|
|
36
|
+
color: #f8fafd;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
[data-theme="dark"] .result-wrapper pre {
|
|
40
|
-
color:
|
|
40
|
+
color: #f8fafd;
|
|
41
41
|
background: #141414;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .ant-radio-button-wrapper {
|
|
436
|
-
color:
|
|
436
|
+
color: #f8fafd !important;
|
|
437
437
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
438
438
|
}
|
|
439
439
|
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .more-apis-button {
|
|
447
|
-
color:
|
|
447
|
+
color: #f8fafd !important;
|
|
448
448
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
449
449
|
}
|
|
450
450
|
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
[data-theme="dark"] .prompt-input-wrapper .main-side-console-input .main-side-console-input-textarea {
|
|
465
|
-
color:
|
|
465
|
+
color: #f8fafd !important;
|
|
466
466
|
background: rgba(255, 255, 255, .04) !important;
|
|
467
467
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
468
468
|
}
|
|
@@ -473,13 +473,13 @@
|
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-input, [data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content textarea.ant-input {
|
|
476
|
-
color:
|
|
476
|
+
color: #f8fafd !important;
|
|
477
477
|
background: rgba(255, 255, 255, .04) !important;
|
|
478
478
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-btn {
|
|
482
|
-
color:
|
|
482
|
+
color: #f8fafd !important;
|
|
483
483
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
484
484
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
485
485
|
}
|
|
@@ -499,11 +499,11 @@
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item-label > label {
|
|
502
|
-
color:
|
|
502
|
+
color: #f8fafd !important;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input-number, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-select, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-radio-group .ant-radio-button-wrapper {
|
|
506
|
-
color:
|
|
506
|
+
color: #f8fafd !important;
|
|
507
507
|
background-color: rgba(255, 255, 255, .04) !important;
|
|
508
508
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
509
509
|
}
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
[data-theme="dark"] .prompt-input .param-label {
|
|
549
|
-
color:
|
|
549
|
+
color: #f8fafd;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
[data-theme="dark"] .prompt-input .error-message {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
[data-theme="dark"] .result-wrapper .loading-container .loading-progress-text {
|
|
36
|
-
color:
|
|
36
|
+
color: #f8fafd;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
[data-theme="dark"] .result-wrapper pre {
|
|
40
|
-
color:
|
|
40
|
+
color: #f8fafd;
|
|
41
41
|
background: #141414;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .ant-radio-button-wrapper {
|
|
393
|
-
color:
|
|
393
|
+
color: #f8fafd !important;
|
|
394
394
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
395
395
|
}
|
|
396
396
|
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .more-apis-button {
|
|
404
|
-
color:
|
|
404
|
+
color: #f8fafd !important;
|
|
405
405
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
406
406
|
}
|
|
407
407
|
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
[data-theme="dark"] .prompt-input-wrapper .main-side-console-input .main-side-console-input-textarea {
|
|
422
|
-
color:
|
|
422
|
+
color: #f8fafd !important;
|
|
423
423
|
background: rgba(255, 255, 255, .04) !important;
|
|
424
424
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
425
425
|
}
|
|
@@ -430,13 +430,13 @@
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-input, [data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content textarea.ant-input {
|
|
433
|
-
color:
|
|
433
|
+
color: #f8fafd !important;
|
|
434
434
|
background: rgba(255, 255, 255, .04) !important;
|
|
435
435
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-btn {
|
|
439
|
-
color:
|
|
439
|
+
color: #f8fafd !important;
|
|
440
440
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
441
441
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
442
442
|
}
|
|
@@ -456,11 +456,11 @@
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item-label > label {
|
|
459
|
-
color:
|
|
459
|
+
color: #f8fafd !important;
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input-number, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-select, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-radio-group .ant-radio-button-wrapper {
|
|
463
|
-
color:
|
|
463
|
+
color: #f8fafd !important;
|
|
464
464
|
background-color: rgba(255, 255, 255, .04) !important;
|
|
465
465
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
466
466
|
}
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
[data-theme="dark"] .prompt-input .param-label {
|
|
506
|
-
color:
|
|
506
|
+
color: #f8fafd;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
[data-theme="dark"] .prompt-input .error-message {
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
[data-theme="dark"] .universal-playground .status-indicator {
|
|
347
|
-
color:
|
|
347
|
+
color: #f8fafd;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
[data-theme="dark"] .universal-playground .status-indicator.error {
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
[data-theme="dark"] .universal-playground .operation-label {
|
|
359
|
-
color:
|
|
359
|
+
color: #f8fafd;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
[data-theme="dark"] .universal-playground .alert-message {
|
|
363
|
-
color:
|
|
363
|
+
color: #f8fafd;
|
|
364
364
|
background-color: rgba(82, 38, 7, .3);
|
|
365
365
|
}
|
|
366
366
|
|
|
@@ -381,23 +381,15 @@
|
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
[data-theme="dark"] .universal-playground .playground-footer .status-text {
|
|
384
|
-
color:
|
|
384
|
+
color: #f8fafd;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
[data-theme="dark"] .universal-playground .results-info {
|
|
388
388
|
color: rgba(255, 255, 255, .45);
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
[data-theme="dark"] .universal-playground .result-section .result-title {
|
|
392
|
-
color:
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
[data-theme="dark"] .universal-playground .result-section .result-details {
|
|
396
|
-
color: rgba(255, 255, 255, .65);
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
[data-theme="dark"] .universal-playground .result-section .result-value {
|
|
400
|
-
color: rgba(255, 255, 255, .85);
|
|
391
|
+
[data-theme="dark"] .universal-playground .result-section .result-title, [data-theme="dark"] .universal-playground .result-section .result-details, [data-theme="dark"] .universal-playground .result-section .result-value {
|
|
392
|
+
color: #f8fafd;
|
|
401
393
|
}
|
|
402
394
|
|
|
403
395
|
[data-theme="dark"] .universal-playground .result-section .result-value.success {
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
[data-theme="dark"] .screenshot-viewer.offline, [data-theme="dark"] .screenshot-viewer.loading, [data-theme="dark"] .screenshot-viewer.error {
|
|
172
|
-
color:
|
|
172
|
+
color: #f8fafd;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
[data-theme="dark"] .screenshot-viewer.offline .screenshot-placeholder h3, [data-theme="dark"] .screenshot-viewer.loading .screenshot-placeholder h3, [data-theme="dark"] .screenshot-viewer.error .screenshot-placeholder h3 {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
[data-theme="dark"] .screenshot-viewer.offline .screenshot-placeholder p, [data-theme="dark"] .screenshot-viewer.loading .screenshot-placeholder p, [data-theme="dark"] .screenshot-viewer.error .screenshot-placeholder p {
|
|
180
|
-
color:
|
|
180
|
+
color: #f8fafd;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
[data-theme="dark"] .screenshot-viewer.offline .screenshot-placeholder p.error-message, [data-theme="dark"] .screenshot-viewer.loading .screenshot-placeholder p.error-message, [data-theme="dark"] .screenshot-viewer.error .screenshot-placeholder p.error-message {
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
[data-theme="dark"] .screenshot-viewer .screenshot-header .screenshot-title h3 {
|
|
188
|
-
color:
|
|
188
|
+
color: #f8fafd;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
[data-theme="dark"] .screenshot-viewer .screenshot-header .screenshot-title .screenshot-subtitle {
|
|
@@ -196,12 +196,8 @@
|
|
|
196
196
|
background: #141414;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .device-name-overlay {
|
|
200
|
-
color:
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .last-update-time {
|
|
204
|
-
color: rgba(255, 255, 255, .65);
|
|
199
|
+
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .device-name-overlay, [data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .last-update-time {
|
|
200
|
+
color: #f8fafd;
|
|
205
201
|
}
|
|
206
202
|
|
|
207
203
|
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .ant-btn:hover {
|
|
@@ -209,7 +205,7 @@
|
|
|
209
205
|
}
|
|
210
206
|
|
|
211
207
|
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .ant-btn .anticon {
|
|
212
|
-
color:
|
|
208
|
+
color: #f8fafd;
|
|
213
209
|
}
|
|
214
210
|
|
|
215
211
|
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-content .screenshot-placeholder {
|
|
@@ -185,11 +185,12 @@
|
|
|
185
185
|
|
|
186
186
|
[data-theme="dark"] .player-container {
|
|
187
187
|
background: #141414;
|
|
188
|
-
border-color: #
|
|
188
|
+
border-color: #292929;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
[data-theme="dark"] .player-container[data-fit-mode="height"] {
|
|
192
|
-
background: #
|
|
192
|
+
background: #292929;
|
|
193
|
+
border-color: #292929;
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
[data-theme="dark"] .player-container[data-fit-mode="height"] .canvas-container {
|
|
@@ -201,7 +202,7 @@
|
|
|
201
202
|
}
|
|
202
203
|
|
|
203
204
|
[data-theme="dark"] .player-container .player-tools, [data-theme="dark"] .player-container .player-tools .ant-spin, [data-theme="dark"] .player-container .player-tools .status-icon svg {
|
|
204
|
-
color:
|
|
205
|
+
color: #f8fafd;
|
|
205
206
|
}
|
|
206
207
|
|
|
207
208
|
[data-theme="dark"] .player-container .player-tools .status-icon:hover {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
[data-theme="dark"] .result-wrapper .loading-container .loading-progress-text {
|
|
36
|
-
color:
|
|
36
|
+
color: #f8fafd;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
[data-theme="dark"] .result-wrapper pre {
|
|
40
|
-
color:
|
|
40
|
+
color: #f8fafd;
|
|
41
41
|
background: #141414;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .ant-radio-button-wrapper {
|
|
436
|
-
color:
|
|
436
|
+
color: #f8fafd !important;
|
|
437
437
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
438
438
|
}
|
|
439
439
|
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .more-apis-button {
|
|
447
|
-
color:
|
|
447
|
+
color: #f8fafd !important;
|
|
448
448
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
449
449
|
}
|
|
450
450
|
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
[data-theme="dark"] .prompt-input-wrapper .main-side-console-input .main-side-console-input-textarea {
|
|
465
|
-
color:
|
|
465
|
+
color: #f8fafd !important;
|
|
466
466
|
background: rgba(255, 255, 255, .04) !important;
|
|
467
467
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
468
468
|
}
|
|
@@ -473,13 +473,13 @@
|
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-input, [data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content textarea.ant-input {
|
|
476
|
-
color:
|
|
476
|
+
color: #f8fafd !important;
|
|
477
477
|
background: rgba(255, 255, 255, .04) !important;
|
|
478
478
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-btn {
|
|
482
|
-
color:
|
|
482
|
+
color: #f8fafd !important;
|
|
483
483
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
484
484
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
485
485
|
}
|
|
@@ -499,11 +499,11 @@
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item-label > label {
|
|
502
|
-
color:
|
|
502
|
+
color: #f8fafd !important;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input-number, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-select, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-radio-group .ant-radio-button-wrapper {
|
|
506
|
-
color:
|
|
506
|
+
color: #f8fafd !important;
|
|
507
507
|
background-color: rgba(255, 255, 255, .04) !important;
|
|
508
508
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
509
509
|
}
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
[data-theme="dark"] .prompt-input .param-label {
|
|
549
|
-
color:
|
|
549
|
+
color: #f8fafd;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
[data-theme="dark"] .prompt-input .error-message {
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
[data-theme="dark"] .result-wrapper .loading-container .loading-progress-text {
|
|
36
|
-
color:
|
|
36
|
+
color: #f8fafd;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
[data-theme="dark"] .result-wrapper pre {
|
|
40
|
-
color:
|
|
40
|
+
color: #f8fafd;
|
|
41
41
|
background: #141414;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .ant-radio-button-wrapper {
|
|
393
|
-
color:
|
|
393
|
+
color: #f8fafd !important;
|
|
394
394
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
395
395
|
}
|
|
396
396
|
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
[data-theme="dark"] .prompt-input-wrapper .mode-radio-group-wrapper .mode-radio-group .more-apis-button {
|
|
404
|
-
color:
|
|
404
|
+
color: #f8fafd !important;
|
|
405
405
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
406
406
|
}
|
|
407
407
|
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
[data-theme="dark"] .prompt-input-wrapper .main-side-console-input .main-side-console-input-textarea {
|
|
422
|
-
color:
|
|
422
|
+
color: #f8fafd !important;
|
|
423
423
|
background: rgba(255, 255, 255, .04) !important;
|
|
424
424
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
425
425
|
}
|
|
@@ -430,13 +430,13 @@
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-input, [data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content textarea.ant-input {
|
|
433
|
-
color:
|
|
433
|
+
color: #f8fafd !important;
|
|
434
434
|
background: rgba(255, 255, 255, .04) !important;
|
|
435
435
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
[data-theme="dark"] .prompt-input-wrapper .ant-form-item-control-input-content .ant-btn {
|
|
439
|
-
color:
|
|
439
|
+
color: #f8fafd !important;
|
|
440
440
|
background-color: rgba(255, 255, 255, .08) !important;
|
|
441
441
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
442
442
|
}
|
|
@@ -456,11 +456,11 @@
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-form-item-label > label {
|
|
459
|
-
color:
|
|
459
|
+
color: #f8fafd !important;
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
[data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-input-number, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-select, [data-theme="dark"] .prompt-input-wrapper .structured-params-container .structured-params .ant-radio-group .ant-radio-button-wrapper {
|
|
463
|
-
color:
|
|
463
|
+
color: #f8fafd !important;
|
|
464
464
|
background-color: rgba(255, 255, 255, .04) !important;
|
|
465
465
|
border-color: rgba(255, 255, 255, .12) !important;
|
|
466
466
|
}
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
[data-theme="dark"] .prompt-input .param-label {
|
|
506
|
-
color:
|
|
506
|
+
color: #f8fafd;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
[data-theme="dark"] .prompt-input .error-message {
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
[data-theme="dark"] .universal-playground .status-indicator {
|
|
347
|
-
color:
|
|
347
|
+
color: #f8fafd;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
[data-theme="dark"] .universal-playground .status-indicator.error {
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
[data-theme="dark"] .universal-playground .operation-label {
|
|
359
|
-
color:
|
|
359
|
+
color: #f8fafd;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
[data-theme="dark"] .universal-playground .alert-message {
|
|
363
|
-
color:
|
|
363
|
+
color: #f8fafd;
|
|
364
364
|
background-color: rgba(82, 38, 7, .3);
|
|
365
365
|
}
|
|
366
366
|
|
|
@@ -381,23 +381,15 @@
|
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
[data-theme="dark"] .universal-playground .playground-footer .status-text {
|
|
384
|
-
color:
|
|
384
|
+
color: #f8fafd;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
[data-theme="dark"] .universal-playground .results-info {
|
|
388
388
|
color: rgba(255, 255, 255, .45);
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
[data-theme="dark"] .universal-playground .result-section .result-title {
|
|
392
|
-
color:
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
[data-theme="dark"] .universal-playground .result-section .result-details {
|
|
396
|
-
color: rgba(255, 255, 255, .65);
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
[data-theme="dark"] .universal-playground .result-section .result-value {
|
|
400
|
-
color: rgba(255, 255, 255, .85);
|
|
391
|
+
[data-theme="dark"] .universal-playground .result-section .result-title, [data-theme="dark"] .universal-playground .result-section .result-details, [data-theme="dark"] .universal-playground .result-section .result-value {
|
|
392
|
+
color: #f8fafd;
|
|
401
393
|
}
|
|
402
394
|
|
|
403
395
|
[data-theme="dark"] .universal-playground .result-section .result-value.success {
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
[data-theme="dark"] .screenshot-viewer.offline, [data-theme="dark"] .screenshot-viewer.loading, [data-theme="dark"] .screenshot-viewer.error {
|
|
172
|
-
color:
|
|
172
|
+
color: #f8fafd;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
[data-theme="dark"] .screenshot-viewer.offline .screenshot-placeholder h3, [data-theme="dark"] .screenshot-viewer.loading .screenshot-placeholder h3, [data-theme="dark"] .screenshot-viewer.error .screenshot-placeholder h3 {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
[data-theme="dark"] .screenshot-viewer.offline .screenshot-placeholder p, [data-theme="dark"] .screenshot-viewer.loading .screenshot-placeholder p, [data-theme="dark"] .screenshot-viewer.error .screenshot-placeholder p {
|
|
180
|
-
color:
|
|
180
|
+
color: #f8fafd;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
[data-theme="dark"] .screenshot-viewer.offline .screenshot-placeholder p.error-message, [data-theme="dark"] .screenshot-viewer.loading .screenshot-placeholder p.error-message, [data-theme="dark"] .screenshot-viewer.error .screenshot-placeholder p.error-message {
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
[data-theme="dark"] .screenshot-viewer .screenshot-header .screenshot-title h3 {
|
|
188
|
-
color:
|
|
188
|
+
color: #f8fafd;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
[data-theme="dark"] .screenshot-viewer .screenshot-header .screenshot-title .screenshot-subtitle {
|
|
@@ -196,12 +196,8 @@
|
|
|
196
196
|
background: #141414;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .device-name-overlay {
|
|
200
|
-
color:
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .last-update-time {
|
|
204
|
-
color: rgba(255, 255, 255, .65);
|
|
199
|
+
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .device-name-overlay, [data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .last-update-time {
|
|
200
|
+
color: #f8fafd;
|
|
205
201
|
}
|
|
206
202
|
|
|
207
203
|
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .ant-btn:hover {
|
|
@@ -209,7 +205,7 @@
|
|
|
209
205
|
}
|
|
210
206
|
|
|
211
207
|
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-overlay .screenshot-controls .ant-btn .anticon {
|
|
212
|
-
color:
|
|
208
|
+
color: #f8fafd;
|
|
213
209
|
}
|
|
214
210
|
|
|
215
211
|
[data-theme="dark"] .screenshot-viewer .screenshot-container .screenshot-content .screenshot-placeholder {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/visualizer",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-20251119084156.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",
|
|
@@ -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/
|
|
66
|
-
"@midscene/
|
|
63
|
+
"@midscene/playground": "1.0.1-beta-20251119084156.0",
|
|
64
|
+
"@midscene/shared": "1.0.1-beta-20251119084156.0",
|
|
65
|
+
"@midscene/web": "1.0.1-beta-20251119084156.0",
|
|
66
|
+
"@midscene/core": "1.0.1-beta-20251119084156.0"
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"scripts": {
|