react-icalendar-link
Advanced tools
Comparing version 1.0.2 to 1.0.3
/** | ||
* @class ICalLink | ||
* https://bugs.chromium.org/p/chromium/issues/detail?id=666211 | ||
*/ | ||
@@ -5,0 +4,0 @@ import * as React from "react"; |
@@ -141,3 +141,2 @@ function __$styleInject(css, ref) { | ||
* @class ICalLink | ||
* https://bugs.chromium.org/p/chromium/issues/detail?id=666211 | ||
*/ | ||
@@ -150,2 +149,3 @@ var ICalLink = /** @class */ (function (_super) { | ||
e.preventDefault(); | ||
e.stopPropagation(); | ||
var _a = _this.props, event = _a.event, filename = _a.filename; | ||
@@ -178,2 +178,4 @@ var url = buildUrl(event, isIOSSafari()); | ||
}; | ||
// FIXME - iOS Chrome doesn't support adding to iCal at the moment. | ||
// https://bugs.chromium.org/p/chromium/issues/detail?id=666211 | ||
ICalLink.isSupported = !isIOSChrome(); | ||
@@ -180,0 +182,0 @@ ICalLink.defaultProps = { |
@@ -145,3 +145,2 @@ 'use strict'; | ||
* @class ICalLink | ||
* https://bugs.chromium.org/p/chromium/issues/detail?id=666211 | ||
*/ | ||
@@ -154,2 +153,3 @@ var ICalLink = /** @class */ (function (_super) { | ||
e.preventDefault(); | ||
e.stopPropagation(); | ||
var _a = _this.props, event = _a.event, filename = _a.filename; | ||
@@ -182,2 +182,4 @@ var url = buildUrl(event, isIOSSafari()); | ||
}; | ||
// FIXME - iOS Chrome doesn't support adding to iCal at the moment. | ||
// https://bugs.chromium.org/p/chromium/issues/detail?id=666211 | ||
ICalLink.isSupported = !isIOSChrome(); | ||
@@ -184,0 +186,0 @@ ICalLink.defaultProps = { |
{ | ||
"name": "react-icalendar-link", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Ability to create link for downloading ics file", | ||
@@ -5,0 +5,0 @@ "author": "josephj", |
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
53012
381