@skyux/core 15.0.0-alpha.11 → 15.0.0-alpha.12
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
|
@@ -2811,6 +2811,12 @@ const RESOURCES = {
|
|
|
2811
2811
|
skyux_numeric_thousands_symbol: { message: 'K' },
|
|
2812
2812
|
skyux_numeric_trillions_symbol: { message: 'T' },
|
|
2813
2813
|
},
|
|
2814
|
+
ES: {
|
|
2815
|
+
skyux_numeric_billions_symbol: { message: 'MM' },
|
|
2816
|
+
skyux_numeric_millions_symbol: { message: 'M' },
|
|
2817
|
+
skyux_numeric_thousands_symbol: { message: 'K' },
|
|
2818
|
+
skyux_numeric_trillions_symbol: { message: 'T' },
|
|
2819
|
+
},
|
|
2814
2820
|
'FR-CA': {
|
|
2815
2821
|
skyux_numeric_billions_symbol: { message: 'G' },
|
|
2816
2822
|
skyux_numeric_millions_symbol: { message: 'M' },
|
|
@@ -5092,7 +5098,7 @@ class Version {
|
|
|
5092
5098
|
/**
|
|
5093
5099
|
* Represents the version of @skyux/core.
|
|
5094
5100
|
*/
|
|
5095
|
-
const VERSION = new Version('15.0.0-alpha.
|
|
5101
|
+
const VERSION = new Version('15.0.0-alpha.12');
|
|
5096
5102
|
|
|
5097
5103
|
/**
|
|
5098
5104
|
* Generated bundle index. Do not edit.
|