@shopify/react-i18n
Advanced tools
Comparing version 0.11.4 to 0.11.5
@@ -41,2 +41,2 @@ export declare enum DateStyle { | ||
export declare const RTL_LANGUAGES: string[]; | ||
export { default as currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, } from './currecy-decimal-places'; | ||
export { default as currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, } from './currency-decimal-places'; |
@@ -179,4 +179,4 @@ "use strict"; | ||
/* eslint-enable */ | ||
var currecy_decimal_places_1 = require("./currecy-decimal-places"); | ||
exports.currencyDecimalPlaces = currecy_decimal_places_1.default; | ||
exports.DEFAULT_DECIMAL_PLACES = currecy_decimal_places_1.DEFAULT_DECIMAL_PLACES; | ||
var currency_decimal_places_1 = require("./currency-decimal-places"); | ||
exports.currencyDecimalPlaces = currency_decimal_places_1.default; | ||
exports.DEFAULT_DECIMAL_PLACES = currency_decimal_places_1.DEFAULT_DECIMAL_PLACES; |
@@ -7,2 +7,2 @@ export { default as Provider, Props as ProviderProps } from './Provider'; | ||
export { I18nDetails, LanguageDirection, CurrencyCode } from './types'; | ||
export { DateStyle, Weekdays } from './constants'; | ||
export { currencyDecimalPlaces, DEFAULT_DECIMAL_PLACES, DateStyle, Weekdays, } from './constants'; |
@@ -17,3 +17,5 @@ "use strict"; | ||
var constants_1 = require("./constants"); | ||
exports.currencyDecimalPlaces = constants_1.currencyDecimalPlaces; | ||
exports.DEFAULT_DECIMAL_PLACES = constants_1.DEFAULT_DECIMAL_PLACES; | ||
exports.DateStyle = constants_1.DateStyle; | ||
exports.Weekdays = constants_1.Weekdays; |
{ | ||
"name": "@shopify/react-i18n", | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "i18n utilities for React handling translations, formatting, and more.", |
91389
1949