react-iro-gradient-picker 1.2.1 → 1.2.3

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.
@@ -11,5 +11,5 @@ interface IParsedGraient {
11
11
  sideCorner?: string;
12
12
  parseWarning?: boolean;
13
13
  }
14
- declare const _default: (input: string) => string | IParsedGraient;
14
+ declare const _default: (input: string) => IParsedGraient | string;
15
15
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-iro-gradient-picker",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Modern React gradient and solid color picker with complete dark theme support, built with TypeScript and Tailwind CSS",
5
5
  "keywords": [
6
6
  "react",