@next2d/geom 1.14.21 → 1.14.23

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,7 +1,7 @@
1
1
  import { Rectangle } from "./Rectangle";
2
- import { ColorTransform } from "./ColorTransform";
3
- import { Matrix } from "./Matrix";
4
- import { PlaceObjectImpl, DisplayObjectImpl, FilterArrayImpl, BlendModeImpl, SurfaceFilterImpl } from "@next2d/interface";
2
+ import type { ColorTransform } from "./ColorTransform";
3
+ import type { Matrix } from "./Matrix";
4
+ import type { PlaceObjectImpl, DisplayObjectImpl, FilterArrayImpl, BlendModeImpl, SurfaceFilterImpl } from "@next2d/interface";
5
5
  /**
6
6
  * Transform クラスは、表示オブジェクトに適用されるカラー調整プロパティと 2 次元の変換オブジェクトへのアクセスを提供します。
7
7
  * 変換時に、表示オブジェクトのカラーまたは方向と位置が、現在の値または座標から新しい値または座標に調整(オフセット)されます。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next2d/geom",
3
- "version": "1.14.21",
3
+ "version": "1.14.23",
4
4
  "description": "Next2D Geom Packages",
5
5
  "author": "Toshiyuki Ienaga<ienaga@tvon.jp> (https://github.com/ienaga/)",
6
6
  "license": "MIT",
@@ -32,11 +32,11 @@
32
32
  "url": "git+https://github.com/Next2D/Player.git"
33
33
  },
34
34
  "peerDependencies": {
35
- "@next2d/interface": "1.14.21",
36
- "@next2d/display": "1.14.21",
37
- "@next2d/core": "1.14.21",
38
- "@next2d/util": "1.14.21",
39
- "@next2d/filters": "1.14.21",
40
- "@next2d/share": "1.14.21"
35
+ "@next2d/interface": "1.14.23",
36
+ "@next2d/display": "1.14.23",
37
+ "@next2d/core": "1.14.23",
38
+ "@next2d/util": "1.14.23",
39
+ "@next2d/filters": "1.14.23",
40
+ "@next2d/share": "1.14.23"
41
41
  }
42
42
  }