cronofy-elements
Advanced tools
Comparing version 1.27.1 to 1.28.0
{ | ||
"name": "cronofy-elements", | ||
"version": "1.27.1", | ||
"version": "1.28.0", | ||
"description": "Fast track scheduling with Cronofy's embeddable UI Elements", | ||
@@ -5,0 +5,0 @@ "main": "build/npm/CronofyElements.js", |
@@ -63,2 +63,6 @@ // import React from "react"; | ||
const context = () => { | ||
return { tzid: parsedOptions.tzid }; | ||
}; | ||
renderElement(key, parsedOptions, target); | ||
@@ -80,2 +84,3 @@ | ||
return { | ||
context: context(), | ||
refresh: () => reload(currentOptions), | ||
@@ -82,0 +87,0 @@ update: newOptions => { |
Sorry, the diff of this file is too big to display
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
2912589
27445