@leafer/display 1.0.0-rc.10 → 1.0.0-rc.12

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.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. package/src/Leaf.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer/display",
3
- "version": "1.0.0-rc.10",
3
+ "version": "1.0.0-rc.12",
4
4
  "description": "@leafer/display",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,16 +22,16 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/math": "1.0.0-rc.10",
26
- "@leafer/data": "1.0.0-rc.10",
27
- "@leafer/layout": "1.0.0-rc.10",
28
- "@leafer/display-module": "1.0.0-rc.10",
29
- "@leafer/event": "1.0.0-rc.10",
30
- "@leafer/decorator": "1.0.0-rc.10",
31
- "@leafer/helper": "1.0.0-rc.10",
32
- "@leafer/platform": "1.0.0-rc.10"
25
+ "@leafer/math": "1.0.0-rc.12",
26
+ "@leafer/data": "1.0.0-rc.12",
27
+ "@leafer/layout": "1.0.0-rc.12",
28
+ "@leafer/display-module": "1.0.0-rc.12",
29
+ "@leafer/event": "1.0.0-rc.12",
30
+ "@leafer/decorator": "1.0.0-rc.12",
31
+ "@leafer/helper": "1.0.0-rc.12",
32
+ "@leafer/platform": "1.0.0-rc.12"
33
33
  },
34
34
  "devDependencies": {
35
- "@leafer/interface": "1.0.0-rc.10"
35
+ "@leafer/interface": "1.0.0-rc.12"
36
36
  }
37
37
  }
package/src/Leaf.ts CHANGED
@@ -397,7 +397,7 @@ export class Leaf implements ILeaf {
397
397
  skewOfLocal(this, tempToOuterOf(origin, this.localTransform), skewX, skewY, resize)
398
398
  }
399
399
 
400
- // @leafer-in/scale rewrite
400
+ // @leafer-ui/scale rewrite
401
401
 
402
402
  public scaleResize(scaleX: number, scaleY = scaleX, _noResize?: boolean): void {
403
403
  (this as ILeaf).scaleX *= scaleX;