@zag-js/slider 0.0.0-dev-20220508184419 → 0.0.0-dev-20220509202935
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.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -427,7 +427,7 @@ findByTypeahead.defaultOptions = {
|
|
|
427
427
|
|
|
428
428
|
// ../../utilities/number/dist/index.mjs
|
|
429
429
|
var __pow2 = Math.pow;
|
|
430
|
-
var nf = new Intl.NumberFormat("en-US", { style: "decimal" });
|
|
430
|
+
var nf = new Intl.NumberFormat("en-US", { style: "decimal", maximumFractionDigits: 20 });
|
|
431
431
|
function formatter(n) {
|
|
432
432
|
return parseFloat(nf.format(n));
|
|
433
433
|
}
|