File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can override/use your own files to meet project requirements.
25
25
26
26
## TypeScript support
27
27
28
- Below configurations are used with TypeScript (Element Framework v5 ).
28
+ Below configurations are used with TypeScript (Element Framework v6 ).
29
29
30
30
### .eslintrc
31
31
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ themeLabel.style.textTransform = 'uppercase';
111
111
themeLabel . innerHTML = removePrefixName ( currentTheme ) ;
112
112
113
113
const versionTag = document . createElement ( 'span' ) ;
114
- versionTag . innerHTML = 'V5 ' ;
114
+ versionTag . innerHTML = 'V6 ' ;
115
115
versionTag . style . marginLeft = '8px' ;
116
116
versionTag . style . color = '#334BFF' ;
117
117
themeLabel . appendChild ( versionTag ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ It is used in conjunction with `@refinitiv-ui/phrasebook` and `@refinitiv-ui/i18
6
6
7
7
## Usage
8
8
9
- ` @refinitiv-ui/translate ` is designed for Element Framework v5 and Lit Element.
9
+ ` @refinitiv-ui/translate ` is designed for Element Framework v6 and Lit Element.
10
10
11
11
``` cli
12
12
npm install @refinitiv-ui/translate
You can’t perform that action at this time.
0 commit comments