@@ -884,10 +884,10 @@ var p = function(p2) {
884
884
p . displayName = "ReactSlider" , p . defaultProps = { min : 0 , max : 100 , step : 1 , pageFn : ( e2 ) => 10 * e2 , minDistance : 0 , defaultValue : 0 , orientation : "horizontal" , className : "slider" , thumbClassName : "thumb" , thumbActiveClassName : "active" , trackClassName : "track" , markClassName : "mark" , withTracks : true , pearling : false , disabled : false , snapDragDisabled : false , invert : false , marks : [ ] , renderThumb : ( e2 ) => t . createElement ( "div" , e2 ) , renderTrack : ( e2 ) => t . createElement ( "div" , e2 ) , renderMark : ( e2 ) => t . createElement ( "span" , e2 ) } ;
885
885
var u = p ;
886
886
887
- // src/ShaderGradientUI /Slider.tsx
887
+ // src/PluginUI /Slider.tsx
888
888
import { useState as useState4 , useEffect as useEffect4 } from "react" ;
889
889
890
- // src/ShaderGradientUI /InputTitle.tsx
890
+ // src/PluginUI /InputTitle.tsx
891
891
import { useState as useState3 } from "react" ;
892
892
import { jsx as jsx4 , jsxs as jsxs3 } from "react/jsx-runtime" ;
893
893
function InputTitle ( {
@@ -942,7 +942,7 @@ function InputTitle({
942
942
) ;
943
943
}
944
944
945
- // src/ShaderGradientUI /Slider.tsx
945
+ // src/PluginUI /Slider.tsx
946
946
import { jsx as jsx5 , jsxs as jsxs4 } from "react/jsx-runtime" ;
947
947
function Slider ( {
948
948
title,
@@ -1041,7 +1041,7 @@ function Slider({
1041
1041
) ;
1042
1042
}
1043
1043
1044
- // src/ShaderGradientUI /ColorInput.tsx
1044
+ // src/PluginUI /ColorInput.tsx
1045
1045
import * as React9 from "react" ;
1046
1046
1047
1047
// ../../node_modules/.pnpm/@uiw [email protected] _@[email protected] /node_modules/@uiw/color-convert/esm/index.js
@@ -1738,7 +1738,7 @@ var Wheel = /* @__PURE__ */ React8.forwardRef((props, ref) => {
1738
1738
Wheel . displayName = "Wheel" ;
1739
1739
var esm_default4 = Wheel ;
1740
1740
1741
- // src/ShaderGradientUI /ColorInput.tsx
1741
+ // src/PluginUI /ColorInput.tsx
1742
1742
import { jsx as jsx6 , jsxs as jsxs5 } from "react/jsx-runtime" ;
1743
1743
function ColorInput ( {
1744
1744
defaultValue,
@@ -1907,7 +1907,7 @@ function ColorInput({
1907
1907
] } ) ;
1908
1908
}
1909
1909
1910
- // src/ShaderGradientUI /RangeSlider.tsx
1910
+ // src/PluginUI /RangeSlider.tsx
1911
1911
import { useState as useState7 , useEffect as useEffect8 } from "react" ;
1912
1912
import { jsx as jsx7 , jsxs as jsxs6 } from "react/jsx-runtime" ;
1913
1913
function RangeSlider ( {
0 commit comments