react-calendly
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
@@ -82,4 +82,3 @@ import { createElement, Component, Fragment } from 'react'; | ||
var formatCalendlyUrl = function (_a) { | ||
var _b; | ||
var url = _a.url, _c = _a.prefill, prefill = _c === void 0 ? {} : _c, _d = _a.pageSettings, pageSettings = _d === void 0 ? {} : _d, _e = _a.utm, utm = _e === void 0 ? {} : _e, embedType = _a.embedType; | ||
var url = _a.url, _b = _a.prefill, prefill = _b === void 0 ? {} : _b, _c = _a.pageSettings, pageSettings = _c === void 0 ? {} : _c, _d = _a.utm, utm = _d === void 0 ? {} : _d, embedType = _a.embedType; | ||
var backgroundColor = pageSettings.backgroundColor, hideEventTypeDetails = pageSettings.hideEventTypeDetails, hideLandingPageDetails = pageSettings.hideLandingPageDetails, primaryColor = pageSettings.primaryColor, textColor = pageSettings.textColor, hideGdprBanner = pageSettings.hideGdprBanner; | ||
@@ -117,3 +116,3 @@ var customAnswers = prefill.customAnswers, date = prefill.date, email = prefill.email, firstName = prefill.firstName, guests = prefill.guests, lastName = prefill.lastName, location = prefill.location, name = prefill.name; | ||
*/ | ||
"embed_domain=" + (((_b = document === null || document === void 0 ? void 0 : document.location) === null || _b === void 0 ? void 0 : _b.host) || 1), | ||
"embed_domain=1", | ||
] | ||
@@ -120,0 +119,0 @@ .concat(customAnswers ? formatCustomAnswers(customAnswers) : []) |
@@ -86,4 +86,3 @@ 'use strict'; | ||
var formatCalendlyUrl = function (_a) { | ||
var _b; | ||
var url = _a.url, _c = _a.prefill, prefill = _c === void 0 ? {} : _c, _d = _a.pageSettings, pageSettings = _d === void 0 ? {} : _d, _e = _a.utm, utm = _e === void 0 ? {} : _e, embedType = _a.embedType; | ||
var url = _a.url, _b = _a.prefill, prefill = _b === void 0 ? {} : _b, _c = _a.pageSettings, pageSettings = _c === void 0 ? {} : _c, _d = _a.utm, utm = _d === void 0 ? {} : _d, embedType = _a.embedType; | ||
var backgroundColor = pageSettings.backgroundColor, hideEventTypeDetails = pageSettings.hideEventTypeDetails, hideLandingPageDetails = pageSettings.hideLandingPageDetails, primaryColor = pageSettings.primaryColor, textColor = pageSettings.textColor, hideGdprBanner = pageSettings.hideGdprBanner; | ||
@@ -121,3 +120,3 @@ var customAnswers = prefill.customAnswers, date = prefill.date, email = prefill.email, firstName = prefill.firstName, guests = prefill.guests, lastName = prefill.lastName, location = prefill.location, name = prefill.name; | ||
*/ | ||
"embed_domain=" + (((_b = document === null || document === void 0 ? void 0 : document.location) === null || _b === void 0 ? void 0 : _b.host) || 1), | ||
"embed_domain=1", | ||
] | ||
@@ -124,0 +123,0 @@ .concat(customAnswers ? formatCustomAnswers(customAnswers) : []) |
{ | ||
"name": "react-calendly", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Calendly integration for React apps", | ||
@@ -5,0 +5,0 @@ "author": "tcampb", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
138374
1002