@newtonedev/components 0.1.19 → 0.1.21
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2791,7 +2791,7 @@ function HueSlider({
|
|
|
2791
2791
|
));
|
|
2792
2792
|
}
|
|
2793
2793
|
|
|
2794
|
-
//
|
|
2794
|
+
// node_modules/@newtonedev/colors/dist/index.js
|
|
2795
2795
|
var SRGB_GAMMA_THRESHOLD_LINEAR = 31308e-7;
|
|
2796
2796
|
var SRGB_GAMMA_SLOPE = 12.92;
|
|
2797
2797
|
var SRGB_GAMMA_EXPONENT = 2.4;
|