Skip to content

Commit 973f4e8

Browse files
authored
Merge branch 'main' into addingAriaRequiredInteractiveRule
2 parents 27a115c + e83249a commit 973f4e8

81 files changed

Lines changed: 2460 additions & 2330 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žpackages/eui-theme-borealis/changelogs/CHANGELOG_2025.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [`v3.3.2`](https://github.com/elastic/eui/releases/v3.3.2)
2+
3+
**Bug fixes**
4+
5+
- Fixed the syntax of the SCSS variable `$euiColorTransparent` to ensure a valid value ([#8966](https://github.com/elastic/eui/pull/8966))
6+
17
## [`v3.3.1`](https://github.com/elastic/eui/releases/v3.3.1)
28

39
**Bug fixes**

β€Žpackages/eui-theme-borealis/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-borealis",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A visual theme for EUI",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

β€Žpackages/eui-theme-borealis/src/variables/colors/_semantic_colors.scssβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $euiColorWhite: #FFFFFF !default;
99
$euiColorBlack: #000000 !default;
1010
$euiColorMutedBlack: #0E0F12 !default;
1111
$euiColorBlueBlack: #050F21 !default;
12-
$euiColorTransparent: 'transparent' !default;
12+
$euiColorTransparent: transparent !default;
1313

1414
$euiColorPlainLight: $euiColorWhite !default;
1515
$euiColorPlainDark: $euiColorBlueBlack !default;
3.16 KB
Loading
2.16 KB
Loading
644 Bytes
Loading
515 Bytes
Loading
196 Bytes
Loading
213 Bytes
Loading
15.3 KB
Loading

0 commit comments

Comments
Β (0)