@shopify/react-i18n
Advanced tools
Comparing version 0.0.0-snapshot-20230306164734 to 0.0.0-snapshot-20230306173647
@@ -89,3 +89,3 @@ 'use strict'; | ||
}; | ||
const DIRECTION_CONTROL_CHARACTERS = '\u200E\u200F\u202A-\u202E\u2060-\u2063\u206A-\u206F\uFEFF'; | ||
const DIRECTION_CONTROL_CHARACTERS = '\u200E\u200F\u202A-\u202E'; | ||
@@ -92,0 +92,0 @@ exports.CurrencyShortFormException = CurrencyShortFormException; |
@@ -22,3 +22,3 @@ 'use strict'; | ||
const REGEX_PERIODS = /\./g; | ||
const NEGATIVE_CHARACTERS = '\u002D\u058A\u05BE\u1400\u1806\u2010-\u2015\u2E17\u2E1A\u2E3A\u2E3B\u2E40\u301C\u3030\u30A0\uFE31\uFE32\uFE58\uFE63\uFF0D'; | ||
const NEGATIVE_CHARACTERS = '\u002D\u058A\u05BE\u1806\u2010-\u2015\u2212\u2796\u2E3A\u2E3B\uFE58\uFE63\uFF0D'; | ||
class I18n { | ||
@@ -25,0 +25,0 @@ get language() { |
@@ -55,3 +55,3 @@ export declare enum DateStyle { | ||
}; | ||
export declare const DIRECTION_CONTROL_CHARACTERS = "\u200E\u200F\u202A-\u202E\u2060-\u2063\u206A-\u206F\uFEFF"; | ||
export declare const DIRECTION_CONTROL_CHARACTERS = "\u200E\u200F\u202A-\u202E"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "0.0.0-snapshot-20230306164734", | ||
"version": "0.0.0-snapshot-20230306173647", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "i18n utilities for React handling translations, formatting, and more", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
278649