@open-slot-ui/core 0.6.0 → 0.6.1
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 +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1564,8 +1564,18 @@ var CURRENCY_TABLE = Object.freeze({
|
|
|
1564
1564
|
MXN: { symbol: "MX$", decimals: 2 },
|
|
1565
1565
|
TRY: { symbol: "\u20BA", decimals: 2 },
|
|
1566
1566
|
GBP: { symbol: "\xA3", decimals: 2 },
|
|
1567
|
+
NGN: { symbol: "\u20A6", decimals: 2 },
|
|
1568
|
+
TWD: { symbol: "NT$", decimals: 2 },
|
|
1569
|
+
SGD: { symbol: "SG$", decimals: 2 },
|
|
1570
|
+
MYR: { symbol: "RM", decimals: 2 },
|
|
1571
|
+
CRC: { symbol: "\u20A1", decimals: 2 },
|
|
1572
|
+
// three-decimal dinars (1 unit = 1000 fils) — the >2-decimal path must format these
|
|
1573
|
+
KWD: { symbol: "KD", decimals: 3 },
|
|
1574
|
+
JOD: { symbol: "JD", decimals: 3 },
|
|
1575
|
+
BHD: { symbol: "BD", decimals: 3 },
|
|
1567
1576
|
// ── fiat — symbol AFTER the amount ───────────────────────────────────────────
|
|
1568
1577
|
DKK: { symbol: "kr", decimals: 2, symbolAfter: true },
|
|
1578
|
+
NOK: { symbol: "kr", decimals: 2, symbolAfter: true },
|
|
1569
1579
|
PLN: { symbol: "z\u0142", decimals: 2, symbolAfter: true },
|
|
1570
1580
|
VND: { symbol: "\u20AB", decimals: 0, symbolAfter: true },
|
|
1571
1581
|
CLP: { symbol: "CLP", decimals: 0, symbolAfter: true },
|