@gatsby-cloud-pkg/gatsby-cms-extension-base
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -90,11 +90,8 @@ "use strict"; | ||
return (React.createElement(React.Fragment, null, | ||
"` `", | ||
previewInstanceUrl ? (React.createElement(Button, { className: "preview-button", type: "button", onClick: () => __awaiter(this, void 0, void 0, function* () { return openPreview({ contentSlug, previewInstanceUrl, authToken }); }) }, "Open Preview")) : (React.createElement(Text, null, "Missing required Gatsby Cloud instance url. Please check your configuration.")), | ||
"` `", | ||
React.createElement(PoweredBy, { className: "powered-by" }, | ||
React.createElement(Text, null, "Powered by:"), | ||
React.createElement(Gatsby_1.default, null)), | ||
"` `")); | ||
React.createElement(Gatsby_1.default, null)))); | ||
} | ||
exports.ExtensionUI = ExtensionUI; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@gatsby-cloud-pkg/gatsby-cms-extension-base", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Common utilities for integrating Gatsby Preview with CMS providers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
9970
131