@midscene/visualizer 1.9.5 → 1.9.6-beta-20260612024141.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/context-preview/index.css +4 -0
- package/dist/es/component/context-preview/index.mjs +1 -0
- package/dist/lib/component/context-preview/index.css +4 -0
- package/dist/lib/component/context-preview/index.js +1 -0
- package/dist/types/component/context-preview/index.d.ts +1 -0
- package/package.json +5 -5
|
@@ -3,6 +3,7 @@ import { Button } from "antd";
|
|
|
3
3
|
import blackboard from "../blackboard/index.mjs";
|
|
4
4
|
import { iconForStatus } from "../misc/index.mjs";
|
|
5
5
|
import playground_demo_ui_context from "../playground/playground-demo-ui-context.json";
|
|
6
|
+
import "./index.css";
|
|
6
7
|
const ContextPreview = ({ uiContextPreview, setUiContextPreview, showContextPreview })=>{
|
|
7
8
|
if (!showContextPreview) return null;
|
|
8
9
|
return /*#__PURE__*/ jsxs("div", {
|
|
@@ -42,6 +42,7 @@ var index_js_default = /*#__PURE__*/ __webpack_require__.n(index_js_namespaceObj
|
|
|
42
42
|
const external_misc_index_js_namespaceObject = require("../misc/index.js");
|
|
43
43
|
const playground_demo_ui_context_json_namespaceObject = require("../playground/playground-demo-ui-context.json");
|
|
44
44
|
var playground_demo_ui_context_json_default = /*#__PURE__*/ __webpack_require__.n(playground_demo_ui_context_json_namespaceObject);
|
|
45
|
+
require("./index.css");
|
|
45
46
|
const ContextPreview = ({ uiContextPreview, setUiContextPreview, showContextPreview })=>{
|
|
46
47
|
if (!showContextPreview) return null;
|
|
47
48
|
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/visualizer",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.6-beta-20260612024141.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",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"antd": "^5.21.6",
|
|
74
74
|
"buffer": "6.0.3",
|
|
75
75
|
"dayjs": "^1.11.11",
|
|
76
|
-
"@midscene/core": "1.9.
|
|
77
|
-
"@midscene/playground": "1.9.
|
|
78
|
-
"@midscene/shared": "1.9.
|
|
79
|
-
"@midscene/web": "1.9.
|
|
76
|
+
"@midscene/core": "1.9.6-beta-20260612024141.0",
|
|
77
|
+
"@midscene/playground": "1.9.6-beta-20260612024141.0",
|
|
78
|
+
"@midscene/shared": "1.9.6-beta-20260612024141.0",
|
|
79
|
+
"@midscene/web": "1.9.6-beta-20260612024141.0"
|
|
80
80
|
},
|
|
81
81
|
"license": "MIT",
|
|
82
82
|
"scripts": {
|