@pixi/events
Advanced tools
Comparing version 6.1.0-rc.4 to 6.1.0-rc.5
/*! | ||
* @pixi/events - v6.1.0-rc.4 | ||
* Compiled Tue, 29 Jun 2021 17:40:45 UTC | ||
* @pixi/events - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/events is licensed under the MIT License. |
/*! | ||
* @pixi/events - v6.1.0-rc.4 | ||
* Compiled Tue, 29 Jun 2021 17:40:45 UTC | ||
* @pixi/events - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/events is licensed under the MIT License. |
/*! | ||
* @pixi/events - v6.1.0-rc.4 | ||
* Compiled Tue, 29 Jun 2021 17:40:45 UTC | ||
* @pixi/events - v6.1.0-rc.5 | ||
* Compiled Mon, 19 Jul 2021 20:32:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/events is licensed under the MIT License. |
declare namespace GlobalMixins | ||
{ | ||
type FederatedEventTarget = import('@pixi/events').FederatedEventTarget; | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface DisplayObject extends Required<Partial<import('@pixi/events').FederatedEventTarget>> | ||
interface DisplayObject extends FederatedEventTarget | ||
{ | ||
@@ -6,0 +7,0 @@ |
@@ -87,3 +87,3 @@ /// <reference path="./global.d.ts" /> | ||
*/ | ||
cursor: Cursor; | ||
cursor: Cursor | string; | ||
/** | ||
@@ -586,3 +586,3 @@ * This flag would emit `pointermove`, `touchmove`, and `mousemove` events on all DisplayObjects. | ||
export declare const FederatedDisplayObject: Omit<FederatedEventTarget, 'parent' | 'children' | keyof EventEmitter>; | ||
export declare const FederatedDisplayObject: Omit<FederatedEventTarget, 'parent' | 'children' | keyof EventEmitter | 'cursor'>; | ||
@@ -721,3 +721,3 @@ /** | ||
/** The cursor preferred when the mouse pointer is hovering over. */ | ||
readonly cursor?: Cursor; | ||
cursor: Cursor | string; | ||
/** The parent of this event target. */ | ||
@@ -724,0 +724,0 @@ readonly parent?: FederatedEventTarget; |
{ | ||
"name": "@pixi/events", | ||
"version": "6.1.0-rc.4", | ||
"version": "6.1.0-rc.5", | ||
"main": "dist/cjs/events.js", | ||
@@ -35,7 +35,7 @@ "module": "dist/esm/events.js", | ||
"peerDependencies": { | ||
"@pixi/display": "6.1.0-rc.4", | ||
"@pixi/math": "6.1.0-rc.4", | ||
"@pixi/utils": "6.1.0-rc.4" | ||
"@pixi/display": "6.1.0-rc.5", | ||
"@pixi/math": "6.1.0-rc.5", | ||
"@pixi/utils": "6.1.0-rc.5" | ||
}, | ||
"gitHead": "e004413841d2918bf3dffa29b1ac278589af2e6c" | ||
"gitHead": "95ea00e00e06701e990aba8c76d5c910211c2959" | ||
} |
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 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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1434453
8892