diff --git a/CHANGELOG.md b/CHANGELOG.md
index b45805bf..634254d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 7.11.0 - 2025-10-09
+
+### Added
+
+- Added option to define border type for card
+- Added highlighted card option
+- Added option to add more classes to the card
+
+### Fixed
+
+- Fixed the alert close button that was sometimes overlapping with the title
+
## 7.10.3 - 2025-09-25
### Fixed
diff --git a/documentation/playground/index.html b/documentation/playground/index.html
index 3ddef8fd..2eea9ef2 100644
--- a/documentation/playground/index.html
+++ b/documentation/playground/index.html
@@ -5,8 +5,8 @@
Playground
-
-
+
+
diff --git a/documentation/playground/src/molecules/CardExamples.tsx b/documentation/playground/src/molecules/CardExamples.tsx
index 48a52c7a..2a317586 100644
--- a/documentation/playground/src/molecules/CardExamples.tsx
+++ b/documentation/playground/src/molecules/CardExamples.tsx
@@ -13,6 +13,8 @@ export function CardExamples() {
)
}}
+ highlighted
+ border="none"
title={{ label: 'Card Title', tag: 'h2' }}
subTitle="May 4th 2021, 12:34"
description="Arma virumque cano, Troiae qui primus ab oris Italiam, fato profugus, Laviniaque venit litora, multum ille et terris iactatus et alto vi superum saevae memorem Iunonis ob iram. Multa quoque et bello passus, dum conderet urbem, inferretque deos Latio, genus unde Latinum, Albanique patres, atque altae moenia Romae."
diff --git a/documentation/storybook/.storybook/branding-versions.json b/documentation/storybook/.storybook/branding-versions.json
deleted file mode 100644
index 310e080c..00000000
--- a/documentation/storybook/.storybook/branding-versions.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "core_branding_scss": "6.6.6"
-}
diff --git a/documentation/storybook/.storybook/preview-head.html b/documentation/storybook/.storybook/preview-head.html
index fe832ff9..591e9eb5 100644
--- a/documentation/storybook/.storybook/preview-head.html
+++ b/documentation/storybook/.storybook/preview-head.html
@@ -24,45 +24,28 @@
white-space: normal !important;
}
-