@sanity/code-input
7.3.67.3.7
dist/index.js~
dist/index.jsModified+5−5
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -47,21 +47,21 @@
return scroller instanceof HTMLElement ? scroller : getScrollParent(node);
}
const FullscreenRoot = styled.div.withConfig({
displayName: "FullscreenRoot",
- componentId: "sc-89b6jt-0"
+ componentId: "sc-oajiyu-0"
})`position:relative;`, FullscreenOverlay = /* @__PURE__ */ styled.div.withConfig({
displayName: "FullscreenOverlay",
- componentId: "sc-89b6jt-1"
+ componentId: "sc-oajiyu-1"
})(({ theme }) => {
let { input } = theme.sanity, borderColor = theme.sanity.color.input.default.enabled.border;
return css`box-sizing:border-box;overflow:hidden;border-top:${input.border.width}px solid ${borderColor};border-bottom:${input.border.width}px solid ${borderColor};`;
}), ToggleButtonBox = styled(Box).withConfig({
displayName: "ToggleButtonBox",
- componentId: "sc-89b6jt-2"
+ componentId: "sc-oajiyu-2"
})`position:absolute;top:0;right:0;z-index:2;`, EditorContainer = /* @__PURE__ */ styled(Card).withConfig({
displayName: "EditorContainer",
- componentId: "sc-89b6jt-3"
+ componentId: "sc-oajiyu-3"
})(({ theme, $fullscreen }) => {
let { focusRing, input } = theme.sanity, base = theme.sanity.color.base, border = {
color: theme.sanity.color.input.default.enabled.border,
width: input.border.width
@@ -547,9 +547,9 @@
});
}
const PreviewContainer = styled(Box).withConfig({
displayName: "PreviewContainer",
- componentId: "sc-o2s7d4-0"
+ componentId: "sc-jrpbwr-0"
})`position:relative;`;
/**
* @public
*/