UNPKG

@codesandbox/api

Version:
9 lines 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModalWrapper = void 0; const jsx_runtime_1 = require("preact/jsx-runtime"); function ModalWrapper({ children }) { return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", { class: "csb-api-overlay", id: "csb-api-overlay" }), (0, jsx_runtime_1.jsx)("div", { class: "csb-api-modal", children: (0, jsx_runtime_1.jsx)("div", { class: "csb-api-gDXMLZ csb-api-iKKeUp", children: (0, jsx_runtime_1.jsx)("div", { class: "csb-api-gDXMLZ csb-api-bLQEZt", children: (0, jsx_runtime_1.jsxs)("section", { class: "csb-api-gDXMLZ csb-api-iZHgQj csb-api-grTfzN", children: [(0, jsx_runtime_1.jsx)("svg", { fill: "none", height: "48", viewBox: "0 0 16 16", width: "48", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { "clip-rule": "evenodd", d: "M2 2L14 2V14H2V2ZM12.7727 3.22727V12.7727H3.22727V3.22727H12.7727Z", fill: "currentColor", "fill-rule": "evenodd" }) }), children] }) }) }) })] })); } exports.ModalWrapper = ModalWrapper; //# sourceMappingURL=ModalWrapper.js.map