Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Jul 1, 2024
2 parents 2326ddc + fe3f5df commit 9529cbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v22.1.0 (Mon Jul 01 2024)

#### 🚀 Enhancement

- Alert: added box shadow [#1332](https://github.com/Infineon/infineon-design-system-stencil/pull/1332) ([@akashyeole](https://github.com/akashyeole))

#### Authors: 1

- Akash Yeole ([@akashyeole](https://github.com/akashyeole))

---

# v22.0.0 (Mon Jun 24 2024)

#### 💥 Breaking Change
Expand Down
2 changes: 2 additions & 0 deletions packages/components/src/components/alert/alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
display: flex;
padding: 16px 24px;
font-family: var(--ifx-font-family);
box-shadow: 0px 6px 9px 0px #1D1D1D1A;


& .info__text-wrapper {
Expand Down Expand Up @@ -65,6 +66,7 @@
color: tokens.$ifxColorBaseBlack;
background-color: tokens.$ifxColorBaseWhite;
font-family: var(--ifx-font-family);
box-shadow: 0px 6px 9px 0px #1D1D1D1A;


& .close-icon-wrapper {
Expand Down

0 comments on commit 9529cbe

Please sign in to comment.