@bigbinary/neetoui 5.1.15 → 5.1.16
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/README.md +1 -1
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ working, please import the neetoUI stylesheet to your main `scss` entry point.
|
|
|
25
25
|
properly. Install the peer dependencies using the below command:
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
-
yarn add react-toastify@9.0.1 formik@2.2.0 react-router-dom@5.2.0
|
|
28
|
+
yarn add react-toastify@9.0.1 formik@2.2.0 react-router-dom@5.2.0 @bigbinary/neeto-icons antd@4.24.3 i18next@21.7.0
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### `react-toastify`
|
package/index.cjs.js
CHANGED
|
@@ -19885,7 +19885,7 @@ var ColorPicker = function ColorPicker(_ref) {
|
|
|
19885
19885
|
var onColorChange = function onColorChange(hex) {
|
|
19886
19886
|
var color = tinycolor(hex);
|
|
19887
19887
|
var rgb = color.toRgb();
|
|
19888
|
-
var hexValue = color.toHexString();
|
|
19888
|
+
var hexValue = showTransparencyControl ? color.toHex8String() : color.toHexString();
|
|
19889
19889
|
onChangeInternal({
|
|
19890
19890
|
hex: hexValue,
|
|
19891
19891
|
rgb: rgb
|