@cloudflare/component-listener
Advanced tools
Comparing version 1.1.131 to 1.1.133
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.133](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/component-listener@1.1.131...@cloudflare/component-listener@1.1.133) (2020-04-27) | ||
**Note:** Version bump only for package @cloudflare/component-listener | ||
## [1.1.131](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/component-listener@1.1.130...@cloudflare/component-listener@1.1.131) (2020-04-25) | ||
@@ -8,0 +16,0 @@ |
@@ -10,3 +10,3 @@ import React from 'react'; | ||
}; | ||
export declare const EventListener: <T extends "toggle" | "select" | "resize" | "input" | "progress" | "error" | "fullscreenchange" | "fullscreenerror" | "abort" | "animationcancel" | "animationend" | "animationiteration" | "animationstart" | "auxclick" | "blur" | "cancel" | "canplay" | "canplaythrough" | "change" | "click" | "close" | "contextmenu" | "cuechange" | "dblclick" | "drag" | "dragend" | "dragenter" | "dragexit" | "dragleave" | "dragover" | "dragstart" | "drop" | "durationchange" | "emptied" | "ended" | "focus" | "focusin" | "focusout" | "gotpointercapture" | "invalid" | "keydown" | "keypress" | "keyup" | "load" | "loadeddata" | "loadedmetadata" | "loadend" | "loadstart" | "lostpointercapture" | "mousedown" | "mouseenter" | "mouseleave" | "mousemove" | "mouseout" | "mouseover" | "mouseup" | "pause" | "play" | "playing" | "pointercancel" | "pointerdown" | "pointerenter" | "pointerleave" | "pointermove" | "pointerout" | "pointerover" | "pointerup" | "ratechange" | "reset" | "scroll" | "securitypolicyviolation" | "seeked" | "seeking" | "selectionchange" | "selectstart" | "stalled" | "submit" | "suspend" | "timeupdate" | "touchcancel" | "touchend" | "touchmove" | "touchstart" | "transitioncancel" | "transitionend" | "transitionrun" | "transitionstart" | "volumechange" | "waiting" | "wheel" | "copy" | "cut" | "paste" | "afterprint" | "beforeprint" | "beforeunload" | "hashchange" | "message" | "offline" | "online" | "pagehide" | "pageshow" | "popstate" | "storage" | "unload" | "languagechange" | "messageerror" | "rejectionhandled" | "unhandledrejection">({ event, listener, target, passive, capture }: EventListenerProps<T>) => null; | ||
export declare const EventListener: <T extends "input" | "progress" | "select" | "toggle" | "resize" | "error" | "fullscreenchange" | "fullscreenerror" | "abort" | "animationcancel" | "animationend" | "animationiteration" | "animationstart" | "auxclick" | "blur" | "cancel" | "canplay" | "canplaythrough" | "change" | "click" | "close" | "contextmenu" | "cuechange" | "dblclick" | "drag" | "dragend" | "dragenter" | "dragexit" | "dragleave" | "dragover" | "dragstart" | "drop" | "durationchange" | "emptied" | "ended" | "focus" | "focusin" | "focusout" | "gotpointercapture" | "invalid" | "keydown" | "keypress" | "keyup" | "load" | "loadeddata" | "loadedmetadata" | "loadend" | "loadstart" | "lostpointercapture" | "mousedown" | "mouseenter" | "mouseleave" | "mousemove" | "mouseout" | "mouseover" | "mouseup" | "pause" | "play" | "playing" | "pointercancel" | "pointerdown" | "pointerenter" | "pointerleave" | "pointermove" | "pointerout" | "pointerover" | "pointerup" | "ratechange" | "reset" | "scroll" | "securitypolicyviolation" | "seeked" | "seeking" | "selectionchange" | "selectstart" | "stalled" | "submit" | "suspend" | "timeupdate" | "touchcancel" | "touchend" | "touchmove" | "touchstart" | "transitioncancel" | "transitionend" | "transitionrun" | "transitionstart" | "volumechange" | "waiting" | "wheel" | "copy" | "cut" | "paste" | "afterprint" | "beforeprint" | "beforeunload" | "hashchange" | "message" | "offline" | "online" | "pagehide" | "pageshow" | "popstate" | "storage" | "unload" | "languagechange" | "messageerror" | "rejectionhandled" | "unhandledrejection">({ event, listener, target, passive, capture }: EventListenerProps<T>) => null; | ||
export default EventListener; |
{ | ||
"name": "@cloudflare/component-listener", | ||
"description": "", | ||
"version": "1.1.131", | ||
"version": "1.1.133", | ||
"types": "./dist/index.d.ts", | ||
@@ -21,4 +21,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@cloudflare/component-slimline-toggle": "^3.0.182", | ||
"@cloudflare/elements": "^1.5.14", | ||
"@cloudflare/component-slimline-toggle": "^3.0.184", | ||
"@cloudflare/elements": "^1.5.16", | ||
"@testing-library/react": "9.1.0", | ||
@@ -41,3 +41,3 @@ "react": "^16.10.2", | ||
}, | ||
"gitHead": "ce6c99b8e871a62149acc84fd76df409afa289dc" | ||
"gitHead": "3a5a556f3392b3c8b6e35a7857a39f05ac1bb7eb" | ||
} |
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
63619