@newtonedev/components 0.1.19 → 0.1.20
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.cjs
CHANGED
|
@@ -2796,7 +2796,7 @@ function HueSlider({
|
|
|
2796
2796
|
));
|
|
2797
2797
|
}
|
|
2798
2798
|
|
|
2799
|
-
//
|
|
2799
|
+
// node_modules/@newtonedev/colors/dist/index.js
|
|
2800
2800
|
var SRGB_GAMMA_THRESHOLD_LINEAR = 31308e-7;
|
|
2801
2801
|
var SRGB_GAMMA_SLOPE = 12.92;
|
|
2802
2802
|
var SRGB_GAMMA_EXPONENT = 2.4;
|