@acorex/styles 19.10.3 → 19.10.4

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.
@@ -43,7 +43,7 @@
43
43
  tbody {
44
44
  tr {
45
45
  &:nth-child(even) {
46
- background-color: rgba(var(--ax-sys-color-surface));
46
+ background-color: rgba(var(--ax-sys-color-lighter-surface));
47
47
  }
48
48
  }
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.10.3",
3
+ "version": "19.10.4",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -9,10 +9,7 @@ $theme-colors: (
9
9
  oklch(24.65% 0.0531 250.05),
10
10
  oklch(47.03% 0.0531 250.05),
11
11
  ),
12
- 'success': (
13
- oklch(62.71% 0.1699 149.21),
14
- oklch(80.03% 0.1821 151.71),
15
- ),
12
+ 'success': oklch(0.696 0.17 162.48),
16
13
  'warning': (
17
14
  oklch(81.17% 0.188 70.08),
18
15
  oklch(86.5% 0.188 70.08),