@arsedizioni/ars-utils 18.2.60 → 18.2.63

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": "@arsedizioni/ars-utils",
3
- "version": "18.2.60",
3
+ "version": "18.2.63",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -22,6 +22,7 @@
22
22
  // Drawer
23
23
  --ars-drawer-background-color: #eff1ef;
24
24
  --ars-drawer-background-color-low: #e0e3e1;
25
+ --ars-drawer-divider-color: #6f7977;
25
26
  // Item
26
27
  --ars-item-hover-background-color: #eaecef;
27
28
  --ars-item-selected-background-color: #ced1d2;
@@ -56,6 +57,7 @@
56
57
  // Drawer
57
58
  --ars-drawer-background-color: #323534;
58
59
  --ars-drawer-background-color-low: #424444;
60
+ --ars-drawer-divider-color: #899390;
59
61
  // Item
60
62
  --ars-item-hover-background-color: #262a29;
61
63
  --ars-item-selected-background-color: #3f4342;