diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index 817c505a69..dd42956f40 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-09-08T21:28:05.878Z\n"
-"PO-Revision-Date: 2024-09-08T21:28:05.878Z\n"
+"POT-Creation-Date: 2024-09-09T12:09:30.724Z\n"
+"PO-Revision-Date: 2024-09-09T12:09:30.724Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/components/css/src/css-variables/css-variables.prod.stories.js b/components/css/src/css-variables/css-variables.prod.stories.js
index b7a9486062..cbd8285e5b 100644
--- a/components/css/src/css-variables/css-variables.prod.stories.js
+++ b/components/css/src/css-variables/css-variables.prod.stories.js
@@ -49,3 +49,64 @@ export const NoVariables = (args) => (
By default no custom properties are inserted.
)
+
+export const Elevations = (args) => (
+
+
+
+
+ e100
+
+
+ e200
+
+
+ e300
+
+
+ e400
+
+
+
+)
diff --git a/docs/docs/components/elevation.md b/docs/docs/components/elevation.md
index 9befb8ca3d..a25b859e99 100644
--- a/docs/docs/components/elevation.md
+++ b/docs/docs/components/elevation.md
@@ -3,8 +3,6 @@ title: Elevation
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { CssVariables } from '@dhis2/ui'
-
import API from '../../../components/css/API.md'
# Elevation
@@ -41,15 +39,10 @@ This example usees the `e200` variant.
### Variants
-
-
-
-
e100
-
e200
-
e300
-
e400
-
-
+
- There are four levels of elevation: `e100`, `e200`, `e300`, `e400`.
- Use different elevation levels to communicate different depths or stacks of elements.
diff --git a/docs/src/constants.js b/docs/src/constants.js
index c4eaafccf6..be37abba93 100644
--- a/docs/src/constants.js
+++ b/docs/src/constants.js
@@ -1,2 +1,2 @@
-// export const DEMO_URL = 'http://127.0.0.1:8080'
-export const DEMO_URL = '/demo'
+export const DEMO_URL = 'http://127.0.0.1:8080'
+// export const DEMO_URL = '/demo'