@glowjs/core 2023.7.5 → 2023.7.6

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.
@@ -1,10 +1,10 @@
1
- import { Rectangle } from '../runtime';
1
+ import { AdvancedDynamicTexture, Rectangle } from '../runtime';
2
2
  import { App } from '../core/App';
3
3
  /**
4
4
  * 提示信息
5
5
  */
6
6
  export declare class ToolTip extends Rectangle {
7
- private static _root;
7
+ static _root: AdvancedDynamicTexture;
8
8
  private _textBlock;
9
9
  /**
10
10
  * 应用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2023.07.05",
3
+ "version": "2023.07.06",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",