-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea9f230
commit c8fc5bc
Showing
11 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color-alpha", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color alpha", | ||
"author": "Kenny Wong <[email protected]>", | ||
"main": "lib/cjs/index.js", | ||
|
@@ -28,8 +28,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-drag-event-interactive": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-drag-event-interactive": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/color-convert", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color Convert", | ||
"author": "Kenny Wong <[email protected]>", | ||
"main": "lib/cjs/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color-hue", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color hue", | ||
"author": "Kenny Wong <[email protected]>", | ||
"main": "lib/cjs/index.js", | ||
|
@@ -28,8 +28,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-color-alpha": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-color-alpha": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color-saturation", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color Saturation", | ||
"author": "Kenny Wong <[email protected]>", | ||
"main": "lib/cjs/index.js", | ||
|
@@ -28,8 +28,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-drag-event-interactive": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-drag-event-interactive": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color-shade-slider", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color ShadeSlider component for React.", | ||
"author": "Kenny Wong <[email protected]>", | ||
"sideEffects": false, | ||
|
@@ -29,8 +29,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-color-alpha": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-color-alpha": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color-sketch", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color Sketch component for React.", | ||
"author": "Kenny Wong <[email protected]>", | ||
"sideEffects": false, | ||
|
@@ -29,10 +29,10 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-color-alpha": "^0.0.6", | ||
"@uiw/react-color-hue": "^0.0.6", | ||
"@uiw/react-color-saturation": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-color-alpha": "^0.0.7", | ||
"@uiw/react-color-hue": "^0.0.7", | ||
"@uiw/react-color-saturation": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color-slider", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color Slider component for React.", | ||
"author": "Kenny Wong <[email protected]>", | ||
"sideEffects": false, | ||
|
@@ -29,8 +29,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-color-alpha": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-color-alpha": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-color", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Color Picker component for React.", | ||
"author": "Kenny Wong <[email protected]>", | ||
"sideEffects": false, | ||
|
@@ -30,13 +30,13 @@ | |
"react-dom": ">=16.9.0" | ||
}, | ||
"dependencies": { | ||
"@uiw/color-convert": "^0.0.6", | ||
"@uiw/react-color-alpha": "^0.0.6", | ||
"@uiw/react-color-hue": "^0.0.6", | ||
"@uiw/react-color-saturation": "^0.0.6", | ||
"@uiw/react-color-shade-slider": "^0.0.6", | ||
"@uiw/react-color-slider": "^0.0.6", | ||
"@uiw/react-color-sketch": "^0.0.6" | ||
"@uiw/color-convert": "^0.0.7", | ||
"@uiw/react-color-alpha": "^0.0.7", | ||
"@uiw/react-color-hue": "^0.0.7", | ||
"@uiw/react-color-saturation": "^0.0.7", | ||
"@uiw/react-color-shade-slider": "^0.0.7", | ||
"@uiw/react-color-sketch": "^0.0.7", | ||
"@uiw/react-color-slider": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-drag-event-interactive", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "react drag event interactive", | ||
"author": "Kenny Wong <[email protected]>", | ||
"main": "lib/cjs/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters