mautourco-components 0.2.125 → 0.2.126

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.
@@ -5,7 +5,7 @@ export function priceFormatter(amount, currency) {
5
5
  amount = parseFloat(amount);
6
6
  }
7
7
  // Format with space as thousand separator and 2 decimal places
8
- var formattedAmount = amount.toLocaleString('fr-FR', {
8
+ var formattedAmount = amount.toLocaleString('en-US', {
9
9
  minimumFractionDigits: 2,
10
10
  maximumFractionDigits: 2,
11
11
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.125",
3
+ "version": "0.2.126",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Mautourco pour le redesign",
6
6
  "main": "dist/index.js",