@raster-app/sanity-plugin-raster
Version: 
A Sanity Studio plugin that integrates [Raster](https://raster.app) - a modern Digital Asset Management (DAM) platform that helps teams organize, optimize, and deliver their media assets with powerful AI features and an intuitive interface.
19 lines (18 loc) • 961 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const jsxRuntime = require("react/jsx-runtime");
const rasterToolkit = require("@raster-app/raster-toolkit");
const styles = require("./styles-CaGtPwgS.cjs");
function RasterToolContent(props) {
  const { config } = props;
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { style: styles.pickerStyles.content, children: [
    /* @__PURE__ */ jsxRuntime.jsx(rasterToolkit.RasterLibraries, { config }),
    /* @__PURE__ */ jsxRuntime.jsxs("div", { style: styles.pickerStyles.previewContainer, children: [
      /* @__PURE__ */ jsxRuntime.jsx(rasterToolkit.RasterPreview, { config, initialValue: null }),
      /* @__PURE__ */ jsxRuntime.jsx("hr", { style: styles.pickerStyles.divider }),
      /* @__PURE__ */ jsxRuntime.jsx(rasterToolkit.RasterImages, { config })
    ] })
  ] });
}
exports.default = RasterToolContent;
//# sourceMappingURL=RasterToolContent-KF76yRBc.cjs.map