@kopexa/color-picker 0.0.52 → 0.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/color-picker.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ declare const ColorSlider: react.ForwardRefExoticComponent<react_aria_components
|
|
|
7
7
|
declare const ColorField: react.ForwardRefExoticComponent<react_aria_components.ColorFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
declare const ColorWheelTrack: react.ForwardRefExoticComponent<react_aria_components.ColorWheelTrackProps & react.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
declare const ColorPicker: typeof ColorPicker$1;
|
|
10
|
-
declare const SliderOutput: (props: react_aria_components.SliderOutputProps & React.RefAttributes<HTMLOutputElement>) => React.ReactElement | null;
|
|
10
|
+
declare const SliderOutput: (props: react_aria_components.SliderOutputProps & React.RefAttributes<HTMLOutputElement>) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
11
11
|
interface ColorWheelProps extends Omit<ColorWheelProps$1, "outerRadius" | "innerRadius"> {
|
|
12
12
|
outerRadius?: number;
|
|
13
13
|
innerRadius?: number;
|
package/dist/color-picker.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const ColorSlider: react.ForwardRefExoticComponent<react_aria_components
|
|
|
7
7
|
declare const ColorField: react.ForwardRefExoticComponent<react_aria_components.ColorFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
declare const ColorWheelTrack: react.ForwardRefExoticComponent<react_aria_components.ColorWheelTrackProps & react.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
declare const ColorPicker: typeof ColorPicker$1;
|
|
10
|
-
declare const SliderOutput: (props: react_aria_components.SliderOutputProps & React.RefAttributes<HTMLOutputElement>) => React.ReactElement | null;
|
|
10
|
+
declare const SliderOutput: (props: react_aria_components.SliderOutputProps & React.RefAttributes<HTMLOutputElement>) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
11
11
|
interface ColorWheelProps extends Omit<ColorWheelProps$1, "outerRadius" | "innerRadius"> {
|
|
12
12
|
outerRadius?: number;
|
|
13
13
|
innerRadius?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/color-picker",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "Color picker components for selecting and managing colors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-picker",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": ">=19.0.0-rc.0",
|
|
31
31
|
"react-dom": ">=19.0.0-rc.0",
|
|
32
|
-
"@kopexa/theme": "17.
|
|
32
|
+
"@kopexa/theme": "17.36.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"react-aria-components": "^1.
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
35
|
+
"react-aria-components": "^1.18.0",
|
|
36
|
+
"@kopexa/i18n": "17.17.0",
|
|
37
|
+
"@kopexa/shared-utils": "17.0.95"
|
|
38
38
|
},
|
|
39
39
|
"clean-package": "../../../clean-package.config.json",
|
|
40
40
|
"module": "dist/index.mjs",
|