@siemens/element-theme 49.12.0 → 49.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ <p align="center">
2
+ <a href="https://element.siemens.io" target="_blank">
3
+ <img src="https://raw.githubusercontent.com/siemens/element/refs/heads/main/element-logo.svg" alt="Siemens Element" height="132" width="132">
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">@siemens/element-theme</h1>
8
+
9
+ The Element theme provides the CSS and SCSS that implement the Siemens Design Language.
10
+ It includes design tokens, typography, and color schemes with light and dark theme support.
11
+ It is used by the Element Angular components.
12
+
13
+ **Get started, explore components and read the docs at [element.siemens.io](https://element.siemens.io).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siemens/element-theme",
3
- "version": "49.12.0",
3
+ "version": "49.14.0",
4
4
  "description": "Element CSS theme.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -2,6 +2,10 @@
2
2
  --element-animations-enabled: 1;
3
3
  }
4
4
 
5
+ .disable-animations {
6
+ --element-animations-enabled: 0;
7
+ }
8
+
5
9
  @media (prefers-reduced-motion) {
6
10
  :root {
7
11
  --element-animations-enabled: 0;