-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
029732a
commit f72cc53
Showing
24 changed files
with
116 additions
and
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"packages": ["packages/*", "website"], | ||
"useWorkspaces": true | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color alpha", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/alpha", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-drag-event-interactive": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-drag-event-interactive": "1.0.11" | ||
} | ||
} |
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-block", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Block Picker", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/block", | ||
|
@@ -36,8 +36,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-editable-input": "1.0.10", | ||
"@uiw/react-color-swatch": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-editable-input": "1.0.11", | ||
"@uiw/react-color-swatch": "1.0.11" | ||
} | ||
} |
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-chrome", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Github Picker", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/chrome", | ||
|
@@ -36,13 +36,13 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-alpha": "1.0.10", | ||
"@uiw/react-color-editable-input": "1.0.10", | ||
"@uiw/react-color-editable-input-hsla": "1.0.10", | ||
"@uiw/react-color-editable-input-rgba": "1.0.10", | ||
"@uiw/react-color-github": "1.0.10", | ||
"@uiw/react-color-hue": "1.0.10", | ||
"@uiw/react-color-saturation": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-alpha": "1.0.11", | ||
"@uiw/react-color-editable-input": "1.0.11", | ||
"@uiw/react-color-editable-input-hsla": "1.0.11", | ||
"@uiw/react-color-editable-input-rgba": "1.0.11", | ||
"@uiw/react-color-github": "1.0.11", | ||
"@uiw/react-color-hue": "1.0.11", | ||
"@uiw/react-color-saturation": "1.0.11" | ||
} | ||
} |
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-circle", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color swatch component for React.", | ||
"homepage": "https://uiwjs.github.io/react-color/#/circle", | ||
"author": "Kenny Wong <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-swatch": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-swatch": "1.0.11" | ||
} | ||
} |
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-colorful", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Colorful", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/colorful", | ||
|
@@ -36,9 +36,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-alpha": "1.0.10", | ||
"@uiw/react-color-hue": "1.0.10", | ||
"@uiw/react-color-saturation": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-alpha": "1.0.11", | ||
"@uiw/react-color-hue": "1.0.11", | ||
"@uiw/react-color-saturation": "1.0.11" | ||
} | ||
} |
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-compact", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Compact component for React.", | ||
"homepage": "https://uiwjs.github.io/react-color/#/compact", | ||
"author": "Kenny Wong <[email protected]>", | ||
|
@@ -35,9 +35,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-editable-input": "1.0.10", | ||
"@uiw/react-color-editable-input-rgba": "1.0.10", | ||
"@uiw/react-color-swatch": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-editable-input": "1.0.11", | ||
"@uiw/react-color-editable-input-rgba": "1.0.11", | ||
"@uiw/react-color-swatch": "1.0.11" | ||
} | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Convert", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/convert", | ||
|
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-editable-input-hsla", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Editable Input HSLA", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-hsla", | ||
|
@@ -38,7 +38,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-editable-input-rgba": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-editable-input-rgba": "1.0.11" | ||
} | ||
} |
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-editable-input-rgba", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Editable Input RGBA", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/editable-input-rgba", | ||
|
@@ -38,7 +38,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-editable-input": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-editable-input": "1.0.11" | ||
} | ||
} |
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-editable-input", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Editable Input", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/editable-input", | ||
|
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-github", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Github Picker", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/github", | ||
|
@@ -36,7 +36,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-swatch": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-swatch": "1.0.11" | ||
} | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color hue", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/hue", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-alpha": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-alpha": "1.0.11" | ||
} | ||
} |
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-material", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Material", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/material", | ||
|
@@ -35,8 +35,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-editable-input": "1.0.10", | ||
"@uiw/react-color-editable-input-rgba": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-editable-input": "1.0.11", | ||
"@uiw/react-color-editable-input-rgba": "1.0.11" | ||
} | ||
} |
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-name", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Name to Hex", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/name", | ||
|
@@ -32,6 +32,6 @@ | |
], | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10" | ||
"@uiw/color-convert": "1.0.11" | ||
} | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Saturation", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/saturation", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-drag-event-interactive": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-drag-event-interactive": "1.0.11" | ||
} | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color ShadeSlider component for React.", | ||
"homepage": "https://uiwjs.github.io/react-color/#/shade-slider", | ||
"author": "Kenny Wong <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-alpha": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-alpha": "1.0.11" | ||
} | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Sketch component for React.", | ||
"homepage": "https://uiwjs.github.io/react-color/#/sketch", | ||
"author": "Kenny Wong <[email protected]>", | ||
|
@@ -35,12 +35,12 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-alpha": "1.0.10", | ||
"@uiw/react-color-editable-input": "1.0.10", | ||
"@uiw/react-color-editable-input-rgba": "1.0.10", | ||
"@uiw/react-color-hue": "1.0.10", | ||
"@uiw/react-color-saturation": "1.0.10", | ||
"@uiw/react-color-swatch": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-alpha": "1.0.11", | ||
"@uiw/react-color-editable-input": "1.0.11", | ||
"@uiw/react-color-editable-input-rgba": "1.0.11", | ||
"@uiw/react-color-hue": "1.0.11", | ||
"@uiw/react-color-saturation": "1.0.11", | ||
"@uiw/react-color-swatch": "1.0.11" | ||
} | ||
} |
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": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color Slider component for React.", | ||
"homepage": "https://uiwjs.github.io/react-color/#/slider", | ||
"author": "Kenny Wong <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-color-alpha": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-color-alpha": "1.0.11" | ||
} | ||
} |
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-swatch", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color swatch component for React.", | ||
"homepage": "https://uiwjs.github.io/react-color/#/swatch", | ||
"author": "Kenny Wong <[email protected]>", | ||
|
@@ -35,6 +35,6 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10" | ||
"@uiw/color-convert": "1.0.11" | ||
} | ||
} |
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-wheel", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Color wheel", | ||
"author": "Kenny Wong <[email protected]>", | ||
"homepage": "https://uiwjs.github.io/react-color/#/wheel", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.17.2", | ||
"@uiw/color-convert": "1.0.10", | ||
"@uiw/react-drag-event-interactive": "1.0.10" | ||
"@uiw/color-convert": "1.0.11", | ||
"@uiw/react-drag-event-interactive": "1.0.11" | ||
} | ||
} |
Oops, something went wrong.