@sanity/color-input
6.0.126.0.13
dist/index.js~
dist/index.jsModified+1−1
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -1,8 +1,8 @@
import { definePlugin, defineType } from "sanity";
import { lazy } from "react";
import { jsx } from "react/jsx-runtime";
-const ColorInput = lazy(() => import("./ColorInput.js")), round = (val = 1) => Math.round(val * 100), color = defineType({
+const ColorInput = lazy(() => import("./_chunks-es/ColorInput.js")), round = (val = 1) => Math.round(val * 100), color = defineType({
name: "color",
type: "object",
title: "Color",
components: { input: ColorInput },