urfu-ui-kit-react 0.0.82 → 0.0.83

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.
@@ -11051,7 +11051,7 @@ const Gn = (n) => {
11051
11051
  children: s.roundUpTo && W !== y ? new Intl.NumberFormat("ru-RU", {
11052
11052
  minimumFractionDigits: s.roundUpTo,
11053
11053
  maximumFractionDigits: s.roundUpTo
11054
- }).format(Number(W)).replace(",", ".") : new Intl.NumberFormat("ru-RU").format(Number(W))
11054
+ }).format(Number(W)).replace(",", ".") : W !== y ? new Intl.NumberFormat("ru-RU").format(Number(W)) : W
11055
11055
  }
11056
11056
  )
11057
11057
  ]
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for React Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "0.0.82",
6
+ "version": "0.0.83",
7
7
  "type": "module",
8
8
  "main": "dist/urfu-ui-kit-react",
9
9
  "types": "dist/urfu-ui-kit-react",