@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.
@@ -0,0 +1,4 @@
1
+ .context-panel {
2
+ padding-bottom: 12px;
3
+ }
4
+
@@ -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", {
@@ -0,0 +1,4 @@
1
+ .context-panel {
2
+ padding-bottom: 12px;
3
+ }
4
+
@@ -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", {
@@ -1,5 +1,6 @@
1
1
  import type { UIContext } from '@midscene/core';
2
2
  import type React from 'react';
3
+ import './index.less';
3
4
  interface ContextPreviewProps {
4
5
  uiContextPreview: UIContext | undefined;
5
6
  setUiContextPreview: (context: UIContext) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/visualizer",
3
- "version": "1.9.5",
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.5",
77
- "@midscene/playground": "1.9.5",
78
- "@midscene/shared": "1.9.5",
79
- "@midscene/web": "1.9.5"
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": {