@skyux/core 14.19.0 → 14.20.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/fesm2022/skyux-core.mjs
CHANGED
|
@@ -2804,6 +2804,12 @@ const RESOURCES = {
|
|
|
2804
2804
|
skyux_numeric_thousands_symbol: { message: 'K' },
|
|
2805
2805
|
skyux_numeric_trillions_symbol: { message: 'T' },
|
|
2806
2806
|
},
|
|
2807
|
+
ES: {
|
|
2808
|
+
skyux_numeric_billions_symbol: { message: 'MM' },
|
|
2809
|
+
skyux_numeric_millions_symbol: { message: 'M' },
|
|
2810
|
+
skyux_numeric_thousands_symbol: { message: 'K' },
|
|
2811
|
+
skyux_numeric_trillions_symbol: { message: 'T' },
|
|
2812
|
+
},
|
|
2807
2813
|
'FR-CA': {
|
|
2808
2814
|
skyux_numeric_billions_symbol: { message: 'G' },
|
|
2809
2815
|
skyux_numeric_millions_symbol: { message: 'M' },
|
|
@@ -5053,7 +5059,7 @@ class Version {
|
|
|
5053
5059
|
/**
|
|
5054
5060
|
* Represents the version of @skyux/core.
|
|
5055
5061
|
*/
|
|
5056
|
-
const VERSION = new Version('14.
|
|
5062
|
+
const VERSION = new Version('14.20.0');
|
|
5057
5063
|
|
|
5058
5064
|
/**
|
|
5059
5065
|
* Generated bundle index. Do not edit.
|