File tree Expand file tree Collapse file tree 10 files changed +35
-26
lines changed Expand file tree Collapse file tree 10 files changed +35
-26
lines changed Original file line number Diff line number Diff line change
1
+ ## [ ` v0.1.0 ` ] ( https://github.com/elastic/eui/releases/v0.1.0 )
2
+
3
+ - Added new component tokens: ([ #8444 ] ( https://github.com/elastic/eui/pull/8444 ) )
4
+ - ` buttonGroupBackgroundDisabledSelected `
5
+ - ` overlayMaskBackground `
6
+ - ` overlayMaskBackgroundHighContrast `
7
+ - ` skeletonBackgroundSkeletonMiddleHighContrast `
8
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/eui-theme-borealis" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " A visual theme for EUI" ,
5
5
"license" : " SEE LICENSE IN LICENSE.txt" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change
1
+ ## [ ` v0.1.0 ` ] ( https://github.com/elastic/eui/releases/v0.1.0 )
2
+
3
+ - Removed type ` EuiShadowCustomColor ` ([ #8444 ] ( https://github.com/elastic/eui/pull/8444 ) )
4
+ - Added types: ([ #8444 ] ( https://github.com/elastic/eui/pull/8444 ) )
5
+ - ` EuiShadowOptions `
6
+ - ` EuiThemeHighContrastModeProp `
7
+ - ` EuiThemeHighContrastMode `
8
+ - Updated shadow utils to accepts a second ` options ` argument and return borders in high contrast mode: ([ #8444 ] ( https://github.com/elastic/eui/pull/8444 ) )
9
+ - ` euiShadow `
10
+ - ` euiShadowXSmall `
11
+ - ` euiShadowSmall `
12
+ - ` euiShadowMedium `
13
+ - ` euiShadowLarge `
14
+ - ` euiSlightShadowHover `
15
+ - ` euiShadowFlat `
16
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/eui-theme-common" ,
3
- "version" : " 0.0.11 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " EUI theme common" ,
5
5
"license" : " SEE LICENSE IN LICENSE.txt" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change
1
+ ## [ ` v101.0.1 ` ] ( https://github.com/elastic/eui/releases/v101.0.1 )
2
+
3
+ ** Bug fixes**
4
+
5
+ - Resolved an internal issue with linked package versions ([ #8490 ] ( https://github.com/elastic/eui/pull/8490 ) )
6
+
1
7
## [ ` v101.0.0 ` ] ( https://github.com/elastic/eui/releases/v101.0.0 )
2
8
3
9
- Updated ` EuiProvider ` and ` EuiThemeProvider ` with a new ` highContrastMode ` ([ #8444 ] ( https://github.com/elastic/eui/pull/8444 ) )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/eui" ,
3
3
"description" : " Elastic UI Component Library" ,
4
- "version" : " 101.0.0 " ,
4
+ "version" : " 101.0.1 " ,
5
5
"license" : " SEE LICENSE IN LICENSE.txt" ,
6
6
"main" : " lib" ,
7
7
"module" : " es" ,
259
259
},
260
260
"peerDependencies" : {
261
261
"@elastic/datemath" : " ^5.0.2" ,
262
- "@elastic/eui-theme-borealis" : " 0.0.11 " ,
262
+ "@elastic/eui-theme-borealis" : " 0.1.0 " ,
263
263
"@emotion/css" : " 11.x" ,
264
264
"@emotion/react" : " 11.x" ,
265
265
"@types/react" : " ^16.9 || ^17.0 || ^18.0" ,
Original file line number Diff line number Diff line change @@ -7253,7 +7253,7 @@ __metadata:
7253
7253
yo: "npm:^4.3.1"
7254
7254
peerDependencies:
7255
7255
"@elastic/datemath": ^5.0.2
7256
- "@elastic/eui-theme-borealis": 0.0.11
7256
+ "@elastic/eui-theme-borealis": 0.1.0
7257
7257
"@emotion/css": 11.x
7258
7258
"@emotion/react": 11.x
7259
7259
"@types/react": ^16.9 || ^17.0 || ^18.0
You can’t perform that action at this time.
0 commit comments