karsten-design-system 1.2.91 → 2.0.0

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 CHANGED
@@ -652,7 +652,7 @@ const maskCNPJ = (value) => {
652
652
  // };
653
653
  const maskOnlyNumbers = (value) => {
654
654
  value = value.replace(/\D/g, '');
655
- value = value.slice(0, 15);
655
+ value = value.slice(0, 155);
656
656
  return value;
657
657
  };
658
658
  const maskNumberWithDecimal = (value) => {