Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@refinitiv-ui/phrasebook

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinitiv-ui/phrasebook - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [6.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.2.0...@refinitiv-ui/phrasebook@6.3.0) (2022-11-07)
### Features
* **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
* **color-picker:** add color-picker translation ([#517](https://github.com/Refinitiv/refinitiv-ui/issues/517)) ([d0d83a9](https://github.com/Refinitiv/refinitiv-ui/commit/d0d83a9f57a65cf8904f3555d87f0fbd32085a07))
# [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.3...@refinitiv-ui/phrasebook@6.2.0) (2022-09-14)

@@ -8,0 +20,0 @@

16

lib/locale/de/color-picker.d.ts
import './shared.js';
import './color-dialog.js';
declare const translations: {};
declare const translations: {
VERY_LIGHT: string;
LIGHT: string;
VERY_DARK: string;
DARK: string;
BLACK: string;
WHITE: string;
WITH: string;
YELLOW: string;
GREEN: string;
CYAN: string;
BLUE: string;
MAGENTA: string;
RED: string;
};
export default translations;

@@ -1,7 +0,21 @@

// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
// Component docs https://ui.refinitiv.com/elements/color-picker
import { Phrasebook } from '../../translation.js';
import './shared.js';
import './color-dialog.js';
const translations = {};
const translations = {
VERY_LIGHT: 'Sehr hell',
LIGHT: 'Hell',
VERY_DARK: 'Sehr dunkel',
DARK: 'Dunkel',
BLACK: 'Schwarz',
WHITE: 'Weiß',
WITH: 'Mit {number}%',
YELLOW: 'Gelb',
GREEN: 'Grün',
CYAN: 'Cyan',
BLUE: 'Blau',
MAGENTA: 'Magenta',
RED: 'Rot'
};
Phrasebook.define('de', 'ef-color-picker', translations);
export default translations;
import './shared.js';
import './color-dialog.js';
declare const translations: {};
declare const translations: {
VERY_LIGHT: string;
LIGHT: string;
VERY_DARK: string;
DARK: string;
BLACK: string;
WHITE: string;
WITH: string;
YELLOW: string;
GREEN: string;
CYAN: string;
BLUE: string;
MAGENTA: string;
RED: string;
};
export default translations;

@@ -1,7 +0,21 @@

// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
// Component docs https://ui.refinitiv.com/elements/color-picker
import { Phrasebook } from '../../translation.js';
import './shared.js';
import './color-dialog.js';
const translations = {};
const translations = {
VERY_LIGHT: 'Very light',
LIGHT: 'Light',
VERY_DARK: 'Very dark',
DARK: 'Dark',
BLACK: 'Black',
WHITE: 'White',
WITH: 'With {number}%',
YELLOW: 'Yellow',
GREEN: 'Green',
CYAN: 'Cyan',
BLUE: 'Blue',
MAGENTA: 'Magenta',
RED: 'Red'
};
Phrasebook.define('en', 'ef-color-picker', translations);
export default translations;
import './shared.js';
import './color-dialog.js';
declare const translations: {};
declare const translations: {
VERY_LIGHT: string;
LIGHT: string;
VERY_DARK: string;
DARK: string;
BLACK: string;
WHITE: string;
WITH: string;
YELLOW: string;
GREEN: string;
CYAN: string;
BLUE: string;
MAGENTA: string;
RED: string;
};
export default translations;

@@ -1,7 +0,21 @@

// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
// Component docs https://ui.refinitiv.com/elements/color-picker
import { Phrasebook } from '../../translation.js';
import './shared.js';
import './color-dialog.js';
const translations = {};
const translations = {
VERY_LIGHT: '非常に薄い',
LIGHT: '薄い',
VERY_DARK: '非常に濃い',
DARK: '濃い',
BLACK: '黒',
WHITE: '白',
WITH: '、{number}%',
YELLOW: '黄色',
GREEN: '緑',
CYAN: '水色',
BLUE: '青',
MAGENTA: '赤紫',
RED: '赤'
};
Phrasebook.define('ja', 'ef-color-picker', translations);
export default translations;
import './shared.js';
import './color-dialog.js';
declare const translations: {};
declare const translations: {
VERY_LIGHT: string;
LIGHT: string;
VERY_DARK: string;
DARK: string;
BLACK: string;
WHITE: string;
WITH: string;
YELLOW: string;
GREEN: string;
CYAN: string;
BLUE: string;
MAGENTA: string;
RED: string;
};
export default translations;

@@ -1,7 +0,21 @@

// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
// Component docs https://ui.refinitiv.com/elements/color-picker
import { Phrasebook } from '../../translation.js';
import './shared.js';
import './color-dialog.js';
const translations = {};
const translations = {
VERY_LIGHT: '極淺',
LIGHT: '淺',
VERY_DARK: '極深',
DARK: '深',
BLACK: '黑色',
WHITE: '白色',
WITH: ',{number}%',
YELLOW: '黃色',
GREEN: '綠色',
CYAN: '藍綠色',
BLUE: '藍色',
MAGENTA: '洋紅色',
RED: '紅色'
};
Phrasebook.define('zh-hant', 'ef-color-picker', translations);
export default translations;
import './shared.js';
import './color-dialog.js';
declare const translations: {};
declare const translations: {
VERY_LIGHT: string;
LIGHT: string;
VERY_DARK: string;
DARK: string;
BLACK: string;
WHITE: string;
WITH: string;
YELLOW: string;
GREEN: string;
CYAN: string;
BLUE: string;
MAGENTA: string;
RED: string;
};
export default translations;

@@ -1,7 +0,21 @@

// Component docs https://elf.int.refinitiv.com/elements/color-picker.html
// Component docs https://ui.refinitiv.com/elements/color-picker
import { Phrasebook } from '../../translation.js';
import './shared.js';
import './color-dialog.js';
const translations = {};
const translations = {
VERY_LIGHT: '极浅',
LIGHT: '浅',
VERY_DARK: '极深',
DARK: '深',
BLACK: '黑色',
WHITE: '白色',
WITH: ',{number}%',
YELLOW: '黄色',
GREEN: '绿色',
CYAN: '蓝绿色',
BLUE: '蓝色',
MAGENTA: '洋红色',
RED: '红色'
};
Phrasebook.define('zh', 'ef-color-picker', translations);
export default translations;

6

package.json
{
"name": "@refinitiv-ui/phrasebook",
"version": "6.2.0",
"version": "6.3.0",
"description": "Collection of messages in EF components for translation",
"author": "Refinitiv",
"author": "LSEG",
"license": "Apache-2.0",

@@ -136,3 +136,3 @@ "main": "./lib/index.js",

},
"gitHead": "c689f5c46141ff560a181dcc5c1483c17a147918"
"gitHead": "d2139961662c2d91931498eb2dc4f2174aa49e23"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc