@siemens/element-theme 47.4.0 → 47.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siemens/element-theme",
3
- "version": "47.4.0",
3
+ "version": "47.5.0",
4
4
  "description": "Element CSS theme.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -158,6 +158,7 @@ $utilities: (
158
158
  property: inline-size,
159
159
  class: w,
160
160
  values: (
161
+ 0: 0,
161
162
  25: 25%,
162
163
  50: 50%,
163
164
  75: 75%,