@lab-anssi/ui-kit 1.29.7 → 1.30.1

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.
@@ -944,6 +944,18 @@
944
944
  --beige-gris-galet-850-200: #e0cab0;
945
945
  }
946
946
 
947
+ :root {
948
+ --ground: 0;
949
+ --shadow-color: rgba(0, 0, 18, 0.16);
950
+ --raised-shadow: 0 1px 3px var(--shadow-color);
951
+ --overlap-shadow: 0 2px 6px var(--shadow-color);
952
+ --lifted-shadow: 0 3px 9px var(--shadow-color);
953
+ }
954
+
955
+ :root[data-fr-theme=dark] {
956
+ --shadow-color: rgba(0, 0, 18, 0.32);
957
+ }
958
+
947
959
  :root[data-fr-theme=dark] {
948
960
  --grey-1000-50: #161616;
949
961
  --grey-1000-50-hover: #343434;