wix-design-systems-locale-utils
Advanced tools
Comparing version 1.134.0 to 1.135.0
@@ -5,4 +5,3 @@ "use strict"; | ||
exports.supportedWixlocales = void 0; | ||
const supportedWixlocales = ['en', 'en-US', 'en-GB', 'en-AU', 'en-CA', 'ar', 'bg', 'ca', 'zh', 'zh-TW', 'zh-HK', 'zh-MO', 'cs', 'da', 'nl', 'fi', 'fr', 'fr-CA', 'fr-CH', 'fr-BE', 'de', 'de-CH', 'de-AT', 'el', 'he', 'hi', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'ms', 'no', 'nb', 'nn', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sl', 'es', 'es-419', 'es-AR', 'es-MX', 'es-US', 'sv', 'tl', 'th', 'tr', 'uk', 'vi']; | ||
exports.supportedWixlocales = supportedWixlocales; | ||
const supportedWixlocales = exports.supportedWixlocales = ['en', 'en-US', 'en-GB', 'en-AU', 'en-CA', 'ar', 'bg', 'ca', 'zh', 'zh-TW', 'zh-HK', 'zh-MO', 'cs', 'da', 'nl', 'fi', 'fr', 'fr-CA', 'fr-CH', 'fr-BE', 'de', 'de-CH', 'de-AT', 'el', 'he', 'hi', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'ms', 'no', 'nb', 'nn', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sl', 'es', 'es-419', 'es-AR', 'es-MX', 'es-US', 'sv', 'tl', 'th', 'tr', 'uk', 'vi']; | ||
//# sourceMappingURL=constants.js.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _getShortTime = require("./getShortTime/getShortTime"); | ||
const dateTimeFormat = { | ||
const dateTimeFormat = exports.dateTimeFormat = { | ||
getShortDate: _getShortDate.getShortDate, | ||
@@ -18,3 +18,2 @@ getMediumDate: _getMediumDate.getMediumDate, | ||
}; | ||
exports.dateTimeFormat = dateTimeFormat; | ||
//# sourceMappingURL=dateTimeFormat.js.map |
{ | ||
"name": "wix-design-systems-locale-utils", | ||
"version": "1.134.0", | ||
"version": "1.135.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -20,3 +20,3 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.15" | ||
"@babel/runtime": "^7.23.2" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
}, | ||
"falconPackageHash": "6159cb974c41f169147562e7ef8d010a8235db6d66956ac3c6dab168" | ||
"falconPackageHash": "5d068f6caebd33beee0eaf877b1d8ca894636a369b37fc3b6533b29b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
131328
665
Updated@babel/runtime@^7.23.2