@refinitiv-ui/i18n
Advanced tools
Comparing version 6.0.9 to 6.0.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.0.10](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.9...@refinitiv-ui/i18n@6.0.10) (2023-03-14) | ||
**Note:** Version bump only for package @refinitiv-ui/i18n | ||
## [6.0.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.7...@refinitiv-ui/i18n@6.0.9) (2022-11-07) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
declare type LangObserverCallback = () => void; | ||
type LangObserverCallback = () => void; | ||
/** | ||
@@ -3,0 +3,0 @@ * An abstract class to observe `lang` attribute changes |
import type { MessageFormatElement } from '@formatjs/icu-messageformat-parser'; | ||
import { Formats, Options } from 'intl-messageformat'; | ||
declare type TranslateOptions = { | ||
type TranslateOptions = { | ||
[key: string]: unknown; | ||
}; | ||
declare type TranslateMessage = string | MessageFormatElement[]; | ||
declare type MessageFormats = Partial<Formats>; | ||
declare type MessageOptions = Options; | ||
type TranslateMessage = string | MessageFormatElement[]; | ||
type MessageFormats = Partial<Formats>; | ||
type MessageOptions = Options; | ||
/** | ||
@@ -13,3 +13,3 @@ * BCP 47 unicode extensions. | ||
*/ | ||
declare type UnicodeExtensions = { | ||
type UnicodeExtensions = { | ||
/** | ||
@@ -42,3 +42,3 @@ * Numbering system | ||
*/ | ||
declare type TranslateParams = { | ||
type TranslateParams = { | ||
/** | ||
@@ -45,0 +45,0 @@ * BCP 47 unicode extensions |
{ | ||
"name": "@refinitiv-ui/i18n", | ||
"version": "6.0.9", | ||
"version": "6.0.10", | ||
"description": "i18n support for Web Components", | ||
@@ -35,3 +35,3 @@ "main": "./lib/index.js", | ||
"@refinitiv-ui/phrasebook": "^6.3.1", | ||
"@refinitiv-ui/test-helpers": "^6.0.6" | ||
"@refinitiv-ui/test-helpers": "^6.0.7" | ||
}, | ||
@@ -44,3 +44,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f56a840063baf7410faa72fe11513c394329fbaa" | ||
"gitHead": "e62cfbe61a6a47631050582aceb07a8f492e0914" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78416