@uiw/react-color-wheel
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -111,4 +111,3 @@ "use strict"; | ||
Wheel.displayName = 'Wheel'; | ||
var _default = Wheel; | ||
exports["default"] = _default; | ||
var _default = exports["default"] = Wheel; | ||
module.exports = exports.default; |
@@ -12,3 +12,3 @@ "use strict"; | ||
var BOXSHADOW = 'rgb(255 255 255) 0px 0px 0px 1.5px, rgb(0 0 0 / 30%) 0px 0px 1px 1px inset, rgb(0 0 0 / 40%) 0px 0px 1px 2px'; | ||
var Pointer = function Pointer(_ref) { | ||
var Pointer = exports.Pointer = function Pointer(_ref) { | ||
var className = _ref.className, | ||
@@ -49,3 +49,2 @@ color = _ref.color, | ||
}); | ||
}; | ||
exports.Pointer = Pointer; | ||
}; |
@@ -19,3 +19,3 @@ "use strict"; | ||
*/ | ||
var mod = function mod(a, n) { | ||
var mod = exports.mod = function mod(a, n) { | ||
return (a % n + n) % n; | ||
@@ -25,3 +25,2 @@ }; | ||
/** distance between points (x, y) and (0, 0) */ | ||
exports.mod = mod; | ||
var dist = function dist(x, y) { | ||
@@ -28,0 +27,0 @@ return Math.sqrt(x * x + y * y); |
{ | ||
"name": "@uiw/react-color-wheel", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Color wheel", | ||
@@ -38,4 +38,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/color-convert": "1.4.2", | ||
"@uiw/react-drag-event-interactive": "1.4.2" | ||
"@uiw/color-convert": "1.4.3", | ||
"@uiw/react-drag-event-interactive": "1.4.3" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14
35723
898
+ Added@uiw/color-convert@1.4.3(transitive)
+ Added@uiw/react-drag-event-interactive@1.4.3(transitive)
- Removed@uiw/color-convert@1.4.2(transitive)
- Removed@uiw/react-drag-event-interactive@1.4.2(transitive)
Updated@uiw/color-convert@1.4.3