sanity-plugin-seo-tools
Version:
> Upgrading from V2 to V3 is a breaking change. The `seo-tools` input has been replaced by a SEO pane which needs to be set-up using a custom desk structure as per the installation guide. Secondly, the previously automatically provided fields (focus keywo
36 lines (35 loc) • 1.1 kB
JavaScript
function _taggedTemplateLiteral(strings, raw) {
if (!raw) {
raw = strings.slice(0);
}
return Object.freeze(Object.defineProperties(strings, {
raw: {
value: Object.freeze(raw)
}
}));
}
function _templateObject() {
var data = _taggedTemplateLiteral([
"\n gap: 1rem;\n grid-template-columns: auto 1fr;\n"
]);
_templateObject = function _templateObject() {
return data;
};
return data;
}
import React from "react";
import styled from "styled-components";
import { Card, Grid, Spinner, Text } from "@sanity/ui";
var StyledGrid = styled(Grid)(_templateObject());
export var SeoToolsAnalyzingCard = function() {
return /*#__PURE__*/ React.createElement(Card, {
padding: [
3,
3,
4
],
shadow: 1,
tone: "caution"
}, /*#__PURE__*/ React.createElement(StyledGrid, null, /*#__PURE__*/ React.createElement(Spinner, null), /*#__PURE__*/ React.createElement(Text, null, "Updating SEO analysis...")));
};
//# sourceMappingURL=SeoToolsAnalyzingCard.js.map