Socket
Socket
Sign inDemoInstall

@uiw/react-color-editable-input-hsla

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-editable-input-hsla - npm Package Compare versions

Comparing version 0.0.30 to 1.0.0

lib/index.d.ts

14

package.json
{
"name": "@uiw/react-color-editable-input-hsla",
"version": "0.0.30",
"version": "1.0.0",
"description": "Color Editable Input HSLA",

@@ -8,4 +8,4 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"sideEffects": false,
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"main": "lib/index.js",
"module": "esm/index.js",
"repository": {

@@ -36,8 +36,8 @@ "type": "git",

"dependencies": {
"@babel/runtime": "7.14.6",
"@uiw/color-convert": "^0.0.30",
"@uiw/react-color-editable-input-rgba": "^0.0.30"
"@babel/runtime": "7.15.3",
"@uiw/color-convert": "^1.0.0",
"@uiw/react-color-editable-input-rgba": "^1.0.0"
},
"devDependencies": {
"@types/react": "17.0.14",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",

@@ -44,0 +44,0 @@ "@types/react-test-renderer": "17.0.1",

@@ -6,2 +6,4 @@ React Color Editable Input HSLA

EditableInputHSLA Component is a subcomponent of [**`@react-color`**](https://uiwjs.github.io/react-color).
![react-color-editable-input-rgba](https://user-images.githubusercontent.com/1680273/126024611-516a5174-4cf2-4986-af36-ddc4d3d620bb.png)

@@ -42,3 +44,8 @@

interface EditableInputHSLAProps extends EditableInputRGBAProps {}
interface EditableInputHSLAProps extends Omit<EditableInputRGBAProps, 'rProps' | 'gProps' | 'bProps'> {
hProps?: EditableInputRGBAProps['gProps'];
sProps?: EditableInputRGBAProps['gProps'];
lProps?: EditableInputRGBAProps['gProps'];
aProps?: EditableInputRGBAProps['aProps'];
}
```

@@ -45,0 +52,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc