@univerjs/engine-render 0.6.6-nightly.202503201607 → 0.6.6-nightly.202503211606

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.
@@ -4,9 +4,6 @@ import { UniverRenderingContext } from '../context';
4
4
  import { Scene } from '../scene';
5
5
  import { Viewport } from '../viewport';
6
6
  import { Rect } from './rect';
7
- /**
8
- * Sadly, the props name here is not the same as the members in Scrollbar.
9
- */
10
7
  export interface IScrollBarProps {
11
8
  mainScene?: Scene;
12
9
  thumbMargin?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/engine-render",
3
- "version": "0.6.6-nightly.202503201607",
3
+ "version": "0.6.6-nightly.202503211606",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal base-render",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,7 +53,7 @@
53
53
  "cjk-regex": "^3.1.0",
54
54
  "franc-min": "^6.2.0",
55
55
  "opentype.js": "^1.3.4",
56
- "@univerjs/core": "0.6.6-nightly.202503201607"
56
+ "@univerjs/core": "0.6.6-nightly.202503211606"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/opentype.js": "^1.3.8",