@midscene/visualizer
Advanced tools
Comparing version 0.12.2 to 0.12.3-beta-20250227125033.0
/// <reference types="react" /> | ||
import 'pixi.js/unsafe-eval'; | ||
import * as PIXI from 'pixi.js'; | ||
import type { BaseElement, Rect, UIContext } from '../../../midscene'; | ||
import type { BaseElement, Rect, UIContext } from '../../../core'; | ||
import './blackboard.less'; | ||
@@ -6,0 +6,0 @@ export declare const rectMarkForItem: (rect: Rect, name: string, ifHighlight: boolean, onPointOver?: () => void, onPointerOut?: () => void) => (PIXI.Graphics | PIXI.Text)[]; |
import * as Z from 'zustand'; | ||
import type { ExecutionDump, ExecutionTask, GroupedActionDump, InsightDump } from '../../../midscene'; | ||
import type { ExecutionDump, ExecutionTask, GroupedActionDump, InsightDump } from '../../../core'; | ||
import type { AnimationScript } from './replay-scripts'; | ||
@@ -4,0 +4,0 @@ export declare const useBlackboardPreference: Z.UseBoundStore<Z.StoreApi<{ |
{ | ||
"name": "@midscene/visualizer", | ||
"version": "0.12.2", | ||
"version": "0.12.3-beta-20250227125033.0", | ||
"repository": "https://github.com/web-infra-dev/midscene", | ||
@@ -49,5 +49,5 @@ "homepage": "https://midscenejs.com/", | ||
"zustand": "4.5.2", | ||
"@midscene/core": "0.12.2", | ||
"@midscene/web": "0.12.2", | ||
"@midscene/shared": "0.12.2" | ||
"@midscene/core": "0.12.3-beta-20250227125033.0", | ||
"@midscene/shared": "0.12.3-beta-20250227125033.0", | ||
"@midscene/web": "0.12.3-beta-20250227125033.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "sideEffects": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90040204