ps-helix 4.0.6 → 4.0.7

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": "ps-helix",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Helix Design System - A comprehensive Angular component library",
5
5
  "author": "Fabrice PEREZ - Product designer at PACK Solutions",
6
6
  "license": "MIT",
@@ -1,5 +1,9 @@
1
1
  /* Global Application Styles */
2
2
 
3
+ :root {
4
+ color-scheme: light dark;
5
+ }
6
+
3
7
  /* Set core body defaults */
4
8
  body {
5
9
  min-height: 100vh;